
/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Printify             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. miscelnious styles
* 3. header styles
* 4. banner styles
* 5. welcome styles
* 6. what we do styles
* 7. brand styles
* 8. footer subscribe styles
* 9. footer styles
* 10. footer bottom styles
* 11. recent project styles
* 12. cta styles
* 13. testimonials styles
* 14. we belive carousel styles
* 15. faq section styles
* 16. team styles
* 17. services styles
* 18. video box styles
* 19. video box styles
* 20. contact styles
* 21. page title styles
* 22. about styles
* 23. blog styles
* 24. error 404 styles
* 25. pricing styles
* 26. sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/**************************
* 1. imported styles
***************************/

/**************************
* 2. miscelnious styles
***************************/
body {
  font-family: "Rubik";
  color: #757575;
  font-size: 18px;
  line-height: 32px;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.gray-bg {
  background: #f4f9fd;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: #4B1D6D;
  border-radius: 35px;
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 16px;
  padding: 18px 69px;
  transition: all 0.4s;
}
.thm-btn:hover {
  background: #fff;
  color: #4B1D6D;
}
.thm-btn.yellow-bg {
  background: #C9A227;
  color: #212121;
}
.thm-btn.yellow-bg:hover {
  background: #19B7A5;
  color: #fff;
}

.sec-title {
  margin-top: -8px;
  margin-bottom: 55px;
}
.sec-title span {
  font-family: "Rubik", sans-serif;
  color: #4B1D6D;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
.sec-title h3,
.sec-title h2 {
  margin: 0;
  color: #212121;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec-title p {
  color: #757575;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-title p {
    white-space: pre-line;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #4B1D6D;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background: #C9A227;
  color: #212121;
}

/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #4B1D6D;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**************************
* 3. header styles
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.header-navigation .thm-container {
  max-width: 100%;
  background: transparent;
  padding: 0 40px;
  position: relative;
}
.header-navigation .thm-container .navbar-header {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.header-navigation .thm-container .navbar-brand {
  height: auto;
  padding: 0px 0;
}
.header-navigation .thm-container .navbar-brand img {
  max-height: 60px;
  width: auto;
}
.header-navigation .thm-container .main-navigation {
  text-align: center;
  padding: 0;
}
.header-navigation .thm-container .right-side-box {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.header-navigation .thm-container .right-side-box .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(75, 29, 109, 0.08);
  color: #4B1D6D;
}
.header-navigation .thm-container .right-side-box .social a:hover {
  background: #4B1D6D;
  color: #fff;
  transform: translateY(-2px);
}
.header-navigation .thm-container .right-side-box .social a + a {
  margin-left: 8px;
}
.header-navigation .thm-container .right-side-box .social a.fa-facebook-f {
  background: rgba(40, 132, 198, 0.1);
  color: #2884c6;
}
.header-navigation .thm-container .right-side-box .social a.fa-facebook-f:hover {
  background: #2884c6;
  color: #fff;
}
.header-navigation .thm-container .right-side-box .social a.fa-instagram {
  background: rgba(193, 53, 132, 0.1);
  color: #c13584;
}
.header-navigation .thm-container .right-side-box .social a.fa-instagram:hover {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
}
.header-navigation .thm-container .right-side-box .social a.fa-youtube {
  background: rgba(255, 0, 0, 0.08);
  color: #ff0000;
}
.header-navigation .thm-container .right-side-box .social a.fa-youtube:hover {
  background: #ff0000;
  color: #fff;
}
.header-navigation .thm-container .right-side-box .social a.fa-tiktok {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
.header-navigation .thm-container .right-side-box .social a.fa-tiktok:hover {
  background: #000;
  color: #fff;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 42px 0;
  display: inline-block;
}
.header-navigation ul.navigation-box > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C9A227;
  margin-left: 22px;
  margin-right: 22px;
  opacity: 0.5;
}
.header-navigation ul.navigation-box > li:first-child:before {
  display: none;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 0px;
}
.header-navigation ul.navigation-box > li > a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: #C9A227;
  border-radius: 1px;
  transition: transform 0.3s ease, width 0.3s ease;
  transform-origin: center;
}
.header-navigation ul.navigation-box > li:hover > a::before,
.header-navigation ul.navigation-box > li.active > a::before {
  transform: translateX(-50%) scaleX(1);
  width: 100%;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #4B1D6D;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.02em;
  position: relative;
}
.header-navigation ul.navigation-box > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.header-navigation ul.navigation-box > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.header-navigation ul.navigation-box > li > ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.header-navigation ul.navigation-box > li > ul.sub-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -2px -2px 4px rgba(75, 29, 109, 0.06);
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 100000;
  float: none;
  min-width: 280px;
  padding: 8px 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 12px;
  border-top: 3px solid #C9A227;
  box-shadow: 0 15px 50px rgba(75, 29, 109, 0.14), 0 4px 12px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
  transform: translateY(10px);
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu.right-align {
  transform: translateY(0);
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li + li {
  border-top: 1px solid rgba(75, 29, 109, 0.06);
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #444;
  font-weight: 500;
  padding: 14px 24px 14px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 22px;
  white-space: nowrap;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a,
.header-navigation ul.navigation-box > li > .sub-menu li.active > a {
  background: linear-gradient(90deg, rgba(75, 29, 109, 0.06) 0%, rgba(75, 29, 109, 0) 100%);
  color: #4B1D6D;
  border-left-color: #C9A227;
  padding-left: 26px;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 239px;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  background-color: #4B1D6D;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation
  ul.navigation-box
  > li
  > .sub-menu
  > li
  > ul.sub-menu
  > li
  > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation
  ul.navigation-box
  > li
  > .sub-menu
  > li
  > .sub-menu
  li:hover
  > a {
  background: #C9A227;
  color: #fff;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(75, 29, 109, 0.08);
  border-bottom: 1px solid rgba(75, 29, 109, 0.05);
}
.header-navigation.stricky-fixed .thm-container {
  box-shadow: none;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand img {
  max-height: 45px;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 26px;
  padding-bottom: 26px;
}
.header-navigation.stricky-fixed ul.navigation-box > li > a::before {
  bottom: -8px;
}

/**************************
* 4. banner styles
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 9999;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel
  .carousel-caption
  .thm-container
  .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel
  .carousel-caption
  .thm-container
  .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  opacity: 1;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 820px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #212121;
}

.slider-home-one .content {
  text-align: center;
  position: relative;
  z-index: 999;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h2 {
  font-family: "Rubik";
  font-size: 120px;
  font-weight: bold;
  line-height: 120px;
  letter-spacing: -0.06em;
  white-space: pre-line;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-one .content h3 {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 30px;
  color: #C9A227;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.slider-home-one .content a.thm-btn {
  margin-top: 40px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.banner-style-two {
  background: #212121;
  overflow: hidden;
}
.banner-style-two .thm-container-fluid {
  max-width: 100%;
}
.banner-style-two .swiper-container-horizontal .swiper-pagination,
.banner-style-two .owl-dots {
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  z-index: 999;
}
.banner-style-two .swiper-pagination span + span,
.banner-style-two .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.banner-style-two .swiper-pagination span,
.banner-style-two .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.banner-style-two .owl-nav {
  display: none;
}
.banner-style-two .swiper-pagination span.swiper-pagination-bullet-active,
.banner-style-two .owl-dots .owl-dot.active span {
  background: white;
}
.banner-style-two .single-banner-carousel {
  padding: 150px 0;
}
.banner-style-two .single-banner-carousel span {
  display: block;
  color: #C9A227;
  font-size: 24px;
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
}
.banner-style-two .single-banner-carousel h2 {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 130px;
  line-height: 110px;
  white-space: pre-line;
  letter-spacing: -0.06em;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* main slider swiper js alternative */

.main-slider {
  position: relative;
}

.main-slider .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider .swiper-slide {
  position: relative;
  min-height: 100vh;
}
.main-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(75,29,109,0.65) 0%, rgba(75,29,109,0.55) 50%, rgba(75,29,109,0.7) 100%);
  z-index: 2;
  pointer-events: none;
}

.main-slider .swiper-slide .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform-origin: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__content {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.main-slider__content .thm-container {
  pointer-events: auto;
}

.main-slider__card {
  display: inline-block;
  position: relative;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 20px;
  padding: 55px 65px 50px;
  max-width: 720px;
  margin: 0 auto;
  animation: sliderCardIn 1.2s ease 0.2s both;
  overflow: hidden;
}
.main-slider__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -50%;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,0.6), transparent);
  animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { transform: translateX(-30%); }
  50% { transform: translateX(30%); }
}

@keyframes sliderCardIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.slider-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: rgba(201, 162, 39, 0.5);
  border-style: solid;
  border-width: 0;
  z-index: 2;
}
.slider-corner--tl {
  top: 12px; left: 12px;
  border-top-width: 2px; border-left-width: 2px;
  border-top-left-radius: 6px;
}
.slider-corner--tr {
  top: 12px; right: 12px;
  border-top-width: 2px; border-right-width: 2px;
  border-top-right-radius: 6px;
}
.slider-corner--bl {
  bottom: 12px; left: 12px;
  border-bottom-width: 2px; border-left-width: 2px;
  border-bottom-left-radius: 6px;
}
.slider-corner--br {
  bottom: 12px; right: 12px;
  border-bottom-width: 2px; border-right-width: 2px;
  border-bottom-right-radius: 6px;
}

.main-slider__badge {
  display: inline-block;
  background: linear-gradient(135deg, #C9A227 0%, #e0be4a 50%, #C9A227 100%);
  background-size: 200% 200%;
  animation: sliderFadeInDown 0.8s ease 0.4s both, badgeShine 3s ease infinite;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 26px;
  border-radius: 50px;
  margin-bottom: 22px;
  box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}
@keyframes badgeShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.main-slider__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  animation: sliderFadeInDown 0.8s ease 0.5s both;
}
.main-slider__divider--bottom {
  margin-bottom: 20px;
  margin-top: 5px;
  animation: sliderFadeInUp 1s ease 0.9s both;
}
.main-slider__divider span:nth-child(1),
.main-slider__divider span:nth-child(3) {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(201, 162, 39, 0.45);
}
.main-slider__divider span:nth-child(2) {
  display: block;
  width: 8px;
  height: 8px;
  border: 1.5px solid #C9A227;
  transform: rotate(45deg);
}

.main-slider__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-family: "Rubik";
  white-space: pre-line;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  text-shadow: 0 3px 20px rgba(0,0,0,0.25), 0 0 40px rgba(201,162,39,0.08);
  animation: sliderFadeInUp 1s ease 0.6s both;
}

.main-slider__desc {
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.8);
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 480px;
  animation: sliderFadeInUp 1s ease 0.8s both;
}

.main-slider__buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: sliderFadeInUp 1s ease 1s both;
}

.slider-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.slider-btn i {
  font-size: 20px;
}
.slider-btn--primary {
  background: rgba(255,255,255, 0.95);
  color: #4B1D6D;
  border-color: rgba(255,255,255,0.95);
}
.slider-btn--primary:hover {
  background: #4B1D6D;
  color: #fff;
  border-color: #4B1D6D;
}
.slider-btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.slider-btn--secondary:hover {
  background: #C9A227;
  color: #fff;
  border-color: #C9A227;
}

.main-slider__scroll {
  position: absolute;
  bottom: 30px;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 14px;
  animation: sliderFadeInUp 1s ease 1.3s both;
  pointer-events: none;
}
.main-slider__scroll span {
  display: block;
  width: 4px;
  height: 8px;
  background: #C9A227;
  border-radius: 2px;
  margin: 8px auto 0;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.3; }
}

@keyframes sliderFadeInDown {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sliderFadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
  .main-slider__card {
    padding: 55px 70px 50px;
  }
  .main-slider__title {
    font-size: 58px;
  }
  .main-slider__desc {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .main-slider__title {
    font-size: 70px;
  }
  .main-slider__card {
    padding: 55px 80px 50px;
  }
}

@media (min-width: 1200px) {
  .main-slider__title {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

@media (min-width: 1536px) {
  .main-slider__title {
    font-size: 90px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .main-slider .swiper-slide {
    min-height: 100svh;
  }
  .main-slider__content {
    min-height: 100svh;
    padding: 100px 10px 60px;
  }
  .main-slider__card {
    padding: 30px 22px 28px;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
  }
  .slider-corner {
    width: 18px;
    height: 18px;
  }
  .slider-corner--tl { top: 8px; left: 8px; }
  .slider-corner--tr { top: 8px; right: 8px; }
  .slider-corner--bl { bottom: 8px; left: 8px; }
  .slider-corner--br { bottom: 8px; right: 8px; }
  .main-slider__badge {
    font-size: 16px;
    padding: 7px 20px;
    margin-bottom: 16px;
  }
  .main-slider__title {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .main-slider__desc {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .main-slider__divider {
    margin-bottom: 14px;
  }
  .main-slider__divider--bottom {
    margin-bottom: 16px;
    margin-top: 2px;
  }
  .main-slider__divider span:nth-child(1),
  .main-slider__divider span:nth-child(3) {
    width: 30px;
  }
  .main-slider__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .slider-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 24px;
    font-size: 16px;
  }
  .main-slider__scroll {
    display: none;
  }
}


/**************************
* 5. welcome styles
***************************/
.welcome-section {
  background: #f5f6fa;
}
.welcome-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.welcome-section .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.welcome-section .welcome-img-box {
  flex: 1;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.welcome-section .welcome-img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.welcome-section .welcome-content {
  flex: 1;
  padding-left: 56px;
}
.welcome-section .welcome-content p {
  margin: 0;
  white-space: pre-line;
}
.welcome-section .welcome-content .title {
  margin-bottom: 38px;
}
.welcome-section .welcome-content .title p,
.welcome-section .welcome-content .title h3,
.welcome-section .welcome-content .title h2 {
  margin: 0;
}
.welcome-section .welcome-content .title p {
  color: #4B1D6D;
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
}
.welcome-section .welcome-content .title h3,
.welcome-section .welcome-content .title h2 {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
}
.welcome-section .welcome-content p {
  color: #757575;
}
.welcome-section .welcome-content p + p {
  margin-top: 20px;
}
.welcome-section .welcome-content a.thm-btn {
  margin-top: 55px;
}

/**************************
* 6. what we do styles
***************************/
.what-we-do {
  padding-bottom: 140px;
}
.what-we-do .single-what-we-do .text-box {
  background: #f5f6fa;
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.what-we-do .single-what-we-do .text-box:before {
  background: #4B1D6D;
}
.what-we-do .single-what-we-do .text-box:hover h3,
.what-we-do .single-what-we-do .text-box:hover p {
  color: #fff;
}
.what-we-do .single-what-we-do .text-box:hover a.read-more {
  background: #fff;
  color: #4B1D6D;
}
.what-we-do .single-what-we-do .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do .text-box a.read-more:hover {
  background: #fff;
  color: #4B1D6D;
}
.what-we-do .single-what-we-do-one {
  background: #f5f6fa;
  position: relative;
  padding: 0 40px;
  padding-top: 50px;
  padding-bottom: 43px;
}
.what-we-do .single-what-we-do-one:before {
  background: #4B1D6D;
}
.what-we-do .single-what-we-do-one:hover i,
.what-we-do .single-what-we-do-one:hover h3,
.what-we-do .single-what-we-do-one:hover p {
  color: #fff;
}
.what-we-do .single-what-we-do-one:hover a.read-more {
  background: #fff;
  color: #4B1D6D;
}
.what-we-do .single-what-we-do-one i {
  font-size: 65px;
  color: #2e8ed2;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do-one h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 35px;
  line-height: 36px;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do-one p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do-one a.read-more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  transition: all 0.4s ease;
}
.what-we-do .single-what-we-do-two {
  padding-left: 30px;
}
.what-we-do .single-what-we-do-two + .single-what-we-do-two {
  margin-top: 30px;
}
.what-we-do .single-what-we-do-two .img-box {
  float: right;
}
.what-we-do .single-what-we-do-two .text-box {
  float: left;
  width: 50%;
}
.what-we-do .single-what-we-do-two .text-box h3,
.what-we-do .single-what-we-do-two .text-box p {
  margin: 0;
}
.what-we-do .single-what-we-do-two .text-box h3 {
  color: #202020;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.what-we-do .single-what-we-do-two .text-box h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.what-we-do .single-what-we-do-two .text-box h3 a:hover {
  color: #4B1D6D;
}
.what-we-do .single-what-we-do-two .text-box p {
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.what-we-do.service-page .single-what-we-do .text-box {
  padding: 0 60px;
  padding-top: 55px;
  padding-bottom: 53px;
}

/**************************
* 7. brand styles
***************************/
.brand-carousel-wrapper {
  background: #4B1D6D;
  padding: 80px 0;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-carousel-wrapper .brand-carousel .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.brand-carousel-wrapper .brand-carousel img {
  max-height: 70px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
.brand-carousel-wrapper .brand-carousel img:hover {
  opacity: 1;
}

/**************************
* 8. footer subscribe styles
***************************/
.footer-subscribe {
  background: #212121;
}
.footer-subscribe .thm-container {
  border-bottom: 1px solid #2e2e2e;
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
  padding-top: 73px;
  padding-bottom: 80px;
}
.footer-subscribe .title {
  text-align: center;
}
.footer-subscribe .title span,
.footer-subscribe .title h3 {
  margin: 0;
}
.footer-subscribe .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  color: #4B1D6D;
  font-size: 16px;
}
.footer-subscribe .title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 4px;
}
.footer-subscribe form.subscribe-form {
  text-align: center;
  margin-top: 50px;
}
.footer-subscribe form.subscribe-form input {
  border: none;
  outline: none;
  min-width: 615px;
  height: 68px;
  background: #2e2e2e;
  border-radius: 35px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 50px;
  margin-right: 10px;
  display: inline-block;
  text-align: left;
}
.footer-subscribe form.subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}

/**************************
* 9. footer styles
***************************/
.footer {
  background: linear-gradient(180deg, #4B1D6D 0%, #3a1456 100%);
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.footer__top-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #C9A227 50%, transparent 100%);
}
.footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer__logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.footer__social {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__social a:hover {
  background: #C9A227;
  color: #fff;
  border-color: #C9A227;
  transform: translateY(-3px);
}
.footer__title-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #C9A227;
  margin-top: 10px;
  border-radius: 1px;
}
.footer .footer-widget ul.footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-widget ul.footer__contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
}
.footer .footer-widget ul.footer__contact-list li:last-child {
  margin-bottom: 0;
  align-items: flex-start;
}
.footer .footer-widget ul.footer__contact-list li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
  line-height: 36px;
}
.footer .footer-widget ul.footer__contact-list li a:hover {
  color: #C9A227;
}
.footer .footer-widget .footer__contact-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.12);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #C9A227;
  font-size: 14px;
  flex-shrink: 0;
}
.footer .footer-widget .footer__contact-icon i {
  display: inline-block !important;
  font-size: 14px;
  color: #C9A227;
  line-height: 1;
}
.footer .footer-widget h3,
.footer .footer-widget p,
.footer .footer-widget ul,
.footer .footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-widget p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
}
.footer .footer-widget .title {
  margin-bottom: 30px;
}
.footer .footer-widget .title h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footer .footer-widget.links-widget ul.link-list li + li {
  margin-top: 6px;
}
.footer .footer-widget.links-widget ul.link-list a {
  display: inline-block;
  position: relative;
  padding-left: 0;
  transition: all 0.3s ease;
}
.footer .footer-widget.links-widget ul.link-list a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #C9A227;
  margin-right: 10px;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer .footer-widget.links-widget ul.link-list a:hover {
  color: #C9A227;
  padding-left: 4px;
}
.footer .footer-widget.explore {
  padding-left: 40px;
}
.footer .footer-widget.services {
  padding-left: 75px;
}
.footer .footer-widget .footer-subscribe {
  width: 100%;
  position: relative;
  height: 69px;
  background-color: #171717;
  border-radius: 34.5px;
  margin-top: 50px;
}
.footer .footer-widget .footer-subscribe input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 45px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.footer .footer-widget .footer-subscribe input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-widget .footer-subscribe input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-widget .footer-subscribe input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-widget .footer-subscribe input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-widget .footer-subscribe button[type="submit"] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #4B1D6D;
  text-align: center;
  line-height: 59px;
  color: #fff;
}
.footer .footer-widget .single-post-widget .date {
  color: #C9A227;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-widget .single-post-widget .post-title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.footer .footer-widget .single-post-widget .post-title a {
  color: #ffffff;
  transition: all 0.4s ease;
}
.footer .footer-widget .single-post-widget .post-title a:hover {
  color: #C9A227;
}
.footer .single-post-widget + .single-post-widget {
  margin-top: 55px;
}

/**************************
* 10. footer bottom styles
***************************/
.footer-bottom {
  background: #2d1145;
  border-top: 1px solid rgba(201, 162, 39, 0.1);
}
.footer-bottom .thm-container {
  padding: 22px 15px;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.8;
}
.footer-bottom p a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
.footer-bottom p a:hover {
  color: #C9A227;
}
.footer-bottom__credit {
  margin-top: 4px !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.35) !important;
}
.footer-bottom .thm-container .social-box a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.footer-bottom .thm-container .social-box a + a {
  margin-left: 10px;
}
.footer-bottom .thm-container .social-box a.fa-twitter {
  background: #C9A227;
}
.footer-bottom .thm-container .social-box a.fa-facebook-f {
  background: #2884c6;
}
.footer-bottom .thm-container .social-box a.fa-pinterest {
  background: #ffffff;
  color: #212121;
}
.footer-bottom .thm-container .social-box a.fa-youtube {
  background: #4B1D6D;
}

/**************************
* 11. recent project styles
***************************/
.recent-projects .single-recent-project:hover .img-box:before {
  opacity: 1;
}
.recent-projects .single-recent-project:hover .text-box h3,
.recent-projects .single-recent-project:hover .text-box span {
  color: #fff;
}
.recent-projects .single-recent-project:hover .text-box a.more {
  background: #fff;
  color: #4B1D6D;
}
.recent-projects .single-recent-project:hover .text-box .inner:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}
.recent-projects .single-recent-project {
  margin-bottom: 30px;
}
.recent-projects .single-recent-project .img-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.recent-projects .single-recent-project .img-box > img,
.recent-projects .single-recent-project .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.recent-projects .single-recent-project:hover .img-box img {
  transform: scale(1.08);
}
.recent-projects .single-recent-project .img-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(75, 29, 109, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.recent-projects .single-recent-project .img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #C9A227;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
}
.recent-projects .single-recent-project:hover .img-box:before {
  opacity: 1;
}
.recent-projects .single-recent-project:hover .img-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.lightbox-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.recent-projects .single-recent-project .text-box {
  position: relative;
  padding-left: 60px;
}
.recent-projects .single-recent-project .text-box .inner {
  background: #f5f6fa;
  padding: 32.5px 0;
  padding-left: 60px;
  display: block;
}
.recent-projects .single-recent-project .text-box .inner:before {
  background: #4B1D6D;
}
.recent-projects .single-recent-project .text-box h3,
.recent-projects .single-recent-project .text-box span {
  margin: 0;
}
.recent-projects .single-recent-project .text-box span {
  color: #4B1D6D;
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 16px;
}
.recent-projects .single-recent-project .text-box h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 500;
  transition: all 0.4s ease;
}
.recent-projects .single-recent-project .text-box a.more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -21px;
  right: 30px;
  z-index: 9;
  transition: all 0.4s ease;
}

.project-page .single-recent-project {
  margin-bottom: 30px;
}
.project-page .pagination {
  margin-bottom: 0;
  margin-top: 50px;
  display: block;
}
.project-page .pagination > li + li {
  margin-left: 5px;
}
.project-page .pagination > li:last-child {
  margin-left: 0px;
}
.project-page .pagination > li > a,
.project-page .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover {
  background: #4B1D6D;
  color: #fff;
  border-color: #4B1D6D;
}

.project-details-page .project-details-content h3,
.project-details-page .project-details-content p {
  margin: 0;
}
.project-details-page .project-details-content h3 {
  margin: 0;
  color: #202020;
  font-size: 24px;
  font-weight: bold;
}
.project-details-page .project-details-content p {
  margin: 0;
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}
.project-details-page .project-details-content .project-details-table {
  background: #f4f5f9;
  padding: 39px 0;
  padding-left: 50px;
  padding-right: 50px;
}
.project-details-page
  .project-details-content
  .project-details-table
  .single-project-details-table
  + .single-project-details-table {
  margin-top: 7px;
}
.project-details-page
  .project-details-content
  .project-details-table
  .single-project-details-table
  span.title {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.project-details-page
  .project-details-content
  .project-details-table
  .single-project-details-table
  span.name {
  color: #747474;
  font-size: 16px;
  float: right;
}
.project-details-page .img-box-wrapper .row + .row {
  margin-top: 30px;
}

/**************************
* 12. cta styles
***************************/
.cta-style-two {
  background: #212121;
  overflow: hidden;
  position: relative;
}
.cta-style-two > .thm-container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cta-style-two > .thm-container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.cta-style-two .image-block {
  flex: 1;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
.cta-style-two .image-block > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.cta-style-two:hover .image-block > img {
  transform: scale(1.08);
}
.what-we-do .single-what-we-do .img-box,
.what-we-do .single-what-we-do-two .img-box {
  overflow: hidden;
  border-radius: 8px;
}
.what-we-do .single-what-we-do .img-box img,
.what-we-do .single-what-we-do-two .img-box img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.what-we-do .single-what-we-do:hover .img-box img,
.what-we-do .single-what-we-do-two:hover .img-box img {
  transform: scale(1.08);
}
.cta-style-two .image-block .content-block {
  width: 100%;
  max-width: 475px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 45px;
  border-style: solid;
  border-width: 10px;
  border-color: white;
  background-color: rgba(33, 33, 33, 0.102);
  padding: 49px 20px;
}
.cta-style-two .image-block .content-block h3 {
  margin: 0;
  font-family: "Rubik";
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  white-space: pre-line;
}
.cta-style-two .cta-style-two-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 70px;
}
.cta-style-two .cta-style-two-content .title {
  margin-bottom: 40px;
}
.cta-style-two .cta-style-two-content .title span,
.cta-style-two .cta-style-two-content .title h2 {
  margin: 0;
}
.cta-style-two .cta-style-two-content .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #C9A227;
}
.cta-style-two .cta-style-two-content .title h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.cta-style-two .cta-style-two-content p {
  margin: 0;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 36px;
}
.cta-style-two .cta-style-two-content a.thm-btn {
  margin-top: 50px;
}

.call-to-action-one {
  position: relative;
}
.call-to-action-one .overlay {
  background: #4B1D6D url(../img/cta-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.call-to-action-one .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4B1D6D;
  opacity: 0.75;
}
.call-to-action-one .inner-wrapper {
  background: transparent url(../img/zasto-izabrati-nas.webp) right center no-repeat
    fixed;
  background-size: 25% auto;
  position: relative;
  z-index: 99;
  padding-top: 115px;
  padding-bottom: 120px;
}
.call-to-action-one .thm-container {
  position: relative;
  z-index: 9;
}
.call-to-action-one .call-to-action-content ul,
.call-to-action-one .call-to-action-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-to-action-one .call-to-action-content .title {
  margin-bottom: 40px;
}
.call-to-action-one .call-to-action-content .title span,
.call-to-action-one .call-to-action-content .title h2 {
  margin: 0;
}
.call-to-action-one .call-to-action-content .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #C9A227;
}
.call-to-action-one .call-to-action-content .title h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.call-to-action-one .call-to-action-content ul.list-box li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.call-to-action-one .call-to-action-content ul.list-box li + li {
  margin-top: 10px;
}
.call-to-action-one .call-to-action-content ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.call-to-action-one .call-to-action-content a.thm-btn {
  margin-top: 55px;
}
.call-to-action-one .call-to-action-content a.thm-btn:hover {
  background: #212121;
}

.cta-style-three {
  background: #4B1D6D url(../img/cta-bg-2-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cta-style-three span,
.cta-style-three h2 {
  margin: 0;
}
.cta-style-three span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #C9A227;
}
.cta-style-three h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  white-space: pre-line;
}
.cta-style-three a.thm-btn {
  background: #212121;
  color: #fff;
  margin-top: 50px;
}
.cta-style-three a.thm-btn:hover {
  background: #4B1D6D;
  color: #fff;
}

/**************************
* 13. testimonials styles
***************************/
.testi-carousel-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.testi-carousel-wrapper .overlay {
  background: #212121 url(../img/testi-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.testi-carousel-wrapper .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.8;
}
@supports (-webkit-touch-callout: none) {
  .call-to-action-one .overlay,
  .call-to-action-one .inner-wrapper,
  .testi-carousel-wrapper .overlay {
    background-attachment: scroll !important;
  }
}
.testi-carousel-wrapper .thm-container {
  position: relative;
  z-index: 9;
}
.testi-carousel-wrapper .thm-container .swiper-wrapper,
.testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
  padding-top: 60px;
}
.testi-carousel-wrapper .thm-container .swiper-pagination,
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
  margin-bottom: 0;
  width: 270px;
  margin-top: 20px;
  position: absolute;
  bottom: 25%;
  left: 0;
}

.testi-carousel-wrapper .thm-container .swiper-pagination span + span,
.testi-carousel-wrapper
  .thm-container
  .owl-theme
  .owl-dots
  .owl-dot
  + .owl-dot {
  margin-left: 10px;
}
.testi-carousel-wrapper .thm-container .swiper-pagination span,
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-nav {
  display: none;
}

.testi-carousel-wrapper
  .thm-container
  .swiper-pagination
  span.swiper-pagination-bullet-active,
.testi-carousel-wrapper
  .thm-container
  .owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: white;
}
.testi-carousel-wrapper .thm-container .single-testimonials {
  position: relative;
}
.testi-carousel-wrapper .thm-container .single-testimonials .img-box {
  width: 270px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 99;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 720px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box .testi-text {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box p {
  margin: 0;
  color: #C9A227;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.testi-quote-icon {
  position: absolute;
  top: -20px;
  right: 60px;
  font-size: 160px;
  line-height: 1;
  color: rgba(201, 162, 39, 0.08);
  font-family: Georgia, serif;
  z-index: 1;
  pointer-events: none;
}
.testi-stars {
  margin-bottom: 18px;
  display: flex;
  gap: 4px;
}
.testi-stars i {
  color: #C9A227;
  font-size: 16px;
}

/**************************
* 14. we belive carousel styles
***************************/
.we-believe-carousel {
  position: relative;
  padding-right: 70px;
  padding-bottom: 120px;
  padding-top: 120px;
}
.we-believe-carousel .single-we-believe .img-box {
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
}
.we-believe-carousel .single-we-believe .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-believe-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: #f5f6fa;
  width: 10000000px;
  height: 100%;
}
.we-believe-carousel .swiper-pagination,
.we-believe-carousel .owl-dots {
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  bottom: 8.5%;
  left: 0;
  text-align: center;
  z-index: 999;
  padding-right: 70px;
}

.we-believe-carousel .swiper-pagination span + span,
.we-believe-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.we-believe-carousel .swiper-pagination span,
.we-believe-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.we-believe-carousel .owl-nav {
  display: none;
}

.we-believe-carousel .swiper-pagination span.swiper-pagination-bullet-active,
.we-believe-carousel .owl-dots .owl-dot.active span {
  background: #212121;
}
.we-believe-carousel .single-we-believe .text-box {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 43px;
}
.we-believe-carousel .single-we-believe .text-box h3,
.we-believe-carousel .single-we-believe .text-box p {
  margin: 0;
}
.we-believe-carousel .single-we-believe .text-box h3 {
  color: #212121;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  white-space: pre-line;
}
.we-believe-carousel .single-we-believe .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin-top: 32px;
}
.we-believe-carousel .single-we-believe .text-box a.thm-btn {
  margin-top: 50px;
}

/**************************
* 15. faq section styles
***************************/
.faq-content {
  padding-left: 100px;
  padding-top: 115px;
}
.faq-content .title {
  padding-bottom: 30px;
}
.faq-content .title span,
.faq-content .title h2 {
  margin: 0;
}
.faq-content .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #4B1D6D;
}
.faq-content .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.faq-content .accrodion-grp .accrodion {
  border-left: 3px solid transparent;
  padding-left: 15px;
  transition: border-color 0.3s ease, background 0.3s ease;
  border-radius: 4px;
}
.faq-content .accrodion-grp .accrodion .accrodion-title {
  border-bottom: 1px solid #ebedf4;
  padding: 25px 0;
  cursor: pointer;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  padding-right: 35px;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
  content: "\f067";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #C9A227;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.faq-content .accrodion-grp .accrodion .accrodion-content {
  padding-top: 20px;
  padding-bottom: 15px;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #757575;
  white-space: pre-line;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p + p {
  margin-top: 32px;
}
.faq-content .accrodion-grp .accrodion.active {
  background: rgba(75, 29, 109, 0.03);
  border-left-color: #C9A227;
}
.faq-content .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: "\f068";
  color: #4B1D6D;
  transform: translateY(-50%) rotate(180deg);
}

/**************************
* 16. team styles
***************************/
.stats-section {
  background: #4B1D6D;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
.stats-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.stats-tag {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: #C9A227;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.stats-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}
.stats-desc {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 24px;
}
.stats-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C9A227;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}
.stats-link:hover {
  color: #fff;
  gap: 14px;
}
.stats-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stats-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.14);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.stats-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201,162,39,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.stats-card:hover .stats-card__icon {
  background: #C9A227;
  transform: scale(1.1);
}
.stats-card__icon i {
  font-size: 24px;
  color: #C9A227;
  transition: color 0.3s ease;
}
.stats-card:hover .stats-card__icon i {
  color: #fff;
}
.stats-card__number {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1;
}
.stats-card__label {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
  font-weight: 500;
}
.stats-card__bar {
  width: 40px;
  height: 3px;
  background: #C9A227;
  border-radius: 3px;
  margin: 16px auto 0;
  transition: width 0.3s ease;
}
.stats-card:hover .stats-card__bar {
  width: 60px;
}

@media (max-width: 991px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .stats-intro {
    grid-column: 1 / -1;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .stats-link {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .stats-section {
    padding: 60px 0;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .stats-title {
    font-size: 28px;
  }
  .stats-card {
    padding: 28px 16px;
  }
  .stats-card__number {
    font-size: 32px;
  }
}

/**************************
* 17. services styles
***************************/
.service-style-one {
  background: #f5f6fa;
  position: relative;
}
.service-style-one img.background-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  object-position: center;
}
.service-style-one .service-content {
  padding-right: 60px;
}
.service-style-one .service-content .title {
  margin-bottom: 40px;
}
.service-style-one .service-content .title span,
.service-style-one .service-content .title h2 {
  margin: 0;
}
.service-style-one .service-content .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #4B1D6D;
}
.service-style-one .service-content .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.service-style-one .service-content p {
  margin: 0;
  color: #757575;
  white-space: pre-line;
}
.service-style-one .service-content p + p {
  margin-top: 35px;
}
.service-style-one .service-content .btn-box {
  margin-top: 50px;
}
.service-style-one .service-content .btn-box a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.service-style-one .service-content .btn-box .phone-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 500;
  color: #212121;
}
.service-style-one .service-content .btn-box .phone-btn i {
  font-size: 24px;
  border: 2px solid #2884c6;
  color: #2884c6;
  line-height: 55px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.service-style-one .service-right-content {
  background: #fff;
  padding: 60px;
}
.service-style-one .service-right-content .inner {
  position: relative;
}
.service-style-one .service-right-content .divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #ebedf4;
}
.service-style-one .service-right-content .divider.ver {
  width: 100%;
  height: 2px;
}
.service-style-one .service-right-content .single-service-one {
  text-align: center;
  padding: 50px 0;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
.service-style-one .service-right-content .single-service-one i {
  font-size: 58px;
  color: #2884c6;
  transition: all 0.4s;
}
.service-style-one .service-right-content .single-service-one h3 {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  white-space: pre-line;
  transition: all 0.4s ease;
}
.service-style-one .service-right-content .single-service-one:before {
  background: #4B1D6D;
}
.service-style-one .service-right-content .single-service-one:hover i,
.service-style-one .service-right-content .single-service-one:hover h3 {
  color: #fff;
}

.service-tab-box .tab-title {
  margin-bottom: 60px;
}
.service-tab-box .tab-title ul,
.service-tab-box .tab-title li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-tab-box .tab-title ul {
  margin-left: -1px;
  margin-right: -1px;
}
.service-tab-box .tab-title li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 1px;
}
.service-tab-box .tab-title li.active a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}
.service-tab-box .tab-title li.active a i,
.service-tab-box .tab-title li.active a h3 {
  color: #fff;
}
.service-tab-box .tab-title li a {
  text-align: center;
  padding: 50px 0;
  background: #f5f6fa;
  display: block;
  cursor: pointer;
}
.service-tab-box .tab-title li a i {
  font-size: 58px;
  color: #2884c6;
  transition: all 0.4s;
}
.service-tab-box .tab-title li a h3 {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  white-space: pre-line;
  transition: all 0.4s ease;
}
.service-tab-box .tab-title li a:before {
  background: #4B1D6D;
}
.service-tab-box .tab-title li a:hover i,
.service-tab-box .tab-title li a:hover h3,
.service-tab-box .tab-title li a:focus i,
.service-tab-box .tab-title li a:focus h3,
.service-tab-box .tab-title li a:active i,
.service-tab-box .tab-title li a:active h3 {
  color: #fff;
}

.service-style-two {
  position: relative;
  padding-top: 120px;
}
.service-style-two img.background-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.service-style-two .overlay {
  background: #4B1D6D url(../img/cta-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.service-style-two .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4B1D6D;
  opacity: 0.9;
}
.service-style-two .thm-container {
  position: relative;
  z-index: 99;
}
.service-style-two .service-content {
  padding-right: 65px;
}
.service-style-two .service-content span,
.service-style-two .service-content h2 {
  margin: 0;
}
.service-style-two .service-content span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #202020;
}
.service-style-two .service-content h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.service-style-two .service-content p {
  margin: 0;
  color: #ffffff;
  line-height: 30px;
}
.service-style-two .unique-feature {
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
.service-style-two .unique-feature .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-style-two .unique-feature .content i {
  color: #2884c6;
  font-size: 63px;
  margin-top: 45px;
  margin-bottom: 20px;
  display: block;
}
.service-style-two .unique-feature .content h3 {
  margin: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-line;
  transition: all 0.4s ease;
}
.service-style-two .unique-feature .content h3:hover {
  color: #4B1D6D;
}
.service-style-two.about-page {
  padding-top: 125.5px;
  padding-bottom: 125.5px;
}

.service-style-three .single-service-three {
  margin-bottom: 50px;
}
.service-style-three .single-service-three:hover .img-box:before {
  opacity: 1;
}
.service-style-three .single-service-three:hover .text-box h3,
.service-style-three .single-service-three:hover .text-box p {
  color: #fff;
}
.service-style-three .single-service-three:hover .text-box .meta-info p {
  color: #fff;
}
.service-style-three .single-service-three:hover .text-box .meta-info p span {
  color: #212121;
}
.service-style-three .single-service-three:hover .text-box a.read-more {
  background: #fff;
  color: #4B1D6D;
}
.service-style-three .single-service-three:hover .text-box:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}
.service-style-three .single-service-three .img-box {
  position: relative;
  overflow: hidden;
}
.service-style-three .single-service-three .img-box > img {
  width: 100%;
}
.service-style-three .single-service-three .img-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.service-style-three .single-service-three .text-box {
  position: relative;
  background: #f4f5f9;
  margin-top: 10px;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
.service-style-three .single-service-three .text-box:before {
  background: #4B1D6D;
}
.service-style-three .single-service-three .text-box h3 {
  margin: 0;
  color: #202020;
  font-weight: bold;
  font-size: 24px;
}
.service-style-three .single-service-three .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.service-style-three .single-service-three .text-box .meta-info {
  margin-top: 5px;
  margin-bottom: 30px;
}
.service-style-three .single-service-three .text-box .meta-info p {
  margin: 0;
  font-size: 16px;
  color: #747474;
}
.service-style-three .single-service-three .text-box .meta-info p span {
  color: #4B1D6D;
  font-weight: bold;
}
.service-style-three .single-service-three .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  transition: all 0.4s ease;
}
.service-style-three .single-service-three .text-box a.read-more:hover {
  background: #fff;
  color: #4B1D6D;
}
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}
.service-style-three .pagination > li + li {
  margin-left: 5px;
}
.service-style-three .pagination > li:last-child {
  margin-left: 0px;
}
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
  background: #4B1D6D;
  color: #fff;
  border-color: #4B1D6D;
}
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0;
}

.service-details-design-option
  .single-service-details-design-option:hover
  .img-box:before {
  opacity: 1;
}
.service-details-design-option .single-service-details-design-option .img-box {
  position: relative;
  overflow: hidden;
}
.service-details-design-option
  .single-service-details-design-option
  .img-box
  > img {
  width: 100%;
}

.service-details-design-option
  .single-service-details-design-option
  .text-box
  h3,
.service-details-design-option
  .single-service-details-design-option
  .text-box
  ul,
.service-details-design-option
  .single-service-details-design-option
  .text-box
  li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-design-option
  .single-service-details-design-option
  .text-box
  h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.service-details-design-option
  .single-service-details-design-option
  .text-box
  ul.list-box {
  margin-top: 40px;
}
.service-details-design-option
  .single-service-details-design-option
  .text-box
  ul.list-box
  li {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}
.service-details-design-option
  .single-service-details-design-option
  .text-box
  ul.list-box
  li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #747474;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.service-details-cost-calculator {
  background: #f4f5f9;
}
.service-details-cost-calculator .cost-calc-content {
  padding-right: 30px;
}
.service-details-cost-calculator .cost-calc-content .sec-title {
  margin-bottom: 40px;
}
.service-details-cost-calculator .cost-calc-content .sec-title h3 {
  font-size: 40px;
  margin: 0;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form {
  margin-bottom: 20px;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form select {
  width: 100%;
  height: 68px;
  border-radius: 34px;
  background-color: #fff;
  color: #747474;
  padding: 0 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  outline: none;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 50px top 50%;
  background-size: 0.65em auto;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  select
  + select {
  margin-top: 30px;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .bootstrap-select
  + .bootstrap-select {
  margin-top: 30px;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .bootstrap-select
  > .dropdown-toggle {
  display: inline-block;
  border: none;
  outline: none;
  background: #ffffff;
  color: #747474;
  border-radius: 35px;
  font-size: 16px;
  padding: 23px 50px;
  outline: none;
  border: none;
  transition: all 0.4s ease;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret {
  border: none;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
  height: auto;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret:before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #202020;
  font-size: 16px;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0px;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .dropdown-menu
  > li
  > a {
  font-size: 16px;
  padding: 9px 25px;
  transition: all 0.4s ease;
}
.service-details-cost-calculator
  .cost-calc-content
  .cost-calc-form
  .dropdown-menu
  > li
  > a:hover {
  background: #4B1D6D;
  color: #fff;
  cursor: pointer;
}
.service-details-cost-calculator .cost-calc-content p {
  color: #747474;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}
.service-details-cost-calculator .cost-calc-content a {
  color: #4B1D6D;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline !important;
}
.service-details-cost-calculator .pricing-table {
  margin-top: 0px;
  position: relative;
  background: #fff;
}
.service-details-cost-calculator .pricing-table .table {
  margin-bottom: 0;
}
.service-details-cost-calculator .pricing-table .table > thead {
  background: #eaecf3;
  margin-left: -2px;
  margin-right: -2px;
}
.service-details-cost-calculator .pricing-table .table > thead > tr > th {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 0;
  padding: 23px 0;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > thead
  > tr
  > th:first-child {
  padding-left: 60px;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr:last-child
  td {
  border-bottom: 2px solid #ebedf4;
  padding-bottom: 11px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td {
  color: #747474;
  font-size: 16px;
  padding: 0;
  border-top: 0;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr
  > td
  .inner {
  padding: 15px 0;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr
  > td:first-child
  .inner {
  border-left: 2px solid #ebedf4;
  padding-left: 60px;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr
  > td:last-child
  .inner {
  border-right: 2px solid #ebedf4;
  padding-right: 60px;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr:first-child
  td
  .inner {
  padding-top: 57px;
}
.service-details-cost-calculator
  .pricing-table
  .table
  > tbody
  > tr:last-child
  td
  .inner {
  padding-bottom: 47px;
}

.design-sizes {
  border: 2px solid #ebedf4;
}
.design-sizes .title {
  background: #eaecf3;
  padding: 26px 0;
}
.design-sizes .title h3 {
  margin: 0;
  color: #202020;
  font-weight: 500;
  font-size: 18px;
}
.design-sizes .design-sizes-name-box {
  padding: 64px 0;
  padding-left: 60px;
  padding-right: 60px;
}
.design-sizes
  .design-sizes-name-box
  .single-design-sizes-name-box
  + .single-design-sizes-name-box {
  margin-top: 20px;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name {
  color: #747474;
  font-size: 16px;
  float: left;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size {
  color: #747474;
  font-size: 16px;
  float: right;
}

/**************************
* 18. video box styles
***************************/
.video-box {
  position: relative;
}
.video-box .content {
  width: 325px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 55px 0;
  padding-left: 60px;
}
.video-box .content h3 {
  margin: 0;
  color: #212121;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.video-box a.video-btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #4B1D6D;
  color: #fff;
  line-height: 74px;
  font-size: 20px;
  position: absolute;
  text-align: center;
  bottom: 40px;
  right: 40px;
}

/**************************
* 19. video box styles
***************************/
.design-guideline {
  background: #f5f6fa;
  padding: 50px 60px;
  margin-bottom: 30px;
}
.design-guideline .guide-content h3 {
  color: #212121;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.design-guideline .guide-content ul.list-box,
.design-guideline .guide-content ul.list-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-guideline .guide-content ul.list-box li {
  font-size: 18px;
  color: #757575;
  position: relative;
  padding-left: 15px;
  transition: all 0.4s ease;
}
.design-guideline .guide-content ul.list-box li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4B1D6D;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.design-guideline .guide-content ul.list-box li span {
  color: #212121;
}
.design-guideline .version-row {
  margin-top: -15px;
}
@media(max-width: 767px) {
  .design-guideline .version-row {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media(max-width: 575px) {
  .design-guideline .version-row {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}


.design-guideline .single-version {
  text-align: center;
  margin-top: 15px;
}
.design-guideline .single-version .version {
  width: 63px;
  height: 63px;
  border: 2px solid #1ba0e0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 15px 0;
  transition: all 0.4s;
}
.design-guideline .single-version .version span {
  display: block;
  color: #1ba0e0;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  transition: all 0.4s;
}
.design-guideline .single-version .version i {
  font-size: 16px;
  color: #1ba0e0;
  line-height: 1em;
  display: block;
  margin-top: 3px;
  transition: all 0.4s;
}
.design-guideline .single-version .version:hover {
  background: #1ba0e0;
}
.design-guideline .single-version .version:hover span,
.design-guideline .single-version .version:hover i {
  color: #fff !important;
}
.design-guideline .single-version .version.ai {
  border-color: #ed773e;
}
.design-guideline .single-version .version.ai:hover {
  background: #ed773e;
}
.design-guideline .single-version .version.ai i,
.design-guideline .single-version .version.ai span {
  color: #ed773e;
}
.design-guideline .single-version .version.indesign {
  border-color: #e6498f;
}
.design-guideline .single-version .version.indesign:hover {
  background: #e6498f;
}
.design-guideline .single-version .version.indesign i,
.design-guideline .single-version .version.indesign span {
  color: #e6498f;
}
.design-guideline .single-version .version.jpg {
  border-color: #456e7f;
}
.design-guideline .single-version .version.jpg:hover {
  background: #456e7f;
}
.design-guideline .single-version .version.jpg i,
.design-guideline .single-version .version.jpg span {
  color: #456e7f;
}
.design-guideline .single-version h4 {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

/**************************
* 20. contact styles
***************************/
.google-map__contact-page,
#contact-google-map {
  width: 100%;
  height: 580px;
}
.google-map__contact-page iframe {
  width: 100%;
  display: block;
  height: 100%;
  border: none;
}

.contact-section .title {
  margin-bottom: 50px;
}
.contact-section .title span,
.contact-section .title h2 {
  margin: 0;
}
.contact-section .title span {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  font-size: 20px;
  color: #4B1D6D;
}
.contact-section .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.contact-section .contact-form-content {
  background: #f5f6fa;
  padding: 80px 0;
  padding-left: 80px;
  padding-right: 80px;
}
.contact-section .contact-info {
  margin-left: -30px;
  border: 2px solid #ebedf4;
  padding-top: 75px;
  padding-bottom: 80px;
}
.contact-section .contact-info .single-contact-info + .single-contact-info {
  margin-top: 28.5px;
}
.contact-section .contact-info .single-contact-info h4,
.contact-section .contact-info .single-contact-info p {
  margin: 0;
}
.contact-section .contact-info .single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-section .contact-info .single-contact-info p {
  color: #757575;
  font-size: 16px;
  line-height: 28px;
  white-space: pre-line;
}
.contact-info-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(75, 29, 109, 0.1);
  margin-left: -15px;
}
.contact-info-header {
  background: #4B1D6D;
  padding: 25px 30px;
}
.contact-info-header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.contact-info-body {
  padding: 10px 0;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  padding: 18px 25px;
  transition: background 0.2s ease;
}
.contact-info-item:hover {
  background: #f9f6fc;
}
.contact-info-item + .contact-info-item {
  border-top: 1px solid #f0edf4;
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  background: rgba(75, 29, 109, 0.08);
  color: #4B1D6D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 18px;
  margin-top: 2px;
}
.contact-info-text h4 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4B1D6D;
}
.contact-info-text p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}
.contact-info-text p + p {
  margin-top: 4px;
}
.contact-info-text p a {
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}
.contact-info-text p a:hover {
  color: #4B1D6D;
}
.contact-info-text p small {
  color: #999;
  font-size: 13px;
}
@media (max-width: 991px) {
  .contact-info-card {
    margin-left: 0;
    margin-top: 40px;
  }
}
.contact-section .contact-info .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
  margin-top: 10px;
}
.contact-section .contact-info .social a + a {
  margin-left: 10px;
}
.contact-section .contact-info .social a.fa-twitter {
  background: #C9A227;
}
.contact-section .contact-info .social a.fa-facebook-f {
  background: #2884c6;
}
.contact-section .contact-info .social a.fa-pinterest {
  background: #212121;
}
.contact-section .contact-info .social a.fa-youtube {
  background: #4B1D6D;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
}
.contact-section .contact-form input::-webkit-input-placeholder,
.contact-section .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.contact-section .contact-form input::-moz-placeholder,
.contact-section .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.contact-section .contact-form input:-ms-input-placeholder,
.contact-section .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.contact-section .contact-form input:-moz-placeholder,
.contact-section .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.contact-section .contact-form input.error,
.contact-section .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.contact-section .contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.contact-section .contact-form label.error {
  display: none !important;
}

.form-result {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 15px;
  display: none;
}
.form-result--success {
  display: block;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.form-result--error {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#contact-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/**************************
* 21. page title styles
***************************/
.page-title {
  background: #f5f6fa;
  padding: 79px 0 0;
  position: relative;
}
.page-title h3,
.page-title h1 {
  margin: 0;
  color: #212121;
  font-size: 40px;
  font-weight: bold;
}

.breadcumb-wrapper {
  overflow: hidden;
  margin-top: 45px;
  padding-bottom: 0;
  z-index: 99;
}
.breadcumb-wrapper .thm-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
}
.breadcumb-wrapper ul.breadcumb,
.breadcumb-wrapper ul.breadcumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcumb-wrapper ul.breadcumb {
  background: #4B1D6D;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  padding-left: 70px;
  padding-right: 100px;
  position: relative;
  display: inline-block;
  float: right;
}
.breadcumb-wrapper ul.breadcumb:after {
  content: "";
  width: 1000000px;
  height: 100%;
  background: #4B1D6D;
  position: absolute;
  top: 0;
  left: 100%;
}
.breadcumb-wrapper ul.breadcumb li {
  display: inline-block;
  vertical-align: middle;
}
.breadcumb-wrapper ul.breadcumb li a,
.breadcumb-wrapper ul.breadcumb li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0;
  transition: all 0.4s ease;
}
.breadcumb-wrapper ul.breadcumb li a:hover,
.breadcumb-wrapper ul.breadcumb li span {
  color: #C9A227;
}
.breadcumb-wrapper ul.breadcumb li span.sep {
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

/**************************
* 22. about styles
***************************/
.about-section > .thm-container > .row {
  display: flex;
  flex-wrap: wrap;
}
.about-section > .thm-container > .row > [class*="col-"] {
  display: flex;
}
.about-section .single-about {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.about-section .single-about .img-box {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
}
.about-section .single-about .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.about-section .single-about:hover .img-box img {
  transform: scale(1.08);
}
.about-section .single-about .text-box {
  background: #f5f6fa;
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 43px;
}
.about-section .single-about .text-box:before {
  background: #4B1D6D;
}
.about-section .single-about .text-box:hover h3,
.about-section .single-about .text-box:hover p {
  color: #fff;
}
.about-section .single-about .text-box:hover a.read-more {
  background: #fff;
  color: #4B1D6D;
}
.about-section .single-about .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.about-section .single-about .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.4s ease;
  flex: 1;
}
.about-section .single-about .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  transition: all 0.4s ease;
}
.about-section .single-about .text-box a.read-more:hover {
  background: #fff;
  color: #4B1D6D;
}

/**************************
* 23. blog styles
***************************/
.blog-style-one .single-blog-post .text-box {
  background: #f5f6fa;
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.blog-style-one .single-blog-post .text-box:before {
  background: #4B1D6D;
}
.blog-style-one .single-blog-post .text-box:hover h3,
.blog-style-one .single-blog-post .text-box:hover p {
  color: #fff;
}
.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p {
  margin: 0;
  padding: 0;
}
.blog-style-one .single-blog-post .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .img-box {
  position: relative;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info {
  background: #2984c4;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a {
  color: #fff;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a i {
  color: #fff;
}
.blog-style-one .single-blog-post .img-box .meta-info {
  padding: 10.5px 0;
  padding-left: 50px;
  background: #f4f5f9;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .img-box .meta-info a {
  font-size: 14px;
  color: #747474;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .img-box .meta-info a + a {
  margin-left: 18px;
}
.blog-style-one .single-blog-post .img-box .meta-info a i {
  color: #2984c4;
  margin-right: 5px;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more {
  width: 42px;
  height: 42px;
  background: #4B1D6D;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  transition: all 0.4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more:hover {
  background: #fff;
  color: #4B1D6D;
}

.blog-page .single-blog-post {
  margin-bottom: 80px;
}
.blog-page .pagination {
  margin-bottom: 0;
  margin-top: 0px;
  display: block;
}
.blog-page .pagination > li + li {
  margin-left: 5px;
}
.blog-page .pagination > li:last-child {
  margin-left: 0px;
}
.blog-page .pagination > li > a,
.blog-page .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.blog-page .pagination > .active > a,
.blog-page .pagination > .active > a:focus,
.blog-page .pagination > .active > a:hover,
.blog-page .pagination > .active > span,
.blog-page .pagination > .active > span:focus,
.blog-page .pagination > .active > span:hover {
  background: #4B1D6D;
  color: #fff;
  border-color: #4B1D6D;
}

.blog-details-page .single-blog-post .text-box {
  background: #f5f6fa;
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.blog-details-page .single-blog-post .text-box h3,
.blog-details-page .single-blog-post .text-box p {
  margin: 0;
  padding: 0;
}
.blog-details-page .single-blog-post .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-post .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-post .img-box {
  position: relative;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  padding: 10.5px 0;
  padding-left: 50px;
  background: #f4f5f9;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
  font-size: 14px;
  color: #747474;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a + a {
  margin-left: 18px;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
  color: #2984c4;
  margin-right: 5px;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  background: #2984c4;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
  color: #fff;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
  color: #fff;
}
.blog-details-page .single-blog-post .content-box {
  margin-top: 50px;
}
.blog-details-page .single-blog-post .content-box p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.blog-details-page .share-box {
  background: #f4f5f9;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details-page .share-box .left-title h4 {
  margin: 0;
  color: #202020;
  font-size: 20px;
  font-weight: bold;
  line-height: 59px;
}
.blog-details-page .share-box .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.blog-details-page .share-box .social a + a {
  margin-left: 10px;
}
.blog-details-page .share-box .social a.fa-twitter {
  background: #C9A227;
}
.blog-details-page .share-box .social a.fa-facebook-f {
  background: #2884c6;
}
.blog-details-page .share-box .social a.fa-pinterest {
  background: #212121;
}
.blog-details-page .share-box .social a.fa-youtube {
  background: #4B1D6D;
}
.blog-details-page .comment-box .sec-title,
.blog-details-page .leave-a-comment .sec-title {
  margin-bottom: 60px;
}
.blog-details-page .comment-box .sec-title h3,
.blog-details-page .leave-a-comment .sec-title h3 {
  margin-bottom: 0;
  font-size: 40px;
}
.blog-details-page .comment-box {
  margin-bottom: 60px;
}
.blog-details-page .single-comment-box {
  border-bottom: 1px solid #ebedf4;
  padding-bottom: 50px;
}
.blog-details-page .single-comment-box + .single-comment-box {
  margin-top: 60px;
}
.blog-details-page .single-comment-box .img-box,
.blog-details-page .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .single-comment-box .img-box {
  width: 113px;
}
.blog-details-page .single-comment-box .text-box {
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}
.blog-details-page .single-comment-box .text-box h3,
.blog-details-page .single-comment-box .text-box p {
  margin: 0;
}
.blog-details-page .single-comment-box .text-box h3 {
  font-size: 20px;
  color: #202020;
  font-weight: bold;
}
.blog-details-page .single-comment-box .text-box span.date-box {
  color: #eb4027;
  font-size: 16px;
  line-height: 1em;
}
.blog-details-page .single-comment-box .text-box span.date-box span.sep {
  margin-left: 15px;
  margin-right: 15px;
}
.blog-details-page .single-comment-box .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.blog-details-page .single-comment-box .text-box a.reply {
  background: #fdc836;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  padding: 5px 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
}
.blog-details-page .single-comment-box .text-box a.reply:hover {
  color: #fff;
  background: #eb4027;
}
.blog-details-page .leave-a-comment .contact-form input,
.blog-details-page .leave-a-comment .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #f4f5f9;
  color: #747474;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
}
.blog-details-page
  .leave-a-comment
  .contact-form
  input::-webkit-input-placeholder,
.blog-details-page
  .leave-a-comment
  .contact-form
  textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input::-moz-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input:-ms-input-placeholder,
.blog-details-page
  .leave-a-comment
  .contact-form
  textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input:-moz-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input.error,
.blog-details-page .leave-a-comment .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .leave-a-comment .contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.blog-details-page .leave-a-comment .contact-form label.error {
  display: none !important;
}

/**************************
* 24. error 404 styles
***************************/
.header-404 {
  background: #f4f5f9;
  padding: 80px 0;
}

.content-404 h2,
.content-404 p {
  margin: 0;
}
.content-404 h2 {
  color: #202020;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 5px;
}
.content-404 p {
  font-size: 16px;
  color: #747474;
}
.content-404 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}
.content-404 .thm-btn:hover {
  background: #212121;
  color: #fff;
}

/**************************
* 25. pricing styles
***************************/
.single-pricing {
  background: #f4f5f9;
  padding-top: 55px;
  padding-bottom: 60px;
}
.single-pricing h3,
.single-pricing ul,
.single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-pricing span.price-label {
  font-family: "Rubik", sans-serif; font-weight: 500; font-style: italic;
  color: #4B1D6D;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.single-pricing h3 {
  margin: 0;
  color: #202020;
  font-weight: bold;
  font-size: 60px;
  display: inline-block;
  position: relative;
}
.single-pricing h3 .price-currency {
  font-size: 35px;
  position: absolute;
  top: 5px;
  right: 100%;
  margin-right: 5px;
}
.single-pricing i {
  color: #2884c6;
  font-size: 85px;
  display: block;
  margin-top: 25px;
}
.single-pricing .line {
  width: 230px;
  height: 2px;
  background: #ebedf4;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-pricing ul.list-box {
  margin-bottom: 30px;
}
.single-pricing ul.list-box li {
  color: #747474;
  font-size: 18px;
  line-height: 1em;
}
.single-pricing ul.list-box li + li {
  margin-top: 15px;
}

.price-feature-box {
  background: #ffffff;
  padding: 60px;
}
.price-feature-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.price-feature-box .row [class*="col-sm"] {
  padding-left: 30px;
  padding-right: 30px;
}
.price-feature-box .price-feature .circle-box {
  position: relative;
}
.price-feature-box .price-feature .circle-box canvas {
  width: 100%;
  display: block;
}
.price-feature-box .price-feature .circle-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.price-feature-box .price-feature .circle-box .text-box .inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content {
  display: table-cell;
  vertical-align: middle;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content p {
  margin: 0;
  color: #2984c4;
  font-size: 30px;
  font-weight: bold;
}
.price-feature-box .price-feature h3 {
  margin: 0;
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  margin-top: 26px;
}

/**************************
* 26. sidebar styles
***************************/
.sidebar {
  background: #f4f5f9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sidebar .single-sidebar {
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar .single-sidebar ul,
.sidebar .single-sidebar li,
.sidebar .single-sidebar p,
.sidebar .single-sidebar h3,
.sidebar .single-sidebar h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #202020;
  font-weight: 500;
  font-size: 18px;
}
.sidebar .single-sidebar + .single-sidebar {
  border-top: 2px solid #ebedf4;
  padding-top: 40px;
  margin-top: 40px;
}
.sidebar .single-sidebar.search-sidebar form.search-from input {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  display: block;
}
.sidebar
  .single-sidebar.search-sidebar
  form.search-from
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.sidebar
  .single-sidebar.search-sidebar
  form.search-from
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.sidebar
  .single-sidebar.search-sidebar
  form.search-from
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.sidebar
  .single-sidebar.search-sidebar
  form.search-from
  input:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.sidebar .single-sidebar.recent-post ul.post-list li + li {
  margin-top: 30px;
}
.sidebar .single-sidebar.recent-post h4 {
  color: #747474;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  transition: all 0.4s;
}
.sidebar .single-sidebar.recent-post h4:hover {
  color: #eb4027;
}
.sidebar .single-sidebar.img-sidebar h4 {
  color: #202020;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.sidebar .single-sidebar.img-sidebar p {
  color: #747474;
  font-size: 16px;
  line-height: 26px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  background: #ffffff;
  font-size: 14px;
  padding: 5px 17px;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a:hover {
  color: #ffffff;
  background: #ff4228;
}
.sidebar .single-sidebar.category-sidebar ul.category-list li + li {
  margin-top: 4px;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  font-size: 16px;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0a0a0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover {
  color: #4B1D6D;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover:before {
  background: #4B1D6D;
}

/* mobile menu */

.mobile-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.mobile-menu__inner {
  overflow-y: auto;
  max-width: 350px;
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 30px;
}

.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__close {
  color: #fff;
  font-size: 16px;
}
.mobile-menu__close:active,
.mobile-menu__close:focus {
  color: #fff;
}

.mobile-menu__logo {
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.mobile-menu__logo a {
  color: inherit;
}

.mobile-menu__links {
  margin-top: 20px;
}
.mobile-menu__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__links ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 45px;
  font-size: 15px;
}
.mobile-menu__links ul li.active > a {
  color: #C9A227;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu__links .menu-item-has-children {
  position: relative;
}
.mobile-menu__links .menu-item-has-children button {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: rgba(201, 162, 39, 0.15);
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  color: #C9A227;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-menu__links .menu-item-has-children button:hover {
  background-color: #C9A227;
  color: #fff;
}

.mobile-menu__links ul.sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
  border-left: 2px solid rgba(201, 162, 39, 0.3);
}
.mobile-menu__links ul.sub-menu.show {
  display: block;
}

.mobile-menu__text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  color: #a0a0a0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
}
.mobile-menu__socials a {
  width: 45px;
  height: 45px;
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  transition: all 500ms ease;
}

.mobile-menu__socials a + a {
  margin-left: 10px;
}
.mobile-menu__socials a:hover {
  background-color: #fff;
  color: #212121;
}
@media (max-width: 1199px) {
  .header .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hamburger {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 6px;
  padding: 0;
  background: rgba(75, 29, 109, 0.06);
  border-radius: 10px;
  transition: background 0.3s ease;
}
.hamburger:hover {
  background: rgba(75, 29, 109, 0.12);
}
.hamburger__box {
  width: 22px;
  height: 18px;
  position: relative;
}
.hamburger__line {
  display: block;
  position: absolute;
  left: 0;
  height: 2.5px;
  background: #4B1D6D;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6),
              width 0.3s ease,
              opacity 0.25s ease,
              background 0.3s ease;
}
.hamburger__line--top {
  top: 0;
  width: 22px;
}
.hamburger__line--mid {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.hamburger__line--bot {
  bottom: 0;
  width: 22px;
}
.hamburger:hover .hamburger__line {
  background: #C9A227;
}
.hamburger:hover .hamburger__line--mid {
  width: 22px;
}
.hamburger.is-active {
  background: rgba(201, 162, 39, 0.12);
}
.hamburger.is-active .hamburger__line {
  background: #C9A227;
}
.hamburger.is-active .hamburger__line--top {
  width: 22px;
  transform: translateY(7.75px) rotate(45deg);
}
.hamburger.is-active .hamburger__line--mid {
  opacity: 0;
  width: 0;
  transform: translateY(-50%) translateX(10px);
}
.hamburger.is-active .hamburger__line--bot {
  width: 22px;
  transform: translateY(-7.75px) rotate(-45deg);
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
}
.feature-row > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}
.feature-card {
  background: #fff;
  border-radius: 8px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.feature-card:hover {
  box-shadow: 0 10px 35px rgba(75, 29, 109, 0.15);
  transform: translateY(-5px);
}
.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(75, 29, 109, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
  background: #4B1D6D;
}
.feature-card .feature-icon i {
  font-size: 32px;
  color: #4B1D6D;
  transition: all 0.3s ease;
}
.feature-card:hover .feature-icon i {
  color: #fff;
}
.feature-card .feature-icon .svg-draw {
  width: 34px;
  height: 34px;
  color: #4B1D6D;
  transition: color 0.3s ease;
}
.feature-card:hover .feature-icon .svg-draw {
  color: #fff;
}
.feature-card .feature-icon .svg-draw path,
.feature-card .feature-icon .svg-draw rect,
.feature-card .feature-icon .svg-draw circle,
.feature-card .feature-icon .svg-draw ellipse {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: color 0.3s ease;
}
.feature-card.visible .feature-icon .svg-draw path,
.feature-card.visible .feature-icon .svg-draw rect,
.feature-card.visible .feature-icon .svg-draw circle,
.feature-card.visible .feature-icon .svg-draw ellipse {
  animation: svgLineDraw 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes svgLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 15px;
}
.feature-card h3 a {
  color: #212121;
  transition: color 0.3s ease;
}
.feature-card h3 a:hover {
  color: #4B1D6D;
}
.feature-card p {
  font-size: 15px;
  line-height: 26px;
  color: #757575;
  margin: 0;
  flex-grow: 1;
}
.feature-card .card-link {
  display: inline-block;
  margin-top: 15px;
  color: #4B1D6D;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}
.feature-card .card-link:hover {
  color: #C9A227;
}

/**************************
* Scroll to Top
***************************/
/***************************
  Scroll Reveal Animations
***************************/
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.reveal-left {
  transform: translateX(-40px);
}
.reveal.reveal-right {
  transform: translateX(40px);
}
.reveal.reveal-scale {
  transform: scale(0.95);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

@media (max-width: 768px) {
  .reveal.reveal-left,
  .reveal.reveal-right {
    transform: translateY(25px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/***************************
  Cookie Consent Banner
***************************/
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #2a2a2a;
  border-top: 3px solid #C9A227;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-consent.show {
  transform: translateY(0);
}
.cookie-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.cookie-consent__text {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.cookie-consent__text a {
  color: #C9A227;
  text-decoration: underline;
}
.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-consent__btn {
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.cookie-consent__btn--accept {
  background: #C9A227;
  color: #fff;
}
.cookie-consent__btn--accept:hover {
  background: #b08e1f;
  color: #fff;
}
.cookie-consent__btn--info {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.3);
}
.cookie-consent__btn--info:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cookie-consent__inner {
    flex-direction: column;
    text-align: center;
    padding: 18px 20px;
    gap: 15px;
  }
  .cookie-consent__actions {
    width: 100%;
    justify-content: center;
  }
}

/***************************
  Legal Content Pages
***************************/
.legal-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-top: 25px;
  margin-bottom: 10px;
}
.legal-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.legal-content ul {
  margin-bottom: 15px;
  padding-left: 25px;
}
.legal-content ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.legal-content a {
  color: #4B1D6D;
  text-decoration: underline;
}
.legal-content a:hover {
  color: #C9A227;
}

@keyframes scrollTopBounceIn {
  0% { transform: scale(0.3); opacity: 0; }
  50% { transform: scale(1.05); }
  70% { transform: scale(0.95); }
  100% { transform: scale(1); opacity: 1; }
}
#scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #4B1D6D;
  color: #C9A227;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(75, 29, 109, 0.3);
  border: 2px solid rgba(201, 162, 39, 0.3);
}
#scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  animation: scrollTopBounceIn 0.5s ease forwards;
}
#scroll-to-top:hover {
  background: #C9A227;
  color: #fff;
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.4);
  border-color: #C9A227;
}

/***************************
  Service Inquiry Form
***************************/
.service-inquiry-form .inquiry-section {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.service-inquiry-form .inquiry-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #4B1D6D;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.service-inquiry-form .inquiry-section-title i {
  margin-right: 8px;
  color: #C9A227;
}
.contact-section .service-inquiry-form input[type="text"],
.contact-section .service-inquiry-form input[type="email"],
.contact-section .service-inquiry-form textarea {
  border: 2px solid #e8e8e8;
  outline: none;
  width: 100%;
  height: 55px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 15px;
  color: #212121;
  background: #fafafa;
  margin-bottom: 15px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.contact-section .service-inquiry-form input[type="text"]:focus,
.contact-section .service-inquiry-form input[type="email"]:focus,
.contact-section .service-inquiry-form textarea:focus {
  border-color: #4B1D6D;
  background: #fff;
}
.contact-section .service-inquiry-form textarea {
  height: auto;
  min-height: 130px;
  padding: 15px 20px;
  resize: vertical;
}
.service-inquiry-form .inquiry-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.service-inquiry-form .inquiry-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.service-inquiry-form .inquiry-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.service-inquiry-form .inquiry-radio input[type="radio"] {
  display: none;
}
.service-inquiry-form .inquiry-radio span {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 25px;
  font-size: 14px;
  color: #555;
  background: #fafafa;
  transition: all 0.25s ease;
}
.service-inquiry-form .inquiry-radio input[type="radio"]:checked + span {
  border-color: #4B1D6D;
  background: #4B1D6D;
  color: #fff;
}
.service-inquiry-form .inquiry-radio:hover span {
  border-color: #C9A227;
}
.service-inquiry-form .inquiry-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}
.service-inquiry-form .inquiry-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1;
}
.service-inquiry-form .inquiry-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  accent-color: #4B1D6D;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-inquiry-form .inquiry-section {
    padding: 20px;
  }
  .service-inquiry-form .inquiry-radio-group {
    gap: 6px;
  }
  .service-inquiry-form .inquiry-radio span {
    padding: 6px 14px;
    font-size: 13px;
  }
}

/*****************************
 * Process Timeline
 *****************************/

.process-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  counter-reset: step;
  position: relative;
}

.process-timeline .timeline-step {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px 50px;
  position: relative;
  text-align: center;
}

.process-timeline .timeline-step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4B1D6D;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(75, 29, 109, 0.3);
}

.process-timeline .timeline-step::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 30px);
  width: calc(100% - 60px);
  height: 3px;
  background: linear-gradient(90deg, #4B1D6D, #C9A227);
  z-index: 1;
}

.process-timeline .timeline-step:nth-child(3n)::after,
.process-timeline .timeline-step:last-child::after {
  display: none;
}

.process-timeline .timeline-icon {
  font-size: 28px;
  color: #C9A227;
  margin-bottom: 15px;
  display: block;
}

.process-timeline .timeline-step h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
}

.process-timeline .timeline-step p {
  font-size: 15px;
  line-height: 1.7;
  color: #757575;
  margin: 0;
}

@media (max-width: 991px) {
  .process-timeline .timeline-step {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .process-timeline .timeline-step:nth-child(3n)::after {
    display: block;
  }
  .process-timeline .timeline-step:nth-child(2n)::after,
  .process-timeline .timeline-step:last-child::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .process-timeline .timeline-step {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 40px;
  }
  .process-timeline .timeline-step::after {
    display: none;
  }
}

/**************************
* Lightbox Modal
***************************/
.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.lightbox-modal.is-open {
  display: flex;
}
.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
.lightbox-content {
  position: relative;
  z-index: 2;
  max-width: 96vw;
  max-height: 94vh;
  text-align: center;
  animation: lightboxFadeIn 0.3s ease;
}
@keyframes lightboxFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.lightbox-img {
  max-width: 96vw;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  object-fit: contain;
}
.lightbox-caption {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  margin-top: 16px;
  font-weight: 400;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 3;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.lightbox-close:hover {
  background: rgba(255,255,255,0.1);
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #C9A227;
}

/**************************
* Mobile Sticky CTA
***************************/
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  background: #C9A227;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.3s ease;
  transform: translateY(100%);
}
.mobile-cta i {
  margin-right: 8px;
}
.mobile-cta:hover {
  background: #4B1D6D;
  color: #fff;
  text-decoration: none;
}
.mobile-cta.is-visible {
  transform: translateY(0);
}
@media (max-width: 991px) {
  .mobile-cta {
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-cta {
    display: none !important;
  }
}

/**************************
* Wave Separators
***************************/
.wave-separator {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  z-index: 5;
}
.wave-separator--bottom {
  bottom: -1px;
}
.wave-separator--top {
  top: -1px;
}
.wave-separator svg {
  display: block;
  width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .wave-separator svg {
    height: 35px;
  }
}

/**************************
* Google Map Wrapper
***************************/
.map-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.map-gradient-blend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 12px 12px 0 0;
}
.map-wrapper iframe {
  display: block;
  border-radius: 12px;
}

/**************************
* Gallery Showcase
***************************/
.gallery-showcase {
  padding: 80px 0 0;
}
.gallery-showcase__header {
  text-align: center;
  margin-bottom: 50px;
}
.gallery-showcase__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 14px;
}
.gallery-showcase__label i {
  font-size: 14px;
}
.gallery-showcase__title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 20px;
}
.gallery-showcase__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gallery-showcase__line span:nth-child(1),
.gallery-showcase__line span:nth-child(3) {
  display: block;
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A227);
}
.gallery-showcase__line span:nth-child(3) {
  background: linear-gradient(90deg, #C9A227, transparent);
}
.gallery-showcase__line span:nth-child(2) {
  display: block;
  width: 8px;
  height: 8px;
  background: #C9A227;
  transform: rotate(45deg);
}
.gallery-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
}
.gallery-showcase__item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}
.gallery-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-showcase__item:hover img {
  transform: scale(1.08);
}
.gallery-showcase__hover {
  position: absolute;
  inset: 0;
  background: rgba(75, 29, 109, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}
.gallery-showcase__item:hover .gallery-showcase__hover {
  opacity: 1;
}
.gallery-showcase__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 18px;
  transform: scale(0.7) rotate(-20deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-showcase__item:hover .gallery-showcase__icon {
  transform: scale(1) rotate(0deg);
}
.gallery-showcase__caption {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0 10px;
  transform: translateY(10px);
  transition: transform 0.4s ease 0.05s;
}
.gallery-showcase__item:hover .gallery-showcase__caption {
  transform: translateY(0);
}

@media (max-width: 991px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-showcase__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gallery-showcase {
    padding: 50px 0 0;
  }
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
  }
  .gallery-showcase__title {
    font-size: 26px;
  }
  .gallery-showcase__header {
    margin-bottom: 30px;
  }
  .gallery-showcase__hover {
    background: rgba(75, 29, 109, 0.5);
  }
  .gallery-showcase__icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
.gallery-showcase__caption {
  font-size: 12px;
  }
}

/**************************
* Mobile Responsive Fixes
***************************/

/* --- Tablet (max 991px) --- */
@media (max-width: 991px) {
  .sec-pad {
    padding: 70px 0;
  }
  .sec-title h3,
  .sec-title h2 {
    font-size: 40px;
  }
  .sec-title p {
    font-size: 18px;
  }

  .page-title {
    padding: 60px 0 0;
  }
  .page-title h1 {
    font-size: 32px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .cta-style-three p {
    font-size: 16px;
  }

  .welcome-section .welcome-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .welcome-section .welcome-img-box {
    min-height: 350px;
  }
  .welcome-section .welcome-content .title h3,
  .welcome-section .welcome-content .title h2 {
    font-size: 40px;
  }
  .welcome-section .welcome-content a.thm-btn {
    margin-top: 30px;
  }

  .what-we-do {
    padding-bottom: 70px;
  }
  .what-we-do .single-what-we-do .text-box h3,
  .what-we-do .single-what-we-do-one h3 {
    font-size: 24px;
  }

  .cta-style-two .cta-style-two-content {
    padding: 60px 30px;
  }
  .cta-style-two .cta-style-two-content .title h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .cta-style-two .image-block {
    min-height: 300px;
  }
  .cta-style-two .image-block .content-block {
    right: 20px;
    bottom: 20px;
    max-width: 90%;
    padding: 30px 15px;
  }
  .cta-style-two .image-block .content-block h3 {
    font-size: 22px;
  }

  .call-to-action-one .inner-wrapper {
    padding: 70px 0;
  }
  .call-to-action-one .call-to-action-content .title h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .call-to-action-one .overlay,
  .call-to-action-one .inner-wrapper {
    background-attachment: scroll;
  }

  .cta-style-three {
    padding: 70px 0;
  }
  .cta-style-three h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .testi-carousel-wrapper .overlay {
    background-attachment: scroll;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
    width: 200px;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
    padding-left: 0;
    padding-top: 40px;
  }
  .testi-carousel-wrapper .thm-container .swiper-pagination,
  .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
    width: 200px;
  }

  .we-believe-carousel {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .we-believe-carousel .swiper-pagination,
  .we-believe-carousel .owl-dots {
    padding-right: 0;
  }

  .service-style-one .service-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .service-style-one .service-content .title h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .service-style-one img.background-right {
    display: none;
  }
  .service-style-one .service-right-content {
    padding: 30px;
  }
}

/* --- Phone (max 767px) --- */
@media (max-width: 767px) {
  .sec-pad {
    padding: 50px 0;
  }
  .sec-title {
    margin-bottom: 35px;
  }
  .sec-title h3,
  .sec-title h2 {
    font-size: 32px;
  }
  .sec-title p {
    font-size: 16px;
    line-height: 26px;
  }

  .page-title {
    padding: 50px 0 0;
  }
  .page-title h1 {
    font-size: 28px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer .col-lg-4,
  .footer .col-lg-3 {
    margin-bottom: 30px;
  }
  .cta-style-three p {
    font-size: 15px;
    padding: 0 15px;
  }

  .welcome-section .welcome-img-box {
    min-height: 280px;
  }
  .welcome-section .welcome-img-box img {
    position: relative;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .welcome-section .welcome-content .title {
    margin-bottom: 20px;
  }
  .welcome-section .welcome-content .title h3,
  .welcome-section .welcome-content .title h2 {
    font-size: 32px;
  }
  .welcome-section .welcome-content .title p {
    font-size: 17px;
  }

  .what-we-do {
    padding-bottom: 50px;
  }
  .what-we-do .single-what-we-do .text-box {
    padding: 25px 20px;
  }
  .what-we-do .single-what-we-do .text-box h3 {
    font-size: 22px;
  }
  .what-we-do .single-what-we-do-one {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  .what-we-do .single-what-we-do-one h3 {
    font-size: 22px;
  }
  .what-we-do .single-what-we-do-one i {
    font-size: 50px;
  }

  .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
    position: relative;
    width: 120px;
    top: 0;
    margin: 0 auto 20px;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .img-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .text-box .testi-text {
    font-size: 16px;
    line-height: 28px;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .text-box p {
    font-size: 16px;
  }
  .testi-carousel-wrapper .thm-container .swiper-pagination,
  .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .testi-carousel-wrapper .thm-container .swiper-wrapper,
  .testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
    padding-top: 30px;
  }
  .testi-quote-icon {
    font-size: 100px;
    top: -10px;
    right: 20px;
  }
  .testi-stars {
    justify-content: center;
  }

  .we-believe-carousel .single-we-believe .text-box {
    padding: 20px 15px 30px;
  }
  .we-believe-carousel .single-we-believe .text-box h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .we-believe-carousel .single-we-believe .text-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .faq-section .faq-content {
    padding-top: 30px;
  }
  .faq-section .faq-content .title h2 {
    font-size: 32px;
  }
  .faq-section .accrodion-title h4 {
    font-size: 16px;
  }

  .call-to-action-one .inner-wrapper {
    padding: 50px 0;
    background-image: none;
  }
  .call-to-action-one .call-to-action-content .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .call-to-action-one .call-to-action-content ul.list-box li {
    font-size: 15px;
  }
  .call-to-action-one .call-to-action-content a.thm-btn {
    margin-top: 30px;
  }

  .cta-style-three {
    padding: 50px 0;
  }
  .cta-style-three h2 {
    font-size: 30px;
    line-height: 36px;
    white-space: normal;
  }
  .cta-style-three span {
    font-size: 17px;
  }
  .cta-style-three a.thm-btn {
    margin-top: 30px;
  }

  .cta-style-two .cta-style-two-content {
    padding: 40px 20px;
  }
  .cta-style-two .cta-style-two-content .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .cta-style-two .cta-style-two-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .cta-style-two .cta-style-two-content a.thm-btn {
    margin-top: 30px;
  }
  .cta-style-two .image-block {
    min-height: 250px;
  }
  .cta-style-two .image-block .content-block {
    right: 10px;
    bottom: 10px;
    padding: 20px 12px;
    border-width: 6px;
  }
  .cta-style-two .image-block .content-block h3 {
    font-size: 18px;
  }

  .service-style-one .service-content .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .service-style-one .service-right-content {
    padding: 20px;
  }
  .service-style-one .single-service-one {
    padding: 25px 15px;
  }
  .service-style-one .single-service-one h3 {
    font-size: 18px;
  }

  .single-recent-project {
    margin-bottom: 20px;
  }
}

/* --- Small Phone (max 575px) --- */
@media (max-width: 575px) {
  .welcome-section .welcome-img-box {
    min-height: 220px;
  }
  .welcome-section .welcome-content .title h3,
  .welcome-section .welcome-content .title h2 {
    font-size: 28px;
  }

  .cta-style-two .cta-style-two-content .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .call-to-action-one .call-to-action-content .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .cta-style-three h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
    width: 90px;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .img-box img {
    width: 90px;
    height: 90px;
  }
  .testi-carousel-wrapper .thm-container .single-testimonials .text-box .testi-text {
    font-size: 15px;
    line-height: 26px;
  }

  .what-we-do .single-what-we-do-one {
    padding: 25px 15px;
  }
  .what-we-do .single-what-we-do-one h3 {
    font-size: 20px;
  }
  .what-we-do .single-what-we-do-one p {
    font-size: 14px;
    line-height: 24px;
  }

  .page-title h1 {
    font-size: 24px;
  }

  .contact-section .contact-info {
    margin-left: 0;
  }

  .service-inquiry-form .inquiry-section {
    padding: 20px 15px;
  }
}
