/* Css For Eazyrecruitz */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #766068;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Muli", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.container-fluid {
  padding: 0px;
}

.large-container {
  position: static;
  max-width: 1480px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #766068;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #462b34;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.png);
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.preloader.style-two .preloader-close {
}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #29191f;
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 4px;
  text-align: center;
  background: #462b34;
  padding: 15px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-one:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn-two {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 4px;
  text-align: center;
  padding: 15px 40px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-two:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #462b34;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin-right: 7px;
}

.pagination li:last-child {
  margin-right: 0px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #462b34;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #eae0d9;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a i {
  font-size: 14px;
}

.pagination li a:hover,
.pagination li a.active {
  color: #fff;
}

.sec-pad {
  padding: 95px 0px 130px 0px !important;
}

.sec-pad-2 {
  padding: 130px 0px !important;
}

.scroll-top {
  /* width: 50px; */
  /* height: 120px; */
  padding: 16px;
  width: 60px;
  height: 60px;
  position: fixed;
  display: inline-block;
  bottom: 105%;
  right: 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  z-index: 99;
  color: #ffffff;
  background: #3e252d;
  /* border-radius: 5px; */
  border-radius: 50%;

  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s ease;
}

.scroll-top i {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.scroll-top:hover {
}

.scroll-top.open {
  bottom: 40px;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title .top-title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 28px;
  z-index: 1;
}

.sec-title .top-title:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  left: -25px;
  top: 8px;
  z-index: -1;
}

.sec-title .top-title:after {
  position: absolute;
  content: "";
  background: #f0e6e0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  left: 9px;
  top: 0px;
  z-index: -1;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top {
  position: relative;
  width: 100%;
  padding: 0px 50px;
  border-bottom: 1px solid #eae0d9;
}

.main-header .header-top .top-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-top .left-info {
  position: relative;
  padding: 11px 0px;
}

.main-header .header-top .location-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 30px 11px 30px;
  border-left: 1px solid #eae0d9;
  border-right: 1px solid #eae0d9;
}

.main-header .header-top .right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0px;
}

.main-header .header-top .left-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #766068;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 25px;
}

.main-header .header-top .left-info li:last-child {
  margin-right: 0px;
}

.main-header .header-top .left-info li p {
  font-size: 15px;
  line-height: 20px;
  color: #766068;
  font-weight: 600;
}

.main-header .header-top .left-info li p a {
  color: #766068;
}

.main-header .header-top .left-info li p a:hover {
}

.main-header .header-top .left-info li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 400;
}

.main-header .header-top .left-info li p span {
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
}

.main-header .header-top .location-box .location-carousel {
  position: relative;
  display: block;
  max-width: 560px;
  width: 100%;
  padding-right: 110px;
}

.main-header .header-top .location-box .location-carousel p {
  font-size: 15px;
  font-weight: 600;
}

.main-header .header-top .location-box .location-carousel p span {
  font-weight: 700;
  text-transform: uppercase;
}

.main-header .header-top .location-box .location-carousel .owl-nav {
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-header .header-top .location-box .location-carousel .owl-nav .owl-prev,
.main-header .header-top .location-box .location-carousel .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #f0e6e0;
  text-align: center;
  border-radius: 5px;
  font-size: 10px;
  color: #462b34;
  cursor: pointer;
  z-index: 1;
  margin: 0px 2.5px;
  transition: all 500ms ease;
}

.main-header
  .header-top
  .location-box
  .location-carousel
  .owl-nav
  .owl-prev:hover,
.main-header
  .header-top
  .location-box
  .location-carousel
  .owl-nav
  .owl-next:hover {
  color: #fff;
}

.main-header .header-top .location-box .apply-btn {
  position: relative;
  padding-left: 30px;
}

.main-header .header-top .location-box .apply-btn a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-header .header-top .location-box .apply-btn a i {
  font-size: 14px;
  margin-left: 8px;
}

.main-header .header-top .location-box .apply-btn a:hover {
  color: #462b34;
}

.main-header .header-top .right-info .list {
  margin-right: 30px;
}

.main-header .header-top .right-info .list li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
}

.main-header .header-top .right-info .list li:last-child {
  margin-right: 0px !important;
}

.main-header .header-top .right-info .list li a {
  color: #766068;
}

.main-header .header-top .right-info .list li a:hover {
}

.main-header .header-top .right-info .social-links li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 13px;
}

.main-header .header-top .right-info .social-links li:last-child {
  margin-right: 0px;
}

.main-header .header-top .right-info .social-links li a {
  color: #462b34;
}

.main-header .header-top .right-info .social-links li a:hover {
}

/** header-lower **/

.main-header .header-lower {
  position: relative;
}

.main-header .main-menu {
  float: left;
}

.main-header .logo-box {
  position: relative;
  float: left;
  padding: 27px 100px 27px 50px;
  /* background: #462b34; */
  background: white;
  margin-right: 75px;
  border-bottom-right-radius: 50px;
  border: 2px solid #462b34;
}

.main-header .menu-right-content {
  margin-top: 20px;
  padding-right: 50px;
}

.main-header .menu-right-content li {
  position: relative;
  display: inline-block;
}

.main-header .menu-right-content .search-btn button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  top: 2px;
  color: #000;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-btn button:hover {
}

.main-header .language {
  position: relative;
  display: inline-block;
  margin: 0px 15px 0px 35px;
}

.main-header .language .lang-btn {
  position: relative;
  display: inline-block;
  background: #f0e6e0;
  padding: 12px 15px 13px 14px;
  border-radius: 4px;
  height: 56px;
  cursor: pointer;
}

.main-header .language .lang-btn .icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #462b34;
  margin-right: 5px;
}

.main-header .language .lang-btn .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
}

.main-header .language .lang-btn .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 14px;
  color: #462b34;
}

.main-header .language .lang-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  background: #462b34;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.main-header .language:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-header .language .lang-dropdown li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .language .lang-dropdown li:last-child {
  border: none;
}

.main-header .language .lang-dropdown li a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}

.main-header .language .lang-dropdown li a:hover {
}

/** main-menu **/

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 36px 0px 33px 0px;
  margin: 0px 18px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  z-index: 1;
  padding-right: 17px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  display: inline-block;
  content: "\f062";
  top: 0px;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #bdadad;
  font-weight: 700;
  transform: rotate(20deg);
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before {
  transform: rotate(0deg);
}

.main-menu .navigation > li > a span {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  width: 37px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 20px;
}

.main-menu .navigation > li > a span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 15px;
  bottom: -3px;
  transform: rotate(-45deg);
  z-index: -1;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before {
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #462b34;
  border-radius: 0px 0px 10px 10px;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 14px 0px 13px 0px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > .megamenu li > a:hover {
  color: #fff;
}

.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 18px;
  color: #fff;
}

.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  display: inline-block;
  content: "\f062";
  top: 15px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: rotate(20deg);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before {
  top: 11px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > .megamenu li > a:hover {
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -2px;
  width: 250px;
  margin-left: 10px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background-color: #462b34;
  border-radius: 10px;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0px;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px 13px 0px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  display: inline-block;
  content: "\f062";
  top: 15px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: rotate(20deg);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  top: 11px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #fff;
  padding-left: 18px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 3px 0px;
  color: #fff;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px 120px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #27181d;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/** search pop-up style **/

.main-header .search-btn .search-toggler {
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-btn .search-toggler {
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group {
  margin-bottom: 30px;
}

.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  border: none;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0px);
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
}

.sticky-header .logo-box {
  padding: 20px 80px 20px 40px !important;
  float: left !important;
}

.sticky-header .main-menu .navigation > li {
  padding: 24px 0px 21px 0px !important;
}

.sticky-header .menu-right-content {
  margin-top: 9px !important;
}

/** banner-section **/

.banner-carousel .content-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 625px) {

  .banner-carousel .content-box .btn-box {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-carousel .content-box .btn-box a {
    width: 100%;
    text-align: center;
  }

}
.banner-section {
  position: relative;
  background: #f0e6e0;
}

.banner-carousel {
  position: relative;
}

.banner-section.style-one .banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
}

.banner-section.style-one .banner-carousel .slide-item {
  padding: 171px 0px 180px 0px;
  min-height: 810px;
}

.banner-carousel .slide-item.style-two .content-box {
  padding-left: 60px;
}

.banner-section.style-one .banner-carousel .slide-item .image-layer {
  position: absolute;
  right: 0;
  width: 43%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-section .banner-carousel .slide-item .image-layer {
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-section .banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-section.style-one .banner-carousel .slide-item.style-two .image-layer {
  right: inherit;
  left: 0;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
}

.banner-carousel .content-box span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 68px;
  font-weight: 800;
  margin-bottom: 23px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #766068;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 41px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-carousel .slide-item.style-one .content-box .pattern-layer .pattern-1 {
  position: absolute;
  left: -130px;
  top: -80px;
  width: 300px;
  height: 300px;
  background: #e5dbd5;
  border-radius: 50%;
}

.banner-carousel .slide-item.style-one .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 57%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-carousel .slide-item.style-one .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 43%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-carousel .slide-item.style-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 43%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-carousel .slide-item.style-two .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 57%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-color-1 {
  background: #462b34;
}

/** clients-section **/



.clients-section {
  position: relative;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
  background: #462b34;
  padding: 50px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 28px;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box .logo-title {
  position: absolute;
  left: 40px;
  bottom: -38px;
  width: calc(100% - 80px);
  background: #f0e6e0;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box:hover .logo-title {
  bottom: -28px;
  opacity: 1;
  visibility: visible;
}

.clients-section .clients-logo-box .logo-title:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -13px;
  top: -8px;
  transform: rotate(45deg);
}

.clients-section .clients-logo-box .logo-title a {
  position: relative;
  display: block;
  padding: 15px 20px 11px 20px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #462b34;
  z-index: 1;
}

/** welcome-section **/

.welcome-section {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.welcome-section .image-box {
  position: relative;
  display: block;
  margin-top: 6px;
}

.welcome-section .image-box img {
  width: 100%;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.tabs-box-2 .tab-2 {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box-2 .tab-2.active-tab-2 {
  display: block;
}

.tabs-box-2 .tab-2 {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box-2 .tab-2.active-tab-2 {
  transform: scale(1) translateY(0px);
}

#content_block_1 .content-box {
  position: relative;
  display: block;
}

#content_block_1 .content-box .tab-btn-box {
  position: relative;
  margin-bottom: 43px;
}

#content_block_1 .content-box .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  background: #f0e6e0;
  padding: 24px 70px 25px 70px;
  border-radius: 5px;
  width: 270px;
  cursor: pointer;
  transition: all 500ms ease;
}

#content_block_1 .content-box .tab-btns li:after {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 1px;
  height: 30px;
  right: 50px;
  top: 22px;
}

#content_block_1 .content-box .tab-btns li.active-btn,
#content_block_1 .content-box .tab-btns li:hover {
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

#content_block_1 .content-box .tab-btns li:last-child {
  float: right;
}

#content_block_1 .content-box .tab-btns li i.employ-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 30px;
  color: #462b34;
  transition: all 500ms ease;
}

#content_block_1 .content-box .tab-btns li h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

#content_block_1 .content-box .tab-btns li i.arrow-icon {
  position: absolute;
  top: 24px;
  right: 17px;
  font-size: 20px;
  color: #b4a4a4;
  transition: all 500ms ease;
}

#content_block_1 .content-box .tab-btns li.active-btn i.employ-icon,
#content_block_1 .content-box .tab-btns li:hover i.employ-icon,
#content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon,
#content_block_1 .content-box .tab-btns li:hover i.arrow-icon {
}

#content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon {
  transform: rotate(180deg);
}

#content_block_1 .content-box .inner-box h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14px;
  font-weight: 600;
}

#content_block_1 .content-box .inner-box h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 22px;
}

#content_block_1 .content-box .inner-box p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 38px;
}

#content_block_1 .content-box .inner-box .list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0px 0px 0px 85px;
}

#content_block_1 .content-box .inner-box .list li .icon-box {
  position: absolute;
  left: 0px;
  top: -6px;
}

#content_block_1 .content-box .inner-box .list li h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

#content_block_1 .content-box .inner-box .list {
  margin-bottom: 41px;
}

#content_block_1 .content-box .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
}

#content_block_1 .content-box .inner-box .link a i {
  position: relative;
  font-size: 30px;
  margin-right: 8px;
  font-weight: 400;
  top: 6px;
}

#content_block_1 .content-box .tabs-content .inner-box .link a:hover {
}

.welcome-section .sec-title {
  margin-bottom: 53px;
}

/** about-section **/

.about-section {
  position: relative;
}

.about-section .inner-container {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 60px;
}

.about-section #content_block_2 .content-box {
  margin-right: 30px;
}

#content_block_2 .content-box {
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_2 .content-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_2 .content-box .image-box img {
  width: 100%;
}

#content_block_2 .content-box .inner-box {
  position: relative;
  background: #462b34;
  padding: 100px 30px;
}

#content_block_2 .content-box .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_2 .content-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#content_block_2 .content-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
}

#content_block_2 .content-box .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px;
}

#content_block_2 .content-box .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 65px 13px 20px;
}

#content_block_2 .content-box .inner-box a i {
  position: absolute;
  top: 14px;
  right: 11px;
  font-size: 24px;
  font-weight: 400;
}

#content_block_2 .content-box .inner-box a:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 2px;
  height: 100%;
  right: 46px;
  top: 0px;
}

.about-section #content_block_3 .content-box {
  position: relative;
  padding: 35px 60px 30px 0px;
}

#content_block_3 .content-box .text p {
  font-size: 17px;
}

#content_block_3 .content-box .text {
  margin-bottom: 30px;
}

#content_block_3 .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
}

#content_block_3 .content-box .link a i {
  position: relative;
  font-size: 30px;
  margin-right: 8px;
  font-weight: 400;
  top: 6px;
}

#content_block_3 .content-box .link a:hover {
}

#content_block_3 .content-box .link {
  position: relative;
  margin-bottom: 41px;
}

#content_block_3 .content-box .author-text {
  position: relative;
  display: block;
  background: #f0e6e0;
  padding: 32px 50px 34px 100px;
  border-radius: 100px 100px 100px 0px;
  margin-bottom: 20px;
  min-height: 130px;
}

#content_block_3 .content-box .author-text:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 40px;
  height: 40px;
  left: 0px;
  bottom: -40px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

#content_block_3 .content-box .author-text h3 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

#content_block_3 .content-box .author-text h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 70px;
  left: -42px;
  top: -2px;
}

#content_block_3 .content-box .author-text h3:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 35px;
  left: -33px;
  top: -2px;
}

#content_block_3 .content-box .author-info {
  position: relative;
  display: block;
  padding: 3px 0px 10px 100px;
}

#content_block_3 .content-box .author-info .author-thumb {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#content_block_3 .content-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

#content_block_3 .content-box .author-info h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

#content_block_3 .content-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #766068;
}

#content_block_3 .content-box .author-info .signature {
  position: absolute;
  top: 0px;
  right: 50px;
}

#content_block_3 .content-box .sec-title {
  margin-bottom: 30px;
}

.about-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 423px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 380px;
}

/** service-section **/

.service-section {
  position: relative;
  padding: 45px 0px 75px 0px;
}

.service-block-one {
  margin-top: 20px;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content {
  position: relative;
  padding: 0px 70px;
}

.service-block-one .inner-box .lower-content .content-box {
  position: relative;
  margin-top: -117px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .content-box {
  opacity: 0;
}

.service-block-one .inner-box .lower-content .content-box .inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px 22px 15px;
  margin-bottom: 21px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-one .inner-box .lower-content .content-box .inner .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content .content-box .inner h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.service-block-one .inner-box .lower-content .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .overlay-content {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #462b34;
  border-radius: 10px;
  width: calc(100% - 60px);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .overlay-content {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.service-block-one .inner-box .lower-content .overlay-content p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  padding: 30px 15px 32px 15px;
}

.service-block-one .inner-box .lower-content .overlay-content a {
  position: relative;
  display: block;
  padding: 6px 15px 13px 15px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .overlay-content a i {
  position: relative;
  font-size: 30px;
  margin-right: 8px;
  font-weight: 400;
  top: 6px;
}

.service-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .sec-title {
  margin-bottom: 33px;
}

.service-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 10px;
  background: #c2b3aa;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot span:hover {
  height: 20px;
}

.service-section .anim-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.service-section .anim-icon .icon-1 {
  position: absolute;
  left: -25px;
  top: 45px;
  width: 170px;
  height: 250px;
  background-repeat: no-repeat;
}

.service-section .anim-icon .icon-2 {
  position: absolute;
  top: 140px;
  right: 130px;
  background: #f0e6e0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

/** recruitment-technology **/

.recruitment-technology {
  position: relative;
  padding: 45px 0px 75px 0px;


}

.recruitment-technology .image-box {
  position: relative;
  display: block;
  margin-right: -100px;
  margin-top: 80px;
}

.recruitment-technology .image-box img {
  max-width: none;
  float: right;
}

#content_block_4 .content-box .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 27px 30px 33px 30px;
  border-radius: 10px;
}

#content_block_4 .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

#content_block_4 .content-box .inner-box .single-item .inner {
  position: relative;
  padding-left: 100px;
}

#content_block_4 .content-box .inner-box .single-item .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
}

#content_block_4 .content-box .inner-box .single-item .inner h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 82px;
  margin-bottom: 8px;
  transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item .inner h3 a {
  display: inline-block;
  color: #462b34;
}

#content_block_4 .content-box .inner-box .single-item .inner h3 a:hover {
}

#content_block_4 .content-box .inner-box .single-item .inner h3 a i {
  position: relative;
  font-size: 30px;
  margin-left: 8px;
  font-weight: 400;
  top: 5px;
  opacity: 0;
  transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h3 a i {
  opacity: 1;
}

#content_block_4 .content-box .inner-box .single-item .inner p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

#content_block_4 .content-box .inner-box .single-item .inner h3 span {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
  transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h3 span {
  opacity: 0;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h3 {
  padding-left: 0px;
}

#content_block_4 .content-box .inner-box .single-item .inner h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 32px;
  top: 19px;
  transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h3:before {
  opacity: 0;
}

#content_block_4 .content-box .sec-title {
  margin-bottom: 43px;
}


/** industries-section **/

.industries-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0px 120px 0px;
}

.industries-section .sec-title .top-title:before {
  /* background: #624b52; */
}

.industries-section .sec-title .top-title:after {
  /* background: #624b52; */
  /* border-left: 2px solid #462b34; */
  /* border-bottom: 2px solid #462b34; */
}

.industries-section .sec-title {
  margin-bottom: 37px;
}

.industries-section .tabs-content {
  position: relative;
  display: block;
  margin: 35px -375px 0px 30px;
}

.industries-section .tabs-content .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.industries-section .tabs-content .image-box:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    -90deg,
    rgba(70, 43, 52, 0),
    rgba(70, 43, 52, 1) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.industries-section .tabs-content .image-box img {
  width: 100%;
  border-radius: 10px;
}

.industries-section .tabs-content .inner-box {
  position: relative;
}

.industries-section .tabs-content .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 70px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.industries-section .tabs-content .inner-box .content-box .text h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.industries-section .tabs-content .inner-box .content-box .text span {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.industries-section .tabs-content .inner-box .content-box .link {
  position: relative;
  float: right;
  margin-left: 60px;
}

.industries-section .tabs-content .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #462b34;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.industries-section .tabs-content .inner-box .content-box .link a:hover {
  color: #fff;
}

.industries-section .tabs-content .inner-box .content-box .text {
  position: relative;
  display: inline-block;
  margin-right: 60px;
}

.industries-section .tabs-content .inner-box .content-box .line {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: calc(100% - 120px);
  flex: 1;
  top: 3px;
}

.industries-section .tab-btns li {
  position: relative;
  display: block;
  padding: 9px 0px 27px 70px;
  cursor: pointer;
  margin-bottom: 14px;
  min-height: 50px;
  transition: all 500ms ease;
}

.industries-section .tab-btns li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 1px;
  left: 70px;
  bottom: 0px;
  transition: all 500ms ease;
}

.industries-section .tab-btns li.active-btn:before,
.industries-section .tab-btns li:hover:before {
  width: calc(100% - 70px);
}

.industries-section .tab-btns li:last-child {
  margin-bottom: 0px;
}

.industries-section .tab-btns li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
}

.industries-section .tab-btns li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  transition: all 500ms ease;
}

.industries-section .tab-btns li.active-btn h3,
.industries-section .tab-btns li:hover h3 {
}

.industries-section .pattern-layer {
  position: absolute;
  left: 10px;
  top: -175px;
  width: 1060px;
  height: 1170px;
  background-repeat: no-repeat;
}

/** process-section **/

.process-section {
  position: relative;
  padding: 55px 0px 50px 0px;
  
}

.process-section .sec-title {
  margin-bottom: 75px;
}

.process-block-one .inner-box {
  position: relative;
  display: block;
}

.process-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/arrow-1.png);
  width: 58px;
  height: 70px;
  top: 30px;
  right: -45px;
  background-repeat: no-repeat;
}

.process-block:last-child .process-block-one .inner-box:before {
  display: none;
}

.process-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 146px;
  height: 128px;
  text-align: center;
  line-height: 128px;
  margin-bottom: 43px;
  z-index: 1;
}

.process-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-bg-1.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.process-block-one .inner-box .icon-box:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  box-shadow: 5px 5px 100px 30px black;
}

.process-block-one .inner-box .icon-box span {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.process-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-block-one .inner-box .lower-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 13px;
}

.process-block-one .inner-box .lower-content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.process-block-one .inner-box .lower-content a:hover {
  color: #462b34;
}

.process-block-one .inner-box .icon-box .anim-icon .icon-1 {
  position: absolute;
  left: -12px;
  top: -20px;
  width: 176px;
  height: 158px;
  background-repeat: no-repeat;
  z-index: -2;
}

.process-block-one .inner-box .icon-box .anim-icon .icon-2 {
  position: absolute;
  left: -3px;
  top: 10px;
  width: 10px;
  height: 11px;
  background-repeat: no-repeat;
}

.process-block-one .inner-box .icon-box .anim-icon .icon-3 {
  position: absolute;
  right: -3px;
  bottom: 10px;
  width: 10px;
  height: 11px;
  background-repeat: no-repeat;
}

/** team-section **/

.team-section {
  position: relative;
  padding: 95px 0px 100px 0px;
}

.team-section .sec-title .top-title:before,
.team-section .sec-title .top-title:after {
  background: #e2d7d0;
}

.team-section .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.team-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background: bottom center;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 2px;
  background: #d9cec7;
  border-radius: 0px;
  margin-bottom: 12px;
}

.progress-box .bar:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 0px;
  top: -6px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .bar-inner:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  top: 0px;
  right: 0px;
}

.progress-box .count-text {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 16px;
  color: #462b34;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

#content_block_5 .content-box .text {
  margin-bottom: 48px;
}

#content_block_5 .content-box .text p {
  font-size: 17px;
  font-weight: 500;
}

.progress-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.progress-box {
  position: relative;
  margin-bottom: 33px;
}

#content_block_5 .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
}

#content_block_5 .content-box .link a i {
  position: relative;
  font-size: 30px;
  margin-right: 8px;
  font-weight: 400;
  top: 6px;
}

#content_block_5 .content-box .link a:hover {
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:before {
  opacity: 1;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  opacity: 0.2;
}

.team-block-one .inner-box .image-box .singature {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 44px;
  line-height: 50px;
  font-family: "Mrs Saint Delafield", cursive;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .singature {
  opacity: 1;
}

.team-block-one .inner-box .image-box .share-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 96px;
}

.team-block-one .inner-box .image-box .share-box p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #f0e6e0;
  color: #462b34;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border-radius: 15px 0px 15px 0px;
}

.team-block-one .inner-box .image-box .share-box p i {
  margin-right: 8px;
}

.team-block-one .inner-box .image-box .share-box .social-links {
  position: absolute;
  right: -144px;
  bottom: 0px;
  background: #f0e6e0;
  text-align: center;
  z-index: 1;
  width: 144px;
  border-radius: 15px 0px 15px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box:hover .social-links {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .image-box .share-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  border-right: 1px solid #d9cec7;
}

.team-block-one .inner-box .image-box .share-box .social-links li:last-child {
  border-right: none;
}

.team-block-one .inner-box .image-box .share-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #462b34;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.team-block-one .inner-box .image-box .share-box .social-links li a:hover {
}

.team-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 14px;
  text-align: center;
}

.team-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #462b34;
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
}

.team-section .inner-column {
  padding-top: 35px;
}

/** news-section **/

.news-section {
  position: relative;
  padding: 95px 0px 130px 0px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.news-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 70px;
  height: 70px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding-right: 30px;
}

.news-block-one .inner-box .lower-content .inner {
  position: relative;
  margin-top: -137px;
  background: #462b34;
  padding: 33px 30px 32px 30px;
  border-radius: 0px 10px 0px 10px;
  z-index: 2;
}

.news-block-one .inner-box .lower-content .inner .category p {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 12px;
  border-bottom: 1px solid #d1cdcf;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .inner .category i {
  position: relative;
  font-size: 20px;
  margin-right: 8px;
  top: 3px;
}

.news-block-one .inner-box .lower-content .inner .category {
  margin-bottom: 15px;
  position: relative;
}

.news-block-one .inner-box .lower-content .inner h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content .inner h3 a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box .lower-content .inner h3 a:hover {
}

.news-block-one .inner-box .lower-content .inner .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-right: 12px;
  margin-right: 11px;
}

.news-block-one .inner-box .lower-content .inner .post-info li:last-child {
  padding: 0px;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .inner .post-info li a {
  color: #fff;
}

.news-block-one .inner-box .lower-content .inner .post-info li i {
  margin-right: 10px;
}

.news-block-one .inner-box .lower-content .inner .post-info li a:hover {
}

.news-block-one .inner-box .lower-content .inner .post-info li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  top: 7px;
  right: 0px;
  height: 14px;
  width: 1px;
}

.news-block-one .inner-box .lower-content .inner .post-info li:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  top: 7px;
  right: -3px;
  height: 14px;
  width: 1px;
}

.news-block-one
  .inner-box
  .lower-content
  .inner
  .post-info
  li:last-child:before,
.news-block-one
  .inner-box
  .lower-content
  .inner
  .post-info
  li:last-child:after {
  display: none;
}

.bg-color-2 {
  background: #f0e6e0;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.testimonial-section .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.testimonial-section .sec-title .top-title:before,
.testimonial-section .sec-title .top-title:after {
  background: #e2d7d0;
}

.testimonial-block-one {
  margin: 30px 0px 70px 0px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 37px 40px 42px 50px;
  margin-right: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-block-one .inner-box .border-shap {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 328px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 61px;
  left: 40px;
  bottom: -60px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .quote-box {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #462b34;
  border-radius: 0px 10px 0px 30px;
}

.testimonial-block-one .inner-box .quote-box img {
  position: relative;
  display: inline-block;
}

.testimonial-block-one .inner-box .author-box {
  position: relative;
  padding: 0px 0px 0px 80px;
  margin-bottom: 19px;
}

.testimonial-block-one .inner-box .author-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 6px;
}

.testimonial-block-one .inner-box .author-box .rating li:last-child {
  margin-right: 0px;
}

.testimonial-block-one .inner-box .author-box .rating {
  position: relative;
  margin-bottom: 7px;
}

.testimonial-block-one .inner-box .author-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.testimonial-block-one .inner-box .author-box h3 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .text p {
  font-size: 17px;
  font-weight: 500;
}

.testimonial-section .sec-title {
  margin-bottom: 27px;
}



/** awards-section **/

.awards-section {
  position: relative;
  padding: 50px 0px 80px 0px;
}

.awards-section .image-box img {
  width: 100%;
}

.single-award-block .inner-box {
  position: relative;
  display: block;
  border: 1px solid #eae0d9;
  background: #fff;
  padding: 23px 30px 22px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-award-block .inner-box .upper-box {
  position: relative;
  padding: 0px 0px 16px 75px;
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 22px;
  min-height: 77px;
}

.single-award-block .inner-box .upper-box .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
}

.single-award-block .inner-box .upper-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.single-award-block .inner-box .lower-box li {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}

.single-award-block .inner-box .lower-box li:last-child {
  margin-bottom: 0px;
}

.single-award-block .inner-box .lower-box li span {
  position: relative;
  display: inline-block;
  width: 90px;
}

.awards-section .sec-title {
  margin-bottom: 55px;
}

.awards-section .inner-block .single-award-block:last-child .inner-box {
  margin-bottom: 0px;
}

.awards-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** main-footer **/

.main-footer {
  position: relative;
}

.footer-top {
  position: relative;
  padding: 124px 0px 80px 0px;
}

.footer-top .footer-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-top .footer-widget .widget-title h3 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.footer-top .about-widget .text p {
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-top .about-widget .text p:last-child {
  line-height: 30px;
  margin: 0px;
}

.footer-top .about-widget .text {
  margin-bottom: 24px;
}

.footer-top .about-widget .text p i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  transform: rotate(20deg);
}

.footer-top .about-widget {
  margin-right: 50px;
}

.footer-top .about-widget .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.footer-top .about-widget .social-links li:last-child {
  margin-right: 0px;
}

.footer-top .about-widget .social-links li h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.footer-top .about-widget .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.footer-top .links-widget .links-list li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.footer-top .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
}

.footer-top .links-widget .links-list li a:hover {
}

.footer-top .contact-widget .info-box li {
  position: relative;
  display: block;
}

.footer-top .contact-widget .info-box li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
}

.footer-top .contact-widget .info-box li a:hover {
}

.footer-top .contact-widget .single-info-box {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.footer-top .contact-widget .single-info-box:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-subscribe {
  position: relative;
  display: block;
}

.main-footer .footer-subscribe .text {
  margin-bottom: 15px;
}

.main-footer .footer-subscribe h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.main-footer .footer-subscribe .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.main-footer .footer-subscribe .subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
  padding-right: 160px;
  font-size: 17px;
  color: #ae979f;
  font-weight: 500;
  background: transparent;
  transition: all 500ms ease;
}

.main-footer
  .footer-subscribe
  .subscribe-form
  .form-group
  input::-webkit-input-placeholder {
  color: #ae979f;
}

.main-footer .footer-subscribe .subscribe-form .form-group button {
  position: absolute;
  top: 9px;
  right: 0px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .footer-subscribe .subscribe-form .form-group button i {
  position: relative;
  font-size: 30px;
  top: 5px;
  margin-right: 10px;
  font-weight: 400;
}

.main-footer .footer-subscribe .subscribe-form .form-group button:hover,
.main-footer
  .footer-subscribe
  .subscribe-form
  .form-group
  input:focus
  + button {
}

.main-footer .footer-subscribe .subscribe-form .form-group input:focus {
}

.footer-bottom {
  position: relative;
  padding: 32px 0px;
}

.footer-bottom .copyright p {
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
}

.footer-bottom .copyright p a {
  color: #ae979f;
}

.footer-bottom .copyright p a:hover {
}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom .footer-nav li:last-child {
  margin-right: 0px;
}

.footer-bottom .footer-nav li a {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
}

.footer-bottom .footer-nav li a:hover {
}

.main-footer .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two {
  box-shadow: none;
}

.main-header.style-two .header-lower {
  margin: 0px 50px;
}

.main-header.style-two .header-lower .outer-box {
  position: relative;
  background: #462b34;
  border-radius: 10px 10px 0px 0px;
}

.main-header.style-two .logo-box {
  background: transparent;
}

.main-header.style-two .main-menu .navigation > li > a {
  color: #fff;
}

.main-header.style-two .header-top {
  border-bottom: none;
}

.main-header.style-two .menu-right-content .search-btn button {
  color: rgba(255, 255, 255, 0.6);
}

.main-header.style-two .menu-right-content .theme-btn-one {
}

.main-header.style-two .sticky-header {
  background: #462b34;
}

/** banner-style-two **/

.banner-section.style-two {
  margin: 0px 50px;
  padding-bottom: 130px;
  background: transparent;
}

.banner-section.style-two:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: calc(100% + 100px);
  left: -50px;
  top: 110px;
  right: 0px;
  height: 785px;
}

.banner-section.style-two .slide-item .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 727px;
  height: 323px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-two .slide-item .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 609px;
  height: 245px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-two .banner-carousel {
  position: relative;
  padding: 0px 70px;
}

.banner-section.style-two .banner-carousel:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 100%;
  height: 560px;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}

.banner-section.style-two .banner-carousel .slide-item .image-layer {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-section.style-two .banner-carousel .slide-item {
  position: relative;
  padding: 180px 0px 187px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.banner-section.style-two .banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  background: #28161c;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0px;
  opacity: 0.7;
  z-index: 1;
}

.banner-section.style-two .content-box {
  position: relative;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  color: #fff;
  margin-bottom: 36px;
}

.banner-carousel .btn-box .btn-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  background: #fff;
  color: #462b34;
  text-transform: uppercase;
  padding: 14px 48px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
}

.banner-carousel .btn-box .btn-one:hover {
  color: #fff;
}

.banner-carousel .btn-box .btn-one:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.banner-carousel .btn-box .btn-one:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.banner-carousel .btn-box .btn-two {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 42px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
}

.banner-carousel .btn-box .btn-two:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.banner-carousel .btn-box .btn-two:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.banner-carousel .btn-box .btn-two:hover {
  color: #462b34;
}

.banner-carousel .btn-box a {
  margin: 0px 8px;
}

.banner-section .owl-nav {
  position: absolute;
  right: 130px;
  bottom: 40px;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #462b34;
  background: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section .owl-nav .owl-prev {
  margin-right: 15px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  color: #fff;
}

.banner-section .mouse-btn-down {
  position: absolute;
  left: 50%;
  bottom: 105px;
  transform: translateX(-50%);
  z-index: 1;
}

.banner-section .mouse-btn-down .icon-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 50px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  padding: 12px 0px;
}

.banner-section .mouse-btn-down .icon-box i {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #462b34;
}

.banner-section .mouse-btn-down .icon-box:before {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px;
  left: -30px;
  top: -20px;
  border-radius: 50%;
}

.banner-section .mouse-btn-down .icon-box:after {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 110px;
  height: 110px;
  left: -40px;
  top: -30px;
  border-radius: 50%;
}

/** feature-section **/

.feature-section {
  position: relative;
  padding: 0px 50px;
}

.feature-section .outer-container {
  position: relative;
  max-width: 1820px;
  width: 100%;
  margin: 0 auto;
}

.feature-section .inner-box .single-item {
  margin: 0px;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  padding: 95px 0px 130px 0px;
}

.about-style-two #image_block_1 .image-box {
  margin-top: 35px;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 130px 70px 50px 0px;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_1 .image-box .image-1 img {
  width: 100%;
  border-radius: 10px;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  left: -118px;
  bottom: 0px;
}

#image_block_1 .image-box .video-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 270px;
  width: 100%;
  border-radius: 10px;
  padding: 95px 0px;
  text-align: center;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#image_block_1 .image-box .video-inner .video-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
  color: #462b34;
  z-index: 1;
}

#image_block_1 .image-box .video-inner .video-btn:after,
#image_block_1 .image-box .video-inner .video-btn:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#image_block_1 .image-box .video-inner .video-btn:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#image_block_1 .image-box .video-inner .border {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -10px;
  margin-left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#image_block_1 .image-box .pattern-layer {
  position: absolute;
  left: -120px;
  top: 0px;
  width: 323px;
  height: 323px;
  background-repeat: no-repeat;
}

/** service-style-two **/

.service-style-two {
  position: relative;
}

.service-style-two .inner-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
}

.service-style-two .inner-container:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.95;
}

.service-style-two .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-style-two .inner-container .single-item {
  position: relative;
  display: block;
  padding: 80px 50px 83px 50px;
  min-height: 780px;
}

.service-style-two .inner-container .single-item:before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -30px;
}

.service-style-two
  .inner-container
  .service-block:last-child
  .single-item:before {
  display: none;
}

.service-style-two .inner-container .single-item .icon-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 33px;
}

.service-style-two .inner-container .single-item h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}

.service-style-two .inner-container .single-item h3 a {
  color: #fff;
}

.service-style-two .inner-container .single-item h3 a:hover {
}

.service-style-two .inner-container .single-item p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
  margin-bottom: 34px;
}

.service-style-two .inner-container .single-item .list li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
  margin-bottom: 8px;
}

.service-style-two .inner-container .single-item .list li:last-child {
  margin-bottom: 0px;
}

.service-style-two .inner-container .single-item .list li a {
  position: relative;
  display: inline-block;
  color: #ae979f;
}

.service-style-two .inner-container .single-item .list li a:hover {
  color: #fff;
}

.service-style-two .inner-container .single-item .list li a:before {
  position: absolute;
  content: "\f062";
  top: 0px;
  right: -20px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 500ms ease;
}

.service-style-two .inner-container .single-item .list li a:hover:before {
  opacity: 1;
  transform: rotate(20deg);
}

.service-style-two .inner-container .single-item .list {
  margin-bottom: 33px;
}

.service-style-two .inner-container .single-item .link {
  margin-bottom: 64px;
}

.service-style-two .inner-container .single-item .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.service-style-two .inner-container .single-item .link a i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}

.service-style-two .inner-container .single-item .link a:hover {
  padding-left: 40px;
}

.service-style-two .inner-container .single-item .link a:hover i {
  opacity: 1;
}

.service-style-two .inner-container .single-item .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
}

.service-style-two .inner-container .single-item .text a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.service-style-two .inner-container .single-item .text a:hover {
}

.service-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 390px;
  right: 0px;
  width: 100%;
  height: 1375px;
  background: #f0e6e0;
}

/** project-section **/

.project-section {
  position: relative;
  padding: 95px 0px;
}

.project-section .sec-title .top-title:before,
.project-section .sec-title .top-title:after {
  background: #e2d7d0;
}

.project-section .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.project-section .outer-container {
  position: relative;
  padding: 0px 30px;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  overflow: hidden;
  background: #462b34;
  border-radius: 10px;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
  opacity: 0.03;
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-block-one .inner-box .content-box .view-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.project-block-one .inner-box .content-box .text span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  top: -15px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text span,
.project-block-one .inner-box:hover .content-box .text h3 {
  top: 0px;
  opacity: 1;
}

.project-block-one .inner-box .content-box .text h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  top: 15px;
  opacity: 0;
  font-weight: 700;
  transition: all 500ms ease;
}

.project-block-one .inner-box .content-box .text h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .text h3 a:hover {
}

.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  z-index: 1;
  opacity: 0;
}

.project-block-one .inner-box:hover .content-box .view-btn a {
  opacity: 1;
}

.project-block-one .inner-box .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 189px;
  height: 185px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 159px;
  height: 174px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .pattern-layer .pattern-1,
.project-block-one .inner-box:hover .pattern-layer .pattern-2 {
  opacity: 1;
}

.project-section .owl-nav {
  position: absolute;
  top: -80px;
  right: 345px;
}

.project-section .owl-nav .owl-prev,
.project-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #462b34;
  font-weight: 400;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-section .owl-nav .owl-prev {
  margin-right: 15px;
}

.project-section .owl-nav .owl-prev:hover,
.project-section .owl-nav .owl-next:hover {
}

/** industries-style-two **/

.industries-style-two {
  position: relative;
  padding-bottom: 130px;
}

.industries-style-two .sec-title .top-title:before,
.industries-style-two .sec-title .top-title:after {
  background: #e2d7d0;
}

.industries-style-two .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.industries-style-two .tab-btn-one {
  margin-bottom: 80px;
}

.industries-style-two .tab-btn-one .tab-buttons {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.industries-style-two .tab-btn-one .tab-buttons li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 24px 30px 26px 95px;
  cursor: pointer;
  border-right: 1px solid #eae0d9;
}

.industries-style-two .tab-btn-one .tab-buttons li:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 30px;
  top: 25px;
  right: 65px;
}

.industries-style-two .tab-btn-one .tab-buttons li:last-child {
  border-right: none;
}

.industries-style-two .tab-btn-one .tab-buttons li .icon-box {
  position: absolute;
  left: 30px;
  top: 19px;
}

.industries-style-two .tab-btn-one .tab-buttons li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.industries-style-two .tab-btn-one .tab-buttons li i {
  position: absolute;
  top: 27px;
  right: 30px;
  font-size: 20px;
  color: #b4a4a4;
  transition: all 500ms ease;
}

.industries-style-two .tab-btn-one .tab-buttons li.active-btn i {
  transform: rotate(180deg);
}

.industries-style-two .tabs-content-2 {
  position: relative;
  display: block;
  margin-right: 30px;
}

.industries-style-two .tabs-content-2 .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.industries-style-two .tabs-content-2 .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 15px;
}

.industries-style-two .tabs-content-2 .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    -90deg,
    rgba(70, 43, 52, 0),
    rgba(70, 43, 52, 1) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.industries-style-two .tabs-content-2 .inner-box .image-box img {
  width: 100%;
  border-radius: 15px;
}

.industries-style-two .tabs-content-2 .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 32px;
  padding: 0px 40px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.industries-style-two .tabs-content-2 .inner-box .content-box .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.industries-style-two .tabs-content-2 .inner-box .content-box .text span {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.industries-style-two .tabs-content-2 .inner-box .content-box .link {
  position: absolute;
  bottom: 2px;
  right: 40px;
}

.industries-style-two .tabs-content-2 .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #462b34;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.industries-style-two .tabs-content-2 .inner-box .content-box .link a:hover {
  color: #fff;
}

.industries-style-two .tab-btn-two li {
  position: relative;
  display: block;
  padding: 9px 0px 27px 70px;
  cursor: pointer;
  margin-bottom: 14px;
  min-height: 50px;
  transition: all 500ms ease;
}

.industries-style-two .tab-btn-two li:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 50px;
  height: 1px;
  left: 70px;
  bottom: 0px;
  transition: all 500ms ease;
}

.industries-style-two .tab-btn-two li.active-btn-2:before,
.industries-style-two .tab-btn-two li:hover:before {
  width: calc(100% - 70px);
}

.industries-style-two .tab-btn-two li:last-child {
  margin-bottom: 0px;
}

.industries-style-two .tab-btn-two li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
}

.industries-style-two .tab-btn-two li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #462b34;
  font-weight: 700;
  transition: all 500ms ease;
}

.industries-style-two .tab-btn-two li.active-btn h3,
.industries-style-two .tab-btn-two li:hover h3 {
}

/** chooseus-section **/

.chooseus-section {
  position: relative;
  padding: 95px 0px 130px 0px;
}

.chooseus-section .top-title.light:before,
.chooseus-section .top-title.light:after {
  background: #624b52;
}

.chooseus-section .top-title.light:after {
  border-bottom: 2px solid #462b34;
  border-left: 2px solid #462b34;
}

.chooseus-section .sec-title p {
  color: #ae979f;
}

.chooseus-block-one {
  position: relative;
}

.chooseus-block-one .inner-box {
  position: relative;
  display: block;
  background: #3f262f;
  padding: 50px 30px 42px 30px;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.chooseus-block-one:before {
  position: absolute;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 3px;
  border-radius: 10px;
}

.chooseus-block-one:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-block-one:hover:after {
  opacity: 1;
  left: -10px;
  top: -10px;
}

.chooseus-block-one .inner-box .icon-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.chooseus-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.chooseus-block-one .inner-box p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.chooseus-block-one .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.chooseus-block-one .inner-box a i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box a:hover {
  padding-left: 40px;
}

.chooseus-block-one .inner-box a:hover i {
  opacity: 1;
}

.chooseus-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

/** pricing-section **/

.pricing-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0px 130px 0px;
}

.pricing-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #eae0d9;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
}
.pricing-block-one .inner-box {
  /* transform: translateY(-10px);
  box-shadow: var(--shadow-deep);
  box-shadow: rgba(0, 0, 0, 0.75); */
    position: relative;
    display: block;
    border: 1px solid #1e1014;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    transform: scale(1);
  
}
.pricing-block-one:hover .inner-box {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
}

.pricing-block-one .inner-box .icon-box {
  position: relative;
  margin-bottom: 24px;
}

.pricing-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 9px;
}

.pricing-block-one .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #766068;
  padding-bottom: 23px;
  margin-bottom: 38px;
}

.pricing-block-one .inner-box .text:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.pricing-block-one .inner-box h2 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-left: 20px;
}

.pricing-block-one .inner-box h2 .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
  margin: 0px;
}

.pricing-block-one .inner-box h2 .text:before {
  display: none;
}

.pricing-block-one .inner-box h2 .symble {
  position: absolute;
  left: 0px;
  top: -8px;
  font-size: 30px;
}

.pricing-block-one .inner-box p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}

.pricing-block-one .inner-box a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  background: #462b34;
  text-transform: uppercase;
  padding: 14px 30px;
  text-align: center;
  border-radius: 5px;
}

.pricing-block-one .inner-box:hover a {
}

.pricing-block-one.popular .inner-box {
  background: #f0e6e0;
  /* border-color: #f0e6e0; */
  border: 1px solid #1e1014;

}

.pricing-block-one.popular .inner-box .popular-tag {
  position: absolute;
  top: 25px;
  right: -16px;
  font-size: 12px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 5.5px 22px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-90deg);
  
}

.pricing-block-one.popular .inner-box .popular-tag:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 16px;
  left: -13px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.pricing-block-one.popular .inner-box .popular-tag:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 16px;
  left: -13px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.pricing-block-one.popular .inner-box:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  top: -10px;
  right: 50px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.pricing-section .tabs-box {
  position: relative;
}

.pricing-section .tab-btn-box {
  position: absolute;
  top: -116px;
  right: 0px;
}

.pricing-section .tab-btn-box .tab-buttons {
  position: relative;
  display: inline-block;
}

.pricing-section .tab-btn-box .tab-buttons li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  border: 1px solid #f0e6e0;
  background: #f0e6e0;
  text-align: center;
  padding: 13px 15px;
  width: 110px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-buttons li:first-child {
  border-radius: 30px 0px 0px 30px;
}

.pricing-section .tab-btn-box .tab-buttons li:last-child {
  border-radius: 0px 30px 30px 0px;
}

.pricing-section .tab-btn-box .tab-buttons li.active-btn,
.pricing-section .tab-btn-box .tab-buttons li:hover {
  background: transparent;
}

/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
  padding: 130px 0px;
  background: #f1e7e1;
}

.testimonial-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two .testimonial-block-two {
  position: relative;
  margin: 0px 70px;
}

.testimonial-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 31px;
}

.testimonial-block-two .inner-box p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 37px;
}

.testimonial-block-two .inner-box .rating {
  margin-bottom: 7px;
}

.testimonial-block-two .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0px 3px;
}

.testimonial-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.testimonial-block-two .inner-box h3 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #d9cec7;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span {
}

.testimonial-style-two .owl-theme .owl-dots {
  position: relative;
  display: block;
  margin-top: 36px;
}

.testimonial-style-two .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.testimonial-style-two .thumb-box .user-thumb {
  position: absolute;
}

.testimonial-style-two .thumb-box .thumb-1 {
  left: 195px;
  top: 100px;
}

.testimonial-style-two .thumb-box img {
  position: relative;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.testimonial-style-two .thumb-box .user-thumb .pattern-1 {
  position: absolute;
  left: 0px;
  top: -35px;
  width: 105px;
  height: 105px;
  background-repeat: no-repeat;
}

.testimonial-style-two .thumb-box .user-thumb .pattern-2 {
  position: absolute;
  left: -50px;
  bottom: -40px;
  width: 167px;
  height: 192px;
  background-repeat: no-repeat;
}

.testimonial-style-two .thumb-box .user-thumb .pattern-3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-style-two .thumb-box .user-thumb .pattern-4 {
  position: absolute;
  right: 40px;
  top: -15px;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  z-index: 1;
}

.testimonial-style-two .thumb-box .thumb-2 {
  left: 410px;
  bottom: 75px;
}

.testimonial-style-two .thumb-box .thumb-3 {
  right: 95px;
  bottom: 120px;
}

.testimonial-style-two .thumb-box .thumb-4 {
  top: 50px;
  right: 340px;
}

.testimonial-style-two .thumb-box .thumb-4 img {
  border-radius: 0px;
}

.news-section .owl-nav {
  position: absolute;
  top: -80px;
  right: 0px;
}

.news-section .owl-nav .owl-prev,
.news-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #462b34;
  font-weight: 400;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.news-section .owl-nav .owl-prev {
  margin-right: 15px;
}

.news-section .owl-nav .owl-prev:hover,
.news-section .owl-nav .owl-next:hover {
}

/** clients-style-two **/

.clients-style-two {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px;
}

.clients-style-two:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    -90deg,
    rgba(70, 43, 52, 0.8) 10%,
    rgba(255, 255, 255, 1) 90%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.clients-style-two .title-inner {
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px;
}

.clients-style-two .title-inner h2 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 800;
}

.clients-style-two .title-inner .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  padding: 14px 35px;
  border-radius: 4px;
  text-align: center;
  width: 170px;
  margin: 0px 8px;
  text-transform: uppercase;
}

.clients-style-two .title-inner .btn-box a.btn-one {
  color: #fff;
}

.clients-style-two .title-inner .btn-box a.btn-one:hover {
  background: #fff;
}

.clients-style-two .title-inner .btn-box a.btn-two {
  color: #462b34;
  background: #fff;
}

.clients-style-two .title-inner .btn-box a.btn-two:hover {
  color: #fff;
}

.clients-style-two .clients-logo-box {
  position: relative;
  display: block;
}

.clients-style-two .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-style-two .clients-logo-box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

/** contactinfo-section **/

.contactinfo-section {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.contactinfo-section .image-column {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contactinfo-section .sec-title .top-title:before,
.contactinfo-section .sec-title .top-title:after {
  background: #e2d7d0;
}

.contactinfo-section .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

#content_block_6 .content-box {
  position: relative;
  display: block;
}

#content_block_6 .content-box .info-list li {
  position: relative;
  display: block;
  padding-left: 82px;
  margin-bottom: 35px;
}

#content_block_6 .content-box .info-list li:last-child {
  margin-bottom: 0px;
}

#content_block_6 .content-box .info-list li .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
}

#content_block_6 .content-box .info-list li .inner {
  position: relative;
  padding-left: 32px;
}

#content_block_6 .content-box .info-list li .inner h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

#content_block_6 .content-box .info-list li .inner p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

#content_block_6 .content-box .info-list li .inner p a {
  color: #766068;
}

#content_block_6 .content-box .info-list li .inner p a:hover {
}

#content_block_6 .content-box .info-list li .inner:before {
  position: absolute;
  content: "";
  background: #e2d7d0;
  width: 2px;
  height: 62px;
  left: 0px;
  top: 6px;
}

#content_block_6 .content-box .info-list li .inner:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 0px;
  top: 6px;
  transition: all 500ms ease;
}

#content_block_6 .content-box .info-list li:hover .inner:after {
  height: 62px;
}

.contactinfo-section .map-inner {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.contactinfo-section .map-inner #contact-google-map {
  width: 470px;
  height: 470px;
  border-radius: 50%;
}

.contactinfo-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** footer-style-two **/

.main-footer.style-two .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 104px 0px 106px 0px;
}

.main-footer.style-two .footer-top .about-widget {
  margin-right: 0px;
}

.main-footer.style-two .footer-top .about-widget .text p {
  line-height: 28px;
}

.main-footer.style-two .footer-top .about-widget .text {
  margin-bottom: 31px;
}

.main-footer .about-widget .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.main-footer .about-widget .subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #533c44;
  background: transparent;
  font-size: 17px;
  font-weight: 500;
  color: #ae979f;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.main-footer .about-widget .subscribe-form .form-group input:focus {
}

.main-footer
  .about-widget
  .subscribe-form
  .form-group
  input::-webkit-input-placeholder {
  color: #ae979f;
}

.main-footer .about-widget .subscribe-form .form-group button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #533c44;
  padding: 9px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .about-widget .subscribe-form .form-group button:hover {
}

.main-footer .about-widget .subscribe-form .form-group button i {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  margin-right: 8px;
  top: 5px;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #462b34;
  border-right: 2px solid #462b34;
  right: 20px;
}

.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #eae0d9 !important;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
}

.main-footer .callback-widget .widget-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  margin-top: 7px;
  z-index: 1;
}

.main-footer .callback-widget .widget-content .callback-form {
  position: relative;
  margin: 0px 5px;
}

.main-footer .callback-widget .widget-content .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.main-footer .callback-widget .widget-content .form-group:last-child {
  margin-bottom: 0px;
}

.main-footer .callback-widget .widget-content .form-group input[type="text"],
.main-footer .callback-widget .widget-content .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.main-footer .callback-widget .widget-content .form-group input:focus {
}

.main-footer .callback-widget .widget-content .form-group button {
  display: block;
  width: 100%;
}

.main-footer .callback-widget .widget-content .form-group button:after {
  background: #462b34;
}

.main-footer .callback-widget .pattern-layer .pattern-1 {
  position: absolute;
  right: -60px;
  bottom: -45px;
  width: 105px;
  height: 215px;
  background-repeat: no-repeat;
}

.main-footer .callback-widget .pattern-layer .pattern-2 {
  position: absolute;
  background: #3f262f;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  right: -160px;
  bottom: -60px;
  z-index: 1;
}

.main-footer .callback-widget .pattern-layer .pattern-3 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -165px;
  bottom: -70px;
  border-radius: 50%;
}

.main-footer .callback-widget .pattern-layer .pattern-4 {
  position: absolute;
  top: 120px;
  right: -115px;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-footer.style-two .footer-bottom .copyright {
  position: relative;
  padding-left: 190px;
}

.main-footer.style-two .footer-bottom .copyright .footer-logo {
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 1;
}

.main-footer.style-two .footer-bottom .copyright .footer-logo:before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255, 0.1);
  width: 1px;
  height: 45px;
  top: 0px;
  right: -21px;
}

.footer-bottom .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.footer-bottom .social-links li:last-child {
  margin-right: 0px;
}

.footer-bottom .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ae979f;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #3f262f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer-bottom .social-links li a:hover {
  color: #fff;
}

.main-footer.style-two .footer-bottom {
  padding: 35px 0px;
}

.footer-bottom .social-links {
  margin-top: 5px;
}

/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-three **/

.main-header.style-three {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  box-shadow: none;
}

.main-header.style-three .main-menu .navigation > li > a {
  color: #fff;
}

.main-header.style-three .main-menu .navigation > li.dropdown > a:before {
  color: #fff;
}

.main-header.style-three .sticky-header {
  background: #462b34;
}

.main-header.style-three .menu-right-content .search-btn button {
  color: #fff;
}

.main-header.style-three .menu-right-content .theme-btn-one {
  border: 1px solid #ff5956;
  background: transparent;
}

.main-header.style-three .outer-box {
  position: relative;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-three .header-lower .outer-box .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-three .header-lower .outer-box .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.main-header.style-three .logo-box {
  float: none;
  margin: 0px;
  padding-top: 40px;
  background: transparent;
}

.main-header.style-three .main-menu .navigation > li {
  padding-top: 50px;
}

.main-header.style-three .sticky-header .outer-box {
  display: block;
}

/** banner-style-three **/

.banner-section.style-three {
  overflow: hidden;
}

.banner-section.style-three .slide-item {
  position: relative;
  padding: 330px 0px 250px 0px;
  overflow: hidden;
}

.banner-section.style-three .slide-item:before {
  position: absolute;
  content: "";
  background: #28161c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
  z-index: 1;
}

.banner-section.style-three .banner-carousel .slide-item .image-layer {
  left: 0;
  right: 0;
}

.banner-section.style-three .banner-carousel .content-box {
  max-width: 650px;
  width: 100%;
}

.banner-section.style-three .banner-carousel .content-box h1 {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.banner-section.style-three .banner-carousel .active .content-box h1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-section.style-three .banner-carousel .content-box p {
  color: #fff;
  margin-bottom: 31px;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 465px;
  height: 520px;
  background-repeat: no-repeat;
  z-index: 2;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 459px;
  height: 522px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 294px;
  height: 295px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 695px;
  height: 691px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 727px;
  height: 901px;
  background-repeat: no-repeat;
}

.banner-section.style-three .owl-nav {
  right: inherit;
  left: 335px;
  bottom: 70px;
}

.banner-section.style-three .social-box {
  position: absolute;
  left: -40px;
  top: 250px;
  z-index: 1;
  transform: rotate(-90deg);
}

.banner-section.style-three .social-box .social-links {
  position: relative;
}

.banner-section.style-three .social-box .social-links:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: -60px;
  top: 12px;
}

.banner-section.style-three .social-box .social-links li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-right: 20px;
}

.banner-section.style-three .social-box .social-links li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 6px;
  height: 1px;
  top: 13px;
  right: -14px;
}

.banner-section.style-three .social-box .social-links li:last-child:before,
.banner-section.style-three .social-box .social-links li:first-child:before {
  display: none;
}

.banner-section.style-three .social-box .social-links li a {
  color: #fff;
}

.banner-section.style-three .social-box .social-links li:last-child {
  margin-right: 0px;
}

.banner-section.style-three .social-box .social-links li a:hover {
}

.banner-section.style-three .mail-box {
  position: absolute;
  left: 165px;
  top: 335px;
  z-index: 1;
  transform: rotate(-47deg);
}

.banner-section.style-three .mail-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-weight: 700;
}

.banner-section.style-three .mail-box a:hover {
}

/** about-style-three **/

.about-style-three {
  position: relative;
  padding: 95px 0px 130px 0px;
}

.about-style-three .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-three .sec-title .top-title:before,
.about-style-three .sec-title .top-title:after {
  background: #e2d7d0;
}

.about-style-three .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.about-style-three .image-box {
  position: relative;
  display: block;
  margin-left: -370px;
  margin-right: -60px;
}

.about-style-three .image-box img {
  width: 100%;
}

.about-style-three .sec-title {
  margin-bottom: 30px;
}

#content_block_1 .content-box .inner-box .list li h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.chooseus-section .title-inner .sec-title,
.chooseus-section .title-inner .text {
  width: 50%;
}

.chooseus-section .title-inner .text {
  margin-top: 60px;
}

.chooseus-section .title-inner .text p {
  font-size: 17px;
  font-weight: 500;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box {
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box h3 {
  color: #462b34;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box p {
  color: #766068;
  margin-bottom: 20px;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box a {
  color: #462b34;
  padding: 0px !important;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box a i {
  position: relative;
  margin-right: 8px;
  opacity: 1;
  top: 6px;
  color: #462b34;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box a:hover {
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box a:hover i {
}

/** video-section **/

.video-section {
  position: relative;
}

.video-section #image_block_1 .image-box .video-inner {
  position: relative;
  max-width: 100%;
  padding: 185px 0px 175px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video-section #image_block_1 .image-box .video-inner .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
}

.video-section #image_block_1 .image-box .video-inner .border {
  width: 100px;
  height: 100px;
}

.video-section #image_block_1 .image-box {
  padding: 0px;
  margin: 0px;
}

.video-section .video-content {
  position: relative;
  margin-bottom: -330px;
  z-index: 1;
}

.video-section .video-content .pattern-layer .pattern-1 {
  position: absolute;
  top: -60px;
  right: -55px;
  width: 105px;
  height: 215px;
  background-repeat: no-repeat;
}

.video-section .video-content .pattern-layer .pattern-2 {
  position: absolute;
  top: 50px;
  right: -140px;
  width: 195px;
  height: 195px;
  border-radius: 50%;
}

.video-section .video-content .pattern-layer .pattern-3 {
  position: absolute;
  top: 170px;
  right: -150px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.service-section.alternet-2 {
  padding-top: 445px;
}

.service-section .sec-title.light .top-title:before,
.service-section .sec-title.light .top-title:after {
  background: #624b52;
}

.service-section .sec-title.light .top-title:after {
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}

.service-section .sec-title.light p {
  color: #ae979f;
}

.service-section.alternet-2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** process-style-two **/

.process-style-two {
  position: relative;
}

.process-style-two:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 100%;
  height: 675px;
  left: 0px;
  bottom: 0px;
}

.process-style-two .inner-container {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: #f0e6e0;
  padding: 95px 0px 122px 0px;
  overflow: hidden;
}

.process-style-two .sec-title .top-title:before,
.process-style-two .sec-title .top-title:after {
  background: #e2d7d0;
}

.process-style-two .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.process-style-two .single-item .inner-box {
  position: relative;
  display: block;
  padding-left: 50px;
}

.process-style-two .single-item .inner-box:before {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 1px;
  height: calc(100% + 377px);
  right: 0px;
  bottom: -122px;
}

.process-style-two .single-column:last-child .single-item .inner-box:before {
  height: calc(100% + 277px);
}

.process-style-two .single-column:first-child .single-item .inner-box:after {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 1px;
  height: calc(100% + 277px);
  left: 0px;
  bottom: -122px;
}

.process-style-two .single-item .inner-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.process-style-two .single-item .inner-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 49px;
}

.process-style-two .single-item .inner-box .icon-box {
  margin-bottom: 33px;
}

.process-style-two .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.process-style-two .single-item .inner-box h3 a {
  display: inline-block;
  color: #462b34;
}

.process-style-two .single-item .inner-box h3 a:hover {
}

.process-style-two .single-item .inner-box p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.process-style-two .single-item .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
}

.process-style-two .single-item .inner-box .link a i {
  position: relative;
  font-size: 30px;
  top: 6px;
  margin-right: 8px;
  font-weight: 400;
}

.process-style-two .single-item .inner-box .link a:hover {
}

.process-style-two .sec-title {
  margin-bottom: 40px;
  z-index: 1;
}

.pricing-block-two .inner-box {
  position: relative;
  display: block;
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 49px 30px 50px 40px;
}

.pricing-block-two .inner-box .icon-box {
  position: relative;
  margin-bottom: 17px;
}

.pricing-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 2px;
}

.pricing-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #766068;
}

.pricing-block-two .inner-box .text:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.pricing-block-two .inner-box h2 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 31px;
  padding-left: 20px;
}

.pricing-block-two .inner-box h2 .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
  margin: 0px;
}

.pricing-block-two .inner-box h2 .text:before {
  display: none;
}

.pricing-block-two .inner-box h2 .symble {
  position: absolute;
  left: 0px;
  top: -8px;
  font-size: 30px;
}

.pricing-block-two .inner-box p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}

.pricing-block-two .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  background: #462b34;
  text-transform: uppercase;
  padding: 14px 58px;
  text-align: center;
  border-radius: 5px;
}

.pricing-block-two .inner-box:hover a {
}

.pricing-block-two .pricing-header {
  padding-bottom: 32px;
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 33px;
}

.pricing-block-two .inner-box .list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Muli", sans-serif;
  color: #462b34;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 34px;
}

.pricing-block-two .inner-box .list li:last-child {
  margin-bottom: 0px;
}

.pricing-block-two .inner-box .list {
  margin-bottom: 30px;
}

.pricing-block-two .inner-box .list li:before {
  position: absolute;
  content: "\f11e";
  font-family: "Flaticon";
  font-size: 18px;
  font-weight: 500;
  left: 0px;
  top: 0px;
}

/** team-style-two **/

.team-style-two {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.team-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.team-style-two .sec-title .top-title:before,
.team-style-two .sec-title .top-title:after {
  background: #624b52;
}

.team-style-two .sec-title .top-title:after {
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}

.team-style-two .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.project-style-two {
  position: relative;
  padding-bottom: 130px;
}

.project-style-two .project-block-one .inner-box:hover .image-box img {
  opacity: 0.15;
}

.project-style-two .more-text p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.project-style-two .more-text {
  position: relative;
  margin-top: 53px;
}

.project-style-two .more-text p a {
  display: inline-block;
  color: #462b34;
  line-height: 30px;
  border-bottom: 1px solid #462b34;
}

.project-style-two .more-text p a:hover {
}

/** testimonial-style-three **/

.testimonial-style-three {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.testimonial-style-three .sec-title {
  margin-bottom: 40px;
}

.testimonial-style-three .sec-title .top-title:before,
.testimonial-style-three .sec-title .top-title:after {
  background: #e2d7d0;
}

.testimonial-style-three .sec-title .top-title:after {
  border-left: 2px solid #f1e7e1;
  border-bottom: 2px solid #f1e7e1;
}

.testimonial-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-block-three {
  margin: 30px 0px 70px 0px;
}

.testimonial-block-three .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 42px 40px;
  margin-right: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-block-three .inner-box .border-shap {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 356px;
  background-repeat: no-repeat;
}

.testimonial-block-three .inner-box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 60px;
  left: 40px;
  bottom: -60px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-three .inner-box .quote-box {
  position: absolute;
  right: 20px;
  top: -22px;
}

.testimonial-block-three .inner-box .author-box {
  position: relative;
  padding: 0px 0px 0px 80px;
  margin-bottom: 21px;
}

.testimonial-block-three .inner-box .author-box .author-thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
}

.testimonial-block-three .inner-box .author-box .designation {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
}

.testimonial-block-three .inner-box .text p {
  font-size: 17px;
  font-weight: 500;
}

.news-section .sec-title .link {
  position: absolute;
  top: 86px;
  right: 0px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
  z-index: 1;
}

.news-section .sec-title .link i {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  margin-right: 8px;
  top: 6px;
}

.news-section .sec-title .link:hover {
}

.news-section.alternet-2 {
  padding-bottom: 82px;
}

.clients-section.alternet-2 .clients-logo-box {
  background: #f0e6e0;
  border-right: 1px solid #d9cec7;
  margin-bottom: 0px;
  margin-top: 48px;
}

.clients-section.alternet-2 .clients-logo-box .logo-title {
  bottom: inherit;
  top: -43px;
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.clients-section.alternet-2 .clients-logo-box:hover .logo-title {
  top: -28px;
}

.clients-section.alternet-2 .clients-logo-box .logo-title:before {
  background: #fff;
  top: 44px;
}

.clients-section.alternet-2 .clients-logo-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.clients-section.alternet-2 .clients-logo-box:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

/** advice-section **/

.advice-section {
  position: relative;
  padding: 50px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advice-section:before {
  position: absolute;
  content: "";
  background: #3f262f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}

.advice-section .text h2 {
  position: relative;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}

.advice-section .text h2 a {
  display: inline-block;
  line-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.advice-section .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.advice-section .social-links li:last-child {
  margin-right: 0px;
}

.advice-section .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #766068;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.advice-section .social-links li a:hover {
  color: #fff;
}

/** footer-style-three **/

.main-footer .logo-widget .footer-logo {
  margin-bottom: 33px;
}

.main-footer .logo-widget .text {
  margin-bottom: 32px;
}

.main-footer .logo-widget .text p {
  font-size: 17px;
  line-height: 28px;
  color: #ae979f;
  font-weight: 500;
}

.main-footer .logo-widget .upload-btn a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: "Muli", sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  padding: 13.5px 25px;
}

.main-footer .logo-widget .upload-btn a i {
  position: relative;
  font-size: 24px;
  margin-right: 10px;
  font-weight: 400;
  top: 2px;
}

.main-footer .logo-widget .upload-btn a:hover {
}

.main-footer .logo-widget {
  margin-top: 6px;
}

.footer-top .post-widget .post-inner .post {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 26px;
  margin-bottom: 28px;
  min-height: 108px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .post-widget .post-inner .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.footer-top .post-widget .post-inner .post .image-box {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
}

.footer-top .post-widget .post-inner .post .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.footer-top .post-widget .post-inner .post:hover .image-box img {
  opacity: 0.5;
}

.footer-top .post-widget .post-inner .post .post-date {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #ae979f;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.footer-top .post-widget .post-inner .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}

.footer-top .post-widget .post-inner .post h5 a {
  display: inline-block;
  color: #fff;
}

.footer-top .post-widget .post-inner .post h5 a:hover {
}

.footer-top .post-widget .widget-title {
  margin-bottom: 30px;
}

.main-footer.style-three .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 93px 0px 66px 0px;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  padding: 195px 0px 20px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #352027;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title .title-box {
  position: relative;
  display: block;
  margin-bottom: 152px;
}

.page-title .title-box h1 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-title .title-box p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-right: 13px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .bread-crumb li a {
  color: #fff;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 6px;
  height: 1px;
  right: 0px;
  bottom: 6px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a:hover {
}

.about-style-two.about-page {
  padding-bottom: 80px;
}

.process-style-two.alternet-2:before {
  background: #462b34;
}

.process-style-two.alternet-2 .inner-container {
  background: #462b34;
}

.process-style-two.alternet-2 .sec-title .top-title:before,
.process-style-two.alternet-2 .sec-title .top-title:after {
  background: #624b52;
}

.process-style-two.alternet-2 .sec-title .top-title:after {
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}

.process-style-two.alternet-2 .single-item .inner-box h3 a {
  color: #fff;
}

.process-style-two.alternet-2 .single-item .inner-box h3 a:hover {
}

.process-style-two.alternet-2 .single-item .inner-box p {
  color: rgba(255, 255, 255, 0.6);
}

.process-style-two.alternet-2 .single-item .inner-box .link a {
  color: #fff;
}

.process-style-two.alternet-2 .single-item .inner-box .link a i {
  color: rgba(255, 255, 255, 0.6);
  transition: all 500ms ease;
}

.process-style-two.alternet-2 .single-item .inner-box .link a:hover {
}

.process-style-two.alternet-2 .single-item .inner-box .link a:hover i {
}

.process-style-two.alternet-2 .single-item .inner-box:before,
.process-style-two .single-column:first-child .single-item .inner-box:after {
  background: rgba(255, 255, 255, 0.1);
}

.process-style-two.alternet-2 .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/** history-section **/

.history-section {
  position: relative;
}

.history-section .sec-title {
  padding: 95px 0px 100px 0px;
  margin: 0px;
}

.history-section .inner-box {
  position: relative;
  padding: 130px 30px 130px 0px;
}

.history-section .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 88px;
}

.history-section .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
}

.history-section .inner-box .content-box .year-box {
  position: relative;
  display: inline-block;
  width: 166px;
  height: 131px;
  line-height: 131px;
  text-align: center;
  margin-bottom: 36px;
}

.history-section .inner-box .content-box .year-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140px;
  z-index: 1;
}

.history-section .inner-box .content-box .year-box .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 166px;
  height: 131px;
  background-repeat: no-repeat;
}

.history-section .inner-box .content-box .year-box .pattern-2 {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 162px;
  height: 140px;
  background-repeat: no-repeat;
}

.history-section .inner-box .content-box .text h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.history-section .inner-box .content-box .text p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.history-section .inner-box .content-box {
  position: relative;
  margin-bottom: 77px;
}

.mr-0 {
  margin: 0px !important;
}

.history-section .inner-box:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
}

.history-section .column:nth-child(2) .inner-box:after {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 100%;
  top: 0px;
  left: -30px;
}

.history-section .column:last-child .inner-box:before {
  display: none;
}

.history-section .inner-box .dots-box {
  position: absolute;
  left: -37px;
  top: 0px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #eae0d9;
  border-radius: 50%;
  z-index: 1;
}

.history-section .inner-box .dots-box:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 35px;
  height: 1px;
  left: -11px;
  top: 6px;
}

.history-section .inner-box .dots-box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.history-section .inner-box .dots-box.active {
}

.history-section .inner-box .dots-box.active:before {
}

.history-section .inner-box .dots-box.active:after {
  border: 3px solid #fff;
}

.history-section .image-layer {
  position: absolute;
  left: 0px;
  top: 80px;
}

.main-footer .pattern-layer.no-anim {
  animation: none !important;
}

.team-style-three {
  padding: 60px 0px 50px 0px;
}

.team-style-three .team-block-one .inner-box .image-box {
  box-shadow: none;
  border-radius: 15px 15px 0px 0px;
}

.team-style-three .team-block-one .inner-box .image-box img {
  border-radius: 15px 15px 0px 0px;
}

.team-style-three .team-block-one .inner-box {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.team-style-three .team-block-one .inner-box .image-box .share-box p {
  border-bottom-right-radius: 0px;
}

.team-style-three .team-block-one .inner-box {
  border-radius: 15px;
  margin-bottom: 45px;
}

.team-style-three .team-block-one .inner-box .lower-content {
  padding: 24px 15px 21px 15px;
}

.team-style-three .owl-dots {
  position: relative;
  display: block;
  text-align: center;
}

.owl-dot-style-two .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #c2b3aa;
  margin: 0px 10px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot span:hover {
  height: 4px;
}

.team-style-four {
  position: relative;
  padding: 95px 0px 90px;
}

.team-style-four .sec-title .top-title:before,
.team-style-four .sec-title .top-title:after {
  background: #e2d7d0;
}

.team-style-four .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.team-style-four .team-block-one .inner-box {
  margin-bottom: 32px;
}

/*** 

====================================================================
                        Overview-Page
====================================================================

***/

/** hiring-strategies **/

.hiring-strategies {
  position: relative;
  padding: 95px 0px 90px 0px;
}

.hiring-strategies .inner-box .title-inner {
  position: relative;
  padding: 97px 50px 110px 100px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.hiring-strategies .inner-box .title-inner .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hiring-strategies .inner-box .title-inner h2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 530px;
}

.hiring-strategies .inner-box .funfact-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.1);
}

.hiring-strategies .inner-box .funfact-inner .counter-block {
  position: relative;
  display: block;
  padding: 54px 30px 52px 190px;
}

.hiring-strategies .inner-box .funfact-inner .counter-block:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.hiring-strategies
  .inner-box
  .funfact-inner
  .counter-column:last-child
  .counter-block:before {
  display: none;
}

.hiring-strategies .inner-box .funfact-inner .counter-block .count-outer {
  position: absolute;
  left: 50px;
  top: 44px;
  display: inline-block;
  font-size: 60px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 70px;
  font-weight: 700;
}

.hiring-strategies .inner-box .funfact-inner .counter-block .count-outer .icon {
  position: relative;
  top: -7px;
  font-size: 34px;
  font-weight: 400;
}

.hiring-strategies .inner-box .funfact-inner .counter-block h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

/** solutions-problems **/

.solutions-problems {
  position: relative;
  padding-bottom: 120px;
}

.solutions-problems .owl-dots {
  display: block;
  text-align: center;
}

.solutions-problems .upper-box {
  position: relative;
  margin-bottom: 80px;
}

.solutions-problems .upper-box .title-inner {
  position: relative;
  display: block;
  margin-right: 45px;
}

.solutions-problems .upper-box .title-inner h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 30px;
}

.solutions-problems .upper-box .title-inner p {
  font-size: 17px;
  font-weight: 500;
}

.solutions-problems .upper-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.solutions-problems .upper-box .inner-box .single-item h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.solutions-problems .upper-box .inner-box .single-item p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
}

.solutions-problems .upper-box .inner-box .single-item a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
}

.solutions-problems .upper-box .inner-box .single-item a i {
  position: relative;
  font-size: 30px;
  top: 6px;
  margin-right: 10px;
  font-weight: 400;
}

.solutions-problems .upper-box .inner-box .single-item a:hover {
}

.solutions-problems .upper-box .inner-box {
  margin-top: 10px;
}

.solutions-problems .carousel-box {
  position: relative;
  margin-right: -30px;
}

.solutions-problems .carousel-box .single-item {
  position: relative;
  margin: 30px 0px;
  max-width: 600px;
  width: 100%;
}

.solutions-problems .carousel-box .single-item .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin-right: 30px;
}

.solutions-problems .carousel-box .single-item .inner-box .image-box {
  position: relative;
  max-width: 470px;
  width: 100%;
  border-radius: 15px 0px 0px 15px;
}

.solutions-problems .carousel-box .single-item .inner-box .image-box img {
  width: 100%;
  border-radius: 15px 0px 0px 15px;
}

.solutions-problems .carousel-box .single-item .inner-box .lower-content {
  position: relative;
  margin: 0px 100px 0px 40px;
}

.solutions-problems .carousel-box .single-item .inner-box .lower-content h3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #462b34;
  padding: 25px 30px 25px 30px;
  border-top-left-radius: 10px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}

.solutions-problems .carousel-box .single-item .inner-box .side-content {
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 15px 15px 0px;
  transition: all 500ms ease;
}

.solutions-problems .carousel-box .single-item .inner-box:hover .side-content {
  box-shadow: none;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .content-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 15px 20px 15px;
  transition: all 900ms ease;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box:hover
  .side-content
  .content-box {
  opacity: 0;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .content-box
  span {
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 35px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #f0e6e0;
  width: 100%;
  text-align: center;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .content-box
  .icon-box {
  position: absolute;
  display: inline-block;
  left: 19px;
  bottom: 25px;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .content-box:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 2px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -15px;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .content-box:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .overlay-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #f0e6e0;
  border-radius: 0px 15px 15px 0px;
  text-align: center;
  padding: 20px 15px 20px 15px;
  z-index: 1;
  left: -100px;
  transition: all 500ms ease;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box:hover
  .side-content
  .overlay-box {
  left: 0px;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .overlay-box
  span {
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 35px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .overlay-box
  a {
  position: absolute;
  display: inline-block;
  background: #fff;
  color: #462b34;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  left: 20px;
  bottom: 25px;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .overlay-box
  a:hover {
  color: #fff;
}

.solutions-problems
  .carousel-box
  .single-item
  .inner-box
  .side-content
  .overlay-box:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -15px;
}

/** growth-section **/

.growth-section {
  position: relative;
  padding-top: 95px;
}

.growth-section:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 100%;
  height: 625px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.growth-section .sec-title .top-title:before,
.growth-section .sec-title .top-title:after {
  background: #533942;
}

.growth-section .sec-title .top-title:after {
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}

.growth-section .image-box {
  position: relative;
  margin: 0px -85px;
  margin-bottom: -133px;
}

.growth-section .image-box .image {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 1;
}

.growth-section .image-box .image img {
  width: 100%;
  border-radius: 10px;
}

.growth-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 579px;
  height: 575px;
  background-repeat: no-repeat;
}

.pricing-section.overview-page {
  padding-top: 250px;
  overflow: hidden;
}

.pb-0 {
  padding-bottom: 0px;
}

.page-title .bg-shape {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px 10px 0px 0px;
}

/** placejob-section **/

.placejob-section {
  position: relative;
  padding: 35px 0px 80px 0px;
}

.placejob-section .form-inner {
  position: relative;
  display: block;
  padding: 41px 30px 50px 30px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 5px;
}

.placejob-section .form-inner .title-inner {
  position: relative;
  padding-left: 77px;
  margin-bottom: 32px;
}

.placejob-section .form-inner .title-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
}

.placejob-section .form-inner .title-inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.placejob-section .form-inner .title-inner p {
  font-size: 17px;
  font-weight: 500;
}

.placejob-section .form-inner .job-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.placejob-section .form-inner .job-form .form-group:last-child {
  margin-bottom: 0px;
}

.placejob-section .form-inner .job-form .form-group input[type="text"],
.placejob-section .form-inner .job-form .form-group input[type="email"],
.placejob-section .form-inner .job-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.placejob-section .form-inner .job-form .form-group textarea {
  height: 128px;
  resize: none;
}

.placejob-section .form-inner .job-form .form-group input:focus,
.placejob-section .form-inner .job-form .form-group textarea:focus {
}

.placejob-section .form-inner .job-form .form-group .nice-select {
  height: 54px;
}

.placejob-section .form-inner .job-form .form-group .nice-select:after {
  border-bottom: 2px solid #b39ea5;
  border-right: 2px solid #b39ea5;
}

.placejob-section .form-inner .job-form .column .form-group .nice-select {
  margin-bottom: 20px;
}

.placejob-section
  .form-inner
  .job-form
  .column
  .form-group:last-child
  .nice-select {
  margin-bottom: 0px;
}

.placejob-section
  .form-inner
  .job-form
  .column:first-child
  .form-group
  .nice-select {
  z-index: 1;
}

.placejob-section .form-inner .job-form .form-group button {
  display: block;
  width: 100%;
  padding: 14px 44px;
}

/*** 

====================================================================
                        faq-Page
====================================================================

***/

.faq-section {
  position: relative;
  padding: 65px 0px 40px 0px;
}

.faq-section .image-box {
  position: relative;
  display: block;
}

.faq-section .image-box img {
  width: 100%;
}

.accordion-box .block {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin: 20px 20px 0px 20px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0e6e0;
  top: 0px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
}

.accordion-box .block .acc-btn .icon-outer:after {
  position: absolute;
  content: "+";
  font-size: 24px;
  color: #462b34;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
  position: relative;
  font-size: 10px;
  font-family: "Flaticon";
  font-weight: 700;
  margin: 0px;
  content: "\f123";
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  background: #fff;
  padding: 16px 80px 14px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background: #462b34;
}

.accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5 {
  color: #fff;
}

.accordion-box .block .acc-content .text {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #eae0d9;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.accordion-box .block .acc-content .text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  left: 30px;
  top: -9px;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 0px 0px #eae0d9;
  transition: all 500ms ease;
}

.accordion-box .block .acc-content .text p {
  font-size: 18px;
  font-weight: 500;
}

/*** 

====================================================================
                        Testimonials-Page
====================================================================

***/

.clients-style-three {
  position: relative;
  padding: 140px 0px 110px 0px;
}

.clients-style-three #image_block_1 .image-box .video-inner {
  position: relative;
  max-width: 100%;
  padding: 210px 0px 190px 0px;
  margin-bottom: 10px;
}

.clients-style-three #image_block_1 .image-box {
  padding: 0px;
  margin: 0px;
}

.clients-style-three #image_block_1 .image-box .video-inner .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
}

.clients-style-three #image_block_1 .image-box .video-inner .border {
  width: 100px;
  height: 100px;
  margin-top: 0px;
}

.clients-style-three .clients-inner {
  position: relative;
  display: block;
  padding: 0px 100px;
}

.clients-style-three .clients-inner .clients-logo-box {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.clients-style-three .clients-inner .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-style-three .clients-inner .clients-logo-box:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-style-three .owl-nav .owl-prev,
.clients-style-three .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  top: 60px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #eae0d9;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 400;
  color: #462b34;
  background: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.clients-style-three .owl-nav .owl-prev {
  left: -100px;
}

.clients-style-three .owl-nav .owl-next {
  right: -100px;
}

.clients-style-three .owl-nav .owl-prev:hover,
.clients-style-three .owl-nav .owl-next:hover {
  border-color: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-page-section {
  position: relative;
  padding-bottom: 90px;
}

.testimonial-page-section .testimonial-block-three {
  margin: 0px 0px 110px 0px;
}

.testimonial-page-section .testimonial-block-three .inner-box {
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
}

.testimonial-page-section
  .testimonial-block:nth-child(2)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 384px;
}

.testimonial-page-section
  .testimonial-block:nth-child(3)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 422px;
}

.testimonial-page-section
  .testimonial-block:nth-child(4)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 422px;
}

.testimonial-page-section
  .testimonial-block:nth-child(6)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 384px;
}

.testimonial-page-section
  .testimonial-block:nth-child(7)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 384px;
}

.testimonial-page-section
  .testimonial-block:nth-child(8)
  .testimonial-block-three
  .inner-box
  .border-shap {
  height: 422px;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-section.service-page {
  padding: 95px 0px 90px 0px;
}

.service-section.service-page .service-block-one {
  margin-top: 0px;
  margin-bottom: 30px;
}

.service-section.service-page .sec-title {
  margin-bottom: 50px;
}

/** hiring-section **/

.hiring-section {
  position: relative;
}

.hiring-section .left-column,
.hiring-section .right-column {
  width: 50%;
}

.hiring-section .left-column {
  background: #462b34;
}

.hiring-section .right-column {
  background: #3e242d;
}

.hiring-section .left-column .inner-box {
  position: relative;
  display: block;
  text-align: left;
  max-width: 500px;
  padding: 120px 50px 130px 0px;
}

.hiring-section .right-column .inner-box {
  position: relative;
  display: block;
  text-align: left;
  max-width: 550px;
  padding: 120px 0px 130px 100px;
}

.hiring-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 19px;
}

.hiring-section .inner-box p {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 42px;
}

.hiring-section .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  padding: 15px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.hiring-section .inner-box a:hover {
  color: #fff;
}

.hiring-section .inner-box a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hiring-section .inner-box a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hiring-section .inner-box .icon-box {
  position: absolute;
  right: 70px;
  bottom: 70px;
  font-size: 130px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.1);
}

.hiring-section .image-layer .image-1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.hiring-section .image-layer .image-2 {
  position: absolute;
  right: 0px;
  top: 0px;
}

/** contact-section **/

.contact-section {
  position: relative;
  padding: 5px 0px 30px 0px;
}

.contact-section .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.95);
  border-radius: 20px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
}

.default-form .form-group textarea {
  height: 120px;
  resize: none;
}

.default-form .form-group button {
  display: block;
  width: 100%;
}

.default-form .form-group .nice-select:after {
  border-bottom: 2px solid #766068;
  border-right: 2px solid #766068;
}

.contact-section .form-inner .pattern-layer {
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 380px;
  height: 340px;
  background-repeat: no-repeat;
  z-index: -1;
}

/** service-details **/

.service-details {
  position: relative;
  padding: 95px 0px 130px 0px;
}

.service-details-content .content-one .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 43px;
}

.service-details-content .content-one .image-box img {
  width: 100%;
  border-radius: 10px;
}

.service-details-content p {
  font-size: 17px;
  font-weight: 500;
}

.service-details-content .content-one .text p {
  margin-bottom: 20px;
}

.service-details-content .content-one .text p:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-one .sec-title {
  margin-bottom: 37px;
}

.service-details-content .content-one {
  margin-bottom: 42px;
}

.service-details-content .content-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 73px;
}

.service-details-content .content-two .inner-box .single-column {
  float: left;
  position: relative;
  display: block;
  width: 33.333%;
  padding: 36px 40px 26px 30px;
  border-right: 1px solid #eae0d9;
}

.service-details-content .content-two .inner-box .single-column:last-child {
  border: none;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .content-box
  h5 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #a38f96;
  margin-bottom: 17px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .content-box
  h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 64px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .content-box
  .link
  a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  color: #462b34;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .content-box
  .icon-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 85px;
  line-height: 85px;
  color: #f0e6e0;
}

.service-details-content .content-two .inner-box .single-column .overlay-box {
  position: absolute;
  left: 0px;
  top: 30px;
  background: #462b34;
  width: 100%;
  padding: 33px 40px 32px 30px;
  border-radius: 10px 0px 10px 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.service-details-content
  .content-two
  .inner-box
  .single-column:nth-child(2)
  .overlay-box {
  border-radius: 0px 0px 10px 10px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column:last-child
  .overlay-box {
  border-radius: 0px 10px 10px 10px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column:last-child
  .overlay-box
  .icon-box {
  border-top-right-radius: 10px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column:hover
  .overlay-box {
  visibility: visible;
  opacity: 1;
  top: 0px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .icon-box {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-bottom-left-radius: 35px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .list
  li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
  margin-bottom: 8px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .list
  li:last-child {
  margin-bottom: 0px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .list {
  margin-bottom: 15px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .link
  a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .link
  a
  i {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  top: 6px;
  margin-right: 8px;
}

.service-details-content
  .content-two
  .inner-box
  .single-column
  .overlay-box
  .link
  a:hover {
}

.service-details-content .content-three .upper-box {
  margin-bottom: 42px;
}

.service-details-content .content-three .upper-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 22px;
}

.service-details-content .content-three .tab-btns li {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 40px 30px 30px 30px;
}

.service-details-content .content-three .tab-btns li.active-btn:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: -10px;
  transform: rotate(-45deg);
}

.service-details-content .content-three .tab-btns li.active-btn {
  background: #462b34;
}

.service-details-content .content-three .tab-btns li:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-three .tab-btns li .icon-box {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #ddd2d2;
  transition: all 500ms ease;
}

.service-details-content .content-three .tab-btns li.active-btn .icon-box {
}

.service-details-content .content-three .tab-btns li h6 {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.service-details-content .content-three .tab-btns li.active-btn h6 {
  color: #fff;
}

.service-details-content .content-three .tabs-content .inner-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.service-details-content .content-three .tabs-content .inner-box .image-box {
  position: relative;
  display: block;
}

.service-details-content
  .content-three
  .tabs-content
  .inner-box
  .image-box
  img {
  width: 100%;
  border-radius: 10px;
}

.service-details-content .content-three .tabs-content .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 30px);
  border-top-right-radius: 10px;
  background: #462b34;
  padding: 34px 30px 32px 30px;
}

.service-details-content .content-three .tabs-content .inner-box .text h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.service-details-content .content-three .tabs-content .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.service-details-content .content-three .tabs-content .inner-box .text a i {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  top: 6px;
  margin-right: 8px;
}

.service-details-content .content-three .tabs-content .inner-box .text a:hover {
}

.service-details-content .content-three .tabs-content .inner-box .text p {
  color: #ae979f;
  margin-bottom: 19px;
}

.service-details-content .content-three {
  margin-bottom: 73px;
}

.service-details-content .content-four .upper-box {
  margin-bottom: 32px;
}

.service-details-content .content-four .upper-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 22px;
}

.service-details-content .content-four .inner-box .list-item li {
  position: relative;
  display: block;
  padding: 20px 50px 22px 80px;
  background: #f0e6e0;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.service-details-content .content-four .inner-box .list-item li:hover {
  background: #462b34;
}

.service-details-content .content-four .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-four .inner-box .list-item li .icon-box {
  position: absolute;
  left: 17px;
  top: 20px;
  font-size: 30px;
  line-height: 30px;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li
  .icon-box:before {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 1px;
  height: 32px;
  top: -1px;
  right: -12px;
  transition: all 500ms ease;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li:hover
  .icon-box:before {
  background: #6b555d;
}

.service-details-content .content-four .inner-box .list-item li h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
}

.service-details-content .content-four .inner-box .list-item li:hover h5 {
  color: #fff;
}

.service-details-content .content-four .inner-box .list-item li .more-content {
  position: absolute;
  top: 21px;
  right: 20px;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li
  .more-content
  .menu-icon
  i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 8px;
  color: #b4a4a4;
  transition: all 500ms ease;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li:hover
  .more-content
  .menu-icon
  i {
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li
  .more-content
  .text {
  position: absolute;
  right: -10px;
  top: 47px;
  width: 270px;
  background: #fff;
  padding: 23px 30px 22px 30px;
  z-index: 1;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li:hover
  .more-content
  .text {
  visibility: visible;
  opacity: 1;
  top: 37px;
}

.service-details-content
  .content-four
  .inner-box
  .list-item
  li
  .more-content
  .text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  top: -5px;
  right: 8px;
  transform: rotate(-45deg);
}

.service-details-content .content-four {
  margin-bottom: 73px;
}

.service-details-content .content-five .upper-box {
  margin-bottom: 29px;
}

.service-details-content .content-five .upper-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.project-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-two .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.project-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
}

.project-block-two .inner-box .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 60px);
  padding: 26px 40px 21px 30px;
  border-top-right-radius: 10px;
  background: #462b34;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box .text {
  opacity: 1;
}

.project-block-two .inner-box .content-box .link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box .link {
  opacity: 1;
}

.project-block-two .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.project-block-two .inner-box .content-box .text span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #ae979f;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.project-block-two .inner-box .content-box .text h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.project-block-two .inner-box .content-box .text h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .content-box .text h3 a:hover {
}

.service-details-content .content-five .owl-nav {
  position: absolute;
  top: -60px;
  right: 0px;
}

.service-details-content .content-five .owl-nav .owl-prev,
.service-details-content .content-five .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #462b34;
  font-weight: 400;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-details-content .content-five .owl-nav .owl-prev:hover,
.service-details-content .content-five .owl-nav .owl-next:hover {
}

.service-details-content .content-five .owl-nav .owl-prev {
  margin-right: 20px;
}

.service-sidebar .categories-widget {
  position: relative;
  display: block;
  background: #f0e6e0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.service-sidebar .categories-widget .categories-list li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  padding: 24px 30px 22px 30px;
  border-bottom: 1px solid #fff;
}

.service-sidebar .categories-widget .categories-list li a.active,
.service-sidebar .categories-widget .categories-list li a:hover {
  background: #462b34;
  color: #fff;
}

.service-sidebar .categories-widget .categories-list li:last-child a {
  border-bottom: none;
}

.service-sidebar .categories-widget .categories-list li a:before {
  position: absolute;
  content: "";
  border: 2px solid #cfc2ba;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 28px;
  right: 30px;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .categories-list li a.active:before,
.service-sidebar .categories-widget .categories-list li a:hover:before {
}

.service-sidebar .categories-widget .categories-list li a:after {
  position: absolute;
  content: "";
  top: 33px;
  right: 35px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .categories-list li a.active:after,
.service-sidebar .categories-widget .categories-list li a:hover:after {
  transform: scale(1, 1);
}

.service-sidebar {
  position: relative;
  display: block;
  margin-left: 30px;
}

.service-sidebar .recruitment-widget .widget-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-sidebar .recruitment-widget .widget-content .text {
  position: relative;
  background: #462b34;
  padding: 43px 130px 42px 30px;
  min-height: 181px;
}

.service-sidebar .recruitment-widget .widget-content .text h3 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}

.service-sidebar .recruitment-widget .widget-content .text .image-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-sidebar .recruitment-widget .widget-content .text .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 177px;
  height: 175px;
  background-repeat: no-repeat;
}

.service-sidebar .recruitment-widget .widget-content .link {
  position: relative;
  padding: 12px 30px 16px 30px;
}

.service-sidebar .recruitment-widget .widget-content .link a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #462b34;
}

.service-sidebar .recruitment-widget .widget-content .link a i {
  position: relative;
  top: 6px;
  font-size: 30px;
  font-weight: 400;
  margin-right: 8px;
}

.service-sidebar .recruitment-widget .widget-content .link a:hover {
}

.service-sidebar .recruitment-widget {
  margin-bottom: 50px;
}

.service-sidebar .subscribe-widget {
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 30px 50px 30px;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.service-sidebar .subscribe-widget h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 26px;
}

.service-sidebar .subscribe-widget .subscribe-form label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 13px;
}

.service-sidebar
  .subscribe-widget
  .subscribe-form
  .form-group
  input[type="text"],
.service-sidebar
  .subscribe-widget
  .subscribe-form
  .form-group
  input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  background: #f0e6e0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
}

.service-sidebar .subscribe-widget .subscribe-form .form-group {
  margin-bottom: 24px;
  position: relative;
}

.service-sidebar .subscribe-widget .subscribe-form .form-group:last-child {
  margin-bottom: 0px;
}

.service-sidebar .subscribe-widget .subscribe-form .select-box {
  height: 54px;
}

.service-sidebar .subscribe-widget .subscribe-form .nice-select {
  border: none !important;
  background: #f0e6e0;
  height: 54px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
}

.service-sidebar .subscribe-widget .subscribe-form .nice-select:after {
  border-bottom: 2px solid #7e6970;
  border-right: 2px solid #7e6970;
}

.service-sidebar .subscribe-widget .subscribe-form button {
  display: block;
  width: 100%;
}

/*** 

====================================================================
                        Job-Page
====================================================================

***/

.findjob-section {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.findjob-section .search-inner .form-group {
  position: relative;
  margin: 0px;
}

.findjob-section .search-inner .form-group input[type="search"],
.findjob-section .search-inner .form-group input[type="text"],
.findjob-section .search-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  color: #766068;
  font-weight: 500;
  padding-left: 50px;
  transition: all 500ms ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group i {
  position: absolute;
  left: 20px;
  top: 21px;
  font-size: 16px;
  color: #baabab;
  z-index: 1;
}

.findjob-section .search-inner .form-group .select-box {
  height: 70px;
}

.findjob-section .search-inner .form-group .nice-select {
  height: 70px;
  padding-left: 50px;
  font-size: 17px;
  color: #766068;
  font-weight: 500;
  background: #fff;
  border: 1px solid #eae0d9;
  line-height: 52px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group .nice-select:after {
  border-bottom: 2px solid #ae979f;
  border-right: 2px solid #ae979f;
}

.findjob-section .search-inner .form-group.message-btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

.findjob-section .search-inner .form-group.message-btn button {
  display: block;
  width: 100%;
  padding: 22px 44px;
}

.findjob-section .search-inner {
  margin-bottom: 60px;
}

.single-job-post {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.single-job-post .job-inner {
  border: 1px solid #eae0d9;
  border-top: none;
  padding: 22px 30px;
}

.single-job-post .job-header {
  position: relative;
  display: block;
  background: #f0e6e0;
  padding: 20px 30px;
  transition: all 500ms ease;
}

.single-job-post:hover .job-header {
  background: #462b34;
}

.single-job-post .job-header .info li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.single-job-post .job-header .info li i {
  color: #472c35;
  margin-right: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 500ms ease;
}

.single-job-post:hover .job-header .info li i {
  color: rgba(255, 255, 255, 0.5);
}

.single-job-post:hover .job-header .info li {
  color: rgba(255, 255, 255, 0.5);
}

.single-job-post .job-header .info li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #766068;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.single-job-post:hover .job-header .info li a {
  color: rgba(255, 255, 255, 0.5);
  background: #3f262f;
}

.single-job-post .job-header .number p {
  font-size: 17px;
  font-weight: 500;
}

.single-job-post .job-title {
  position: relative;
  padding: 0px 0px 0px 80px;
}

.single-job-post .job-title .company-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eae0d9;
  border-radius: 5px;
}

.single-job-post .job-title {
  position: relative;
  float: left;
  width: 45%;
}

.single-job-post .job-title:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 53px;
  top: 5px;
  right: 30px;
}

.single-job-post .job-inner .job-title h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.single-job-post .job-inner p {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #766068;
  font-weight: 500;
}

.single-job-post .job-inner .job-title p i {
  font-size: 16px;
  font-weight: 600;
  color: #baabab;
  margin-right: 10px;
}

.single-job-post .job-inner .salary-box {
  position: relative;
  float: left;
  width: 27%;
  margin-top: 7px;
}

.single-job-post .job-inner .salary-box:before {
  position: absolute;
  content: "";
  background: #eae0d9;
  width: 1px;
  height: 53px;
  top: -2px;
  right: 30px;
}

.single-job-post .job-inner .experience-box {
  position: relative;
  float: left;
  width: 15%;
  margin-top: 7px;
}

.single-job-post .job-inner .apply-btn {
  position: relative;
  float: left;
  width: 13%;
  text-align: right;
  margin-top: 5px;
}

.single-job-post .job-inner span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #a38f96;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.single-job-post .job-inner .apply-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 15.5px 47.5px;
  z-index: 1;
}

.single-job-post:hover .job-inner .apply-btn a {
  color: #fff;
}

.single-job-post {
  margin-bottom: 40px;
}

.findjob-section .post-jobs .single-job-post:last-child {
  margin-bottom: 0px;
}

/** job-details **/

.job-details {
  position: relative;
  padding: 130px 0px;
}

.job-details-content .upper-box {
  position: relative;
  display: block;
  background: #efe5df;
  border-radius: 10px;
  padding: 40px 40px;
  margin-bottom: 53px;
}

.job-details-content .upper-box .inner-box {
  position: relative;
  padding-left: 130px;
  padding-right: 80px;
}

.job-details-content .upper-box .inner-box .company-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.job-details-content .upper-box .inner-box .inner span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #766068;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  padding: 6px 13px 4px 13px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.job-details-content .upper-box .inner-box .inner h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.job-details-content .upper-box .inner-box .inner p {
  font-size: 17px;
  font-weight: 500;
}

.job-details-content .upper-box .inner-box .inner p i {
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  color: #b9a9a9;
}

.job-details-content .upper-box .inner-box .info {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.job-details-content .upper-box .inner-box .info li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.job-details-content .upper-box .inner-box .info li:last-child {
  margin-bottom: 0px;
}

.job-details-content .upper-box .inner-box .info li span {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 12px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7ddd7;
  text-align: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.job-details-content .upper-box .inner-box .info li:hover span {
  top: -50px;
  opacity: 1;
  visibility: visible;
}

.job-details-content .upper-box .inner-box .info li span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  right: 18px;
  bottom: -5px;
  transform: rotate(-45deg);
}

.job-details-content .upper-box .inner-box .info li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #b4a4a4;
  font-weight: 600;
  z-index: 1;
}

.job-details-content .upper-box .inner-box .info li a:hover {
  background: #462b34;
}

.job-details-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 22px;
}

.job-details-content .text p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.job-details-content .text h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-top: 16px;
}

.job-details-content .text .list li {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
}

.job-details-content .text .list li:last-child {
  margin-bottom: 0px;
}

.job-details-content .text .list li span {
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: left;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #a38f96;
  font-weight: 700;
  text-transform: uppercase;
}

.job-details-content .text .list {
  margin-bottom: 21px;
}

.job-details-content .text .list li:before {
  position: absolute;
  content: ">";
  font-size: 20px;
  line-height: 26px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.job-details-content .text {
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 40px;
  padding-bottom: 29px;
}

.job-details-content .social-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.job-details-content .social-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 170px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  font-weight: 700;
}

.job-details-content .social-box .social-links li a i {
  margin-right: 10px;
  font-weight: 400;
}

.job-details-content .social-box .social-links li:first-child a {
}

.job-details-content .social-box .social-links li:nth-child(2) a {
}

.job-details-content .social-box .social-links li:nth-child(3) a {
}

.job-details-content .social-box .social-links li:last-child a {
}

.job-details-content .social-box .social-links {
  margin-right: -25px;
}

.job-details-content .social-box {
  margin-bottom: 92px;
}

.job-details .related-job h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 29px;
}

.job-details .related-job .single-job-post:last-child {
  margin-bottom: 0px;
}

.job-sidebar .apply-btn {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.job-sidebar .apply-btn .theme-btn-one {
  display: block;
  width: 100%;
}

.job-sidebar {
  position: relative;
  display: block;
  margin-left: 30px;
}

.job-sidebar .job-discription {
  position: relative;
  display: block;
  background: #fff;
  padding: 24px 30px 11px 30px;
  border: 1px solid #eae0d9;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.job-sidebar .job-discription .list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.job-sidebar .job-discription .list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.job-sidebar .job-discription .list li span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.job-sidebar .job-discription .list li p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.job-sidebar .job-discription .list li p a {
  color: #766068;
}

.job-sidebar .job-discription .list li p a:hover {
}

.job-sidebar .job-discription {
  margin-bottom: 40px;
}

.job-sidebar .support-widget .widget-content {
  position: relative;
  display: block;
  background: #462b34;
  padding: 40px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.job-sidebar .support-widget .widget-content .image-box {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.job-sidebar .support-widget .widget-content .image-box img {
  width: 100%;
  border-radius: 50%;
}

.job-sidebar .support-widget .widget-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.job-sidebar .support-widget .widget-content .designation {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.job-sidebar .support-widget .widget-content .support-info li {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.job-sidebar .support-widget .widget-content .support-info li a {
  color: rgba(255, 255, 255, 0.5);
}

.job-sidebar .support-widget .widget-content .support-info li a:hover {
}

.job-sidebar .support-widget .widget-content .support-info {
  margin-bottom: 22px;
}

.job-sidebar .support-widget .widget-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.job-sidebar .support-widget .widget-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #462b34;
  background: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}

.job-sidebar .support-widget .widget-content .social-links li a:hover {
}

.job-sidebar .support-widget .widget-content .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 214px;
  height: 149px;
  background-repeat: no-repeat;
}

.job-sidebar .support-widget .widget-content .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 209px;
  height: 241px;
  background-repeat: no-repeat;
}

.placejob-section .form-inner .job-form .form-group i {
  position: absolute;
  left: 35px;
  top: 12px;
  font-size: 24px;
  z-index: 1;
}

.applynow-section
  .form-inner
  .pualification-form
  .form-group:last-child
  input[type="text"] {
  padding-left: 55px;
}

.applynow-section .apply-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.applynow-section .apply-form .form-group:last-child {
  margin-bottom: 0px;
}

.applynow-section .apply-form .form-group input[type="text"],
.applynow-section .apply-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group textarea {
  height: 140px;
  resize: none;
}

.applynow-section .apply-form .form-group .select-box {
  height: 60px;
}

.applynow-section .apply-form .form-group .nice-select {
  border: none !important;
  height: 60px;
  background: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group .nice-select:after {
  border-bottom: 2px solid #ae979f;
  border-right: 2px solid #ae979f;
}

.applynow-section .apply-form .form-group button {
  display: block;
  width: 100%;
}

/** growth-style-two **/

.growth-style-two {
  position: relative;
  padding: 95px 0px 125px 0px;
}

.growth-style-two .sec-title .top-title:before,
.growth-style-two .sec-title .top-title:after {
  background: #e2d7d0;
}

.growth-style-two .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.growth-style-two .sec-title {
  margin-bottom: 29px;
}

.growth-style-two #content_block_1 .content-box .inner-box p {
  margin-bottom: 15px;
}

.growth-style-two .image-column {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.growth-style-two .inner-column .text {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 0px;
}

.growth-style-two .inner-column .text h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.growth-style-two .inner-column .text p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
  margin-bottom: 32px;
}

.growth-style-two .inner-column .text .theme-btn-two {
  padding: 15px 43px;
}

/** advantages-section **/

.advantages-section {
  position: relative;
  padding: 95px 0px 120px 0px;
}

.advantages-section .single-item .inner-box .icon-box {
  position: relative;
  margin-bottom: 23px;
}

.advantages-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.advantages-section .single-item .inner-box p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
}

.advantages-section .single-item .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
}

.advantages-section .owl-dots {
  display: block;
  text-align: center;
  margin-top: 36px;
}

.advantages-section .single-item .inner-box a i {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
  top: 6px;
}

.advantages-section .single-item .inner-box a:hover {
}

.advantages-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing-section.overview-page-2 .sec-title .top-title:before,
.pricing-section.overview-page-2 .sec-title .top-title:after {
  background: #fff;
}

.pricing-section.overview-page-2 .sec-title .top-title:after {
  border-left: 2px solid #f0e6e0;
  border-bottom: 2px solid #f0e6e0;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box {
  background: #462b34;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box h3 {
  color: #fff;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box .text {
  color: #f0e6e0;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box p {
  color: #f0e6e0;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box a {
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 50px 0px 0px;
}

.sidebar-page-container .news-block-one .inner-box {
  margin-bottom: 30px;
}

.sidebar-page-container .more-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  border-radius: 4px;
  text-align: center;
  padding: 14px 42px;
  text-transform: uppercase;
  z-index: 1;
}

.sidebar-page-container .more-btn a:hover {
  color: #fff;
}

.sidebar-page-container .more-btn {
  position: relative;
  margin-top: 30px;
}

.blog-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #f0e6e0;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  padding: 10px 50px 10px 20px;
}

.blog-sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #462b34;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover {
}

.blog-sidebar .search-widget {
  margin-bottom: 50px;
}

.blog-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}

.blog-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  padding: 18px 30px 17px 65px;
  border-bottom: 1px solid #eae0d9;
}

.blog-sidebar .sidebar-widget .widget-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 30px;
  bottom: -2px;
}

.blog-sidebar .sidebar-widget .widget-title h3 {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.blog-sidebar .sidebar-widget .widget-title i {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 20px;
  line-height: 20px;
}

.blog-sidebar .sidebar-widget .widget-content {
  position: relative;
  padding: 34px 30px 31px 30px;
}

.blog-sidebar .categories-widget .widget-content .list li {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.blog-sidebar .categories-widget .widget-content .list li:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .categories-widget .widget-content .list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #462b34;
}

.blog-sidebar .categories-widget .widget-content .list li a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  left: -30px;
  top: -7px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.blog-sidebar .categories-widget .widget-content .list li a:hover:before {
  transform: scale(1, 1);
}

.blog-sidebar .categories-widget .widget-content .list li a:hover {
}

.blog-sidebar .categories-widget .widget-content .list li a span {
  position: absolute;
  display: inline-block;
  top: -6px;
  right: -18px;
  color: #a38f96;
  transition: all 500ms ease;
}

.blog-sidebar .categories-widget .widget-content .list li a:hover span {
}

.blog-sidebar .post-widget .widget-content .post {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 26px;
  margin-bottom: 29px;
  min-height: 107px;
  border-bottom: 1px solid #eae0d9;
}

.blog-sidebar .post-widget .widget-content .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-sidebar .post-widget .widget-content .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.blog-sidebar .post-widget .widget-content .post .post-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .widget-content .post:hover .post-thumb img {
  opacity: 0.2;
}

.blog-sidebar .post-widget .widget-content .post .post-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .widget-content .post:hover .post-thumb:before {
  opacity: 1;
}

.blog-sidebar .post-widget .widget-content .post .post-date {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #a38f96;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-sidebar .post-widget .widget-content .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-sidebar .post-widget .widget-content .post h5 a {
  display: inline-block;
  color: #462b34;
}

.blog-sidebar .post-widget .widget-content .post h5 a:hover {
  

}

.blog-sidebar .post-widget .widget-content {
  padding: 40px 30px 9px 30px;
}

.blog-sidebar .sidebar-tags .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .sidebar-tags .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: "Muli", sans-serif;
  color: #a38f96;
  text-transform: uppercase;
  padding: 10px 8px 8px 8px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.blog-sidebar .sidebar-tags .tags-list li a:hover {
  background: #462b34;
  border-color: #462b34;
  color: #fff;
}

.blog-sidebar .sidebar-tags .widget-content {
  padding: 41px 30px 30px 30px;
}

.blog-sidebar .gallery-widget .image-list {
  position: relative;
  margin: 0px -2.5px;
}

.blog-sidebar .gallery-widget .image-list li {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0px 2.5px;
  margin-bottom: 5px;
}

.blog-sidebar .gallery-widget .image-list li .image-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.blog-sidebar .gallery-widget .image-list li .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-sidebar .gallery-widget .image-list li .image-box:hover img {
  opacity: 0.2;
}

.blog-sidebar .gallery-widget .image-list li .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-sidebar .gallery-widget .image-list li .image-box:hover:before {
  opacity: 1;
}

.blog-sidebar .gallery-widget .widget-content {
  padding: 41px 30px 35px 30px;
}

.blog-sidebar .sidebar-resource .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f0e6e0;
  border-radius: 10px;
  padding: 60px 50px;
}

.blog-sidebar .sidebar-resource .inner-box .iocn-box {
  position: relative;
  margin-bottom: 23px;
}

.blog-sidebar .sidebar-resource .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 27px;
}

.blog-sidebar .sidebar-resource .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #462b34;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  padding: 18px 65px 16px 20px;
}

.blog-sidebar .sidebar-resource .inner-box a i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 100%;
  line-height: 100%;
  text-align: center;
  font-size: 24px;
  border-left: 2px solid #ded4ce;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-sidebar .sidebar-resource .inner-box a:hover {
}

.blog-sidebar .sidebar-resource .inner-box .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 198px;
  height: 119px;
  background-repeat: no-repeat;
}

.blog-sidebar .sidebar-resource .inner-box .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 219px;
  height: 225px;
  background-repeat: no-repeat;
}

.news-block-one .inner-box .lower-content .inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.news-block-one .inner-box .lower-content .inner h2 a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box .lower-content .inner h2 a:hover {
}

.news-block-one .inner-box .lower-content .inner p {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}

.sidebar-page-container.blog-list
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .post-info
  li:first-child {
  padding-left: 50px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .post-info
  li
  img {
  position: absolute;
  left: 0px;
  top: -3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .inner {
  padding: 33px 30px 47px 40px;
  margin-top: -190px;
  border-radius: 0px 10px 10px 10px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .category {
  margin-bottom: 16px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  margin-left: 15px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box:before {
  position: absolute;
  left: 0px;
  top: -17px;
  content: "";
  width: 100%;
  height: 17px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .share-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .share-link:hover {
  color: #fff;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links {
  position: absolute;
  right: 0px;
  bottom: 47px;
  min-width: 115px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box:hover
  .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 57px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  bottom: -5px;
  right: 14px;
  transform: rotate(-45deg);
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links
  li {
  position: relative;
  display: inline-block;
  float: left;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links
  li
  a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #462b34;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links
  li
  a:before {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 1px;
  height: 20px;
  top: 10px;
  right: 0px;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links
  li:last-child
  a:before {
  display: none;
}

.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .share-box
  .social-links
  li
  a:hover {
}

.blog-list .news-block-one .inner-box {
  margin-bottom: 80px;
}

.blog-list .news-block-one .inner-box .owl-nav {
  position: absolute;
  right: 40px;
  bottom: 210px;
}

.blog-list .news-block-one .inner-box .owl-nav .owl-prev,
.blog-list .news-block-one .inner-box .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #462b34;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-list .news-block-one .inner-box .owl-nav .owl-prev {
  margin-right: 5px;
}

.blog-list .news-block-one .inner-box .owl-nav .owl-prev:hover,
.blog-list .news-block-one .inner-box .owl-nav .owl-next:hover {
  color: #fff;
}

.page-title .news-block-one .inner-box {
  margin-bottom: -20px;
  max-width: 770px;
  margin-top: 90px;
}

.page-title .news-block-one .inner-box .lower-content .inner {
  border-radius: 10px 10px 0px 0px;
  margin-top: 0px;
  padding-bottom: 47px;
}

.page-title
  .news-block-one
  .inner-box
  .lower-content
  .inner
  .post-info
  li:first-child {
  padding-left: 50px;
}

.page-title .news-block-one .inner-box .lower-content .inner .post-info li img {
  position: absolute;
  left: 0px;
  top: -3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.page-title .news-block-one .inner-box .post-date {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 70px;
  height: 70px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.page-title .news-block-one .inner-box .lower-content {
  padding-right: 0px;
}

.page-title .news-block-one .inner-box .lower-content .inner h2 {
  margin-bottom: 25px;
}

.blog-details-content .inner-box .post-time {
  position: relative;
  margin-bottom: 33px;
}

.blog-details-content .inner-box .post-time h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.blog-details-content .inner-box .post-time h3 i {
  position: relative;
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-content .inner-box .image-box {
  position: relative;
  display: block;
  margin-bottom: 43px;
  border-radius: 10px;
}

.blog-details-content .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .inner-box .text p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-details-content .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 22px;
  padding-top: 15px;
}

.blog-details-content .inner-box .text h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-top: 9px;
}

.blog-details-content .inner-box .text h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 0px;
  top: 22px;
}

.blog-details-content .inner-box .text .list li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 32px;
  margin-bottom: 10px;
}

.blog-details-content .inner-box .text .list {
  position: relative;
  padding-top: 5px;
}

.blog-details-content .inner-box .text .list li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .inner-box .text .list li:before {
  position: absolute;
  content: "*";
  font-size: 30px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  left: 0px;
  top: 7px;
}

.blog-details-content .inner-box .two-column {
  position: relative;
  padding: 43px 0px;
}

.blog-details-content .inner-box .two-column .content-box {
  position: relative;
  display: block;
  padding: 80px 50px 70px 40px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-details-content .inner-box .two-column .content-box:before {
  position: absolute;
  content: "";
  background: #462b34;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.blog-details-content .inner-box .two-column .content-box .inner {
  position: relative;
  z-index: 1;
}

.blog-details-content .inner-box .two-column .content-box .icon-box {
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .inner-box .two-column .content-box p {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 25px;
}

.blog-details-content .inner-box .two-column .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.blog-details-content .inner-box .two-column .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 0px;
}

.blog-details-content .inner-box .two-column .image-box img {
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .inner-box .two-column .content-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-details-content .inner-box {
  margin-bottom: 72px;
}

.blog-details-content .post-share-option .social-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.blog-details-content .post-share-option .social-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 170px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  font-weight: 700;
}

.blog-details-content .post-share-option .social-box .social-links li a i {
  margin-right: 10px;
  font-weight: 400;
}

.blog-details-content
  .post-share-option
  .social-box
  .social-links
  li:first-child
  a {
}

.blog-details-content
  .post-share-option
  .social-box
  .social-links
  li:nth-child(2)
  a {
}

.blog-details-content
  .post-share-option
  .social-box
  .social-links
  li:nth-child(3)
  a {
}

.blog-details-content
  .post-share-option
  .social-box
  .social-links
  li:last-child
  a {
}

.blog-details-content .post-share-option .social-box .social-links {
  margin-right: -25px;
}

.blog-details-content .post-share-option .tag-list li {
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}

.blog-details-content .post-share-option .tag-list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: "Muli", sans-serif;
  color: #a38f96;
  text-transform: uppercase;
  padding: 10px 8px 8px 8px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.blog-details-content .post-share-option .tag-list li a:hover {
  color: #fff;
  background: #462b34;
  border-color: #462b34;
}

.blog-details-content .post-share-option .tag-list {
  margin-bottom: 50px;
}

.blog-details-content .post-share-option {
  position: relative;
  display: block;
  padding: 60px 0px 50px 0px;
  border-top: 1px solid #eae0d9;
}

.blog-details-content .post-share-option:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 110px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}

.blog-details-content .post-share-option .icon-box {
  position: absolute;
  left: 50%;
  top: -31px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 24px;
  color: #462b34;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 19px 30px rgba(0, 0, 0, 0.08);
  padding: 40px 80px 50px 80px;
  margin-bottom: 50px;
}

.blog-details-content .author-box:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 100%;
  height: 90px;
  left: 0px;
  top: 0px;
}

.blog-details-content .author-box .inner .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.blog-details-content .author-box .inner .image-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .inner h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-details-content .author-box .inner span {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #a38f96;
  margin-bottom: 15px;
}

.blog-details-content .author-box .inner span a {
  display: inline-block;
  color: #a38f96;
}

.blog-details-content .author-box .inner span a:hover {
}

.blog-details-content .author-box .inner p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog-details-content .author-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.blog-details-content .author-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #462b34;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #eae1da;
  border-radius: 50%;
}

.blog-details-content .author-box .social-links li a:hover {
  background: #eae1da;
}

.blog-details-content .author-box .icon-layer {
  position: absolute;
  left: 35px;
  top: 10px;
  width: 210px;
  height: 169px;
  background-repeat: no-repeat;
}

.blog-details-content .author-box .signature {
  position: absolute;
  top: 40px;
  right: 40px;
}

.blog-details-content .nav-btn-box .left-btn,
.blog-details-content .nav-btn-box .right-btn {
  position: relative;
  display: block;
  background: #eae0d9;
  border-radius: 5px;
}

.blog-details-content .nav-btn-box .left-btn {
  padding: 21px 50px 23px 65px;
  margin-left: 35px;
}

.blog-details-content .nav-btn-box .right-btn {
  padding: 21px 65px 23px 50px;
  margin-right: 35px;
  text-align: right;
}

.blog-details-content .nav-btn-box .left-btn .image-box {
  position: absolute;
  left: -35px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.blog-details-content .nav-btn-box .right-btn .image-box {
  position: absolute;
  right: -35px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.blog-details-content .nav-btn-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .nav-btn-box .inner a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: "Muli", sans-serif;
  color: #a38f96;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.blog-details-content .nav-btn-box .left-btn:hover .inner a {
  padding-left: 25px;
}

.blog-details-content .nav-btn-box .right-btn:hover .inner a {
  padding-right: 25px;
}

.blog-details-content .nav-btn-box .left-btn .inner a i {
  left: 0px;
}

.blog-details-content .nav-btn-box .right-btn .inner a i {
  right: 0px;
}

.blog-details-content .nav-btn-box .inner a i {
  position: absolute;
  top: -1px;
  display: inline-block;
  font-size: 16px;
  opacity: 0;
  transition: all 500ms ease;
}

.blog-details-content .nav-btn-box .left-btn:hover .inner a i,
.blog-details-content .nav-btn-box .right-btn:hover .inner a i {
  opacity: 1;
}

.blog-details-content .nav-btn-box .inner h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-details-content .nav-btn-box {
  position: relative;
  margin-bottom: 90px;
}

.group-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.group-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 0px;
}

.blog-details-content .comment-box .comment {
  position: relative;
  display: block;
  border-bottom: 1px solid #eae1da;
  margin-bottom: 34px;
  padding: 0px 0px 32px 110px;
  min-height: 174px;
}

.blog-details-content .comment-box .comment.reply-comment {
  margin-left: 40px;
}

.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info {
  position: relative;
  margin-bottom: 14px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.blog-details-content
  .comment-box
  .comment
  .comment-inner
  .comment-info
  .comment-time {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a38f96;
  border-bottom: 1px solid #a38f96;
}

.blog-details-content .comment-box .comment .comment-inner p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  top: 2px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover {
  color: #462b34;
}

.blog-details-content .comments-form-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 44px 50px 50px 50px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.blog-details-content .comments-form-area .comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="text"],
.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="email"],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea {
  resize: none;
  height: 120px;
}

.blog-details-content .comments-form-area .comment-form .message-btn button {
  display: block;
  width: 100%;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  textarea:focus {
}

.blog-details-content .comments-form-area .group-title h2 {
  margin-bottom: 8px;
}

.blog-details-content .comments-form-area .group-title p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.blog-details-content .comments-form-area .group-title {
  margin-bottom: 32px;
}



/*** 

====================================================================
                        Portfolio-Page
====================================================================

***/

.protfolio-page {
  position: relative;
  padding: 130px 0px;
}

.protfolio-page .project-block-two .inner-box {
  margin-bottom: 30px;
}

.protfolio-page .more-btn {
  position: relative;
  margin-top: 30px;
}

.protfolio-page .more-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  border-radius: 4px;
  text-align: center;
  padding: 14px 42px;
  text-transform: uppercase;
  z-index: 1;
}

.protfolio-page .more-btn a:hover {
  color: #fff;
}

.protfolio-page .filters {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.protfolio-page .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 0px;
}

.protfolio-page .filters .filter-tabs:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  left: -2px;
  top: 19px;
}

.protfolio-page .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #462b34;
  text-transform: uppercase;
  margin: 0px 17px;
  cursor: pointer;
  transition: all 500ms ease;
}

.protfolio-page .filters .filter-tabs li:before {
  position: absolute;
  content: "";
  background: #d9cec7;
  width: 3px;
  height: 6px;
  top: 8px;
  right: -21px;
  transition: all 500ms ease;
}

.protfolio-page .filters .filter-tabs li:last-child:before {
  display: none;
}

.protfolio-page .filters .filter-tabs li.active:before,
.protfolio-page .filters .filter-tabs li:hover:before {
  height: 12px;
  top: 7px;
}

.protfolio-page .filters .filter-tabs li.active,
.protfolio-page .filters .filter-tabs li:hover {
}

.protfolio-page .pagination-wrapper {
  margin-top: 30px;
}

.protfolio-page .project-block-one .inner-box {
  margin-bottom: 30px;
}

.protfolio-page .project-block-one .inner-box:hover .image-box img {
  opacity: 0.2;
}

.protfolio-page .project-block-one .inner-box .content-box {
  padding: 15px 30px;
}

.protfolio-page .outer-container {
  position: relative;
  padding: 0px 30px;
}

.portfolio-wide-2 .masonry-item {
  float: left;
  width: 20%;
  padding: 0px 15px;
}

.portfolio-wide-2 .sortable-masonry {
  margin: 0px -15px;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding: 130px 0px;
}

.error-section .error-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.error-section .error-content .image-box img {
  width: 100%;
}

.error-section .error-content h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 8px;
}

.error-section .error-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}

.error-section .error-content .theme-btn-two {
  padding: 15px 32px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section .form-inner {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.contact-page-section .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px;
  padding-top: 43px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-top: 31px;
}

.contact-page-section .form-inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 29px;
}

.contact-page-section #content_block_6 .content-box .sec-title p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 10px;
}

.contact-page-section #content_block_6 .content-box .sec-title p span {
  font-weight: 700;
  color: #462b34;
}

.contact-page-section #content_block_6 .content-box .sec-title {
  margin-bottom: 36px;
}

/** locations-section **/

.locations-section {
  position: relative;
  padding: 60px 0px;
}

.locations-section .single-item .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 40px 37px 40px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
}

.locations-section .single-item .inner-box .upper-box {
  position: relative;
  margin-bottom: 18px;
}

.locations-section .single-item .inner-box .upper-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.locations-section .single-item .inner-box .upper-box p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.locations-section .single-item .inner-box .info-list li {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 14px;
}

.locations-section .single-item .inner-box .info-list li:last-child {
  margin-bottom: 0px;
}

.locations-section .single-item .inner-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f0e6e0;
  border-radius: 50%;
  transition: all 500ms ease;
}

.locations-section .single-item .inner-box .info-list li:hover i {
  background: #462b34;
}

.locations-section .single-item .inner-box .info-list li p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #462b34;
  font-weight: 700;
  margin-bottom: 0px;
}

.locations-section .single-item .inner-box .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #766068;
}

.locations-section .single-item .inner-box .info-list li a:hover {
}

.locations-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

/*  */
/* Header Styles */
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.main-header .header-lower {
  position: relative;
  padding: 0 50px;
}

.main-header .header-lower .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
}

/* Logo Box */
.main-header .logo-box {
  float: left;
  padding: 15px 30px 15px 0;
  margin-right: 20px;
  border-radius: 0px 0px 50px 50px !important;
}

.main-header .logo-box img {
  /* max-height: 50px; */
  width: auto;
}

/* Menu Area */
.main-header .menu-area {
  display: flex;
  align-items: center;
  flex: 1;
}

/* Main Navigation */
.main-menu {
  flex: 1;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .navigation > li {
  position: relative;
  margin: 0 12px;
  padding: 30px 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  /* color: #462b34; */
  color: white;
  text-transform: uppercase;
  padding: 5px 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
  color: #a03232;
}

.main-menu .navigation > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #a03232;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a:hover:after,
.main-menu .navigation > li.current > a:after {
  width: 100%;
}

/* Right Menu Content */
.menu-right-content {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.menu-right-content > li {
  position: relative;
}

/* Buttons */
.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  background: #a03232;
  padding: 12px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 500ms ease;
  border: 2px solid #a03232;
}

.theme-btn-one:hover {
  background: #7d2525;
  border-color: #7d2525;
}

.theme-btn-two {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #a03232 !important;
  background: transparent;
  padding: 10px 23px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 2px solid #a03232;
  transition: all 500ms ease;
}

.theme-btn-two:hover {
  background: #a03232;
  color: #fff !important;
}

/* Login Dropdown */
.login-dropdown {
  position: relative;
  border: 0.55px solid #a03232;
}

.login-dropdown > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #462b34;
  padding: 12px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 500ms ease;
 
}

.login-dropdown > a i {
  margin-left: 5px;
  font-size: 12px;
}

.login-dropdown > a:hover {
  background: #e5e5e5;
}

.login-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 300ms ease;
  z-index: 100;
  list-style: none;
}

.login-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.login-dropdown .dropdown-menu li {
  display: block;
}

.login-dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  color: #462b34;
  transition: all 300ms ease;
}

.login-dropdown .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #a03232;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 500ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-header .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  min-height: 70px;
  background: #352027;
  color: white !important;
}

.sticky-header .logo-box {
  padding: 10px 0;
  margin-right: 30px;
}

.sticky-header .logo-box img {
  max-height: 40px;
}

.sticky-header .menu-area {
  display: flex;
  align-items: center;
  flex: 1;
}

.sticky-header .main-menu .navigation > li {
  padding: 20px 0;
}

/* Mobile Navigation Toggler */
.mobile-nav-toggler {
  display: none;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: #462b34;
  margin-left: 15px;
}

.mobile-nav-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  background: #462b34;
  margin: 5px 0;
  transition: all 300ms ease;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .main-menu .navigation > li {
    margin: 0 8px;
  }

  .menu-right-content {
    gap: 10px;
  }

  .theme-btn-one,
  .theme-btn-two {
    padding: 10px 18px;
    font-size: 13px;
  }

  .login-dropdown > a {
    padding: 10px 12px;
  }
}

@media (max-width: 991px) {
  .main-header .header-lower {
    padding: 0 20px;
  }

  .main-menu {
    display: none;
  }

  .menu-right-content {
    display: none;
  }

  .mobile-nav-toggler {
    display: block;
  }

  .main-header .menu-area {
    justify-content: space-between;
  }

  .main-header .logo-box {
    padding: 15px 0;
  }
}


/*  */

  /* ===== NAVBAR ===== */
  .main-header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 80px;
    /* background: #462b34; */
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 15px rgba(0,0,0,0.75);
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 40px 40px;
    gap: 20px;
  }

  /* Logo */
  .logo-box {
    flex-shrink: 0;
  }
  .logo-box img {
    height: 42px;
    width: auto;
    object-fit: contain;
    display: block;
  }
  .logo-box a { display: block; }

  /* Nav Links */
  .main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4px;
    margin: 0; padding: 0;
  }
  .main-nav ul li a {
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    /* color: rgba(255,255,255,0.85); */
    color: #BA2325;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  /* .main-nav ul li a:hover,
  .main-nav ul li.current a {
    color: black !important;
    background: rgba(255,255,255,0.12);
    text-decoration: underline;

  } */

  .main-nav ul li a {
  position: relative;
  color: #BA2325;
  transition: color 0.3s ease;
}

.main-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #BA2325;
  transition: width 0.3s ease;
}

.main-nav ul li a:hover,
.main-nav ul li.current a {
  color: #000;
}


.main-nav ul li a:hover::after,
.main-nav ul li.current a::after {
  width: 100%;
}


  /* Dropdown */
  .main-nav ul li {
    position: relative;
  }
  .main-nav ul li .dropdown-icon {
    font-size: 10px;
    margin-left: 3px;
    opacity: 0.7;
  }
  .main-nav ul li ul.sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 190px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 6px 0;
    display: none;
    z-index: 100;
    flex-direction: column;
    gap: 0;
  }
  .main-nav ul li:hover ul.sub-menu { display: flex; }
  .main-nav ul li ul.sub-menu li a {
    color: #462b34;
    background: none;
    padding: 9px 18px;
    font-size: 13px;
    border-radius: 0;
    display: block;
    width: 100%;
  }
  .main-nav ul li ul.sub-menu li a:hover {
    background: #f5eeeb;
    color: #a03232;
  }

  /* Right Buttons */
  .nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .btn-post {
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #a03232;
    border: 2px solid #a03232;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .btn-post:hover { background: #7d2525; border-color: #7d2525; color: #fff; }

  .btn-find {
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .btn-find:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; }

  /* Login Dropdown */
  .login-wrap { position: relative; }
  .btn-login {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    /* color: #a03232; */
    color: black;
    background: rgba(255,255,255,0.1);
    border: 2px solid #a03232;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .btn-login:hover { background: rgba(255,255,255,0.18); color: #fff; }
  .login-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 6px 0;
    display: none;
    z-index: 200;
  }
  .login-wrap:hover .login-dropdown { display: block; }
  .login-dropdown a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    color: #462b34;
    text-decoration: none;
    transition: background 0.2s;
  }
  .login-dropdown a:hover { background: #f5eeeb; color: #a03232; }

  /* Hamburger */
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ===== MOBILE MENU ===== */
  .mobile-menu {
    display: block !important;
    position: fixed;
    top: 70px; left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #3a2028;
    z-index: 9998;
    overflow-y: auto;
    flex-direction: column;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
  }
  .mobile-menu.open {
    display: flex;
    transform: translateX(0);
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0; margin: 0;
  }
  .mobile-menu ul li a {
    display: block;
    padding: 14px 30px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: all 0.2s;
  }
  .mobile-menu ul li a:hover { color: #fff; background: rgba(255,255,255,0.08); padding-left: 38px; }

  .mobile-menu .mobile-sub {
    background: rgba(0,0,0,0.2);
    display: none;
  }
  .mobile-menu .mobile-sub a { padding-left: 50px; font-size: 13px; }
  .mobile-menu .mobile-sub a:hover { padding-left: 58px; }

  .mobile-dropdown-btn {
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .mobile-menu li { position: relative; }
  .mobile-menu li.open-sub .mobile-sub { display: block; }
  .mobile-menu li.open-sub .mobile-dropdown-btn { transform: rotate(180deg); }

  .mobile-btn-area {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .mobile-btn-area a {
    display: block;
    padding: 12px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  .mobile-btn-area .m-btn-post { background: #a03232; color: #fff; }
  .mobile-btn-area .m-btn-post:hover { background: #7d2525; }
  .mobile-btn-area .m-btn-find { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
  .mobile-btn-area .m-btn-find:hover { background: rgba(255,255,255,0.1); }
  .mobile-btn-area .m-btn-login { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); }
  .mobile-btn-area .m-btn-login:hover { background: rgba(255,255,255,0.18); color: #fff; }

  /* ===== RESPONSIVE BREAKPOINTS ===== */
  @media (max-width: 1100px) {
    .nav-inner { padding: 0 20px; }
    .main-nav ul gap: 0;
    .main-nav ul li a { padding: 6px 9px; font-size: 12px; }
    .btn-post, .btn-find { padding: 7px 12px; font-size: 11px; }
  }

  @media (max-width: 900px) {
    .main-nav { display: none; }
    .nav-buttons { display: none; }
    .hamburger { display: flex; }
  }

  /*  */
  /* Fix logo - remove any background, increase height */
.logo-box {
  flex-shrink: 0;
  background: transparent !important;
  padding: 0;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.logo-box a {
  display: block;
  background: transparent !important;
  padding: 0;
  border: none !important;
}

.logo-box img {
  height: 125px;        /* increased from 42px */
  width: auto;
  object-fit: contain;
  display: block;
  background: transparent !important;
  mix-blend-mode: normal;
}/* Nuclear option - override any existing logo styles from old CSS */
header .logo-box,
header .logo-box a,
header .logo-box img,
.main-header .logo-box {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 
 */
 

 /*  */
 /* ===== SINGLE CLEAN MOBILE MENU STYLES ===== */
/* Put this at the end of your CSS file */

/* Hamburger Button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #a03232;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10000;
  position: relative;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 70px;
  left: -100%;
  width: 280px;
  height: calc(100vh - 70px);
  background: #3a2028;
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
  display: block !important; /* Force display */
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu ul li a {
  display: block;
  padding: 15px 25px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu ul li a:hover {
  background: rgba(255,255,255,0.1);
  padding-left: 30px;
}

.mobile-menu .mobile-sub {
  background: rgba(0,0,0,0.2);
  display: none;
}

.mobile-menu .mobile-sub a {
  padding-left: 40px;
}

.mobile-menu li.open-sub .mobile-sub {
  display: block;
}

.mobile-dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 4px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
}

.mobile-dropdown-btn:hover {
  background: rgba(255,255,255,0.2);
}

.mobile-menu li.open-sub .mobile-dropdown-btn {
  transform: rotate(180deg);
}

.mobile-btn-area {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
}

.mobile-btn-area a {
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-btn-area .m-btn-post {
  background: #a03232;
  color: #fff;
}

.mobile-btn-area .m-btn-find {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.3);
}

.mobile-btn-area .m-btn-login {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
}

/* Responsive */
@media (max-width: 900px) {
  .hamburger {
      display: flex !important;
  }
}

@media (min-width: 901px) {
  .hamburger {
      display: none !important;
  }
  .mobile-menu {
      display: none !important;
  }
}




/*  */

/* STEP 2: Clean mobile menu rules */
.mobile-menu {
  position: fixed !important;
  top: 70px !important;
  left: auto !important;
  right: 0px !important;
  width: 280px !important;
  height: calc(100vh - 70px) !important;
  background: #3a2028 !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
  /* box-shadow: 2px 0 10px rgba(0,0,0,0.3) !important; */
  box-shadow: -2px 0 10px rgba(0,0,0,0.3) !important;


  /* HIDE by default using visibility + opacity + pointer-events */
  /* NOT using left/transform — those fight with other CSS */
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: visibility 0.3s ease, opacity 0.3s ease !important;

  /* Reset any transform/left fighting */
  transform: none !important;
}

.mobile-menu.open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

/* Hide on desktop */
@media (min-width: 901px) {
  .mobile-menu {
      display: none !important;
  }
  #hamburger {
      display: none !important;
  }
}

/* Show hamburger on mobile */
@media (max-width: 900px) {
  #hamburger {
      display: flex !important;
  }
  .mobile-menu {
      display: block !important;
  }
}


/*  */
.hero-tagline {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #BA2325;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.theme-btn-outline {
  display: inline-block;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #BA2325;
  color: #BA2325;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.theme-btn-outline:hover {
  background: #BA2325;
  color: #fff;
}

.hero-trust-points {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #333;
}

.hero-trust-points span {
  font-weight: 600;
}
/*  job search */



/* Quick Search Section - Fixed Dropdown Styles */
.quick-search-section {
  position: relative;
  padding: 60px 0 80px 0;
  background: #ffffff;
  overflow: visible;
}



.quick-search-section .search-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(70, 43, 52, 0.35);
  padding: 50px 20px;
  border: 2px solid rgba(70, 43, 52, 0.1);
  position: relative;
  z-index: 10;
}

.quick-search-section .search-form .row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.quick-search-section .search-form .form-group {
  margin-bottom: 0;
  position: relative;
  padding: 0 8px;
}

/* Fix for column widths */
.quick-search-section .col-lg-3 {
  width: 25%;
  flex: 0 0 25%;
}

.quick-search-section .col-lg-2 {
  width: 20%;
  flex: 0 0 20%;
}

.quick-search-section .field-inner {
  position: relative;
  width: 100%;
}

.quick-search-section .field-inner i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #462b34;
  font-size: 15px;
  z-index: 2;
  opacity: 0.7;
}

.quick-search-section .field-inner input {
  position: relative;
  width: 100%;
  height: 54px;
  border: 2px solid #f0e6e0;
  border-radius: 10px;
  padding: 8px 12px 8px 42px;
  font-size: 14px;
  color: #462b34;
  font-weight: 500;
  background: #fff;
  transition: all 0.3s ease;
}

.quick-search-section .field-inner input:focus {
  border-color: #462b34;
  outline: none;
  box-shadow: 0 5px 20px rgba(70, 43, 52, 0.15);
}

/* FIXED: Suggestions Dropdown */
.suggestions-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 8px !important;
  right: 8px !important;
  width: auto !important;
  background: #ffffff !important;
  border: 2px solid #462b34 !important;
  /* border-top: none !important; */
  /* border-radius: 0 0 10px 10px !important; */
  box-shadow: 0 15px 35px rgba(70, 43, 52, 0.2) !important;
  z-index: 9999 !important;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  /* margin-top: -2px !important; */
  padding: 5px 0 !important;
  border-radius: 10px !important;
margin-top: 6px !important;

}

.field-inner input:focus + .suggestions-dropdown,
.suggestions-dropdown.show {
  display: block !important;
}

.suggestion-item {
  padding: 10px 15px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: #462b34 !important;
  transition: all 0.2s ease !important;
  border-bottom: 1px solid #f0e6e0 !important;
  background: #ffffff !important;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: normal !important;
}

.suggestion-item:last-child {
  border-bottom: none !important;
}

.suggestion-item:hover {
  background: #462b34 !important;
  color: #ffffff !important;
  padding-left: 20px !important;
}

/* FIXED: Enhanced Select Dropdowns */
.enhanced-select {
  position: relative;
  width: 100%;
  z-index: 100;
}

.select-header {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 2px solid #f0e6e0;
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.select-header:hover {
  border-color: #462b34;
  background: #fcf9f7;
}

.select-header .select-label {
  font-size: 14px;
  color: #766068;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}

.select-header i {
  color: #462b34;
  font-size: 12px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.select-header.active i {
  transform: rotate(180deg);
}

/* FIXED: Select Dropdown */
.select-dropdown {
  position: absolute !important;
  top: calc(100% + 5px) !important;
  left: 0 !important;
  right: 0 !important;
  background: #ffffff !important;
  border: 2px solid #462b34 !important;
  border-radius: 10px !important;
  box-shadow: 0 15px 35px rgba(70, 43, 52, 0.2) !important;
  z-index: 9999 !important;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  padding: 5px 0 !important;
  margin: 0 !important;
}

.select-dropdown.show {
  display: block !important;
}

.select-option {
  padding: 12px 15px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: #462b34 !important;
  transition: all 0.2s ease !important;
  border-bottom: 1px solid #f0e6e0 !important;
  background: #ffffff !important;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: normal !important;
}

.select-option:last-child {
  border-bottom: none !important;
}

.select-option:hover {
  background: #462b34 !important;
  color: #ffffff !important;
  padding-left: 20px !important;
}

.select-option.selected {
  background: #f9f2ef !important;
  color: #462b34 !important;
  font-weight: 700 !important;
  position: relative;
}

.select-option.selected:before {
  content: '✓' !important;
  position: absolute !important;
  right: 15px !important;
  color: #462b34 !important;
  font-weight: 700 !important;
}

/* Search Button */
.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding: 8px 15px;
  background: #462b34;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(70, 43, 52, 0.25);
  letter-spacing: 0.3px;
  white-space: nowrap;
}


.search-btn i {
  font-size: 16px;
  margin-right: 8px;
}

.search-btn:hover {
  background: #BA2325;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(70, 43, 52, 0.35);
  transition: all 500ms ease;

}

/* Responsive */
@media (max-width: 1199px) {
  .quick-search-section .sec-title h2 {
      font-size: 36px;
  }
  
  .quick-search-section .col-lg-3,
  .quick-search-section .col-lg-2 {
      width: 50% !important;
      flex: 0 0 50% !important;
  }
  
  .quick-search-section .search-form .form-group {
      margin-bottom: 15px;
  }
  
  .quick-search-section .search-box {
      padding: 20px;
  }
}

@media (max-width: 767px) {
  .quick-search-section .sec-title h2 {
      font-size: 28px;
  }
  
  .quick-search-section .col-lg-3,
  .quick-search-section .col-lg-2 {
      width: 100% !important;
      flex: 0 0 100% !important;
  }
  
  .quick-search-section .search-box {
      padding: 15px;
  }
  
  .quick-search-section .sec-title .top-title:before,
  .quick-search-section .sec-title .top-title:after {
      /* width: 20px; */
  }
  
  .quick-search-section .sec-title .top-title:before {
      /* left: -15px; */
  }
  
  .quick-search-section .sec-title .top-title:after {
      right: -15px;
  }
}

/*  */
/* ===== TRUST BAR SECTION ===== */
.trust-bar-section {
  position: relative;
  padding: 80px 0 90px 0;
  background: #462b34;
  overflow: hidden;
}

.trust-bar-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(assets/images/shape/pattern-11.png) repeat-x center;
  opacity: 0.06;
  pointer-events: none;
}

/* Heading overrides for dark bg */
.trust-bar-section .sec-title .top-title {
  /* color: #f0e6e0; */
}
.trust-bar-section .sec-title .top-title::before,
.trust-bar-section .sec-title .top-title::after {
  background: #624b52;
}
.trust-bar-section .sec-title .top-title::after {
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}
.trust-bar-section .sec-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
}

/* ===== METRICS ===== */
.trust-metrics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 50px 0 60px 0;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.metric-item {
  flex: 1;
  min-width: 160px;
  padding: 40px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
  position: relative;
  transition: background 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
}

.metric-item:last-child {
  border-right: none;
}

.metric-item:hover {
  background: rgba(255,255,255,0.07);
}

.metric-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  margin-bottom: 12px;
}

.count-num {
  font-size: 52px;
  font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  color: #f0e6e0;
  line-height: 1;
}

.metric-number .plus {
  font-size: 28px;
  font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  color: #BA2325;
  margin-top: 4px;
  line-height: 1;
}

.metric-item p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.4;
}

/* ===== LOGO SLIDERS ===== */
.trust-slider-block {
  margin-bottom: 45px;
}

.trust-slider-block:last-child {
  margin-bottom: 0;
}

.slider-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.slider-label::before,
.slider-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,0.15);
}
.slider-label::before { right: calc(50% + 90px); }
.slider-label::after  { left:  calc(50% + 90px); }

.trust-logo-box {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
  margin: 0 8px;
}

.trust-logo-box:hover {
  background: rgba(255,255,255,0.13);
  /* border-color: 1.25ps solid white; */
  transform: translateY(-3px);
  margin-top: 20px;
  border: 2px solid white;
}

.trust-logo-box img {
  max-height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.trust-logo-box:hover img {
  opacity: 1;
}

.trust-logo-box.college img {
  filter: brightness(0) invert(1);
  opacity: 0.55;
}

.trust-logo-box.college:hover img {
  opacity: 0.9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .trust-bar-section {
    padding: 60px 0 70px 0;
  }
  .trust-bar-section .sec-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .trust-metrics {
    margin: 35px 0 45px 0;
  }
  .metric-item {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .metric-item:nth-child(2) { border-right: none; }
  .metric-item:nth-child(3) { border-bottom: none; }
  .metric-item:nth-child(4) { border-right: none; border-bottom: none; }
  .count-num { font-size: 42px; }
}

@media (max-width: 600px) {
  .trust-bar-section {
    padding: 50px 0 60px 0;
  }
  .trust-bar-section .sec-title h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .metric-item {
    flex: 0 0 50%;
    padding: 28px 12px;
  }
  .count-num { font-size: 34px; }
  .metric-number .plus { font-size: 20px; }
  .metric-item p { font-size: 12px; }
  .slider-label::before,
  .slider-label::after { display: none; }
  .trust-logo-box { padding: 14px 16px; margin: 0 5px; }
  .trust-logo-box img { max-height: 32px; }
}
/*  */
.our a{
  color: #BA2325 !important;
}
.our a:hover{
  color: white !important;
}

/*  */
/* Service Section CTA Buttons */
.service-section .service-cta {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-section .service-cta .theme-btn-one,
.service-section .service-cta .theme-btn-two {
  min-width: 200px;
  padding: 15px 30px;
  font-size: 15px;
  transition: all 500ms ease;
}

.service-section .service-cta .theme-btn-one {
  background: #462b34;
  border: 2px solid #462b34;
}

.service-section .service-cta .theme-btn-one:hover {
  background: transparent;
  color: #462b34 !important;
}

.service-section .service-cta .theme-btn-two {
  background: transparent;
  border: 2px solid #462b34;
  color: #462b34 !important;
}

.service-section .service-cta .theme-btn-two:hover {
  background: #462b34;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 767px) {
  .service-section .service-cta {
      flex-direction: column;
      align-items: center;
      gap: 15px;
  }
  
  .service-section .service-cta .theme-btn-one,
  .service-section .service-cta .theme-btn-two {
      width: 100%;
      max-width: 280px;
  }
}

/*  */
/* Fix for card text overflow - ONLY THIS */
.service-block-one .inner-box .lower-content .content-box .inner h4 {
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  padding: 0 5px;
}

/* Specific fix for long text like RPO */
.service-block-one .inner-box .lower-content .content-box .inner h4:contains("Recruitment Process Outsourcing") {
  font-size: 16px;
  line-height: 22px;
}

/* Ensure images maintain aspect ratio */
.service-block-one .inner-box .image-box {
  height: 220px;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* category */


.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* section heading – matching your template style */
.heading-block {
  text-align: center;
  margin-bottom: 3rem;
}

.top-badge {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #766068;
  background: #f0e6e0;
  padding: 0.5rem 1.8rem;
  border-radius: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 1.2rem;
  position: relative;
}

.heading-block h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .heading-block h2 { font-size: 2rem; }
}

.heading-block p {
  font-size: 1.1rem;
  color: #766068;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== FLIP CARD GRID ===== */
.flip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
  margin: 3rem 0 2.5rem;
}

/* tablet: 3 columns */
@media (max-width: 992px) {
  .flip-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
  }
}

/* mobile: 2 columns */
@media (max-width: 576px) {
  .flip-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
  }
  .explore-btn{
font-size: 13px !important;
  }
}


@media (max-width: 576px) and (min-width:250px){
  .flip-front .card-icon{
    font-size: 40px !important;
  }
  .card-icon{
    background: none !important;
  }
  .flip-back .back-title{
    font-size: 12px !important;
  }
  .flip-front .card-title{
    font-size: 13px;
  }
}


/* ----- flip card container ----- */
.flip-card {
  background-color: transparent;
  width: 100%;
  aspect-ratio: 1 / 0.9;  /* makes cards slightly vertical but keeps shape */
  perspective: 1800px;      /* gives depth for 3D flip */
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  border-radius: 24px;
  box-shadow: 0 15px 30px -10px rgba(70, 43, 52, 0.15);
}

/* flipped state (triggered by JS hover/touch) */
.flip-card.flipped .flip-inner {
  transform: rotateY(180deg);
}

/* front & back - same styling, different content */
.flip-front, 
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 24px;
  padding: 1.2rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(224, 214, 208, 0.6);
  transition: all 0.2s ease;
  box-shadow: inset 0 -2px 5px rgba(0,0,0,0.02);
}

/* FRONT side: icon + minimal title */
.flip-front {
  background: #ffffff;
  color: #462b34;
}

.flip-front .card-icon {
  font-size: 3.2rem;
  color: #a03232;            /* your accent */
  margin-bottom: 0.6rem;
  transition: transform 0.3s ease;
}

.flip-front .card-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #462b34;
  max-width: 90%;
  line-height: 1.3;
}

/* BACK side: detailed text, uses your brand color #462b34 as background */
.flip-back {
  background: #462b34;         /* your primary color */
  color: #ffffff;
  transform: rotateY(180deg);
  padding: 1rem 0.8rem;
  text-align: center;
}

.flip-back .back-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.flip-back .back-skills {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #f0d9d2;            /* soft pinkish-white */
  line-height: 1.4;
  max-width: 90%;
  margin: 0 auto;
}

/* optional tiny badge (like tools) */
.flip-back .tools-hint {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}

/* CTA button – your style (theme-btn-one inspired) */
.cta-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}

.explore-btn {
  position: relative;
  display: inline-block;
  /* font-family: 'Nunito Sans', sans-serif; */
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: #a03232;
  padding: 12px 18px;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, transform 0.3s ease, background 0.3s ease;
  border: 2px solid #a03232;
  box-shadow: 0 8px 18px rgba(160, 50, 50, 0.25);
}

.explore-btn i {
  margin-left: 10px;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.explore-btn:hover {
  color: #a03232;
  background: transparent;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(70, 43, 52, 0.25);
}

.explore-btn:hover i {
  transform: translateX(6px);
}

/* micro animation helper */
.attribution {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #b9a69e;
}


@media (max-width: 576px) {

  /* prevent horizontal overflow */
  .flip-grid {
    padding: 0 10px;
  }

  .flip-card {
    width: 100%;
  }

  .flip-inner {
    box-shadow: 0 10px 20px rgba(70, 43, 52, 0.12);
  }

  /* ensure cards don't exceed container */
  .flip-front,
  .flip-back {
    width: 100%;
  }

}
@media (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}



/*  */

/* Two-column wrapper */




/* Center heading */
.sec-title {
  text-align: center;
}

.sec-title .top-title {
  display: inline-block;
  margin-bottom: 10px;
}

/* CTA Buttons */
.service-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 991px) {
  .rh-two-col-grid {
      grid-template-columns: 1fr;
      gap: 25px;
  }

  .service-cta {
      flex-direction: column;
      align-items: center;
  }

  .service-cta a {
      width: 100%;
      max-width: 300px;
      text-align: center;
  }
}
.sec-title {
  text-align: center;
}

.sec-title .top-title {
  display: inline-block;
  margin-bottom: 10px;
}


/*  */
 /* ---- section container (matches template spacing) ---- */
 .talent-pool-section {
  position: relative;
  /* max-width: 1500px; */
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 25px 50px -12px rgba(70, 43, 52, 0.25);
  padding: 70px 40px;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
    /* margin: 95px 0 120px 0; */
}

.talent-pool-section:hover {
  /* box-shadow: 0 30px 60px -10px rgba(160, 50, 50, 0.3); */
}

/* subtle animated pattern (like template) */
.talent-pool-section::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg" opacity="0.02"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="%23462b34"/></svg>'); */
  background-size: 40px 40px;
  pointer-events:none;
  animation: slowShift 40s linear infinite;
}

@keyframes slowShift {
  0% { background-position: 0 0; }
  100% { background-position: 100px 100px; }
}

/* ---- heading style (matches .sec-title) ---- */
.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.premium-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #a03232;              
  background: #f0e6e0;
  padding: 10px 28px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  transform: translateY(0);
  animation: fadeInDown 0.8s ease forwards;
  box-shadow: 0 4px 10px rgba(70,43,52,0.05);
}

.premium-badge i {
  margin-right: 8px;
  color: #462b34;
}

.section-header h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #462b34;
  line-height: 1.2;
  margin-bottom: 15px;
  animation: slideUp 0.9s ease forwards;
}

.section-header p {
  font-size: 18px;
  color: #766068;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeIn 1s ease forwards;
  font-weight: 500;
}

/* ---- key points grid (5 items) ---- */
.key-points-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin: 50px 0 45px;
  position: relative;
  z-index: 5;
}

.point-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 15px 20px;
  text-align: center;
  box-shadow: 0 15px 30px -8px rgba(70, 43, 52, 0.12);
  border: 1px solid #f0e6e0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(25px);
  animation: cardReveal 0.5s ease forwards;
  animation-delay: calc(0.1s * var(--i));
  position: relative;
  backdrop-filter: blur(2px);
}

.point-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: #a03232;
  box-shadow: 0 25px 40px -8px rgba(160, 50, 50, 0.25);
}

.point-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a03232, transparent);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
}

.point-card:hover::after {
  opacity: 1;
  width: 80%;
  left: 10%;
}

.card-icon {
  font-size: 40px;
  background: #f0e6e0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 60% 40% 50% 50%;
  margin: 0 auto 18px;
  color: #462b34;
  transition: 0.3s ease;
}

.point-card:hover .card-icon {
  background: #462b34;
  color: #ffffff
  ;
  border-radius: 40% 60% 50% 50%;
}

.point-card h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.point-card .value-badge {
  font-size: 22px;
  font-weight: 800;
  color: #a03232;
  background: #f9f2ef;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 40px;
  margin-top: 8px;
  border: 1px dashed #e0cbc2;
}

/* ---- CTA button (theme-btn-one style with animation) ---- */
.cta-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 15px;
}

.request-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  /* font-family: 'Nunito Sans', sans-serif; */
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #462b34;
  border: 2px solid #462b34;
  padding: 12px 18px;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  transition: color 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
  /* box-shadow: 0 12px 25px -5px rgba(70,43,52,0.1); */
  /* animation: pulseGlow 2.5s infinite; */
}

.request-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.request-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}

.request-btn:hover {
  color: #462b34;
  background: transparent;
  border-color: #a03232;
  transform: translateY(-5px);
  /* box-shadow: 0 20px 35px -3px #a0323266; */
  animation: none;
}

.request-btn:hover::before {
  width: 350px;
  height: 350px;
}

.request-btn:hover i {
  transform: translateX(7px);
  color: #a03232;
}

/* checkmark animation */
.request-btn .fa-check-circle {
  /* color: #4CAF50; */
  transition: all 0.3s;
}
.request-btn:hover .fa-check-circle {
  color: #a03232;
}

/* ---- responsive ---- */
@media (max-width: 992px) {
  .talent-pool-section { padding: 50px 25px; }
  .section-header h2 { font-size: 34px; }
  .key-points-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .key-points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-header h2 { font-size: 28px; }
  .section-header p { font-size: 16px; }
}

@media (max-width: 480px) {
  .talent-pool-section { padding: 40px 15px; }
  .key-points-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .premium-badge { font-size: 12px; padding: 8px 18px; }
  .request-btn {
    font-size: 16px;
    padding: 16px 30px;
    width: 100%;
    justify-content: center;
  }
}

/* ---- animations keyframes ---- */
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes cardReveal {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulseGlow {
  0% { box-shadow: 0 10px 25px -5px rgba(70,43,52,0.5); }
  50% { box-shadow: 0 18px 35px 0px #a0323270; }
  100% { box-shadow: 0 10px 25px -5px rgba(70,43,52,0.5); }
}

/* tooltip-like demo values (simulate scorecards) */
.point-card:nth-child(1) .value-badge::after { content: " PDF"; font-size: 14px; font-weight: 400; }
.point-card:nth-child(2) .value-badge::after { content: " /100"; font-size: 14px; font-weight: 400; }
.point-card:nth-child(3) .value-badge::after { content: "%"; font-size: 16px; }
.point-card:nth-child(4) .value-badge::after { content: " ★"; font-size: 18px; }
.point-card:nth-child(5) .value-badge::after { content: " days"; font-size: 14px; font-weight: 400; }

/* additional micro interactions */
.point-card .value-badge {
  transition: background 0.3s, color 0.3s;
}
.point-card:hover .value-badge {
  background: #462b34;
  color: #f0e6e0;
  border-color: transparent;
}

/*  */

/* ===== VERIFIED TALENT POOL SECTION ===== */
.talent-pool-section {
  position: relative;
  padding: 70px 0 50px 0;  /* Standard section padding matching your template */
  background: #ffffff;
  overflow: hidden;
}

.talent-pool-section .auto-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

/* Subtle background pattern (optional) */
.talent-pool-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg" opacity="0.02"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="%23462b34"/></svg>');
  background-size: 40px 40px;
  pointer-events: none;
  animation: slowShift 40s linear infinite;
}

@keyframes slowShift {
  0% { background-position: 0 0; }
  100% { background-position: 100px 100px; }
}

/* ---- key points grid (5 items) ---- */
.key-points-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin: 50px 0 45px;
}

.point-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 15px 20px;
  text-align: center;
  box-shadow: 0 15px 30px -8px rgba(70, 43, 52, 0.12);
  border: 1px solid #f0e6e0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(25px);
  animation: cardReveal 0.5s ease forwards;
  animation-delay: calc(0.1s * var(--i));
  position: relative;
}

.point-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: #a03232;
  box-shadow: 0 25px 40px -8px rgba(160, 50, 50, 0.25);
}

.point-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a03232, transparent);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
}

.point-card:hover::after {
  opacity: 1;
  width: 80%;
  left: 10%;
}

.card-icon {
  font-size: 40px;
  background: #f0e6e0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 60% 40% 50% 50%;
  margin: 0 auto 18px;
  color: #462b34;
  transition: 0.3s ease;
}

.point-card:hover .card-icon {
  background: #462b34;
  color: #ffffff;
  border-radius: 40% 60% 50% 50%;
}

.point-card h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.point-card .value-badge {
  font-size: 22px;
  font-weight: 800;
  color: #a03232;
  background: #f9f2ef;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 40px;
  margin-top: 8px;
  border: 1px dashed #e0cbc2;
  transition: background 0.3s, color 0.3s;
}

.point-card:hover .value-badge {
  background: #462b34;
  color: #f0e6e0;
  border-color: transparent;
}

/* ---- CTA button (theme-btn-one style with animation) ---- */
.cta-wrapper {
  text-align: center;
  margin-top: 15px;
}

.request-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #462b34;
  border: 2px solid #462b34;
  padding: 16px 42px;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  transition: color 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
}

.request-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.request-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}

.request-btn:hover {
  color: #462b34;
  background: transparent;
  border-color: #a03232;
  transform: translateY(-5px);
}

.request-btn:hover::before {
  width: 350px;
  height: 350px;
}

.request-btn:hover i {
  transform: translateX(7px);
  color: #a03232;
}

/* ---- animations keyframes ---- */
@keyframes cardReveal {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ---- responsive ---- */
@media (max-width: 992px) {
  .key-points-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }
}

@media (max-width: 700px) {
  .talent-pool-section {
      padding: 70px 0 90px 0;
  }
  .key-points-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .talent-pool-section {
      padding: 50px 0 70px 0;
  }
  .key-points-grid {
      grid-template-columns: 1fr;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
  }
  .request-btn {
      font-size: 11px;
      padding: 14px 30px;
      width: 84%;
      justify-content: center;
  }
}


@media (max-width: 560px) {

  .point-card:active {
    background: #BA2325;
    border-color: #BA2325;
  }
  .card-icon{
    color: #3a2028 !important;
    /* background: #f0e6e0 !important; */
  }

}


/*  */
.solutions-section {
  position: relative;
  padding: 100px 0 120px;
  background: #f7f0ec;
  overflow: hidden;
}
.solutions-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, #462b34 0%, #BA2325 50%, #462b34 100%);
}
.solutions-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d8c8c0 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}
.auto-container {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 2;
}


/* ── Grid ─── */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

/* ── Card ─── */
.sol-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(70,43,52,0.10);
  border: 1px solid rgba(70,43,52,0.06);
  cursor: pointer;
  transition:
    transform 0.42s cubic-bezier(0.23,1,0.32,1),
    box-shadow 0.42s cubic-bezier(0.23,1,0.32,1),
    border-color 0.35s ease;
  opacity: 0;
  transform: translateY(40px);
}
.sol-card:nth-child(1) { animation: cardRise 0.65s cubic-bezier(0.23,1,0.32,1) 0.40s forwards; }
.sol-card:nth-child(2) { animation: cardRise 0.65s cubic-bezier(0.23,1,0.32,1) 0.56s forwards; }
.sol-card:nth-child(3) { animation: cardRise 0.65s cubic-bezier(0.23,1,0.32,1) 0.72s forwards; }

.sol-card:hover {
  transform: translateY(-12px) scale(1.018);
  box-shadow: 0 28px 60px rgba(70,43,52,0.20);
  border-color: rgba(70,43,52,0.14);
}

/* Top accent bar */
.sol-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 3;
}
.sol-card:hover::before { transform: scaleX(1); }

.sol-card--companies { --c1: #462b34; --c2: #BA2325; }
.sol-card--candidates { --c1: #BA2325; --c2: #e05a5c; }
.sol-card--colleges  { --c1: #6b3f4a; --c2: #462b34; }

/* ── Card Header — FIXED HEIGHT 170px ─── */
.card-header {
  position: relative;
  height: 170px;            /* FIXED HEIGHT */
  padding: 28px 28px 24px;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* deco circles */
.card-header::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  pointer-events: none;
}
.card-header::before {
  content: '';
  position: absolute;
  top: -25px; left: -25px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}

.card-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.card-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px; height: 2px;
  background: rgba(255,255,255,0.45);
  border-radius: 2px;
}

/* Icon — top-right */
.card-icon-wrap {
  position: absolute;
  top: 22px; right: 24px;
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  z-index: 2;
  transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
              background 0.35s ease;
}
.sol-card:hover .card-icon-wrap {
  transform: rotate(10deg) scale(1.12);
  background: rgba(255,255,255,0.25);
}

.card-header h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 66px);
}

/* ── Card Body ─── */
.card-body {
  padding: 26px 28px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-tagline {
  font-size: 14px;
  font-weight: 600;
  color: #462b34;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0e6e0;
  font-style: italic;
  line-height: 1.45;
  transition: color 0.3s ease;
}
.sol-card:hover .card-tagline { color: #BA2325; }

/* Feature list */
.feature-list {
  list-style: none;
  margin: 0 0 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #766068;
  line-height: 1.45;
  transition: color 0.3s ease, transform 0.3s ease;
}
/* Staggered color shift on card hover */
.sol-card:hover .feature-list li:nth-child(1) { color:#462b34; transition-delay:0.00s; }
.sol-card:hover .feature-list li:nth-child(2) { color:#462b34; transition-delay:0.04s; }
.sol-card:hover .feature-list li:nth-child(3) { color:#462b34; transition-delay:0.08s; }
.sol-card:hover .feature-list li:nth-child(4) { color:#462b34; transition-delay:0.12s; }

.check-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #f0e6e0;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.sol-card:hover .check-icon { background: #462b34; transform: scale(1.1); }
.check-icon i { font-size: 10px; color: #BA2325; transition: color 0.3s ease; }
.sol-card:hover .check-icon i { color: #fff; }

/* ── CTA — animates on CARD hover, not just button hover ─── */
.card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  /* Default resting state */
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(70,43,52,0.15);
  transition:
    transform 0.40s cubic-bezier(0.23,1,0.32,1),
    box-shadow 0.40s cubic-bezier(0.23,1,0.32,1),
    letter-spacing 0.30s ease;
}
/* Ripple */
.card-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background: rgba(255,255,255,0.20);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: width 0.55s ease, height 0.55s ease;
}
/* CARD hover → button lifts */
.sol-card:hover .card-cta {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(70,43,52,0.32);
  letter-spacing: 1.5px;
  background: white !important;
  color: #BA2325 !important;
  border: 1px solid #3a2028;
  box-shadow: 10px 12px 12px 0px #701919;
}
.sol-card:hover .card-cta::before {
  width: 360px; height: 360px;
}
/* Arrow slides on card hover */
.card-cta i { font-size: 14px; transition: transform 0.35s cubic-bezier(0.23,1,0.32,1); }
.sol-card:hover .card-cta i { transform: translateX(7px); }

/* ── Footer strip ─── */
.card-footer-strip {
  padding: 13px 28px;
  background: #faf5f2;
  border-top: 1px solid #f0e6e0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #a38f96;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}
.sol-card:hover .card-footer-strip { background: #f0e6e0; color: #766068; }
.card-footer-strip i {
  color: #BA2325;
  font-size: 13px;
  transition: transform 0.3s ease;
}
.sol-card:hover .card-footer-strip i { transform: scale(1.2); }

/* ── Keyframes ─── */
@keyframes fadeSlideDown { to { opacity:1; transform:translateY(0); } }
@keyframes fadeSlideUp   { to { opacity:1; transform:translateY(0); } }
@keyframes underlineReveal { to { transform:scaleX(1); } }
@keyframes cardRise { to { opacity:1; transform:translateY(0); } }

/* ── Responsive ─── */
@media (max-width: 991px) {
  .solutions-section { padding: 80px 0 90px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .sol-card:nth-child(3) { grid-column: 1 / -1; max-width: 520px; margin: 0 auto; width: 100%; }
  .sec-title h2 { font-size: 36px; }
  .card-header { height: 160px; }
}

@media (max-width: 640px) {
  .solutions-section { padding: 60px 0 70px; }
  .solutions-grid { grid-template-columns: 1fr; gap: 20px; }
  .sol-card:nth-child(3) { grid-column: auto; max-width: none; }
  .sec-title h2 { font-size: 26px; line-height: 1.25; }
  .top-title { font-size: 11px; padding: 7px 18px 7px 40px; }
  .card-header { height: 150px; padding: 20px 20px 18px; }
  .card-header h3 { font-size: 18px; }
  .card-icon-wrap { width: 44px; height: 44px; font-size: 18px; top: 16px; right: 16px; border-radius: 12px; }
  .card-body { padding: 20px 20px 16px; }
  .card-footer-strip { padding: 11px 20px; font-size: 11px; }
  .card-cta { padding: 13px 16px; font-size: 12px; }
  /* Softer lift on mobile */
  .sol-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 16px 36px rgba(70,43,52,0.16); }
  .sol-card:hover .card-cta { transform: translateY(-3px); }
}

@media (max-width: 400px) {
  .sec-title h2 { font-size: 22px; }
  .card-header { height: 140px; }
  .card-header h3 { font-size: 16px; }
}

/*  */
/* ===== WHY CHOOSE STEPUP HIRE SECTION ===== */
.why-choose-section {
  position: relative;
  padding: 80px 0 80px 0;
  background: linear-gradient(135deg, #fcf9f7 0%, #ffffff 100%);
  overflow: hidden;
}

.why-choose-section .auto-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

/* Two Column Layout */
.why-choose-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Content Column */
.content-column {
  position: relative;
}

.content-column .sec-title {
  margin-bottom: 40px;
  text-align: left;
}

.content-column .sec-title .top-title {
  margin-left: 25px;
}

.content-column .sec-title .top-title:before {
  left: -25px;
}

.content-column .sec-title .top-title:after {
  left: 9px;
}

.content-column .sec-title h2 {
  font-size: 38px;
  line-height: 1.3;
  margin-top: 15px;
}

/* Benefits List */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  padding: 10px 20px 10px 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(70, 43, 52, 0.75);
  border-left: 4px solid black;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.6s ease forwards;
  animation-delay: calc(0.1s * var(--i));
  border-right: 1px solid #BA2325;
}

.benefit-item:hover {
  transform: translateX(10px) scale(1.02);
  border-left-color: #a03232;
  box-shadow: 0 15px 30px rgba(160, 50, 50, 0.15);
  background: #ffffff;
}

.benefit-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #f0e6e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.benefit-item:hover .benefit-icon {
  background: #462b34;
  transform: rotate(5deg) scale(1.1);
}

.benefit-icon i {
  font-size: 24px;
  color: #462b34;
  transition: all 0.4s ease;
}

.benefit-item:hover .benefit-icon i {
  color: #ffffff;
}

.benefit-text {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #766068;
  flex: 1;
  padding-top: 5px;
}

.benefit-text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #462b34;
  transition: color 0.3s ease;
}

.benefit-item:hover .benefit-text strong {
  color: #a03232;
}

/* CTA Button */
.cta-wrapper {
  margin-top: 40px;
}

.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #462b34;
  border: 2px solid #462b34;
  padding: 12px 18px;
  border-radius: 5px !important;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(70, 43, 52, 0.25);
}

.cta-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  background: transparent;
  color: #462b34;
  border-color: #a03232;
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(160, 50, 50, 0.3);
  border-radius: 6px;
}

.cta-btn:hover i {
  transform: translateX(8px);
  color: #a03232;
}

/* Right Column - Awards Grid */
.image-column {
  position: relative;
}

.awards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 20px;
}

/* Award Cards */
.award-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(70, 43, 52, 0.1);
  border: 1px solid #f0e6e0;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  animation: cardReveal 0.6s ease forwards;
  animation-delay: calc(0.15s * var(--i));
}

.award-card:nth-child(4) { --i: 1; } /* Award 1 */
.award-card:nth-child(5) { --i: 2; } /* Award 2 */
.award-card:nth-child(6) { --i: 3; } /* Award 3 */

.award-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #462b34, #a03232);
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: left;
}

.award-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(160, 50, 50, 0.2);
  border-color: #a03232;
}

.award-card:hover::before {
  transform: scaleX(1);
}

.award-icon {
  width: 70px;
  height: 70px;
  background: #f0e6e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.5s ease;
}

.award-card:hover .award-icon {
  background: #462b34;
  transform: rotate(360deg) scale(1.1);
}

.award-icon i {
  font-size: 32px;
  color: #462b34;
  transition: all 0.5s ease;
}

.award-card:hover .award-icon i {
  color: #ffffff;
}

.award-number {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #462b34;
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.award-card:hover .award-number {
  color: #a03232;
}

.award-text {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #766068;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  transition: color 0.3s ease;
}

.award-card:hover .award-text {
  color: #462b34;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(70, 43, 52, 0.15);
  animation: float 4s ease-in-out infinite;
  z-index: 3;
}

.floating-icon i {
  font-size: 24px;
  color: #a03232;
}

.floating-icon.icon-1 {
  top: 0;
  right: 10%;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  bottom: 10%;
  left: 0;
  animation-delay: 1s;
}

.floating-icon.icon-3 {
  top: 40%;
  right: 0;
  animation-delay: 2s;
}

/* Animations */
@keyframes slideInLeft {
  0% {
      opacity: 0;
      transform: translateX(-30px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes cardReveal {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
      transform: translateY(0) rotate(0);
  }
  50% {
      transform: translateY(-15px) rotate(5deg);
  }
}

/* ===== RESPONSIVE STYLES ===== */

/* Laptop / Small Desktop (≤ 1200px) */
@media (max-width: 1200px) {
  .why-choose-wrapper {
      gap: 40px;
  }
  
  .content-column .sec-title h2 {
      font-size: 34px;
  }
  
  .award-number {
      font-size: 36px;
  }
}

/* Tablet Landscape (≤ 991px) */
@media (max-width: 991px) {
  .why-choose-section {
      padding: 70px 0 90px 0;
  }
  
  .why-choose-wrapper {
      grid-template-columns: 1fr;
      gap: 50px;
  }
  
  .content-column {
      order: 1;
  }
  
  .image-column {
      order: 2;
      max-width: 600px;
      margin: 0 auto;
  }
  
  .awards-grid {
      grid-template-columns: repeat(3, 1fr);
  }
  
  .content-column .sec-title {
      text-align: center;
  }
  
  .content-column .sec-title .top-title {
      margin-left: 0;
  }
  
  .content-column .sec-title .top-title:before {
      left: -25px;
  }
  
  .benefit-item {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .cta-wrapper {
      text-align: center;
  }
}

/* Tablet Portrait (≤ 768px) */
@media (max-width: 768px) {
  .why-choose-section {
      padding: 60px 0 70px 0;
  }
  
  .content-column .sec-title h2 {
      font-size: 30px;
  }
  
  .benefit-item {
      padding: 8px 15px 8px 12px;
      gap: 15px;
  }
  
  .benefit-icon {
      width: 45px;
      height: 45px;
  }
  
  .benefit-icon i {
      font-size: 20px;
  }
  
  .benefit-text {
      font-size: 14px;
  }
  
  .awards-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
  }
  
  .award-card {
      padding: 25px 15px;
  }
  
  .award-icon {
      width: 60px;
      height: 60px;
  }
  
  .award-icon i {
      font-size: 28px;
  }
  
  .award-number {
      font-size: 32px;
  }
  
  .award-text {
      font-size: 12px;
  }
  
  .floating-icon {
      width: 40px;
      height: 40px;
  }
  
  .floating-icon i {
      font-size: 18px;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .why-choose-section {
      padding: 50px 0 60px 0;
  }
  
  .content-column .sec-title h2 {
      font-size: 26px;
      line-height: 1.3;
  }
  
  .benefits-list {
      margin-bottom: 30px;
  }
  
  .benefit-item {
      margin-bottom: 15px;
      padding: 10px 12px;
  }
  
  .benefit-icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
  }
  
  .benefit-icon i {
      font-size: 18px;
  }
  
  .benefit-text {
      font-size: 13px;
  }
  
  .awards-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 280px;
      margin: 0 auto;
  }
  
  .award-card {
      padding: 25px 20px;
  }
  
  .award-card:hover {
      transform: translateY(-10px);
  }
  
  .floating-icon {
      width: 35px;
      height: 35px;
  }
  
  .floating-icon i {
      font-size: 16px;
  }
  
  .cta-btn {
      font-size: 14px;
      padding: 14px 30px;
      width: 100%;
      justify-content: center;
  }
  
  .floating-icon.icon-1 {
      top: -10px;
      right: 5%;
  }
  
  .floating-icon.icon-2 {
      bottom: 5%;
      left: 5%;
  }
}

/* Small Mobile (≤ 400px) */
@media (max-width: 400px) {
  .content-column .sec-title h2 {
      font-size: 22px;
  }
  
  .benefit-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
      padding: 20px 15px;
  }
  
  .benefit-icon {
      margin-bottom: 5px;
  }
  
  .benefit-text {
      text-align: center;
  }
  
  .benefit-item:hover {
      transform: translateY(-5px) scale(1.02);
  }
  
  .floating-icon {
      display: none; /* Hide floating icons on very small screens */
  }
}

.image-column {
  position: relative;
}

.awards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Image Styling */
.award-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.award-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.4s ease;
}

.award-image:hover img {
  transform: scale(1.05);
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  animation: float 3s ease-in-out infinite;
  z-index: 5;
}

.floating-icon i {
  font-size: 22px;
  color: #e74c3c;
}

/* Floating Positions */
.icon-1 {
  top: -20px;
  left: 20%;
}

.icon-2 {
  top: 40%;
  right: -25px;
}

.icon-3 {
  bottom: -20px;
  left: 30%;
}

.icon-4 {
  bottom: 35%;
  right: 20%;
}

/* Floating Animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 768px) {
  .awards-grid {
      grid-template-columns: 1fr;
  }

  .floating-icon {
      display: none;
  }
}
/*  */
/* Hide mobile image by default */
.mobile-only-image {
  display: none;
  margin: 25px 0 30px;
  border-radius: 20px;
  overflow: hidden;
}

.mobile-only-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

/* Mobile behavior */
@media (max-width: 767px) {

  /* Show only one image under title */
  .mobile-only-image {
      display: block;
  }

  /* Hide full image grid */
  .image-column {
      display: none;
  }
}


/*  */

/* ===== SUCCESS METRICS / ACHIEVEMENTS SECTION ===== */
.metrics-section {
  position: relative;
  padding: 0px 0 70px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fcf9f7 100%);
  overflow: hidden;
}

.metrics-section .auto-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

/* Section Title */
.metrics-section .sec-title {
  margin-bottom: 60px;
}

.metrics-section .sec-title h2 {
  font-size: 42px;
  line-height: 1.2;
}

/* Metrics Grid */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0 -5px 50px;
  padding: 0 5px;
}

/* Metric Card - Fix 1: Consistent shadow for all cards */
.metric-card {
  position: relative;
  background: transparent;
  border-radius: 20px;
  perspective: 1500px;
  opacity: 0;
  transform: translateY(30px);
  animation: cardFloatIn 0.7s ease forwards;
  animation-delay: calc(0.15s * var(--i));
  height: 100%;
  display: flex;
}

.card-inner {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 20px 30px;
  /* Fix: Apply same shadow to all cards */
  box-shadow: 0 15px 35px rgba(70, 43, 52, 0.1);
  border: 1px solid rgba(240, 230, 224, 0.5);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), 
              border-color 0.3s ease;  /* Removed box-shadow from transition */
  overflow: hidden;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Fix 2: Remove hover color lighting effect - keep only subtle border change */
.metric-card:hover .card-inner {
  transform: translateY(-10px) scale(1.02);
  /* Removed box-shadow change on hover */
  border-color: #a03232;
  /* Keep shadow same as non-hover state */
  box-shadow: 0 15px 35px rgba(70, 43, 52, 0.1);
}

/* Remove the shine effect completely */
.metric-shine {
  display: none;
}

/* Metric Icon */
.metric-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0e6e0 0%, #e5d5cc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.4s ease, background 0.3s ease; /* Simplified transition */
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.metric-card:hover .metric-icon {
  background: #462b34;
  transform: scale(1.1); /* Removed rotate for cleaner look */
}

.metric-icon i {
  font-size: 36px;
  color: #462b34;
  transition: color 0.3s ease;
}

.metric-card:hover .metric-icon i {
  color: #ffffff;
}

/* Metric Content */
.metric-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* Metric Value */
.metric-value {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #462b34;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 50px;
}

.metric-card:hover .metric-value {
  color: #a03232;
}

.metric-value .counter {
  display: inline-block;
}

/* Metric Label */
.metric-label {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #766068;
  line-height: 1.4;
  margin: 0;
  max-width: 180px;
  margin: 0 auto;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric-card:hover .metric-label {
  color: #462b34;
}

/* Remove decorative gradient border completely */
.metric-card::before {
  display: none;
}

/* Fix 3: CTA Button - White background on hover */
.metric-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: linear-gradient(135deg, #462b34 0%, #a03232 100%);
  border: 2px solid transparent; /* Add border for hover state */
  padding: 12px 18px;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 15px 30px rgba(70, 43, 52, 0.3);
  z-index: 1;
}

.metric-cta-btn::before {
  display: none; /* Remove the gradient overlay */
}

/* Fix: White background on hover */
.metric-cta-btn:hover {
  background: #ffffff; /* Solid white background */
  color: #462b34; /* Dark text color */
  border: 2px solid #462b34; /* Add border on hover */
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(70, 43, 52, 0.15); /* Softer shadow */
}

/* Icon colors on hover */
.metric-cta-btn:hover i {
  color: #a03232; /* Accent color for icons on hover */
}

.metric-cta-btn:hover i:first-child {
  animation: phoneShake 0.5s ease infinite;
}

.metric-cta-btn:hover i:last-child {
  transform: translateX(8px);
}

.metric-cta-btn i {
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Animations */
@keyframes cardFloatIn {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes phoneShake {
  0%, 100% {
      transform: rotate(0deg);
  }
  25% {
      transform: rotate(15deg);
  }
  75% {
      transform: rotate(-15deg);
  }
}

/* ===== RESPONSIVE STYLES ===== */

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
  .metrics-grid {
      gap: 30px;
  }
}

/* Laptop / Small Desktop (≤ 1199px) */
@media (max-width: 1199px) {
  .metrics-section .sec-title h2 {
      font-size: 38px;
  }
  
  .card-inner {
      height: 260px;
  }
  
  .metric-value {
      font-size: 36px;
  }
  
  .metric-label {
      font-size: 14px;
      max-width: 160px;
  }
}

/* Tablet Landscape (≤ 991px) */
@media (max-width: 991px) {
  .metrics-section {
      padding: 70px 0 90px 0;
  }
  
  .metrics-section .sec-title h2 {
      font-size: 34px;
  }
  
  .metrics-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .card-inner {
      height: 250px;
      padding: 25px 15px 20px;
  }
  
  .metric-icon {
      width: 70px;
      height: 70px;
  }
  
  .metric-icon i {
      font-size: 32px;
  }
  
  .metric-value {
      font-size: 34px;
      min-height: 45px;
  }
  
  .metric-label {
      font-size: 14px;
      max-width: 160px;
      min-height: 40px;
  }
}

/* Tablet Portrait (≤ 768px) */
@media (max-width: 768px) {
  .metrics-section {
      padding: 60px 0 70px 0;
  }
  
  .metrics-section .sec-title h2 {
      font-size: 30px;
  }
  
  .metrics-grid {
      gap: 15px;
  }
  
  .card-inner {
      height: 240px;
      padding: 20px 15px 15px;
  }
  
  .metric-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
  }
  
  .metric-icon i {
      font-size: 28px;
  }
  
  .metric-value {
      font-size: 30px;
      margin-bottom: 5px;
      min-height: 40px;
  }
  
  .metric-label {
      font-size: 13px;
      max-width: 140px;
      min-height: 36px;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .metrics-section {
      padding: 50px 0 60px 0;
  }
  
  .metrics-section .sec-title h2 {
      font-size: 26px;
      line-height: 1.3;
  }
  
  .metrics-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 400px;
      margin: 0 auto 40px;
  }
  
  .metric-card {
      max-width: 100%;
  }
  
  .card-inner {
      height: auto;
      min-height: 140px;
      padding: 20px 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 20px;
  }
  
  .metric-icon {
      width: 70px;
      height: 70px;
      margin: 0;
      flex-shrink: 0;
  }
  
  .metric-icon i {
      font-size: 32px;
  }
  
  .metric-content {
      flex: 1;
      align-items: flex-start;
      text-align: left;
  }
  
  .metric-value {
      font-size: 32px;
      margin-bottom: 5px;
      min-height: auto;
      text-align: left;
  }
  
  .metric-label {
      font-size: 14px;
      max-width: 100%;
      margin: 0;
      min-height: auto;
      text-align: left;
      justify-content: flex-start;
  }
}

/* Small Mobile (≤ 400px) */
@media (max-width: 400px) {
  .metrics-section .sec-title h2 {
      font-size: 22px;
  }
  
  .card-inner {
      flex-direction: column;
      text-align: center;
      padding: 25px 15px;
      min-height: 260px;
  }
  
  .metric-icon {
      margin: 0 auto 15px;
  }
  
  .metric-content {
      align-items: center;
      text-align: center;
  }
  
  .metric-value {
      font-size: 30px;
      text-align: center;
  }
  
  .metric-label {
      font-size: 13px;
      text-align: center;
      justify-content: center;
      max-width: 180px;
      margin: 0 auto;
  }
}
.metric-card:hover .metric-icon {
  background: #462b34;
  transform: scale(1.1) rotate(360deg); /* Full rotation restored */
}

/*  *//* ===== FEATURED JOBS SECTION ===== */
.featured-jobs-section {
  position: relative;
  padding: 50px 0 50px 0;
  background: linear-gradient(135deg, #fcf9f7 0%, #ffffff 100%);
  overflow: hidden;
}

.featured-jobs-section .auto-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

/* Section Title - Centered */
.featured-jobs-section .sec-title {
  margin-bottom: 50px;
  text-align: center;
}

.featured-jobs-section .sec-title .top-title {
  display: inline-block;
  margin-bottom: 10px;
}

.featured-jobs-section .sec-title h2 {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}

.featured-jobs-section .sec-title p {
  font-size: 18px;
  color: #766068;
  max-width: 600px;
  margin: 15px auto 0;
  text-align: center;
}

/* Jobs Grid */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

/* Job Card */
.job-card {
  position: relative;
  background: transparent;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: jobCardFloat 0.7s ease forwards;
  animation-delay: calc(0.1s * var(--i));
  height: 100%;
  display: flex;
  
}

.job-card-inner {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px 20px;
  /* box-shadow: 0 15px 35px rgba(70, 43, 52, 0.08); */
  box-shadow: 0 5px 20px #21252969;

  border: 1px solid rgba(240, 230, 224, 0.6);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Card hover effect */
.job-card:hover .job-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(160, 50, 50, 0.45);
  border-color: #a03232;
}

/* Company Logo */
.company-logo {
  width: 70px;
  height: 70px;
  background: #f0e6e0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px; /* Centered horizontally */
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

.job-card:hover .company-logo {
  border-color: #a03232;
  transform: scale(1.05);
}

.company-logo img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 14px;
}

/* Job Title - Centered */
.job-title {
  margin-bottom: 15px;
  text-align: center;
}

.job-title h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 6px;
  transition: color 0.3s ease;
  line-height: 1.3;
  text-align: center;
}

.job-card:hover .job-title h3 {
  color: #a03232;
}

.company-name {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #766068;
  display: flex;
  align-items: center;
  justify-content: center; /* Centered */
  gap: 8px;
}

.company-name i {
  color: #a03232;
  font-size: 12px;
}

/* Job Tags - Centered */
.job-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center; /* Centered */
}

.job-type, .job-experience {
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.3px;
}

.job-type i, .job-experience i {
  font-size: 11px;
}

/* Job Type Variations */
.job-type.full-time {
  background: rgba(70, 43, 52, 0.1);
  color: #462b34;
}

.job-type.part-time {
  background: rgba(160, 50, 50, 0.1);
  color: #a03232;
}

.job-type.contract {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}

.job-experience {
  background: #f0e6e0;
  color: #462b34;
}

/* Job Location - Centered */
.job-location {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #766068;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center; /* Centered */
  gap: 8px;
}

.job-location i {
  color: #a03232;
  font-size: 14px;
}

/* Job Salary - Centered */
.job-salary {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center; /* Centered */
  gap: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0e6e0;
}

.job-salary i {
  color: #a03232;
  font-size: 16px;
}

/* Job Footer - Centered */
.job-footer {
  margin-top: auto;
  display: flex;
  justify-content: center; /* Centered */
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #462b34;
  background: #f0e6e0;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.apply-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.job-card:hover .apply-btn {
  background: #462b34;
  color: #ffffff;
  border-color: #462b34;
}

.apply-btn:hover {
  background: #a03232 !important;
  border-color: #a03232 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(160, 50, 50, 0.3);
}

.apply-btn:hover i {
  transform: translateX(5px) rotate(45deg);
}


.job-card:hover .details-btn {
  background: #462b34;
  color: #ffffff;
  border-color: #462b34;
}

.details-btn:hover {
  background: #a03232 !important;
  border-color: #a03232 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(160, 50, 50, 0.3);
}

.details-btn:hover i {
  transform: translateX(5px) rotate(45deg);
}
/* View All Jobs Button - Centered */
.view-all-jobs {
  margin-top: 20px;
  text-align: center;
}

.view-all-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #462b34;
  border: 2px solid #462b34;
  padding: 14px 40px;
  border-radius: 5px !important;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(70, 43, 52, 0.25);
  z-index: 1;
}

.view-all-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.view-all-btn:hover {
  background: transparent;
  color: #462b34;
  border-color: #a03232;
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(160, 50, 50, 0.25);
  border-radius: 5px;
}

.view-all-btn:hover i {
  transform: translateX(8px);
  color: #a03232;
}

/* Animations */
@keyframes jobCardFloat {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* ===== RESPONSIVE STYLES ===== */

/* Desktop (1200px and above) */
@media (min-width: 1200px) {
  .jobs-grid {
      gap: 30px;
  }
}

/* Laptop (≤ 1199px) */
@media (max-width: 1199px) {
  .featured-jobs-section .sec-title h2 {
      font-size: 38px;
  }
  
  .jobs-grid {
      gap: 20px;
  }
  
  .job-title h3 {
      font-size: 18px;
  }
}

/* Tablet Landscape (≤ 991px) */
@media (max-width: 991px) {
  .featured-jobs-section {
      padding: 70px 0 90px 0;
  }
  
  .featured-jobs-section .sec-title h2 {
      font-size: 34px;
  }
  
  .jobs-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .job-card-inner {
      padding: 20px 15px 15px;
  }
  
  .company-logo {
      width: 60px;
      height: 60px;
  }
  
  .job-title h3 {
      font-size: 18px;
  }
}

/* Tablet Portrait (≤ 768px) */
@media (max-width: 768px) {
  .featured-jobs-section {
      padding: 60px 0 70px 0;
  }
  
  .featured-jobs-section .sec-title h2 {
      font-size: 30px;
  }
  
  .featured-jobs-section .sec-title p {
      font-size: 16px;
  }
  
  .jobs-grid {
      gap: 15px;
  }
  
  .job-tags {
      gap: 8px;
  }
  
  .job-type, .job-experience {
      font-size: 11px;
      padding: 4px 10px;
  }
  
  .job-location, .job-salary {
      font-size: 13px;
  }
  
  .apply-btn {
      font-size: 13px;
      padding: 8px 16px;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .featured-jobs-section {
      padding: 50px 0 60px 0;
  }
  
  .featured-jobs-section .sec-title h2 {
      font-size: 26px;
      line-height: 1.3;
      text-align: center;
  }
  
  .featured-jobs-section .sec-title p {
      font-size: 15px;
      padding: 0 15px;
      text-align: center;
  }
  
  .jobs-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 400px;
      margin: 0 auto 40px;
  }
  
  .job-card-inner {
      padding: 22px 18px 18px;
  }
  
  .company-logo {
      width: 65px;
      height: 65px;
      margin: 0 auto 18px;
  }
  
  .job-title h3 {
      font-size: 20px;
      text-align: center;
  }
  
  .company-name {
      font-size: 14px;
      justify-content: center;
  }
  
  .job-tags {
      gap: 10px;
      justify-content: center;
  }
  
  .job-type, .job-experience {
      font-size: 12px;
      padding: 5px 12px;
  }
  
  .job-location {
      font-size: 14px;
      justify-content: center;
  }
  
  .job-salary {
      font-size: 14px;
      justify-content: center;
  }
  
  .apply-btn {
      font-size: 14px;
      padding: 10px 20px;
  }
  
  .view-all-btn {
      font-size: 14px;
      padding: 12px 30px;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
  }
}

/* Small Mobile (≤ 400px) */
@media (max-width: 400px) {
  .featured-jobs-section .sec-title h2 {
      font-size: 22px;
  }
  
  .job-card-inner {
      padding: 18px 12px 15px;
  }
  
  .company-logo {
      width: 55px;
      height: 55px;
  }
  
  .job-title h3 {
      font-size: 18px;
  }
  
  .job-tags {
      flex-direction: column;
      align-items: center;
      gap: 6px;
  }
  
  .job-type, .job-experience {
      width: fit-content;
  }
  
  .job-salary {
      font-size: 14px;
  }
  
  .apply-btn {
      font-size: 13px;
      padding: 8px 16px;
      width: 100%;
      justify-content: center;
  }
}

/* Optional: Add a "New" badge for recent jobs */
.job-card.new .job-card-inner::before {
  content: 'NEW';
  position: absolute;
  top: 12px;
  right: 12px;
  background: #a03232;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* Featured job highlight */
.job-card.featured .job-card-inner {
  border-left: 4px solid #a03232;
}

/* Posted Date */
.job-posted-date {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  color: #766068;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.job-posted-date i {
  color: #a03232;
  font-size: 13px;
}

/* Footer Layout (Now Two Buttons) */
.job-footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* View Details Button */
.details-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #a03232;
  background: transparent;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #a03232;
  transition: all 0.3s ease;
}

.details-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.details-btn:hover {
  background: #a03232;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(160, 50, 50, 0.3);
}

.details-btn:hover i {
  transform: translateX(5px);
}

/*  */
/* ===== CLIENTS & PARTNERS SHOWCASE SECTION ===== */
.clients-partners-section {
  position: relative;
  padding: 95px 0 120px 0;
  background: linear-gradient(135deg, #fcf9f7 0%, #ffffff 100%);
  overflow: hidden;
}

.clients-partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #462b34, #a03232, #462b34, transparent);
  opacity: 0.3;
}

.clients-partners-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #462b34, #a03232, #462b34, transparent);
  opacity: 0.3;
}

/* Category Tabs */
.partner-tabs {
  text-align: center;
  margin-bottom: 50px;
}

.partner-tabs .tab-buttons {
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 10px 30px rgba(70, 43, 52, 0.1);
  border: 1px solid rgba(70, 43, 52, 0.1);
}

.partner-tabs .tab-buttons .tab-btn {
  display: inline-block;
  padding: 12px 35px;
  font-size: 15px;
  font-weight: 700;
  color: #766068;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin: 0;
}

.partner-tabs .tab-buttons .tab-btn.active-tab-btn {
  background: #462b34;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(70, 43, 52, 0.3);
}

/* Tab Content */
.tab-content {
  display: none;
}

.tab-content.active-tab {
  display: block;
}
.tab-content.active-tab {
  animation: quickFade 0.1s ease;
}

@keyframes quickFade {
  from { opacity: 0.9; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Partners Grid */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Partner Card */
.partner-card {
  position: relative;
  height: 140px;
 
  opacity: 1;
  transform: none;
}

.partner-card:nth-child(1) { animation-delay: 0.1s; }
.partner-card:nth-child(2) { animation-delay: 0.2s; }
.partner-card:nth-child(3) { animation-delay: 0.3s; }
.partner-card:nth-child(4) { animation-delay: 0.4s; }
.partner-card:nth-child(5) { animation-delay: 0.5s; }
.partner-card:nth-child(6) { animation-delay: 0.05s; }

@keyframes partnerReveal {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.partner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #732f2f;
  border-radius: 16px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(70, 43, 52, 0.08);
  border: 1px solid rgba(240, 230, 224, 0.5);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  cursor: pointer;
}

.partner-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(160, 50, 50, 0.15);
  border-color: #a03232;
}

.logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.logo-wrapper img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.8;
  transition: all 0.25s ease;
}

.partner-inner:hover .logo-wrapper img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Hover Overlay */
.partner-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, #462b34 0%, #a03232 100%); */
  background: #ff5956;
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  pointer-events: none;
}

.partner-inner:hover .partner-hover {
  opacity: 1;
  transform: scale(1);
}

.partner-hover h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1.3;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}

.partner-hover span {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease 0.2s;
}

.hover-line {
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  transition: all 0.3s ease 0.25s;
}

.partner-inner:hover .partner-hover h4,
.partner-inner:hover .partner-hover span {
  transform: translateY(0);
  opacity: 1;
}

.partner-inner:hover .hover-line {
  width: 40px;
}

/* CTA Buttons */
.partner-cta {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-cta .theme-btn-one,
.partner-cta .theme-btn-two {
  min-width: 240px;
  padding: 16px 30px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s ease;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.partner-cta .theme-btn-one {
  background: #462b34;
  border: 2px solid #462b34;
  color: #ffffff !important;
}

.partner-cta .theme-btn-one i {
  transition: transform 0.3s ease;
}

.partner-cta .theme-btn-one:hover {
  background: transparent;
  color: #462b34 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(70, 43, 52, 0.2);
}

.partner-cta .theme-btn-one:hover i {
  transform: translateX(5px);
}

.partner-cta .theme-btn-two {
  background: transparent;
  border: 2px solid #462b34;
  color: #462b34 !important;
}

.partner-cta .theme-btn-two i {
  transition: transform 0.3s ease;
}

.partner-cta .theme-btn-two:hover {
  background: #462b34;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(70, 43, 52, 0.2);
}

.partner-cta .theme-btn-two:hover i {
  transform: translateX(5px);
}

/* Pulse Animation on Hover */
.partner-cta .theme-btn-one::before,
.partner-cta .theme-btn-two::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}

.partner-cta .theme-btn-one:hover::before,
.partner-cta .theme-btn-two:hover::before {
  width: 300px;
  height: 300px;
}

/* ===== RESPONSIVE STYLES ===== */

/* Desktop Large (1200px - 1400px) */
@media (max-width: 1400px) {
  .partners-grid {
      gap: 20px;
  }
}

/* Desktop Medium (992px - 1199px) */
@media (max-width: 1199px) {
  .partners-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
  }
  
  .partner-card {
      height: 130px;
  }
}

/* Tablet Landscape (768px - 991px) */
@media (max-width: 991px) {
  .clients-partners-section {
      padding: 70px 0 90px 0;
  }
  
  .partners-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }
  
  .partner-tabs .tab-buttons .tab-btn {
      padding: 10px 25px;
      font-size: 14px;
  }
  
  .partner-cta .theme-btn-one,
  .partner-cta .theme-btn-two {
      min-width: 220px;
      padding: 14px 25px;
      font-size: 14px;
  }
}

/* Tablet Portrait (576px - 767px) */
@media (max-width: 767px) {
  .clients-partners-section {
      padding: 60px 0 70px 0;
  }
  
  .partners-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  
  .partner-card {
      height: 120px;
  }
  
  .partner-tabs .tab-buttons {
      flex-direction: row;
      border-radius: 20px;
      padding: 5px;
      max-width: 280px;
      margin: 0 auto;
  }
  
  .partner-tabs .tab-buttons .tab-btn {
      width: 100%;
      border-radius: 15px;
      font-size: 12px;
  }
  
  .partner-cta {
      flex-direction: column;
      align-items: center;
      gap: 15px;
  }
  
  .partner-cta .theme-btn-one,
  .partner-cta .theme-btn-two {
      width: 100%;
      max-width: 300px;
      min-width: auto;
  }
  
  .logo-wrapper img {
      max-height: 50px;
  }
  
  .partner-hover h4 {
      font-size: 13px;
  }
  
  .partner-hover span {
      font-size: 10px;
  }
}

/* Mobile (320px - 575px) */
@media (max-width: 575px) {
  .clients-partners-section {
      padding: 50px 0 60px 0;
  }
  
  .sec-title h2 {
      font-size: 24px;
      line-height: 1.3;
  }
  
  .sec-title p {
      font-size: 14px;
      padding: 0 15px;
  }
  
  .partners-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
  }
  
  .partner-card {
      height: 100px;
  }
  
  .partner-inner {
      padding: 15px 10px;
  }
  
  .logo-wrapper img {
      max-height: 40px;
  }
  
  .partner-hover h4 {
      font-size: 11px;
  }
  
  .partner-hover span {
      font-size: 8px;
  }
  
  .hover-line {
      margin-top: 5px;
  }
}

/* Small Mobile (max-width: 400px) */
@media (max-width: 400px) {
  .partners-grid {
      grid-template-columns: 1fr 1fr;
  }
  
  .partner-card {
      height: 90px;
  }
  
  .partner-tabs .tab-buttons {
      max-width: 240px;
  }
  
  .partner-tabs .tab-buttons .tab-btn {
      padding: 8px 20px;
      font-size: 13px;
  }
}

/* Optional: Loading fallback for missing college logos */
.partner-card img {
  /* background:  #732f2f; */
  border-radius: 8px;
}
.wow {
  animation-duration: 0.3s !important;
}
.clients-partners-section .wow {
  visibility: visible !important;
}
/* Initial state */
.partner-card {
  opacity: 0;
  transform: translateY(25px) scale(0.98);
}

/* Animate when tab becomes active */
.tab-content.active-tab .partner-card {
  animation: smoothJump 0.45s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

/* Smooth upward jump animation */
@keyframes smoothJump {
  0% {
    opacity: 0;
    transform: translateY(25px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.tab-content.active-tab .partner-card:nth-child(1) { animation-delay: 0.05s; }
.tab-content.active-tab .partner-card:nth-child(2) { animation-delay: 0.1s; }
.tab-content.active-tab .partner-card:nth-child(3) { animation-delay: 0.15s; }
.tab-content.active-tab .partner-card:nth-child(4) { animation-delay: 0.2s; }
.tab-content.active-tab .partner-card:nth-child(5) { animation-delay: 0.25s; }
.tab-content.active-tab .partner-card:nth-child(6) { animation-delay: 0.3s; }



/*  */
/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
  position: relative;
  padding: 50px 0 50px 0;
  background: linear-gradient(135deg, #fcf9f7 0%, #ffffff 100%);
  overflow: hidden;
}

.newsletter-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  padding: 60px 50px;
  box-shadow: 0 30px 60px rgba(70, 43, 52, 0.12);
  border: 1px solid rgba(240, 230, 224, 0.6);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 2;
}

.newsletter-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 40px 80px rgba(160, 50, 50, 0.15);
  border-color: rgba(160, 50, 50, 0.2);
}

/* Decorative Background Elements */
.newsletter-bg-shape {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(160, 50, 50, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

.newsletter-dots {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(#462b34 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.1;
  z-index: 1;
}

.newsletter-content {
  position: relative;
  z-index: 5;
}

/* Section Title Overrides */
.newsletter-section .sec-title {
  margin-bottom: 40px;
}

.newsletter-section .sec-title h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.newsletter-section .sec-title p {
  font-size: 16px;
  color: #766068;
  max-width: 500px;
  margin: 0 auto;
}

/* Form Styling */
.newsletter-form {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  flex: 1 1 auto;
}

.name-group {
  flex: 0 0 calc(33.333% - 10px);
  min-width: 200px;
}

.email-group {
  flex: 0 0 calc(41.667% - 10px);
  min-width: 250px;
}

.submit-group {
  flex: 0 0 calc(25% - 10px);
  min-width: 160px;
}

.field-inner {
  position: relative;
  width: 100%;
  height: 60px;
}

.field-inner i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #a03232;
  font-size: 16px;
  z-index: 2;
  transition: all 0.3s ease;
}

.field-inner input {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fcf9f7;
  border: 2px solid #f0e6e0;
  border-radius: 12px;
  padding: 0 20px 0 48px;
  font-size: 15px;
  font-weight: 500;
  color: #462b34;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 2px 10px rgba(70, 43, 52, 0.05);
}

.field-inner input::placeholder {
  color: #b39ea5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.field-inner input:focus {
  outline: none;
  border-color: #462b34;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(70, 43, 52, 0.1);
  transform: translateY(-2px);
}

.field-inner input:focus::placeholder {
  opacity: 0.5;
}

/* Focus Border Animation */
.focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #462b34, #a03232);
  transition: all 0.4s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.field-inner input:focus ~ .focus-border {
  width: calc(100% - 48px);
}

/* Newsletter Button */
.newsletter-btn {
  position: relative;
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #462b34 0%, #a03232 100%);
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 25px rgba(160, 50, 50, 0.25);
  border: 2px solid transparent;

}

.newsletter-btn span {
  position: relative;
  z-index: 2;
}

.newsletter-btn i {
  font-size: 16px;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}

/* Button Shine Effect */
.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.newsletter-btn:hover {
  background: transparent;
  border-color: #462b34;
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(160, 50, 50, 0.3);
}

.newsletter-btn:hover span {
  color: #462b34;
}

.newsletter-btn:hover i {
  transform: translateX(8px) rotate(15deg);
  color: #a03232;
}

.newsletter-btn:hover .btn-shine {
  left: 100%;
}

/* Privacy Note */
.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.privacy-note:hover {
  opacity: 1;
}

.privacy-note i {
  color: #a03232;
  font-size: 14px;
  animation: shieldPulse 2s infinite ease;
}

.privacy-note p {
  font-size: 13px;
  color: #766068;
  margin: 0;
}

@keyframes shieldPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Success Message */
.success-message {
  text-align: center;
  padding: 30px 20px;
  animation: slideUpFade 0.5s ease forwards;
}

.success-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #462b34, #a03232);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: successPop 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.success-icon i {
  font-size: 32px;
  color: #ffffff;
}

.success-message h4 {
  font-size: 22px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 10px;
}

.success-message p {
  font-size: 15px;
  color: #766068;
}

@keyframes slideUpFade {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes successPop {
  0% { transform: scale(0); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* Form Validation Styles */
.field-inner input.error {
  border-color: #dc3545;
  animation: shake 0.5s ease;
}

.field-inner .error-message {
  position: absolute;
  bottom: -22px;
  left: 15px;
  font-size: 11px;
  color: #dc3545;
  font-weight: 500;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

/* ===== RESPONSIVE STYLES ===== */

/* @media (max-width: 992px) {
  .newsletter-btn {
    width: 120% !important;
  }
} */

/* Tablet Landscape (992px - 1199px) */
/* @media (max-width: 1199px) {
  .newsletter-wrapper {
      padding: 50px 40px;
      margin: 0 20px;
  }
  
  .newsletter-section .sec-title h2 {
      font-size: 32px;
  }
} */

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991px) {
  .newsletter-section {
      padding: 60px 0 80px 0;
  }
  
  .newsletter-wrapper {
      padding: 40px 30px;
  }
  
  .newsletter-section .sec-title h2 {
      font-size: 28px;
  }
  
  .form-row {
      flex-direction: column;
      gap: 15px;
  }
  
  .name-group,
  .email-group,
  .submit-group {
      flex: 0 0 100%;
      min-width: 100%;
  }
  
  .field-inner {
      height: 55px;
  }
  
  .newsletter-btn {
      height: 55px;
  }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {
  .newsletter-section {
      padding: 50px 0 60px 0;
  }
  
  .newsletter-wrapper {
      padding: 35px 20px;
      border-radius: 30px;
  }
  
  .newsletter-section .sec-title h2 {
      font-size: 24px;
      line-height: 1.3;
  }
  
  .newsletter-section .sec-title p {
      font-size: 14px;
      padding: 0 15px;
  }
  
  .field-inner input {
      font-size: 14px;
      padding: 0 15px 0 45px;
  }
  
  .field-inner i {
      left: 15px;
      font-size: 15px;
  }
  
  .newsletter-btn {
      font-size: 14px;
  }
  
  .newsletter-btn i {
      font-size: 15px;
  }
  
  .privacy-note p {
      font-size: 12px;
  }
  
  .success-icon {
      width: 60px;
      height: 60px;
  }
  
  .success-icon i {
      font-size: 28px;
  }
  
  .success-message h4 {
      font-size: 20px;
  }
  
  .success-message p {
      font-size: 14px;
  }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
  .newsletter-section .sec-title .top-title {
      font-size: 13px;
      padding-top: 20px;
  }
  
  .newsletter-section .sec-title .top-title:before {
      width: 40px;
      height: 40px;
      left: -20px;
  }
  
  .newsletter-section .sec-title .top-title:after {
      width: 20px;
      height: 20px;
      left: 5px;
  }
  
  .newsletter-section .sec-title h2 {
      font-size: 22px;
  }
  
  .newsletter-wrapper {
      padding: 30px 15px;
  }
  
  .field-inner {
      height: 50px;
  }
  
  .field-inner input {
      font-size: 13px;
  }
  
  .newsletter-btn {
      height: 50px;
      font-size: 13px;
  }
  
  .privacy-note {
      flex-direction: column;
      gap: 5px;
  }
}

/* Extra Small Mobile (max-width: 400px) */
@media (max-width: 400px) {
  .newsletter-section .sec-title h2 {
      font-size: 20px;
  }
  
  .newsletter-section .sec-title p {
      font-size: 13px;
  }
  
  .newsletter-wrapper {
      padding: 25px 12px;
  }
  
  .field-inner i {
      left: 12px;
      font-size: 14px;
  }
  
  .field-inner input {
      padding-left: 40px;
  }
  
  .success-message h4 {
      font-size: 18px;
  }
  
  .success-message p {
      font-size: 13px;
  }
}
/* ===== FIXED NEWSLETTER BUTTON WIDTH ===== */

/* Increase button width on desktop */
@media (min-width: 992px) {
  .submit-group {
    flex: 0 0 200px !important; /* Fixed width instead of percentage */
    min-width: 200px !important;
  }
  
  .newsletter-btn {
    width: 100% !important;
    padding: 0 25px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
  
  /* Adjust the form row to accommodate fixed button */
  .form-row {
    display: flex;
    flex-wrap: nowrap !important; /* Prevent wrapping */
    gap: 15px;
  }
  
  .name-group {
    flex: 1 1 auto !important;
    min-width: 200px !important;
  }
  
  .email-group {
    flex: 1 1 auto !important;
    min-width: 250px !important;
  }
}

/* For larger screens, make button even wider if needed */
@media (min-width: 1200px) {
  .submit-group {
    flex: 0 0 220px !important;
    min-width: 220px !important;
  }
}

/* Alternative: Make all columns flexible but button takes more space */
@media (min-width: 992px) {
  .form-row {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .name-group {
    flex: 2 !important; /* Takes 2 parts */
  }
  
  .email-group {
    flex: 3 !important; /* Takes 3 parts (wider for email) */
  }
  
  .submit-group {
    flex: 1.5 !important; /* Takes 1.5 parts - balanced width */
  }
}

/* Fix for tablet */
@media (max-width: 991px) and (min-width: 768px) {
  .submit-group {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  
  .newsletter-btn {
    width: 100% !important;
  }
}

/* Fix for the button text - ensure it doesn't wrap */
.newsletter-btn {
  white-space: nowrap !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* If you want an even larger button, use this */
.submit-group .newsletter-btn {
  min-width: 180px; /* Minimum width */
}

/*  */
.main-footer {
  position: relative;
  background: var(--primary-dark);
  overflow: hidden;
}

/* background geometric pattern – CSS only */
.footer-pattern {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(186,35,37,0.12) 0%, transparent 50%),
    radial-gradient(circle at 82% 70%, rgba(70,43,52,0.6) 0%, transparent 55%),
    radial-gradient(circle at 50% 0%,  rgba(186,35,37,0.07) 0%, transparent 40%);
}

/* diagonal lines texture */
.footer-pattern::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 60px,
    rgba(255,255,255,0.012) 60px,
    rgba(255,255,255,0.012) 61px
  );
}

/* pulsing glow orb – accent */
.footer-orb {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186,35,37,0.14) 0%, transparent 70%);
  top: -180px; right: -120px;
  pointer-events: none; z-index: 0;
  animation: orbPulse 8s ease-in-out infinite alternate;
}
@keyframes orbPulse {
  0%   { transform: scale(1)   translate(0,0); opacity: 0.7; }
  100% { transform: scale(1.2) translate(-30px, 20px); opacity: 1; }
}

/* auto-container */
.auto-container {
  position: relative; z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ══════════════════════════════════════
   BRAND + NEWSLETTER HEAD
══════════════════════════════════════ */
.footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 52px 0 38px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

/* brand */
.footer-brand { display: flex; align-items: center; gap: 16px; }

.f-logo {
  width: 54px; height: 54px; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent) 0%, #7a1617 100%);
  display: grid; place-items: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900; font-size: 26px; color: #fff;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(186,35,37,0.4);
  transition: transform var(--t), box-shadow var(--t);
}
.f-logo:hover {
  transform: rotate(-7deg) scale(1.08);
  box-shadow: 0 16px 36px rgba(186,35,37,0.55);
}

.f-brand-name {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 26px; font-weight: 900;
  color: var(--white); letter-spacing: -0.6px; line-height: 1;
}
.f-brand-name em { color: var(--accent); font-style: normal; }
.f-brand-tagline { font-size: 12px; color: var(--muted-light); letter-spacing: 0.6px; margin-top: 5px; }

/* newsletter */
.f-newsletter { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.f-newsletter-label { font-size: 13px; color: var(--muted-light); text-align: right; }
.f-nl-form {
  display: flex; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color var(--t), box-shadow var(--t);
}
.f-nl-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(186,35,37,0.15);
}
.f-nl-form input {
  background: rgba(255,255,255,0.05);
  padding: 12px 16px; font-size: 13px;
  color: var(--white); width: 240px;
  font-family: 'Muli', sans-serif;
}
.f-nl-form input::placeholder { color: var(--muted); }
.f-nl-form button {
  background: var(--accent); padding: 12px 20px;
  font-size: 13px; font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff; cursor: pointer; white-space: nowrap;
  display: flex; align-items: center; gap: 7px;
  transition: background var(--t);
}
.f-nl-form button:hover { background: var(--accent-light); }

/* ══════════════════════════════════════
   MAIN COLUMNS GRID
══════════════════════════════════════ */
.footer-top {
  padding: 56px 0 10px;
  display: grid;
  /* grid-template-columns: 1.55fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;

  gap: 40px;
}

/* ── About / Contact column ── */
.f-about-desc {
  font-size: 14px; line-height: 26px;
  color: var(--muted-light); margin-bottom: 26px;
}

/* social icons */
.f-social-row { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 28px; }
.f-social {
  width: 38px; height: 38px; border-radius: 9px;
  border: 1px solid var(--border);
  display: grid; place-items: center;
  color: var(--muted-light); font-size: 14px;
  text-decoration: none;
  transition: background var(--t), color var(--t), border-color var(--t),
              transform var(--t), box-shadow var(--t);
}
.f-social:hover {
  background: var(--accent); border-color: var(--accent);
  color: #fff; transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(186,35,37,0.35);
}

/* contact info */
.f-contacts { display: flex; flex-direction: column; gap: 11px; }
.f-contact-item { display: flex; align-items: flex-start; gap: 11px; }
.f-ci-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(186,35,37,0.1);
  display: grid; place-items: center;
  color: var(--accent); font-size: 13px;
  flex-shrink: 0; margin-top: 1px;
  transition: background var(--t), transform var(--t), color var(--t);
}
.f-contact-item:hover .f-ci-icon {
  background: var(--accent); color: #fff;
  transform: scale(1.12) rotate(-5deg);
}
.f-ci-text { font-size: 13.5px; color: var(--muted-light); line-height: 1.55; }
.f-ci-text a { color: var(--muted-light); text-decoration: none; transition: color var(--t); }
.f-ci-text a:hover { color: var(--accent-light); }

/* ── Link columns ── */
.f-col-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11.5px; font-weight: 800;
  color: var(--white);
  text-transform: uppercase; letter-spacing: 1.9px;
  margin-bottom: 22px;
  position: relative; padding-bottom: 14px;
}
.f-col-title::after {
  content: ''; position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  border-radius: 2px;
}
.f-col-title.mt { margin-top: 30px; }

.f-links { list-style: none; }
.f-links li { margin-bottom: 1px; }
.f-links a {
  display: flex; align-items: center;
  font-size: 14px; line-height: 1;
  color: var(--muted-light);
  text-decoration: none;
  padding: 7px 0;
  transition: color var(--t), padding-left var(--t);
  position: relative;
}
.f-links a::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
  transform: translateX(-14px) translateY(-50%);
  opacity: 0;
  transition: transform var(--t), opacity var(--t);
}
.f-links a:hover { color: var(--cream); padding-left: 16px; }
.f-links a:hover::before { transform: translateX(0) translateY(-50%); opacity: 1; }

.f-badge {
  display: inline-block;
  font-size: 9px; font-weight: 700; font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase; letter-spacing: 0.8px;
  color: var(--accent);
  border: 1px solid rgba(186,35,37,0.4);
  border-radius: 3px; padding: 1px 5px;
  margin-left: 7px; vertical-align: middle;
  transition: background var(--t), color var(--t);
}
.f-links a:hover .f-badge { background: var(--accent); color: #fff; }

/* ══════════════════════════════════════
   RED DIVIDER LINE (styled)
══════════════════════════════════════ */
.f-divider {
  display: flex; align-items: center; gap: 14px;
}
.f-divider::before, .f-divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(186,35,37,0.4), transparent);
}
.f-divider-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(186,35,37,0.6);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 8px rgba(186,35,37,0.6); }
  50%       { box-shadow: 0 0 18px rgba(186,35,37,0.9); }
}

/* ══════════════════════════════════════
   SUBSCRIBE STRIP
══════════════════════════════════════ */
.footer-subscribe {
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
}
.sub-text h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--white); line-height: 1.35;
}
.sub-text p { font-size: 13px; color: var(--muted-light); margin-top: 5px; }

.sub-form {
  display: flex; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color var(--t), box-shadow var(--t);
}
.sub-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(186,35,37,0.15);
}
.sub-form input {
  background: rgba(255,255,255,0.05);
  padding: 13px 18px; font-size: 14px;
  color: var(--white); width: 290px;
  font-family: 'Muli', sans-serif;
}
.sub-form input::placeholder { color: var(--muted); }
.sub-form button {
  background: var(--accent); padding: 13px 24px;
  font-size: 14px; font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff; cursor: pointer; white-space: nowrap;
  display: flex; align-items: center; gap: 8px;
  transition: background var(--t);
}
.sub-form button:hover { background: var(--accent-light); }

/* ══════════════════════════════════════
   BOTTOM BAR
══════════════════════════════════════ */
.footer-bottom {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 16px; padding: 24px 0; flex-wrap: wrap;
}
.footer-copy { font-size: 14px; color: var(--muted-light); }
.footer-copy a { color: var(--cream); text-decoration: none; transition: color var(--t); font-weight: 600; }
.footer-copy a:hover { color: var(--accent-light); }

.footer-legal { display: flex; gap: 0; list-style: none; flex-wrap: wrap; align-items: center; }
.footer-legal li { display: flex; align-items: center; }
.footer-legal li + li::before { content: '·'; color: var(--muted); padding: 0 10px; }
.footer-legal a { font-size: 14px; color: var(--muted-light); text-decoration: none; transition: color var(--t); }
.footer-legal a:hover { color: var(--accent-light); }

.footer-made { font-size: 13px; color: var(--muted); }
.footer-made span { color: var(--accent); animation: heartbeat 1.4s ease-in-out infinite; display: inline-block; }
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  14%       { transform: scale(1.3); }
  28%       { transform: scale(1); }
  42%       { transform: scale(1.2); }
  56%       { transform: scale(1); }
}

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.d0 { transition-delay: 0.00s; }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; }
.d4 { transition-delay: 0.32s; }
.d5 { transition-delay: 0.40s; }
.d6 { transition-delay: 0.48s; }

/* ══════════════════════════════════════
   RESPONSIVE — TABLET (≤ 1024px)
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px 28px;
  }
  .f-col-about { grid-column: 1 / -1; }
  .f-contacts { flex-direction: row; flex-wrap: wrap; gap: 14px 28px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 640px)
══════════════════════════════════════ */
@media (max-width: 640px) {
  .footer-head { flex-direction: column; align-items: flex-start; gap: 22px; }
  .f-newsletter { align-items: flex-start; width: 100%; }
  .f-newsletter-label { text-align: left; }
  .f-nl-form { width: 100%; }
  .f-nl-form input { flex: 1; width: 100%; }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }
  .f-col-about { grid-column: 1 / -1; }
  .f-contacts { flex-direction: column; }

  .footer-subscribe { flex-direction: column; align-items: flex-start; gap: 18px; }
  .sub-form { width: 100%; flex-direction: column; border-radius: 8px; }
  .sub-form input { width: 100%; }
  .sub-form button { justify-content: center; }

  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-legal { flex-direction: column; gap: 4px; }
  .footer-legal li + li::before { display: none; }
}

@media (max-width: 400px) {
  .footer-top { grid-template-columns: 1fr; }
}
:root {
  --primary:      #462b34;   /* deep burgundy */
  --primary-dark: #2e1b21;   /* darkened */
  --primary-mid:  #3a2229;   /* mid-tone */
  --accent:       #BA2325;   /* rich red */
  --accent-light: #d63d3f;   /* lighter red */
  --muted:        #766068;   /* grayish purple */
  --muted-light:  #9e848d;   /* lighter muted */
  --cream:        #f0e6e0;   /* soft cream */
  --white:        #ffffff;
  --border:       rgba(255,255,255,0.07);
  --border-mid:   rgba(255,255,255,0.04);
  --t:            0.38s cubic-bezier(0.4,0,0.2,1);
}

/* 
 */
 /* Contact Row Layout */
.f-contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;   /* center it */
  gap: 40px;
  margin: 40px 0 20px;
  flex-wrap: nowrap;         /* force single line */
}

/* Each item */
.f-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;       /* prevent internal wrapping */
}
@media (max-width: 1200px) {
  .f-contacts {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}


/* Only Mobile changes */
@media (max-width: 650px) {

  .f-contacts {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .f-contact-item {
    width: 100%;
    justify-content: center;
  }

  .f-ci-text {
    white-space: normal;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .footer-legal {
    justify-content: center;
  }
}

/*  */
/* CTA SECTION */
/* .cta-section {
  background: #462b34;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
} */
.cta-section {
  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-20.png") no-repeat center center;
  background-size: cover;
}

/* Subtle soft glow effect */
.cta-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  /* background: radial-gradient(circle, rgba(186,35,37,0.15) 0%, transparent 70%); */
  top: -200px;
  right: -150px;
  animation: pulseGlow 6s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  from { transform: scale(1); opacity: 0.7; }
  to { transform: scale(1.2); opacity: 1; }
}

.cta-container {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}







/* BUTTON WRAPPER */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.cta-btn {
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  min-width: 220px;
}

/* PRIMARY BUTTON */
.cta-btn.primary {
  background: #BA2325;
  color: #ffffff;
}

.cta-btn.primary:hover {
  background: #a03232;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(186,35,37,0.4);
}

/* SECONDARY BUTTON */
.cta-btn.secondary {
  background: #f0e6e0;
  color: #462b34;
}

.cta-btn.secondary:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* OUTLINE BUTTON */
.cta-btn.outline {
  border: 2px solid #BA2325;
  color: #ffffff;
}

.cta-btn.outline:hover {
  background: #BA2325;
  color: #ffffff;
  transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-subtitle {
    font-size: 16px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-btn {
    width: 100%;
  }
}

/* blogg */
/* Container */
.blog-cta {
  text-align: center;
  margin-top: 60px;
}

/* Button */
.blog-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;

  color: #ffffff;
  background: #462b34;


  padding: 14px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.4s ease;

  box-shadow: 0 10px 25px rgba(186, 35, 37, 0.35);
}

.blog-cta-btn i {
  transition: transform 0.3s ease;
}

/* Hover */
.blog-cta-btn:hover {
  background: transparent;
  color: #BA2325;
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(160, 50, 50, 0.25);
    border: 2px solid #BA2325;
}

.blog-cta-btn:hover i {
  transform: translateX(8px);
}

/* ===============================
   TABLET (≤ 991px)
================================ */
@media (max-width: 991px) {

  .blog-cta {
    margin-top: 50px;
  }

  .blog-cta-btn {
    font-size: 15px;
    padding: 13px 32px;
  }

}

/* ===============================
   MOBILE (≤ 576px)
================================ */
@media (max-width: 576px) {

  .blog-cta {
    margin-top: 40px;
  }

  .blog-cta-btn {
    width: 100%;              /* full width button */
    max-width: 300px;         /* prevents too wide */
    font-size: 14px;
    padding: 12px 20px;
  }

}

/*  */

/* About us page start  */


/* reveal animation (used by Intersection Observer) */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
}
.btn-primary:hover {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
.btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}
.btn-outline-light {
  border: 2px solid var(--white);
  color: var(--white);
  background: transparent;
}
.btn-outline-light:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
}
.btn-large {
  padding: 16px 38px;
  font-size: 16px;
}

/* values */
.values {
  padding: 90px 0;
  background: var(--gray-light);
}
.section-head {
  margin-bottom: 60px;
}
.section-head h2 {
  font-size: 42px;
  margin: 15px 0 20px;
}
.section-head p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.value-card {
  background: var(--white);
  border-radius: 30px;
  padding: 40px 25px 30px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(70,43,52,0.05);
}
.value-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-hover);
  border-color: var(--accent);
}
.value-icon {
  width: 80px;
  height: 80px;
  background: var(--cream);
  border-radius: 30% 70% 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 34px;
  color: var(--accent);
  transition: 0.3s;
  border: 2px solid #BA2325;
}
.value-card:hover .value-icon {
  background: var(--primary);
  color: var(--white) !important;
  border-radius: 50% 20% 50% 50%;
}
.value-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.value-card p {
  font-size: 15px;
  color: var(--text-soft);
}
@media (max-width: 1000px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .values-grid { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 32px; }
}

/* team */
.team {
  padding: 100px 0;
  background: var(--white);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.team-card {
  background: var(--white);
  border-radius: 24px;
  padding: 30px 20px 25px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(70,43,52,0.05);
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}
.team-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid var(--cream);
}
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-card span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team-card p {
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 20px;
}
.team-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.team-social a {
  color: var(--primary);
  background: var(--cream);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.team-social a:hover {
  background: var(--accent);
  color: var(--white);
}
@media (max-width: 1000px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .team-grid { grid-template-columns: 1fr; }
}


/*  */


/*  */
/* TICKER / MARQUEE */
.ticker {
  background: #a03232;
  padding: 13px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite;
}

.tick-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
}

.tick-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  flex-shrink: 0;
}

/* THIS is what you're missing */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*  */
/*** 
/*** 
====================================================================
                        FIXED PAGE TITLE WITH BANNER
====================================================================

***/

.page-title {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 150px 0 80px 0;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #352027;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.85;
  z-index: 1;
}

.page-title .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
}

.page-title .auto-container {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-title .content-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Breadcrumb styling - minimal spacing */
.page-title .bread-crumb {
  margin-bottom: 15px; /* Reduced from 30px */
  padding: 0;
  text-align: center;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 20px;
  margin-right: 10px;
}

.page-title .bread-crumb li:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.4);
}

.page-title .bread-crumb li:last-child:after {
  display: none;
}

.page-title .bread-crumb li a {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
  color: #BA2325;
}

/* Title box - minimal spacing */
.page-title .title-box {
  margin-top: 10px; /* Reduced from 20px */
  margin-bottom: 0;
  text-align: center;
}

.page-title .main-title {
  font-size: 52px;
  line-height: 1.1; /* Tighter line height */
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px; /* Reduced from 15px */
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
}

.page-title .sub-title {
  font-size: 18px;
  line-height: 1.4; /* Tighter line height */
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 20px; /* Reduced from 35px */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Author box - FIXED SPACING */
#content_block_3 {
  margin: 0 auto 10px; /* Reduced from 30px */
  max-width: 800px;
}

#content_block_3 .content-box {
  text-align: center;
  margin: 0;
  padding: 0;
}

#content_block_3 .content-box .author-box {
  margin: 0 auto 10px; /* Reduced from 25px */
  text-align: center;
}

#content_block_3 .content-box .author-text {
  position: relative;
  display: block;
  background: #f0e6e0;
  padding: 20px 40px; /* Reduced vertical padding from 32/34 to 20 */
  border-radius: 100px 100px 100px 0px;
  margin-bottom: 5px; /* Reduced from 20px */
  min-height: auto; /* Remove min-height constraint */
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3; /* Tighter line height */
}

#content_block_3 .content-box .author-text:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 40px;
  height: 40px;
  left: 0px;
  bottom: -40px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

#content_block_3 .content-box .author-text h3 {
  position: relative;
  font-size: 20px !important; /* Reduced from 22px */
  line-height: 1.4; /* Tighter line height */
  font-weight: 700;
  text-align: center;
  margin: 0; /* Remove default margins */
  padding: 0;
}

/* Remove decorative elements that might create extra space */
#content_block_3 .content-box .author-text h3:before,
#content_block_3 .content-box .author-text h3:after {
  display: none; /* Hide these as they're not needed for centered layout */
}

/* Hide author info section completely since it's not in your screenshot */
#content_block_3 .content-box .author-info {
  display: none;
}

/* CTA Buttons Group - minimal spacing */
.cta-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* Reduced from 15px */
  margin-top: 15px; /* Reduced from 40px */
  justify-content: center;
  text-align: center;
}

/* Button styles - unchanged */
.cta-buttons-group .theme-btn-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px; /* Slightly reduced padding */
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  background: #BA2325;
  border: 1px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

.cta-buttons-group .theme-btn-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
  z-index: -1;
}

.cta-buttons-group .theme-btn-one:hover {
  background: transparent;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(186, 35, 37, 0.4);
}

.cta-buttons-group .theme-btn-one:hover::before {
  left: 100%;
}

.cta-buttons-group .theme-btn-one i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.cta-buttons-group .theme-btn-one:hover i {
  transform: translateX(5px);
}

/* Secondary button style */
.cta-buttons-group .btn-secondary {
  background: #462b34;
  border: 1px solid white;
}

.cta-buttons-group .btn-secondary:hover {
  background: transparent;
  border: 1px solid white;
  color: #462b34 !important;
}

/* Outline button style */
.cta-buttons-group .btn-outline {
  background: transparent;
  border-color: #fff;
}

.cta-buttons-group .btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: #462b34 !important;
}

/* ===== RESPONSIVE STYLES ===== */

/* Large Desktop */
@media (max-width: 1400px) {
  .page-title {
      padding: 140px 0 70px;
  }
}

/* Desktop */
@media (max-width: 1200px) {
  .page-title .main-title {
      font-size: 44px;
  }
  
  #content_block_3 .content-box .author-text {
      padding: 18px 35px;
  }
  
  #content_block_3 .content-box .author-text h3 {
      font-size: 19px !important;
  }
}

/* Tablet Landscape */
@media (max-width: 991px) {
  .page-title {
      padding: 130px 0 60px;
  }
  
  .page-title .main-title {
      font-size: 40px;
  }
  
  .page-title .sub-title {
      font-size: 17px;
  }
  
  #content_block_3 .content-box .author-text {
      padding: 16px 30px;
  }
  
  #content_block_3 .content-box .author-text h3 {
      font-size: 18px !important;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  .page-title {
      padding: 120px 0 50px;
  }
  
  .page-title .main-title {
      font-size: 36px;
      margin-bottom: 8px;
  }
  
  .page-title .sub-title {
      font-size: 16px;
      margin-bottom: 15px;
  }
  
  .cta-buttons-group .theme-btn-one {
      padding: 10px 22px;
      font-size: 13px;
  }
  
  #content_block_3 .content-box .author-text {
      padding: 14px 25px;
      border-radius: 60px 60px 60px 0px;
  }
  
  #content_block_3 .content-box .author-text h3 {
      font-size: 17px !important;
  }
  
  .cta-buttons-group {
      margin-top: 12px;
      gap: 10px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .page-title {
      padding: 110px 0 40px;
  }
  
  .page-title .bread-crumb {
      margin-bottom: 10px;
  }
  
  .page-title .main-title {
      font-size: 30px;
      margin-bottom: 6px;
  }
  
  .page-title .sub-title {
      font-size: 15px;
      margin-bottom: 12px;
  }
  
  .cta-buttons-group {
      flex-direction: column;
      gap: 8px;
      margin-top: 10px;
      align-items: center;
  }
  
  .cta-buttons-group .theme-btn-one {
      width: 100%;
      max-width: 260px;
      justify-content: center;
      padding: 10px 20px;
  }
  
  .page-title .bread-crumb li {
      font-size: 12px;
      padding-right: 12px;
      margin-right: 5px;
  }
  
  #content_block_3 .content-box .author-text {
      padding: 12px 20px;
      border-radius: 40px 40px 40px 0px;
  }
  
  #content_block_3 .content-box .author-text h3 {
      font-size: 16px !important;
  }
}

/* Small Mobile */
@media (max-width: 375px) {
  .page-title .main-title {
      font-size: 26px;
  }
  
  .page-title .sub-title {
      font-size: 14px;
  }
  
  #content_block_3 .content-box .author-text h3 {
      font-size: 15px !important;
  }
  
  #content_block_3 .content-box .author-text {
      padding: 10px 15px;
  }
  
  .cta-buttons-group .theme-btn-one {
      max-width: 220px;
  }
}
/* Change this value to adjust ALL gaps between sections */
.page-title .bread-crumb {
  margin-bottom: 20px; /* ← Change this number */
}

.page-title .title-box {
  margin-bottom: 20px; /* ← Same number here */
}

#content_block_3 {
  margin: 0 auto 20px; /* ← Same number here */
}

.cta-buttons-group {
  margin-top: 40px; /* ← Same number here */
}

/*  about section */

.typewriter {
  font-weight: 700;
  display: inline-block;
}

.cursor {
  display: inline-block;
  margin-left: 5px;
  animation: blink 0.8s infinite;
  color: var(--clr-theme-primary);
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.about-style-two.about-page {
  padding: 95px 0 80px 0;
  position: relative;
}

.about-style-two .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.about-style-two .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.about-style-two .content-column {
  padding: 0 15px;
}

/* Image Column Styles */
#image_block_1 .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 130px 70px 50px 0px;
}

#image_block_1 .image-box .pattern-layer {
  position: absolute;
  left: -120px;
  top: 0px;
  width: 323px;
  height: 323px;
  background-repeat: no-repeat;
  z-index: 1;
}

#image_block_1 .image-box .video-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 270px;
  width: 100%;
  border-radius: 10px;
  padding: 95px 0px;
  text-align: center;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
  border: 1px solid #BA2325;
}

#image_block_1 .image-box .image-1 img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  left: -118px;
  bottom: 0px;
  max-width: 250px;
  z-index: 4;
}

#image_block_1 .image-box .image-2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 100%;
}

/* Content Column Styles - LEFT ALIGNED */
#content_block_3 .content-box {
  position: relative;
  text-align: left !important;
}

#content_block_3 .sec-title {
  margin-bottom: 30px;
  text-align: left !important;
}

#content_block_3 .sec-title .top-title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 28px;
  z-index: 1;
  text-align: left;
}

#content_block_3 .sec-title .top-title:before {
  position: absolute;
  content: "";
  background: #f0e6e0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  left: -25px;
  top: 8px;
  z-index: -1;
}

#content_block_3 .sec-title .top-title:after {
  position: absolute;
  content: "";
  background: #f0e6e0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  left: 9px;
  top: 0px;
  z-index: -1;
}

#content_block_3 .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #462b34;
  margin: 15px 0 0;
  text-align: left !important;
}

/* Text paragraphs - LEFT ALIGNED */
#content_block_3 .content-box .text {
  margin-bottom: 25px;
  text-align: left !important;
}

#content_block_3 .content-box .text p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #766068;
  margin: 0 0 15px 0;
  text-align: left !important;
}

#content_block_3 .content-box .text:last-child {
  margin-bottom: 0;
}

#content_block_3 .content-box .text p:last-child {
  margin-bottom: 0;
}

/* Remove any centered styles from parent */
.about-style-two .centred {
  text-align: left !important;
}

/* ===== RESPONSIVE STYLES FOR 1400px TO 990px ===== */
@media (min-width: 990px) and (max-width: 1400px) {
  #image_block_1 .image-box {
    padding: 100px 50px 40px 0;
    margin-right: 15px;
  }
  
  #image_block_1 .image-box .image-2 {
    left: -80px;
    max-width: 200px;
  }
  
  #image_block_1 .image-box .video-inner {
    max-width: 220px;
    padding: 70px 0px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  #image_block_1 .image-box .image-2 {
    left: -60px;
    max-width: 180px;
  }
}

@media (min-width: 990px) and (max-width: 1099px) {
  #image_block_1 .image-box {
    padding: 80px 40px 30px 0;
  }
  
  #image_block_1 .image-box .image-2 {
    left: -40px;
    max-width: 150px;
  }
  
  #image_block_1 .image-box .video-inner {
    max-width: 180px;
    padding: 50px 0px;
  }
  
  #content_block_3 .sec-title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

/* Tablet Landscape */
@media (max-width: 991px) {
  .about-style-two .row {
    flex-direction: column;
  }
  
  #image_block_1 .image-box {
    margin-right: 0;
    padding: 100px 50px 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #image_block_1 .image-box .image-2 {
    left: -60px;
    max-width: 180px;
  }
  
  #content_block_3 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  #image_block_1 .image-box {
    padding: 80px 40px 30px 0;
  }
  
  #image_block_1 .image-box .image-2 {
    max-width: 150px;
    left: -40px;
  }
  
  #content_block_3 .sec-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #content_block_3 .content-box .text p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Mobile - 510px and below */
@media (max-width: 510px) {
  /* Show only image-1 (main image) */
  #image_block_1 .image-box .image-2,
  #image_block_1 .image-box .video-inner,
  #image_block_1 .image-box .pattern-layer {
    display: none !important;
  }
  
  #image_block_1 .image-box {
    padding: 0 !important;
    margin: 0 auto 30px !important;
    max-width: 100%;
  }
  
  #image_block_1 .image-box .image-1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  
  #image_block_1 .image-box .image-1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  /* Center the "Who We Are" span */
  #content_block_3 .sec-title {
    text-align: center !important;
  }
  
  #content_block_3 .sec-title .top-title {
    text-align: center !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #content_block_3 .sec-title .top-title:before {
    left: -25px;
  }
  
  #content_block_3 .sec-title .top-title:after {
    left: 9px;
  }
  
  #content_block_3 .sec-title h2 {
    text-align: center !important;
    font-size: 24px;
    line-height: 32px;
  }
  
  /* Keep paragraphs left-aligned */
  #content_block_3 .content-box .text {
    text-align: left !important;
  }
  
  #content_block_3 .content-box .text p {
    font-size: 15px;
    line-height: 24px;
    text-align: left !important;
  }
}

/* Small Mobile - 400px and below */
@media (max-width: 400px) {
  #content_block_3 .sec-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  
  #content_block_3 .content-box .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
/*  */
/* Hover zoom effect for image-1 */
#image_block_1 .image-box .image-1 {
  overflow: hidden;
}

#image_block_1 .image-box .image-1 img {
  transition: transform 0.5s ease;
}

#image_block_1 .image-box .image-1:hover img {
  transform: scale(1.1);
}

/* Hover zoom effect for image-2 */
#image_block_1 .image-box .image-2 {
  overflow: hidden;
}

#image_block_1 .image-box .image-2 img {
  transition: transform 0.5s ease;
}

#image_block_1 .image-box .image-2:hover img {
  transform: scale(1.15);
}

/* Hover zoom effect for video-inner background */
#image_block_1 .image-box .video-inner {
  transition: transform 0.5s ease;
  overflow: hidden;
}

#image_block_1 .image-box .video-inner:hover {
  transform: scale(1.08);
}

/* Optional: Different zoom speeds for variety */
#image_block_1 .image-box .pattern-layer {
  transition: transform 0.6s ease;
}

#image_block_1 .image-box .pattern-layer:hover {
  transform: scale(1.05);
}

/* this is the misson about section */


/*  */
.mission-list {
  list-style: none;
  margin-top: 0.5rem;
}

.mission-list li {
  font-size: 1.05rem;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #1e293b;
  transition: transform 0.2s ease;
}

.mission-list li:hover {
  transform: translateX(6px);
  color: #a03232;
}

.mission-list li i {
  color: #a03232;
  font-size: 1.2rem;
  min-width: 1.5rem;
  margin-top: 0.1rem;
}
/*  */
  /* === section title (sec-title) exactly as you defined === */
  .sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;   /* center heading */
}

.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
}

.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #f0e6e0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #f0e6e0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    color: #462b34;      /* your primary deep burgundy */
}

/* === vision‑mission section === */
.vision-mission-section {
    padding: 20px 0 50px;
    /* background: transparent; */
    position: relative;
    padding: 70px 20px;
    text-align: center;
    overflow: hidden;
  
    background: url("/assets/images/shape/pattern-39.png") no-repeat center center;
    background-size: cover;
}

/* cards container */
.vm-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #ffffff;
    border-radius: 20px;
    padding: 0;                     /* no extra padding – handled by inner */
    margin-bottom: 50px;
    box-shadow: 0 20px 40px -12px rgba(70, 43, 52, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgba(70, 43, 52, 0.08);
}

/* reverse for mission card (image right, content left) */
.vm-card.reverse {
    flex-direction: row-reverse;
}

.vm-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 30px 60px -12px #a03232;
    border-color: rgba(186, 35, 37, 1.2);box-shadow: 0 30px 60px -12px #a03232;
    border-color: rgba(186, 35, 37, 1.2);
}

/* ===== left content area ===== */
.vm-content {
    flex: 1 1 50%;
    padding: 48px 40px 48px 48px;   /* top/bottom equal, left more, right less */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vm-content h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #462b34;
    margin-bottom: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 6px solid #BA2325;  /* your red accent */
    padding-left: 20px;
}

.vm-content h3 i {
    font-size: 32px;
    color: #BA2325;
    transition: transform 0.3s ease;
}

.vm-card:hover .vm-content h3 i {
    transform: scale(1.1) rotate(-5deg);
}

/* vision text (single paragraph) */
.vision-text {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #462b34;
    background: #fcf9f7;       /* whisper cream */
    padding: 22px 28px;
    border-radius: 18px;
    border: 1px solid #f0e6e0;
    margin-top: 10px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.02);
}

/* mission list */
.mission-list {
    list-style: none;
    margin-top: 10px;
}

.mission-list li {
    font-size: 17px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #462b34;
    font-weight: 500;
    transition: transform 0.25s ease, color 0.25s;
    line-height: 1.5;
}

.mission-list li:hover {
    transform: translateX(8px);
    color: #BA2325;
}

.mission-list li i {
    color: #BA2325;
    font-size: 20px;
    min-width: 26px;
    margin-top: 2px;
    transition: transform 0.2s ease;
}

.mission-list li:hover i {
    transform: scale(1.2);
}

/* ===== right image area ===== */
.vm-image {
    flex: 1 1 50%;
    min-height: 340px;            /* ensures image area has consistent height */
    background: #f0e6e0;           /* fallback */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.4s ease;
    display: block;
}

.vm-card:hover .vm-image img {
    transform: scale(1.07);
    filter: brightness(1.02) saturate(1.1);
}

/* subtle overlay to match brand */
.vm-image::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(186,35,37,0.05) 0%, rgba(70,43,52,0.1) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vm-card:hover .vm-image::after {
    opacity: 1;
}

/* === reveal animation === */
.reveal-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.3, 1), transform 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.reveal-card.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== FIX FOR VISION CARD – less gap =====
   content area uses vertical padding already, image height controlled
   if content is short, the flex column naturally stays centered
   we add a small extra tweak: */
.vision-card .vm-content {
    padding: 44px 40px 44px 48px;   /* slightly reduced but still balanced */
}

/* but to make it even tighter if needed, we ensure image height adapts to content */
.vm-card {
    align-items: stretch;           /* both columns same height, no extra space */
}

.vm-image {
    height: auto;                    /* takes full card height */
}

/* ===== responsive design ===== */

/* tablet */
@media (max-width: 991px) {
    .vm-card, .vm-card.reverse {
        flex-direction: column;
        gap: 10px;
    }

    .vm-content {
        padding: 40px 35px 30px 35px;
        text-align: left;
        width: 100%;
    }

    .vm-image {
        width: 100%;
        min-height: 300px;
        max-height: 380px;
    }

    .vm-content h3 {
        font-size: 30px;
        padding-left: 18px;
    }

    .sec-title h2 {
        font-size: 38px;
    }
}

/* mobile */
@media (max-width: 576px) {
    .vision-mission-section {
        padding: 50px 0 60px;
    }

    .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .vm-content {
        padding: 32px 25px 28px 25px;
    }

    .vm-content h3 {
        font-size: 26px;
        padding-left: 14px;
        gap: 8px;
    }

    .vm-content h3 i {
        font-size: 26px;
    }

    .vision-text {
        font-size: 16px;
        padding: 16px 20px;
    }

    .mission-list li {
        font-size: 15px;
        gap: 12px;
        margin-bottom: 16px;
    }

    .mission-list li i {
        font-size: 18px;
        min-width: 22px;
    }

    .vm-image {
        min-height: 240px;
    }
}

/* tiny screens */
@media (max-width: 400px) {
    .vm-content h3 {
        font-size: 22px;
    }

    .vision-text {
        font-size: 15px;
        padding: 14px 16px;
    }
}

/* extra helper: remove any weird gaps in vision card */
.vision-card .vm-content .vision-text {
    margin-bottom: 0;   /* no extra margin under paragraph */
}

/* images attribution (tiny) */
.image-attribution {
    font-size: 11px;
    text-align: center;
    color: #bba9a1;
    margin-top: 15px;
}

/* philosopy about us  */
.hiring-philosophy-section {
  padding: 90px 0 100px 0;
  /* background: #f0e6e0;   */
  position: relative;
  overflow: hidden;
  /* border-radius: 50px; */
  /* box-shadow: 0 30px 60px -20px rgba(70,43,52,0.3); */

  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-29.png") no-repeat center center;
  background-size: cover;
}

/* subtle pattern */
.hiring-philosophy-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(186,35,37,0.03) 0%, transparent 40%),
                    radial-gradient(circle at 90% 70%, rgba(70,43,52,0.04) 0%, transparent 50%);
  pointer-events: none;
}

/* section title (centred) */


/* .sec-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #462b34, #BA2325, #462b34);
  border-radius: 4px;
} */

/* ----- TWO COLUMNS (left intro + right visual) ----- */
.philosophy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;   /* space before the 5‑item row */
}

/* LEFT SIDE intro */
.philosophy-intro {
  flex: 1 1 45%;
}

.intro-headline {
  font-size: 18px;
  line-height: 32px;
  color: #4d333e;
  background: rgba(255,255,255,0.7);
  padding: 24px 28px;
  border-radius: 30px;
  border: 1px solid rgba(186,35,37,0.2);
  box-shadow: 0 15px 30px -10px rgba(70,43,52,0.15);
  margin-bottom: 35px;
  font-weight: 500;
}

.intro-headline strong {
  color: #462b34;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.intro-headline strong::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: rgba(186,35,37,0.2);
  z-index: -1;
  border-radius: 4px;
}

/* closing statement */
.closing-statement {
  font-size: 17px;
  line-height: 30px;
  color: #5a3f4b;
  background: #ffffffd9;
  padding: 18px 25px 18px 30px;
  border-radius: 40px;
  border-left: 6px solid #BA2325;
  border-right: 3px solid #BA2325;
  border-bottom: 1px solid #BA2325;
  box-shadow: 0 15px 30px -15px rgba(70,43,52,0.99);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px !important;
}

.closing-statement:hover {
  transform: translateY(-10px);
  border-color: #BA2325;
  box-shadow: 0 0px 0px -15px rgba(186,35,37,0.95);
}
.closing-statement i {
  color: #BA2325;
  font-size: 28px;
}

/* RIGHT SIDE visual (can be used for an image or additional content) */
.philosophy-visual {
  flex: 1 1 45%;
  background: #462b34;
  border-radius: 40px;
  padding: 40px 35px;
  color: #fff;
  box-shadow: 0 25px 45px -15px rgba(186,35,37,0.4);
}

.philosophy-visual h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  border-left: 5px solid #BA2325;
  padding-left: 20px;
}

.visual-stats {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.08);
  padding: 12px 18px;
  border-radius: 50px;
  backdrop-filter: blur(2px);
}

.stat-item i {
  color: #BA2325;
  font-size: 22px;
  width: 36px;
}

.stat-item span {
  font-size: 16px;
  font-weight: 600;
}

/* ===== FIVE PILLARS ROW (exactly what you requested) ===== */
.pillars-row {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.pillars-row h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #462b34;
  text-align: center;
  margin-bottom: 40px;
}

.pillars-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* individual pillar card (01–05) */
.pillar-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 28px 15px 20px 15px;
  flex: 1 1 160px;          /* allows wrapping, but aims for 5 in one row */
  min-width: 150px;
  max-width: 200px;
  text-align: center;
  box-shadow: 0 15px 30px -10px rgba(70,43,52,0.15);
  border: 1px solid rgba(186,35,37,0.15);
  transition: all 0.3s ease;
  position: relative;
  counter-increment: pillar-counter;
}

.pillar-card::before {
  content: counter(pillar-counter, decimal-leading-zero);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #BA2325;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 40px;
  box-shadow: 0 8px 15px -5px rgba(186,35,37,0.5);
  border: 2px solid #ffffff;
}

.pillar-card:hover {
  transform: translateY(-10px);
  border-color: #BA2325;
  box-shadow: 0 25px 40px -15px rgba(186,35,37,0.3);
}

.pillar-card i {
  font-size: 36px;
  color: #462b34;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.pillar-card:hover i {
  transform: scale(1.15);
  color: #BA2325;
}

.pillar-card p {
  font-size: 15px;
  font-weight: 600;
  color: #3f262f;
  line-height: 1.4;
  margin: 0;
}

/* responsive behavior for the row */
@media (max-width: 1100px) {
  .pillars-container {
    gap: 40px;
  }
  .pillar-card {
    min-width: 140px;
  }
}

@media (max-width: 900px) {
  .pillar-card {
    flex: 0 1 calc(33.33% - 20px);
    max-width: none;
  }
}

@media (max-width: 700px) {
  .pillar-card {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 450px) {
  .pillar-card {
    flex: 0 1 100%;
    max-width: 260px;
  }
  .pillars-container {
    justify-content: center;
  }
}

/* main wrapper responsiveness */
@media (max-width: 991px) {
  .philosophy-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .sec-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .hiring-philosophy-section {
    padding: 70px 0 80px 0;
    border-radius: 40px;
  }
  .sec-title h2 {
    font-size: 32px;
  }
  .intro-headline {
    font-size: 16px;
    padding: 20px 22px;
  }
  .closing-statement {
    font-size: 15px;
    padding: 16px 20px;
  }
  .philosophy-visual {
    padding: 30px 25px;
  }
  .philosophy-visual h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .hiring-philosophy-section {
    border-radius: 30px;
    padding: 60px 0 70px 0;
  }
  .sec-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .pillars-row h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* reveal animation */
.reveal-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.9, 0.3, 1), transform 0.9s ease;
}

.reveal-section.active {
  opacity: 1;
  transform: translateY(0);
}

/* font awesome fallback */
.fa-shield-halated:before {
  content: "\f3ed"; /* shield-alt */
}

/* our core in about us  */
.core-values-section {
  padding: 15px 0 50px 0;
  /* background: #ffffff; */
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0 30px 60px -20px rgba(70,43,52,0.2);

  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-36.png") no-repeat center center;
  background-size: cover;
}

/* subtle brand pattern overlay */
.core-values-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(186,35,37,0.02) 0%, transparent 40%),
                    radial-gradient(circle at 90% 80%, rgba(70,43,52,0.02) 0%, transparent 50%);
  pointer-events: none;
}


/* ===== CORPORATE GRID (7 items) ===== */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  /* 4 columns on desktop */
  gap: 25px;
  position: relative;
  z-index: 5;
}

/* each value card */
.value-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 20px 30px 20px;
  box-shadow: 0 15px 35px -12px rgba(70,43,52,0.12);
  border: 1px solid rgba(70,43,52,0.06);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(2px);
  opacity: 0;                /* hidden until reveal */
  transform: translateY(30px);
  animation: fadeSlideUp 0.6s ease forwards;
}

/* staggered animation delays */
.value-card:nth-child(1) { animation-delay: 0.1s; }
.value-card:nth-child(2) { animation-delay: 0.2s; }
.value-card:nth-child(3) { animation-delay: 0.3s; }
.value-card:nth-child(4) { animation-delay: 0.4s; }
.value-card:nth-child(5) { animation-delay: 0.5s; }
.value-card:nth-child(6) { animation-delay: 0.6s; }
.value-card:nth-child(7) { animation-delay: 0.7s; }

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* decorative top accent (brand stripe) */
.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #462b34, #BA2325, #462b34);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.value-card:hover::before {
  transform: scaleX(1);
}

.value-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px -15px rgba(186,35,37,0.25);
  border-color: rgba(186,35,37,0.25);
}

/* icon style */
.value-icon {
  font-size: 52px;
  color: #462b34;
  margin-bottom: 20px;
  display: inline-block;
  background: #f0e6e0;        /* cream background */
  width: 90px;
  height: 90px;
  line-height: 90px !important;
  border-radius: 50% 30% 50% 30%;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px -8px rgba(70,43,52,0.2);
}

.value-card:hover .value-icon {
  /* background: #BA2325; */
  color: #ffffff !important;
  border-radius: 30% 50% 30% 50%;
  transform: rotate(5deg) scale(1.08);
}

/* card title */
.value-card h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #462b34;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.value-card:hover h4 {
  color: #BA2325;
}

/* optional small description (just to fill space) – 
 you can keep it minimal or add a subtle line */
.value-card p {
  font-size: 14px;
  color: #766068;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s;
}

.value-card:hover p {
  color: #462b34;
}

/* ===== RESPONSIVE GRID ===== */
@media (max-width: 1024px) {
  .values-grid {
      grid-template-columns: repeat(3, 1fr);  /* 3 columns on tablet landscape */
      gap: 20px;
  }
}

@media (max-width: 768px) {
  .core-values-section {
      padding: 70px 0 80px 0;
      border-radius: 40px;
  }
  .sec-title h2 {
      font-size: 38px;
      line-height: 46px;
  }
  .values-grid {
      grid-template-columns: repeat(2, 1fr);  /* 2 columns on tablet portrait */
      gap: 18px;
  }
  .value-card {
      padding: 30px 15px 25px 15px;
  }
  .value-icon {
      font-size: 44px;
      width: 80px;
      height: 80px;
      line-height: 80px !important;
  }
}

@media (max-width: 576px) {
  .core-values-section {
      padding: 60px 0 70px 0;
      border-radius: 30px;
  }
  .sec-title h2 {
      font-size: 32px;
      line-height: 40px;
  }
  .values-grid {
      grid-template-columns: 1fr;  /* 1 column on mobile */
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
  }
  .value-card {
      padding: 28px 20px 24px 20px;
  }
  .value-icon {
      font-size: 48px;
      width: 85px;
      height: 85px;
      line-height: 85px !important;
  }
}

/* optional extra: two-liner description for each value (you can remove if not needed) */
.value-card p i {
  color: #BA2325;
  margin-right: 5px;
  font-size: 12px;
}

/* reveal animation for the whole section (optional) */
.reveal-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-section.active {
  opacity: 1;
  transform: translateY(0);
}

/*  */
  /* ===== ACHIEVEMENTS / MILESTONES SECTION ===== */
  .awards-section {
    position: relative;
    padding: 50px 0 30px 0;
    background: #fcf9f7;  
    overflow: hidden;
    border-radius: 60px;
    /* box-shadow: 0 30px 60px -20px rgba(70,43,52,0.2); */
}

/* pattern layer (exactly like your template) */
.pattern-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* opacity: 0.6; */
    pointer-events: none;
}

/* section title – exactly your .sec-title style */
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
}

.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #f0e6e0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #f0e6e0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.sec-title h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 44px;
    line-height: 54px;
    font-weight: 800;
    color: #462b34;
    margin: 0 0 10px;
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
    color: #766068;
    max-width: 700px;
    margin: 0 auto;
}

/* ===== MILESTONE CARDS GRID (5 cards in one row) ===== */
.milestone-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    position: relative;
    z-index: 5;
    margin-top: 20px;
}

/* card styling – professional stats card */
.milestone-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 35px 20px 30px;
    box-shadow: 0 20px 35px -12px rgba(70,43,52,0.12);
    border: 1px solid rgba(70,43,52,0.75);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(2px);
    opacity: 0;
    transform: translateY(30px);
    animation: cardFloat 0.6s ease forwards;
    
}

/* staggered animation */
.milestone-card:nth-child(1) { animation-delay: 0.1s; }
.milestone-card:nth-child(2) { animation-delay: 0.2s; }
.milestone-card:nth-child(3) { animation-delay: 0.3s; }
.milestone-card:nth-child(4) { animation-delay: 0.4s; }
.milestone-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes cardFloat {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* top accent stripe (brand gradient) */
.milestone-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #462b34, #BA2325, #462b34);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.milestone-card:hover::before {
    transform: scaleX(1);
}

.milestone-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 10px 10px 7px rgba(186,35,37,0.55);
    border-color: rgba(186,35,37,0.2);
    border-bottom: 4px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
}

/* icon – using brand colors */
.milestone-icon {
    font-size: 48px;
    color: #462b34;
    background: #f0e6e0;
    width: 90px;
    height: 90px;
    line-height: 90px !important;
    border-radius: 50% 30% 50% 30%;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px -8px rgba(70,43,52,0.2);
    display: inline-block;
}

.milestone-card:hover .milestone-icon {
    background: #BA2325;
    color: #ffffff;
    border-radius: 30% 50% 30% 50%;
    transform: rotate(5deg) scale(1.08);
}

/* card title (milestone point) */
.milestone-card h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #462b34;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.milestone-card:hover h4 {
    color: #BA2325;
}

/* subtle descriptive line (optional, adds depth) */
.milestone-card p {
    font-size: 14px;
    color: #766068;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s;
}

.milestone-card:hover p {
    color: #462b34;
}

/* ===== RESPONSIVE GRID ===== */
@media (max-width: 1024px) {
    .milestone-grid {
        grid-template-columns: repeat(3, 1fr);  /* 3 columns on tablet landscape */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .awards-section {
        padding: 70px 0 90px 0;
        border-radius: 40px;
    }
    .sec-title h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .milestone-grid {
        grid-template-columns: repeat(2, 1fr);  /* 2 columns on tablet portrait */
        gap: 18px;
    }
    .milestone-card {
        padding: 30px 15px 25px;
    }
    .milestone-icon {
        font-size: 42px;
        width: 80px;
        height: 80px;
        line-height: 80px !important;
    }
}

@media (max-width: 576px) {
    .awards-section {
        padding: 60px 0 70px 0;
        border-radius: 30px;
    }
    .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .sec-title p {
        font-size: 16px;
        padding: 0 10px;
    }
    .milestone-grid {
        grid-template-columns: 1fr;  /* 1 column on mobile */
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .milestone-card {
        padding: 28px 20px 24px;
    }
    .milestone-icon {
        font-size: 48px;
        width: 85px;
        height: 85px;
        line-height: 85px !important;
    }
}

/* optional micro animation for extra flair */
.fa-map-marker-alt, .fa-handshake, .fa-chart-line, .fa-clock, .fa-trophy {
    transition: transform 0.3s;
}
.milestone-card:hover .fa-map-marker-alt,
.milestone-card:hover .fa-handshake,
.milestone-card:hover .fa-chart-line,
.milestone-card:hover .fa-clock,
.milestone-card:hover .fa-trophy {
    transform: scale(1.1);
}

/* reveal for whole section */
.reveal-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal-section.active {
    opacity: 1;
    transform: translateY(0);
}
/*  */



/*  */

.trust-section {
  position: relative;
  padding: 50px 0 50px;
  background: #ffffff;
  overflow: hidden;
}

/* subtle background texture */
.trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(186,35,37,0.04) 0%, transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(70,43,52,0.04) 0%, transparent 50%);
  pointer-events: none;
}

/* ── two-column wrapper ── */
.trust-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}

/* ════════════════════════════
   LEFT — visual (image + badges)
════════════════════════════ */
.trust-visual {
  flex: 0 0 475px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}

/* ── circular image ── */
.image-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: linear-gradient(135deg, #462b34 0%, #BA2325 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 14px rgba(186,35,37,0.08),
    0 0 0 28px rgba(186,35,37,0.04),
    0 30px 60px -10px rgba(186,35,37,0.40);
  position: relative;
  z-index: 2;
  animation: trustFloat 6s ease-in-out infinite;
  flex-shrink: 0;
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* fallback icon if no image */
.image-circle .circle-icon {
  font-size: 100px;
  color: rgba(255,255,255,0.9);
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25));
}

/* pulse ring */
.image-circle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid rgba(186,35,37,0.3);
  animation: pulsering 2.5s ease-out infinite;
}

@keyframes trustFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-14px); }
}

@keyframes pulsering {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.22); }
}

/* ── floating badges — absolute around the image ── */
.badge-float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  white-space: nowrap;
  cursor: default;
  box-shadow: 0 10px 28px -6px rgba(70,43,52,0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 3;
  opacity: 0;
  /* each badge gets its own float animation */
}

.badge-float i {
  font-size: 15px;
  flex-shrink: 0;
}

.badge-float:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 16px 36px -8px rgba(186,35,37,0.35) !important;
}

/* colour variants */
.badge-float.b1 {
  background: #462b34;
  color: #ffffff;
  top: 18px;
  left: 0px;
  animation: floatA 5s ease-in-out infinite 0s, fadeSlideIn 0.6s ease 0.3s forwards;
}
.badge-float.b2 {
  background: #BA2325;
  color: #ffffff;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  animation: floatB 6s ease-in-out infinite 1s, fadeSlideIn 0.6s ease 0.5s forwards;
}
.badge-float.b3 {
  background: #f0e6e0;
  color: #462b34;
  bottom: 60px;
  left: -10px;
  animation: floatA 7s ease-in-out infinite 0.5s, fadeSlideIn 0.6s ease 0.7s forwards;
}
.badge-float.b4 {
  background: #ffffff;
  color: #BA2325;
  border: 2px solid #BA2325;
  bottom: 18px;
  right: 0px;
  animation: floatB 5.5s ease-in-out infinite 1.5s, fadeSlideIn 0.6s ease 0.9s forwards;
}

.badge-float.b1 i { color: #BA2325; }
.badge-float.b3 i { color: #BA2325; }
.badge-float.b4 i { color: #BA2325; }

@keyframes floatA {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50%       { transform: translateY(-10px) rotate(1deg); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(-50%) rotate(1deg); }
  50%       { transform: translateY(calc(-50% - 10px)) rotate(-1deg); }
}
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ════════════════════════════
   RIGHT — bullet feature list
════════════════════════════ */
.trust-content {
  flex: 1;
  min-width: 0;
}

.trust-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* box-shadow: rgba(0, 0, 50, 0.95) !important; */
}
/*  */

@media (max-width: 991px) {

  /* Stack everything vertically */
  .trust-wrapper {
    display: block;
  }

  /* Image full width */
  .trust-visual {
    width: 100%;
    min-height: auto;
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }

  .image-circle {
    margin: 0 auto;
  }

  /* Hide floating badges on mobile */
  .badge-float {
    display: none;
  }

}

/* ===============================
   MOBILE ORDER FIX (CLEAN)
================================ */

@media (max-width: 768px) {

  .trust-wrapper {
    display: flex;
    flex-direction: column;
    /* margin-top: 20px; */
  }

  /* Image should come right after title */
  .trust-visual {
    order: 1;
    width: 100%;
    margin: 25px 0 35px;
    text-align: center;
  }

  /* Feature list should come after image */
  .trust-content {
    order: 2;
    width: 100%;
  }

  /* Center the circle */
  .trust-visual .image-circle {
    margin: 0 auto;
  }

  /* Hide floating badges on mobile */
  .badge-float {
    display: none;
  }

}
.trust-features li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  background: #fcf9f7;
  border-radius: 16px;
  border-left: 4px solid #BA2325;
  box-shadow: 0 4px 14px -4px rgba(70,43,52,0.95);
  transition: transform 0.35s cubic-bezier(0.23,1,0.32,1),
              box-shadow 0.35s ease,
              background 0.3s ease;
  cursor: default;

  /* scroll reveal — starts hidden */
  opacity: 0;
  transform: translateX(30px);
}

/* when section is active (JS adds .active to .trust-section) */
.trust-section.active .trust-features li {
  animation: featureSlideIn 0.55s cubic-bezier(0.23,1,0.32,1) forwards;
}
.trust-section.active .trust-features li:nth-child(1) { animation-delay: 0.05s; }
.trust-section.active .trust-features li:nth-child(2) { animation-delay: 0.12s; }
.trust-section.active .trust-features li:nth-child(3) { animation-delay: 0.19s; }
.trust-section.active .trust-features li:nth-child(4) { animation-delay: 0.26s; }
.trust-section.active .trust-features li:nth-child(5) { animation-delay: 0.33s; }
.trust-section.active .trust-features li:nth-child(6) { animation-delay: 0.40s; }
.trust-section.active .trust-features li:nth-child(7) { animation-delay: 0.47s; }

@keyframes featureSlideIn {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

.trust-features li:hover {
  transform: translateX(-6px) scale(1.01);
  background: #ffffff;
  box-shadow: 0 10px 28px -6px rgba(186,35,37,0.18);
  border-left-color: #462b34;
  border-right: 3px solid #462b34;
  border-bottom: 2px solid #462b34;
}

.feature-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f0e6e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #462b34;
  font-size: 20px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.trust-features li:hover .feature-icon {
  background: #BA2325;
  color: #ffffff;
  transform: rotate(8deg) scale(1.1);
}

.feature-text {
  font-size: 15px;
  font-weight: 600;
  color: #462b34;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
}

.feature-text strong {
  color: #BA2325;
  font-weight: 800;
}

/* ════════════════════════════
   SECTION REVEAL
════════════════════════════ */
.trust-section {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.trust-section.active {
  opacity: 1;
  transform: translateY(0);
}


/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 1100px) {
  .trust-visual { flex: 0 0 360px; min-height: 400px; }
  .image-circle { width: 260px; height: 260px; }
  .image-circle .circle-icon { font-size: 80px; }
}

@media (max-width: 991px) {
 
  .trust-visual {
    flex: none;
    width: 100%;
    min-height: auto;
  }
  .image-circle { width: 240px; height: 240px; }

  /* re-position badges for mobile centered layout */
  .badge-float.b1 { top: 10px; left: 5%; }
  .badge-float.b2 { top: 50%; right: 2%; }
  .badge-float.b3 { bottom: 30px; left: 2%; }
  .badge-float.b4 { bottom: 10px; right: 5%; }
}

@media (max-width: 768px) {
  .trust-section { padding: 70px 0 80px; }
  .trust-features li { padding: 13px 16px; gap: 12px; }
  .feature-icon { width: 40px; height: 40px; font-size: 17px; border-radius: 11px; }
  .feature-text { font-size: 14px; }
  .badge-float { font-size: 12px; padding: 8px 14px; }
}

@media (max-width: 576px) {
  .trust-section { padding: 55px 0 65px; }
  .image-circle { width: 210px; height: 210px; }
  .image-circle .circle-icon { font-size: 65px; }
  .badge-float { font-size: 11px; padding: 7px 12px; gap: 5px; }
  .badge-float i { font-size: 12px; }
  .badge-float.b1 { left: 0; }
  .badge-float.b2 { right: -4px; }
  .badge-float.b3 { left: 0; }
  .badge-float.b4 { right: 0; }
}
/*  service page */

/*  */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  animation: fadeDown .8s .45s ease both;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  transition: background .25s, border-color .25s;
}
.hero-chip:hover {
  background: rgba(186,35,37,.2);
  border-color: rgba(186,35,37,.4);
  border: 2px solid #fff;
}
.hero-chip i { color: var(--red); font-size: 11px; }
/* ═══════════════════════════════════════════
 MARQUEE
═══════════════════════════════════════════ */
.marquee-wrap {
  background: var(--red);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
.m-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 32px;
}
.m-dot {
  width: 5px; height: 5px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════
 SERVICES GRID
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════
 SERVICES GRID
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════
 SERVICES GRID
═══════════════════════════════════════════ */
.services-grid-section {
  padding: 70px 0px 70px;
}

/* ===== SERVICES CARDS GRID (4 columns) ===== */
.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;               /* for overlay */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  z-index: 1;
  isolation: isolate;
  /* Center content vertically & horizontally */
  display: flex;
  flex-direction: column;
  align-items: center;             /* center horizontally */
  text-align: center;              /* center text */
  border: 0.75px solid black;
  box-shadow: 0 3px 3px 7px rgba(186, 35, 37, 0.15);
}

/* BRAND OVERLAY: slides from top to bottom on hover */
.svc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--red) 0%, var(--burgundy) 100%);
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  pointer-events: none;
}


.svc-card:hover::before {
  transform: translateY(0);
  
}

.svc-card > * {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.svc-card:hover h3,
.svc-card:hover p,
.svc-card:hover .svc-arrow {
  color: #fff;
}

/* ICON: centered, with white background on hover (NO FLIP) */
.svc-icon {
  width: 60px;
  height: 60px;
  background: rgba(186, 35, 37, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--red);
  margin: 0 auto 20px;            /* auto left/right centers the icon block */
  transition: background 0.3s ease, color 0.3s ease;
  /* transform styles removed */
}

.svc-card:hover .svc-icon {
  background: #ffffff !important;   /* solid white on hover */
  color: var(--burgundy);           /* icon turns burgundy */
  /* transform removed */
}

/* icon inner i element - no flip */
.svc-icon i {
  transition: color 0.3s ease;
  /* transform styles removed */
}

.svc-card:hover .svc-icon i {
  /* no transform */
}

.svc-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--burgundy);
  margin-bottom: 12px;
  width: 100%;                     /* ensure full width for text wrap */
}

.svc-card p {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.6;
  margin-bottom: 20px;
  width: 100%;
}

.svc-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.svc-card:hover .svc-arrow {
  gap: 12px;
}

.svc-arrow i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.svc-card:hover .svc-arrow i {
  transform: translateX(5px);
}

/* ===== responsive grid ===== */
@media (max-width: 1024px) {
  .services-cards {
      grid-template-columns: repeat(2, 1fr);
  }
  .sec-title h2 {
      font-size: 36px;
  }
}

@media (max-width: 768px) {
  .services-cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
  }
  .svc-card {
      padding: 28px 18px;
  }
  .svc-card h3 {
      font-size: 18px;
  }
  .svc-card p {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .services-cards {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 0 auto;
  }
  .sec-title h2 {
      font-size: 30px;
  }
  .sec-title p {
      font-size: 16px;
  }
  .top-title {
      font-size: 13px;
      padding: 6px 22px 6px 42px;
  }
}

@media (max-width: 400px) {
  .svc-card {
      padding: 24px 16px;
  }
  .svc-icon {
      width: 50px;
      height: 50px;
      font-size: 22px;
  }
}

/* ═══════════════════════════════════════════
 IT STAFFING
═══════════════════════════════════════════ */


/*  */

.it-staffing {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;

  
  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-39.png") no-repeat center center;
  background-size: cover;

  
}
.it-staffing::after {
  content: '';
  position: absolute;
  top: -80px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(186,35,37,.05) 0%, transparent 70%);
  pointer-events: none;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.two-col.reverse .col-visual { order: -1; }

.col-visual {
  position: relative;
}
.visual-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.visual-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform .6s ease;
}
.visual-img:hover img { transform: scale(1.04); }
.visual-img::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(70,43,52,.3) 0%, transparent 60%);
  z-index: 1;
}

.visual-float {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow-deep);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  animation: floatY 4s ease-in-out infinite alternate;
}
.visual-float.f1 { top: -20px; right: -20px; }
.visual-float.f2 { bottom: 30px; left: -20px; animation-delay: 2s; }
@keyframes floatY {
  from { transform: translateY(0); }
  to   { transform: translateY(-10px); }
}
.vf-icon {
  width: 38px; height: 38px;
  background: var(--red);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px;
  flex-shrink: 0;
}
.vf-text span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vf-text strong {
  font-size: 15px;
  color: var(--burgundy);
}

.shape-accent {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.shape-accent.s1 {
  width: 100px; height: 100px;
  background: var(--cream);
  bottom: -20px; right: 30px;
  z-index: 0;
}
.shape-accent.s2 {
  width: 60px; height: 60px;
  background: rgba(186,35,37,.08);
  top: 20px; left: -20px;
}

.role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.role-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  border: 1px solid var(--border);
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  transition: background .25s, border-color .25s, color .25s;
  cursor: default;
}
.role-tag:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.role-tag i { color: var(--red); font-size: 10px; }
.role-tag:hover i { color: #fff; }





/* ═══════════════════════════════════════════
 CAMPUS
═══════════════════════════════════════════ */
/* ===================================
   CAMPUS SECTION - CLEAN STRUCTURE
=================================== */
/* ===== CAMPUS SECTION ===== */

.campus-placement-section {
  padding: 100px 0;
  /* background: #f7f4f2; */
  overflow: hidden;

  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-6.png") no-repeat center center;
  background-size: cover;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.campus-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* ===== LEFT IMAGE ===== */

.campus-image {
  flex: 1;
  position: relative;
  /* opacity: 0; */
  /* transform: translateX(-50px); */
  transition: all 1s ease;
}

.campus-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Floating Badge */
.image-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #BA2325;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  animation: floatBadge 3s ease-in-out infinite;
}

/* ===== RIGHT CONTENT ===== */

.campus-content {
  flex: 1;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease;
}

.campus-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.campus-content .description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.campus-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.campus-features li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  padding-left: 25px;
  position: relative;
}

.campus-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #b02a2a;
  font-weight: bold;
}

/* ===== BUTTONS ===== */

.campus-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-btn {
  background: #b02a2a;
  color: #fff;
}

.primary-btn:hover {
  background: #8f1f1f;
}

.outline-btn {
  border: 2px solid #b02a2a;
  color: #b02a2a;
}

.outline-btn:hover {
  background: #b02a2a;
  color: #fff;
}

.campus-image,
.campus-content {
  opacity: 1 !important;
  transform: none !important;
}
/* ===== FEATURE SMALL CARDS ===== */

.campus-feature-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 35px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 20px 22px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0eaea;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #e3c5c5;
}

.feature-icon {
  min-width: 45px;
  height: 45px;
  background: #f9eaea;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #b02a2a;
  font-size: 18px;
}

.feature-text h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #2d2d2d;
}

.feature-text p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .feature-card {
    padding: 16px;
  }

  .feature-text h4 {
    font-size: 15px;
  }

  .feature-text p {
    font-size: 13px;
  }
}
/* ===== ANIMATION ACTIVE STATE ===== */

/* .campus-placement-section.active .campus-image,
.campus-placement-section.active .campus-content {
  opacity: 1;
  transform: translateX(0);
} */

/* ===== FLOATING BADGE ANIMATION ===== */

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ===== TABLET RESPONSIVE ===== */

@media (max-width: 992px) {
  .campus-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .campus-image,
  .campus-content {
    transform: translateY(40px);
  }

  .image-badge {
    right: 20px;
  }

  .campus-buttons {
    justify-content: center;
  }
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 576px) {
  .campus-placement-section {
    padding: 70px 0;
  }

  .campus-content h2 {
    font-size: 26px;
  }

  .campus-content .description {
    font-size: 14px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .campus-buttons {
    flex-direction: column;
  }
}
@media (max-width: 768px) {

  .campus-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .campus-content {
    display: contents;
  }

  .sec-title {
    order: 1;
  }

  .campus-image {
    order: 2;
    margin: 25px 0;
  }

  .campus-feature-cards {
    order: 3;
  }

  .campus-buttons {
    order: 4;
  }
}
/* Smooth Image Slide Effect */
.campus-image {
  overflow: hidden;
  border-radius: 20px;
}

.campus-image img {
  transition: transform 0.8s cubic-bezier(.77,0,.18,1);
}

/* Hover Effect */
.campus-image:hover img {
  transform: scale(1.08) translateX(15px);
}

/* ═══════════════════════════════════════════
 RPO
═══════════════════════════════════════════ */
.rpo-section {
  padding: 100px 0;
  /* background: var(--dark-bg); */
  position: relative;
  overflow: hidden;

  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-36.png") no-repeat center center;
  background-size: cover;
}
.rpo-section::before {
  content: '';
  position: absolute; inset: 0;
  /* background-image:
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); */
  background-size: 60px 60px;
}
.rpo-section::after {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(ellipse, rgba(186,35,37,.15) 0%, transparent 65%);
  pointer-events: none;
}

.rpo-section .sec-title { color: #fff; }
.rpo-section .sec-sub { color: rgba(255,255,255,.55); }
.rpo-section .sec-label { background: rgba(186,35,37,.25); border-color: rgba(186,35,37,.4); color: #e8a0a0; }

.rpo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.rpo-card {
  background: rgba(255,255,255,.04);
  border: 6px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 32px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.rpo-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.rpo-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(186,35,37,.25);
  transform: translateY(-6px);
}
.rpo-card:hover::after { transform: scaleX(1); }
.rpo-card i {
  font-size: 28px;
  color: var(--red);
  margin-bottom: 16px;
  display: block;
}
.rpo-card h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}
.rpo-card p {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  line-height: 1.7;
}
.rpo-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 44px;
}

@media (max-width: 550px) {
  .rpo-buttons {
    flex-direction: column;
  }

  .rpo-buttons a {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════
 SCREENING
═══════════════════════════════════════════ */

/* ===== Highlight Strip ===== */

.highlight-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #f4f1f1;
  padding: 10px 10px;
  border-radius: 50px;
  border: 2px solid #c62828;
  position: relative;
  margin-bottom: 35px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,23%);

}



.highlight-icon {
  width: 45px;
  height: 45px;
  background: #c62828;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}

.highlight-text {
  font-size: 18px;
  font-weight: 500;
  color: #4a3b3b;
}

/* Hover effect */
.highlight-strip:hover {
  background: #ff5956;
  box-shadow: 0 10px 25px rgba(0,0,0,83%);
  border: 3px solid white;
}
.highlight-strip:hover .highlight-text{
  color: white;
}
@media (max-width: 576px) {
  .highlight-strip {
    padding: 14px 18px;
    border-radius: 20px;
  }

  .highlight-text {
    font-size: 15px;
  }
}
/*  */
.screening-section {
  padding: 100px 0;
  background: #fff;
}

.assessment-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 50px;
  position: relative;
}
.assessment-steps::before {
  content: '';
  position: absolute;
  top: 36px; left: 10%; right: 10%;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.ass-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  transition: var(--transition);
}
.ass-step:hover { transform: translateY(-8px); }
.ass-num {
  width: 70px; height: 70px;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  color: var(--muted);
  margin: 0 auto 16px;
  transition: background .3s, border-color .3s, color .3s, box-shadow .3s;
}
.ass-step:hover .ass-num, .ass-step.active .ass-num {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 8px 24px rgba(186,35,37,.35);
}
.ass-step h5 {
  font-size: 13px;
  font-weight: 600;
  color: var(--burgundy);
  margin-bottom: 6px;
}
.ass-step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
 DEDICATED MODEL
═══════════════════════════════════════════ */
.dedicated-section {
  padding: 100px 0;
  background: var(--light-bg);
  position: relative;
  overflow: hidden;
}
.dedicated-section::before {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(186,35,37,.07) 0%, transparent 70%);
}

.dedicated-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.dedicated-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.df-item {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition);
}
.df-item:hover { transform: translateX(6px); }
.df-check {
  width: 30px; height: 30px;
  background: var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
}
.df-item span {
  font-size: 14.5px;
  color: var(--body-text);
  font-weight: 500;
}
/* Best For section with FLOATING TAGS */
.best-for-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 28px 0 20px;
}

.best-for-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}

.bf-tag {
  background: var(--burgundy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 40px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 20px -8px rgba(186, 35, 37, 0.3);
  animation: float 3s ease-in-out infinite;
  display: inline-block;
  position: relative;
}

/* Different float animations for each tag */
.bf-tag:nth-child(1) { animation-delay: 0s; }
.bf-tag:nth-child(2) { animation-delay: 0.2s; }
.bf-tag:nth-child(3) { animation-delay: 0.4s; }
.bf-tag:nth-child(4) { animation-delay: 0.6s; }

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.bf-tag:hover {
  background: var(--red);
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 15px 25px rgba(186, 35, 37, 0.4);
  animation: none; /* Stop floating on hover */
}

/* ----- RIGHT VISUAL COLUMN (image with badge and ZOOM EFFECT) ----- */
.dedicated-visual {
  position: relative;
  overflow: hidden; /* Important: keeps zoom within bounds */
  border-radius: 20px; /* Match your image border radius */
}

.ded-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.ded-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); /* Smooth zoom transition */
}

/* ZOOM EFFECT ON HOVER */
.ded-img-wrap:hover img {
  transform: scale(1.1); /* Zooms in by 10% */
}

.ded-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(70, 43, 52, 0.7) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
  transition: background 0.4s ease;
}

/* Optional: Darken overlay slightly on hover for better contrast */
.ded-img-wrap:hover .ded-overlay {
  background: linear-gradient(0deg, rgba(70, 43, 52, 0.8) 0%, transparent 70%);
}

.ded-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--red);
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease; /* Smooth badge transition */
}

/* Optional: Badge also scales slightly on hover */
.ded-img-wrap:hover .ded-badge {
  transform: scale(1.05);
}
/* ═══════════════════════════════════════════
 INDUSTRIES
═══════════════════════════════════════════ */
.industries-section {
  padding: 100px 0;
  background: var(--burgundy);
  position: relative;
  overflow: hidden;
}
.industries-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.industries-section .sec-title { color: #fff; }
.industries-section .sec-sub { color: rgba(255,255,255,.55); }
.industries-section .sec-label { background: rgba(186,35,37,.3); border-color: rgba(186,35,37,.5); color: #e8a0a0; }

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.ind-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  padding: 18px 22px;
  transition: var(--transition);
  cursor: default;
}
.ind-item:hover {
  background: rgba(186,35,37,.2);
  border-color: rgba(186,35,37,.4);
  transform: translateX(8px);
}
.ind-icon {
  width: 44px; height: 44px;
  background: rgba(186,35,37,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 18px;
  flex-shrink: 0;
  transition: background .3s, color .3s;
}
.ind-item:hover .ind-icon {
  background: var(--red);
  color: #fff;
}
.ind-item span {
  color: rgba(255,255,255,.8);
  font-size: 14.5px;
  font-weight: 500;
  transition: color .3s;
}
.ind-item:hover span { color: #fff; }

/* ═══════════════════════════════════════════
 WORKFLOW TIMELINE
═══════════════════════════════════════════ */
.workflow-section {
  padding: 100px 0;
  background: #fff;
}

.timeline {
  position: relative;
  margin-top: 60px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--red), var(--burgundy));
  transform: translateX(-50%);
}

.tl-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 40px;
  align-items: center;
}
.tl-item:nth-child(odd) .tl-content { grid-column: 1; text-align: right; }
.tl-item:nth-child(odd) .tl-dot    { grid-column: 2; }
.tl-item:nth-child(odd) .tl-empty  { grid-column: 3; }

.tl-item:nth-child(even) .tl-empty  { grid-column: 1; }
.tl-item:nth-child(even) .tl-dot    { grid-column: 2; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; text-align: left; }

.tl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-circle {
  width: 52px; height: 52px;
  background: var(--red);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px var(--red);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  transition: transform .3s, box-shadow .3s;
}
.tl-item:hover .tl-circle {
  transform: scale(1.15);
  box-shadow: 0 0 0 3px var(--red), 0 8px 24px rgba(186,35,37,.35);
}

.tl-content {
  padding: 0 30px;
}
.tl-box {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 24px;
  transition: var(--transition);
  display: inline-block;
  width: 100%;
}
.tl-box:hover {
  border-color: var(--red);
  box-shadow: 0 8px 30px rgba(186,35,37,.1);
  transform: scale(1.02);
}
.tl-box h4 {
  font-family: var(--font-display);
  color: var(--burgundy);
  font-size: 16px;
  margin-bottom: 6px;
}
.tl-box p {
  font-size: 13.5px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
 PRICING
═══════════════════════════════════════════ */
.pricing-section {
  padding: 100px 0;
  background: var(--light-bg);
  position: relative;
  overflow: hidden;
}
.pricing-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(70,43,52,.03) 0%, transparent 100%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.price-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-deep);
}
.price-card.featured {
  background: var(--burgundy);
  border-color: var(--burgundy);
}
.price-card.featured::before {
  content: 'POPULAR';
  position: absolute;
  top: 16px; right: -28px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 40px;
  transform: rotate(45deg);
}
.price-icon {
  width: 56px; height: 56px;
  background: rgba(186,35,37,.1);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: var(--red);
  margin: 0 auto 20px;
}
.price-card.featured .price-icon {
  background: rgba(186,35,37,.3);
  color: #fff;
}
.price-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--burgundy);
  margin-bottom: 10px;
}
.price-card.featured h3 { color: #fff; }
.price-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.price-card.featured p { color: rgba(255,255,255,.6); }
.price-note {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(186,35,37,.8);
  font-style: italic;
}
.price-card.featured .price-note { color: rgba(255,255,255,.4); }
.price-card .btn {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}

/* ═══════════════════════════════════════════
 FINAL CTA
═══════════════════════════════════════════ */
.final-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--medium-bg) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
      radial-gradient(ellipse at 20% 50%, rgba(186,35,37,.18) 0%, transparent 60%),
      radial-gradient(ellipse at 80% 50%, rgba(186,35,37,.12) 0%, transparent 60%);
}
.final-cta-inner {
  position: relative;
  z-index: 2;
}
.final-cta .sec-label { margin: 0 auto 16px; display: block; width: fit-content; }
.final-cta .sec-title { color: #fff; margin-bottom: 16px; }
.final-cta .sec-sub { color: rgba(255,255,255,.55); margin: 0 auto; }
.final-cta .btn-group { justify-content: center; margin-top: 40px; }

.cta-decorative {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cta-decorative.c1 {
  width: 300px; height: 300px;
  border: 1px solid rgba(186,35,37,.15);
  top: -80px; right: -80px;
}
.cta-decorative.c2 {
  width: 200px; height: 200px;
  border: 1px solid rgba(186,35,37,.1);
  bottom: -60px; left: 10%;
}
.cta-decorative.c3 {
  width: 120px; height: 120px;
  border: 1px solid rgba(186,35,37,.2);
  top: 20%; right: 15%;
}

/* ═══════════════════════════════════════════
 FOOTER
═══════════════════════════════════════════ */
.footer {
  background: #1e1014;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}
.footer-logo span { color: var(--red); }
.footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.75;
  margin-bottom: 22px;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.f-social {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.07);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
  font-size: 14px;
  transition: background .25s, color .25s;
}
.f-social:hover {
  background: var(--red);
  color: #fff;
}
.footer-col h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  color: rgba(255,255,255,.45);
  font-size: 14px;
  transition: color .2s, padding-left .2s;
  display: block;
}
.footer-col ul li a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p {
  color: rgba(255,255,255,.3);
  font-size: 13px;
}
.footer-bottom a { color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════════
 SCROLL TO TOP
═══════════════════════════════════════════ */
.scroll-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 46px; height: 46px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s, transform .3s, background .25s;
  z-index: 900;
}
.scroll-top.visible { opacity: 1; transform: none; }
.scroll-top:hover { background: var(--burgundy); }

/* ═══════════════════════════════════════════
 RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .services-cards { grid-template-columns: repeat(2, 1fr); }
  .rpo-grid { grid-template-columns: repeat(2, 1fr); }
  .assessment-steps { grid-template-columns: repeat(3, 1fr); }
  .assessment-steps::before { display: none; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .two-col { gap: 50px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: flex; }

  .hero-inner {
      grid-template-columns: 1fr;
      padding: 100px 0 60px;
      text-align: center;
  }
  .hero-desc { margin: 16px auto 0; }
  .hero-highlights { justify-content: center; }
  .hero-btns .btn-group { justify-content: center; }
  .hero-visual { display: none; }

  .two-col {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  .two-col.reverse .col-visual { order: 0; }
  .visual-img img { height: 260px; }
  .visual-float { display: none; }

  .services-cards { grid-template-columns: 1fr; }
  .rpo-grid { grid-template-columns: 1fr; }
  .assessment-steps { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }

  .timeline::before { left: 26px; }
  .tl-item {
      grid-template-columns: 60px 1fr;
      gap: 0;
  }
  .tl-item:nth-child(odd) .tl-content,
  .tl-item:nth-child(even) .tl-content {
      grid-column: 2;
      text-align: left;
  }
  .tl-item:nth-child(odd) .tl-dot,
  .tl-item:nth-child(even) .tl-dot {
      grid-column: 1;
  }
  .tl-item:nth-child(odd) .tl-empty,
  .tl-item:nth-child(even) .tl-empty {
      display: none;
  }
  .tl-circle { width: 44px; height: 44px; font-size: 13px; }

  .dedicated-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-header.centered { text-align: left; }
  .section-header.centered .sec-sub { margin: 12px 0 0; }

  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .assessment-steps { grid-template-columns: 1fr; }
  .hero-highlights { gap: 8px; }
  .btn-group { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn-group { align-items: center; }
  .pricing-grid { grid-template-columns: 1fr; }
}
:root {
  --burgundy:   #462b34;
  --red:        #BA2325;
  --light-red:  #a03232;
  --cream:      #f0e6e0;
  --body-text:  #766068;
  --muted:      #9e848d;
  --dark-bg:    #3a2028;
  --medium-bg:  #3f262f;
  --border:     #eae0d9;
  --light-bg:   #fcf9f7;
  --white:      #ffffff;
  --font-display: 'Playfair Display', serif;
  --font-body:    'DM Sans', sans-serif;
  --transition: .4s cubic-bezier(.25,.8,.25,1);
  --shadow: 0 8px 40px rgba(70,43,52,.13);
  --shadow-deep: 0 20px 60px rgba(70,43,52,.22);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }




body {
  font-family: var(--font-body);
  background: var(--light-bg);
  color: var(--body-text);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ═══════════════════════════════════════════
 SCROLLBAR
═══════════════════════════════════════════ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

/* ═══════════════════════════════════════════
 UTILITY
═══════════════════════════════════════════ */
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
}

.sec-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(186,35,37,.09);
  border: 1px solid rgba(186,35,37,.18);
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: var(--burgundy);
  line-height: 1.2;
}

.sec-title span { color: var(--red); }

.sec-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 580px;
  margin-top: 12px;
}

/* ═══════════════════════════════════════════
 BUTTONS
═══════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.btn-primary:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(186,35,37,.3);
}

.btn-outline {
  background: transparent;
  color: var(--burgundy);
  border-color: var(--burgundy);
}
.btn-outline:hover {
  background: var(--burgundy);
  color: #fff;
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.35);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: #fff;
  color: var(--burgundy);
  border-color: #fff;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ═══════════════════════════════════════════
 SCROLL-REVEAL
═══════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.left  { transform: translateX(-44px); }
.reveal.right { transform: translateX(44px); }
.reveal.scale { transform: scale(.92); }
.reveal.visible {
  opacity: 1;
  transform: none;
}

.d1 { transition-delay: .1s !important; }
.d2 { transition-delay: .2s !important; }
.d3 { transition-delay: .3s !important; }
.d4 { transition-delay: .4s !important; }
.d5 { transition-delay: .5s !important; }

/*  */
/* ======================================
INDUSTRIES SECTION
Brand Colors Used:
Burgundy: #462b34
Red Accent: #BA2325
Cream: #f0e6e0
Text: #766068
====================================== */

.industries-section {
  /* padding: 100px 0; */
  /* background: #f0e6e0; */

  
  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-39.png") no-repeat center center;
  background-size: cover;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 40px;
  color: #462b34;
  margin-bottom: 15px;
}

.section-header p {
  color: #766068;
  max-width: 650px;
  margin: auto;
  line-height: 1.6;
}

/* GRID */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.industry-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
}

/* NUMBER BADGE */
.industry-number {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 4;
  background: #f0e6e0;
  border: 2px solid #BA2325;
  color: #462b34;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* IMAGE WRAPPER */
.industry-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.industry-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.77,0,.18,1);
}

/* IMAGE SLIDE */
.industry-card:hover img {
  transform: scale(1.1) translateX(15px);
}

/* OVERLAY (Right → Left Sweep) */
.industry-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(70,43,52,.95),
    rgba(70,43,52,.85),
    rgba(70,43,52,.6)
  );
  transform: translateX(100%);
  transition: transform .7s cubic-bezier(.77,0,.18,1);
  z-index: 1;
}

.industry-card:hover .industry-overlay {
  transform: translateX(0);
}

/* CONTENT (Always Visible) */
.industry-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 3;
}

.industry-icon {
  width: 48px;
  height: 48px;
  background: #462b34;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 12px;
  transition: all .4s ease;
}

.industry-content h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  transition: color .4s ease;
}

/* HOVER CHANGES */
.industry-card:hover .industry-icon {
  background: #BA2325;
  transform: translateY(-4px);
}

/* CTA */
.cta-wrapper {
  text-align: center;
  margin-top: 60px;
}

.cta-btn {
  background: #462b34;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: .3s ease;
  display: inline-block;
}

.cta-btn:hover {
  background: #BA2325;
}
@media (max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-image img {
    height: 250px;
  }

  .section-header h2 {
    font-size: 28px;
  }
  .industry-content h3 {
    font-size: 15px !important;
  }
}

/* ===============================
INDUSTRY CARD CLEAN FINAL VERSION
=============================== */

.industry-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s ease;
}

.industry-card:hover {
  transform: translateY(-8px);
}
.industry-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

/* IMAGE */
.industry-image img {
  position: relative;
  z-index: 0;   /* force it below overlays */
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.77,0,.18,1);
}

/* BASE OVERLAY (ALWAYS VISIBLE) */
.industry-overlay-base {
  position: absolute;
  inset: 0;
  background: rgba(70, 43, 52, 0.35); /* slightly stronger so you SEE it */
  z-index: 1;
}

/* HOVER OVERLAY */
.industry-overlay-hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(70,43,52,.95),
    rgba(70,43,52,.85),
    rgba(70,43,52,.6)
  );
  transform: translateX(100%);
  transition: transform .8s cubic-bezier(.77,0,.18,1);
  z-index: 2;
}

.industry-card:hover .industry-overlay-hover {
  transform: translateX(0);
}
/* ===============================
TOP RIGHT ICON
=============================== */

.industry-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: #462b34;
  border-radius: 50%;
  border: 3px solid #BA2325;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  z-index: 4;
  transition: all .4s ease;
}

.industry-card:hover .industry-icon {
  background: #BA2325;
  transform: scale(1.1);
}

/* ===============================
TITLE BOX (INITIAL)
=============================== */

.industry-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #f0e6e0;
  padding: 14px 22px;
  border-radius: 12px;
  z-index: 5;
  transition: all .6s ease;
}

.industry-content h3 {
  margin: 0;
  font-size: 18px;
  color: #462b34;
  position: relative;
  transition: color .5s ease;
}

/* ===============================
HOVER STATE
=============================== */

.industry-card:hover .industry-content {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: transparent;
  text-align: center;
}

.industry-card:hover .industry-content h3 {
  color: #fff;
}

/* RED UNDERLINE */
.industry-content h3::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #BA2325;
  margin: 10px auto 0;
  transition: width .5s ease;
}

.industry-card:hover .industry-content h3::after {
  width: 70px;
}

/*  */


/*  */
 /* ===== REVEAL ANIMATION (as in your snippet) ===== */
 .reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.left  { transform: translateX(-44px); }
.reveal.right { transform: translateX(44px); }
.reveal.visible {
  opacity: 1;
  transform: none;
}

.dedicated-section .sec-title .top-title:before {
  background: #624b52;
  
}
.dedicated-section .sec-title .top-title:after {
  background: #624b52;
  border-left: 2px solid #462b34;
  border-bottom: 2px solid #462b34;
}
/* ===== SECTION STYLES (enhanced with your classes) ===== */
.dedicated-section {
  /* padding: 100px 0; */
  /* background: var(--light-bg); */
  /* position: relative;
  overflow: hidden; */

  position: relative;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;

  background: url("/assets/images/shape/pattern-9.png") no-repeat center center;
  background-size: cover;
}


/* subtle background glow (exactly as in your code) */
/* .dedicated-section::before {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(186, 35, 37, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
} */

.dedicated-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}


/* dedicated features list (exactly your .dedicated-features) */
.dedicated-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 20px;
}

.df-item {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition);
}

.df-item:hover {
  transform: translateX(6px);
}

.df-check {
  width: 30px;
  height: 30px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.df-item:hover .df-check {
  background: var(--burgundy);
}

.df-item span {
  font-size: 15px;
  color: var(--body-text);
  font-weight: 500;
}

/* "Best For" section */
.best-for-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 28px 0 12px;
}

.best-for-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.bf-tag {
  background: var(--burgundy);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.bf-tag:hover {
  background: var(--red);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(186, 35, 37, 0.2);
}

/* ----- RIGHT VISUAL COLUMN (image with badge) ----- */
.dedicated-visual {
  position: relative;
}

.ded-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.ded-img-wrap:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-deep);
}

.ded-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.ded-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(70, 43, 52, 0.7) 0%, transparent 60%);
  pointer-events: none;
}

.ded-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--red);
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
}

.ded-badge i {
  font-size: 18px;
}

/* ===== FULL RESPONSIVENESS (tablet & mobile) ===== */

/* Tablet landscape (≤ 1024px) */
@media (max-width: 1024px) {
  .dedicated-inner {
    gap: 40px;
  }
  .ded-img-wrap img {
    height: 380px;
  }
  .btn {
    padding: 12px 22px;
    font-size: 13px;
  }
}

/* Tablet portrait (≤ 900px) — switch to single column */
@media (max-width: 900px) {
  .dedicated-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .dedicated-visual {
    order: -1;  /* image on top (optional, but matches many designs) */
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  .ded-img-wrap img {
    height: 360px;
  }
  .btn-group {
    justify-content: flex-start;
  }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
  .dedicated-section {
    padding: 70px 0;
  }

  .container {
    padding: 0 18px;
  }

  .sec-title {
    font-size: 32px;
  }

  .sec-sub {
    font-size: 15px;
  }

  .df-item {
    gap: 12px;
  }

  .df-item span {
    font-size: 14px;
  }

  .df-check {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .best-for-tags {
    gap: 8px;
  }

  .bf-tag {
    font-size: 11px;
    padding: 6px 16px;
  }

  .btn-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .ded-img-wrap img {
    height: 280px;
  }

  .ded-badge {
    bottom: 20px;
    left: 20px;
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* Small mobile (≤ 400px) */
@media (max-width: 400px) {
  .sec-title {
    font-size: 28px;
  }

  .ded-badge {
    padding: 8px 14px;
    font-size: 12px;
  }

  .ded-badge i {
    font-size: 14px;
  }

  .df-item span {
    font-size: 13px;
  }
}

/* ===== micro interaction for the badge ===== */
.ded-badge {
  animation: gentlePulse 3s infinite ease-in-out;
}

@keyframes gentlePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* to make reveal work (you would normally add class "visible" with JS) */
/* for demo, we manually set visible (since this is static demo) */
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* for demo purpose, force visible */
.dedicated-section .reveal {
  opacity: 1;
  transform: none;
}


/*  */
/* Best For section - positioned on image */
.ded-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.ded-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Image zoom effect */
.ded-img-wrap:hover img {
  transform: scale(1.1);
}

.ded-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(70, 43, 52, 0.7) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* Premium Badge (bottom left) */
.ded-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--red);
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
}

/* Best For Title - TOP CENTER */
.ded-img-wrap .best-for-title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 3;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
  background: rgba(186, 35, 37, 0.95);
  padding: 8px 25px;
  border-radius: 40px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.2);
  white-space: nowrap;
}

/* Tags container - positioned to allow left/right placement */
.ded-img-wrap .best-for-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

/* Individual floating tags - positioned left and right */
.ded-img-wrap .bf-tag {
  position: absolute;
  background: rgba(70, 43, 52, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.3);
  pointer-events: auto;
  cursor: default;
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}

/* Position tags on left and right sides */
.ded-img-wrap .bf-tag:nth-child(1) { /* Startups - LEFT */
  left: 30px;
  top: 80px;
  animation-delay: 0s;
}

.ded-img-wrap .bf-tag:nth-child(2) { /* IT Companies - RIGHT */
  right: 30px;
  top: 140px;
  animation-delay: 0.4s;
}

.ded-img-wrap .bf-tag:nth-child(3) { /* Product Firms - LEFT */
  left: 30px;
  bottom: 120px;
  animation-delay: 0.8s;
}

.ded-img-wrap .bf-tag:nth-child(4) { /* Agencies - RIGHT */
  right: 30px;
  bottom: 60px;
  animation-delay: 1.2s;
}

/* Floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Hover effect - pause animation and highlight */
.ded-img-wrap .bf-tag:hover {
  background: var(--red);
  transform: scale(1.1) translateY(-5px) !important;
  animation: none !important;
  box-shadow: 0 15px 25px rgba(186, 35, 37, 0.4);
  z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ded-img-wrap .bf-tag {
    font-size: 11px;
    padding: 6px 16px;
  }
  
  .ded-img-wrap .bf-tag:nth-child(1) { left: 20px; top: 70px; }
  .ded-img-wrap .bf-tag:nth-child(2) { right: 20px; top: 120px; }
  .ded-img-wrap .bf-tag:nth-child(3) { left: 20px; bottom: 100px; }
  .ded-img-wrap .bf-tag:nth-child(4) { right: 20px; bottom: 50px; }
}

@media (max-width: 480px) {
  .ded-img-wrap .bf-tag {
    font-size: 10px;
    padding: 5px 12px;
  }
  
  .ded-badge {
    bottom: 20px;
    left: 20px;
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .ded-img-wrap .best-for-title {
    font-size: 12px;
    padding: 5px 18px;
  }
}

/*  */


/*  */
.recruitment-technology .sec-title {
  text-align: center;
}



/*  */
/* =========================
NEWSLETTER SECTION
========================= */

.pn-section {
  padding: 30px 32px 72px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pn-card {
  background: #462b34;
  border-radius: 20px;
  border: 1px solid rgba(70,43,52,.5);
  position: relative;
  overflow: visible;
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
}

/* dot grid */
.pn-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background-image: radial-gradient(rgba(240,230,224,.045) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  pointer-events: none;
}

/* floating icon */
.pn-icon-badge {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #BA2325, #a03232);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(186,35,37,.5);
  z-index: 5;
  animation: badgePulse 2.5s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,100% { box-shadow: 0 8px 24px rgba(186,35,37,.45); transform: translateX(-50%) scale(1); }
  50%      { box-shadow: 0 14px 36px rgba(186,35,37,.65); transform: translateX(-50%) scale(1.08); }
}

/* ── BODY — two columns: form left, presence right ── */
.pn-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 52px 52px 44px;
  gap: 48px;
  position: relative;
  z-index: 2;
}

/* center divider */
.pn-vline {
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 40px;
  width: 1.5px;
  background: linear-gradient(180deg, transparent, rgba(186,35,37,.3) 25%, rgba(186,35,37,.3) 75%, transparent);
  transform: translateX(-50%);
}

/* ── LEFT — heading + subscribe ── */
.pn-left {
  text-align: center;
}
.pn-left-label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #BA2325;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pn-left-label::before,
.pn-left-label::after {
  content: '';
  width: 24px;
  height: 1.5px;
  background: #BA2325;
}
.pn-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.pn-heading em {
  color: #f9b4b5;
  font-style: normal;
}
.pn-sub {
  font-size: 13px;
  color: rgba(240,230,224,.4);
  line-height: 1.65;
  margin-bottom: 24px;
}

/* form */
.pn-form-row {
  display: flex;
  border-radius: 9px;
  overflow: hidden;
  border: 1.5px solid rgba(186,35,37,.3);
  background: rgba(255,255,255,.04);
  transition: border-color .3s, box-shadow .3s;
}
.pn-form-row:focus-within {
  border-color: #BA2325;
  box-shadow: 0 0 0 3px rgba(186,35,37,.15);
}
.pn-email-input {
  flex: 1;
  padding: 13px 18px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 13.5px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  min-width: 0;
}
.pn-email-input::placeholder { color: rgba(240,230,224,.35); }
.pn-subscribe-btn {
  padding: 13px 22px;
  background: #BA2325;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background .3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
}
.pn-subscribe-btn:hover { background: #462b34; }
.pn-form-note {
  font-size: 11px;
  color: rgba(240,230,224,.28);
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pn-form-note i { color: #BA2325; font-size: 10px; }

/* ── RIGHT — Our Presence ── */
.pn-right {
  padding-left: 12px;
}
.pn-presence-label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(240,230,224,.45);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pn-presence-label i { color: #BA2325; font-size: 11px; }

.pn-pills {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.pn-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(186,35,37,.2);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(240,230,224,.8);
  transition: all .32s;
  cursor: default;
}
.pn-pill:hover {
  background: rgba(186,35,37,.14);
  border-color: rgba(186,35,37,.45);
  color: #fff;
  transform: translateX(6px);
}
.pn-pill-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(186,35,37,.18);
  border: 1px solid rgba(186,35,37,.3);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #BA2325;
  transition: all .32s;
}
.pn-pill:hover .pn-pill-icon {
  background: #BA2325;
  color: #fff;
  border-color: #BA2325;
}

/* bottom bar */
.pn-bottom {
  border-top: 1px solid rgba(186,35,37,.15);
  padding: 13px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.pn-bottom-left {
  font-size: 12px;
  color: rgba(240,230,224,.28);
  display: flex;
  align-items: center;
  gap: 6px;
}
.pn-bottom-left i { color: #BA2325; font-size: 10px; }
.pn-soc-row { display: flex; gap: 8px; }
.pn-soc {
  width: 30px; height: 30px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  transition: all .25s;
}
.pn-soc:hover { background: #BA2325; color: #fff; border-color: #BA2325; }

/* RESPONSIVE */
@media(max-width:900px) {
  .pn-body { grid-template-columns: 1fr; gap: 36px; padding: 52px 36px 40px; }
  .pn-vline { display: none; }
  .pn-right { padding-left: 0; }
  .pn-left { text-align: center; }
}
@media(max-width:600px) {
  .pn-section { padding: 0 16px 56px; }
  .pn-body { padding: 48px 22px 36px; }
  .pn-bottom { padding: 13px 22px; flex-direction: column; text-align: center; }
  .pn-form-row { flex-direction: column; }
  .pn-subscribe-btn { width: 100%; justify-content: center; }
}

/* 
 */


/* 
 */
 /* For all main headings across pages */
.page-title h1,
.main-heading,
.section-title h1,
.banner-section h1 {
    animation: smoothFadeIn 1.2s ease forwards;
}

@keyframes smoothFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  */
/* ===== SINGLE ANIMATION SYSTEM ===== */

/* Base hidden state */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Visible state */
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Different animation directions */
.service-block-one:nth-child(odd) .animate-on-scroll {
  transform: translateX(-40px);
}

.service-block-one:nth-child(even) .animate-on-scroll {
  transform: translateX(40px);
}

.service-block-one.animate-in,
.service-block-one .animate-on-scroll.animate-in {
  transform: translateX(0);
}

/* Stagger animations for grid items */
.stagger-children > * {
  /* opacity: 0; */
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: calc(0.1s * var(--item-index, 0));
}

.stagger-children.animate-in > * {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for grid items */
.stagger-children > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children > *:nth-child(6) { transition-delay: 0.6s; }

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  /* background: linear-gradient(90deg, #BA2325, #462b34); */
  z-index: 99999;
  transition: width 0.1s ease;
}

/* Disable WOW.js animations to prevent conflicts */
.wow {
  animation-name: none !important;
  visibility: visible !important;
}



/* 
 */

 
 /* ===== ACTIVE NAV LINK STYLES - CHANGE TEXT TO BLACK ===== */

/* ACTIVE NAV LINK */
.main-nav ul li.active > a,
.main-nav ul li a.active {
  color: #000 !important;
  font-weight: 700;
}

/* Remove the red underline if you don't want it */
.main-nav ul li a.active::after {
  display: none;
}

/* For dropdown items */
.main-nav ul li ul.sub-menu li a.active {
  color: #000000 !important;
  background: rgba(0,0,0,0.05);
}

/* Mobile menu active state */
.mobile-menu ul li a.active {
  color: #000000 !important;
  background: rgba(255,255,255,0.2);
  border-left: 3px solid #000000;
}

.mobile-menu li.active > a,
.mobile-menu a.active {
  color: #BA2325!important;
}


