/*
@File: Pixis  HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Navbar Area Style
** - Navbar Area Style
** - Home Page One Style
** - Banner Section Style 
** - About Area Style 
** - Service Area Style 
** - Product Area Style 
** - Price Section Style 
** - Designer Card Style 
** - Testimonial Section Style 
** - Blog Area Style 
** - Footer Area Style 
** - Preloader CSS Style 
** - Back To Top Button Style 

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #8d8d90;
}

p {
  color: #8d8d90;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d3652;
  font-weight: 600;
  line-height: 1.3;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.text-white {
  color: #fff;
}

.bg-color-in {
  background-color: #fafbff;
}

.border-radius-5 {
  border-radius: 75px 5px 75px 5px !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  background-color: #ff743c;
  padding: 12px 42px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.default-btn:hover {
  color: #fff;
  background-color: #2d3652;
}
.default-btn:hover::before {
  top: 0;
  background-color: #2d3652;
  color: #fff;
}
.default-btn:hover::after {
  bottom: 0;
  background-color: #2d3652;
  color: #fff;
}
.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: transparent;
  border: 1px solid #2d3652;
  overflow: hidden;
}
.default-btn.active:hover {
  color: #fff;
  background-color: #2d3652;
}
.default-btn.active::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.default-btn.active::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #ff743c;
  font-weight: 500;
  line-height: 0;
}
.section-title h2 {
  font-size: 35px;
  margin: auto;
}
.section-title p {
  padding-top: 15px;
  max-width: 620px;
  margin: 0 auto;
}

/*================================
Section Title Style End
===================================*/
/*==================================
Default CSS
====================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;

  > p {
    font-size: 20px;
    color: #2d3652;
    margin: 0 10px;
    font-weight: 600;
  }
}

.navbar-light .navbar-brand img {
  float: left;
}
.navbar-light .navbar-brand .logo-two {
  display: none;
}
.navbar-light .navbar-brand-sticky {
  display: none;
}

.sticky-nav {
  position: fixed;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .top-nav {
  width: 100% !important;
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.sticky-nav .main-nav {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Main nav */
.main-nav {
  position: inherit;
  background: #fff;
  top: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  z-index: 999;
  height: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #ff743c;
}
.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #222222;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #ff743c;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff743c !important;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  transform: rotate(90deg);
}
.main-nav nav .navbar-nav .nav-item a:hover i {
  transform: rotate(90deg);
  transition: 0.7s;
}
.main-nav nav .navbar-nav .nav-item a:focus i {
  transform: rotate(90deg);
}
.main-nav nav .navbar-nav .nav-item a .active::before {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted rgba(240, 9, 105, 0.4);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #222222 !important;
  position: relative;
  transition: 0.7s;
  font-weight: 500;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
  color: #ff743c !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff743c;
  transition: all 0.5s;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ff743c !important;
  letter-spacing: 0.5px;
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ff743c !important;
}

.menu-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.menu-btn .phone-btn {
  background-color: #2d3652;
  padding: 10px 16px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.menu-btn .phone-btn i {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 3px;
}
.menu-btn .phone-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 50%;
  height: 100%;
  background-color: #2d3652;
  z-index: -1;
  transition: all 0.5s;
}
.menu-btn .phone-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 50%;
  height: 100%;
  background-color: #2d3652;
  z-index: -1;
  transition: all 0.5s;
}
.menu-btn .phone-btn:hover {
  color: #fff;
}
.menu-btn .phone-btn:hover::before {
  top: 0;
  background-color: #4356d6;
  color: #fff;
}
.menu-btn .phone-btn:hover::after {
  bottom: 0;
  background-color: #4356d6;
  color: #fff;
}

.cart-area {
  display: inline-block;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.cart-area a {
  color: #2d3652;
  border-radius: 3px;
  font-size: 26px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 59px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.7s;
  position: relative;
}
.cart-area a:hover {
  background-color: #2d3652;
  color: #fff;
}
.cart-area a span {
  position: absolute;
  top: 10px;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  background-color: #2d3652;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}
.cart-area a:hover span {
  background-color: #ff743c;
  color: #fff;
}

.modal-menu {
  float: right;
  margin-top: 0px;
}
.modal-menu a {
  color: #2d3652;
  border-radius: 3px;
  font-size: 30px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.7s;
}
.modal-menu a:hover {
  background-color: #2d3652;
  color: #fff;
}

/* Sidebar Modal */
.sidebar-modal {
  position: relative;
}
.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}
.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #fff;
}
.sidebar-modal
  .modal.right
  .modal-content
  .modal-header
  .modal-title
  .modal-logo2 {
  display: none;
}
.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #2d3652;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #4356d6;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 16px;
  color: #8d8d90;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #ff743c;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a img {
  width: 80px;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .modal-widget-blog
  ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .modal-widget-blog
  ul
  li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8d8d90;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .contact-info
  li
  span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #2d3652;
  margin-top: 5px;
  text-transform: initial;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .contact-info
  li
  i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  transition: all 0.5s;
  background-color: #4356d6;
  border-radius: 4px;
  font-size: 15px;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .contact-info
  li:hover
  i {
  color: #ffffff;
  background: #ff743c;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .contact-info
  li:last-child {
  margin-bottom: 0;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .social-list
  li
  a
  i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #8d8d90;
  font-size: 12px;
  transition: all 0.5s;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .social-list
  li
  a
  i:hover {
  background-color: #ff743c;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .social-list
  li
  a:hover {
  color: #ff743c;
}
.sidebar-modal
  .modal.right
  .modal-body
  .sidebar-modal-widget
  .social-list
  li:hover {
  color: #fff;
}
.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  animation: fadeInRight 0.6s linear;
}
.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}
.sidebar-modal .modal-header .close {
  height: 110px;
  width: 60px;
  color: #8d8d90;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
  position: absolute;
  right: 0;
}
.sidebar-modal .modal-header .close i {
  margin-left: 0;
  font-size: 40px;
}
.sidebar-modal .modal-header h2 {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
}
.sidebar-modal button:focus {
  outline: 0px;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: 0;
}

.price-shape {
  background-image: url(../img/shape/price-shape.png);
  background-position: center center;
  background-size: cover;
}

.top-nav {
  position: fixed;
  width: 1230px;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #ff743c;
}

.mean-container a.meanmenu-reveal {
  color: #fff;
}
.mean-container a.meanmenu-reveal span {
  background-color: #fff;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Home Page One Style
====================================*/
/*=================================
Banner Section
====================================*/
.banner-content {
  max-width: 550px;
  margin-left: auto;
}
.banner-content h1 {
  font-size: 65px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.banner-content p {
  max-width: 530px;
  margin-bottom: 40px;
}

.banner-img {
  position: relative;
  margin-bottom: 100px;
}

/* .banner-img > img {
  border-radius: 10px;
  max-width: 90%;
  max-height: 80%;
} */

.banner-img .banner-into-slider {
  position: absolute;
  bottom: -110px;
  left: -40px;
}
.banner-img .banner-into-slider .banner-item img {
  border-radius: 10px;
}
.banner-img .owl-dots {
  margin-top: 40px !important;
}
.banner-img .owl-dots .owl-dot span {
  background-color: #2d3652 !important;
}
.banner-img .owl-dots .owl-dot.active span {
  background-color: #ff743c !important;
}
.banner-img .owl-dots .owl-dot:hover span {
  background-color: #ff743c !important;
}

.banner-width {
  max-width: 670px;
  margin-top: 150px;
}

.banner-img-two {
  position: relative;
}
.banner-img-two .banner-into-img {
  position: absolute;
  bottom: -50px;
  left: -120px;
  z-index: 1;
}
.banner-img-two .banner-into-img img {
  max-width: 500px;
  height: 500px;
}

/*=================================
Banner Section End
====================================*/
/*=================================
About Area
====================================*/
.about-area {
  position: relative;
}

.about-img {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
.about-img img {
  text-align: center;
  max-width: 300px;
}
.about-img .about-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-img .about-bg-shape img {
  max-width: 500px;
  border: 1px solid #dadade;
  border-radius: 15px;
}

.about-content {
  margin-left: 40px;
  margin-top: 187px;
  margin-bottom: 30px;
}
.about-content span {
  color: #ff743c;
  font-weight: 500;
  line-height: 0;
}
.about-content h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
.about-content p {
  max-width: 680px;
}
.about-content .about-btn {
  margin-top: 25px;
  display: inline-block;
}
.about-content .about-btn .know-more-btn {
  background-color: #2d3652;
  padding: 12px 40px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-content .about-btn .know-more-btn i {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 3px;
}
.about-content .about-btn .know-more-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 50%;
  height: 50%;
  background-color: #2d3652;
  z-index: -1;
  transition: all 0.5s;
}
.about-content .about-btn .know-more-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 50%;
  height: 50%;
  background-color: #2d3652;
  z-index: -1;
  transition: all 0.5s;
}
.about-content .about-btn .know-more-btn:hover {
  color: #fff;
}
.about-content .about-btn .know-more-btn:hover::before {
  top: 0;
  background-color: #ff743c;
  color: #fff;
}
.about-content .about-btn .know-more-btn:hover::after {
  bottom: 0;
  background-color: #ff743c;
  color: #fff;
}

.about-shape {
  position: absolute;
  top: -100px;
  left: 0;
}

.about-width {
  margin-top: 30px;
  max-width: 670px;
  margin-left: auto;
}

.about-img-2 {
  margin-bottom: 30px;
}

/*=================================
About Area End
====================================*/
/*=================================
Service Area 
====================================*/
.service-area {
  position: relative;
}
.service-area .owl-nav {
  margin-top: 0;
}
.service-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: -5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #ff743c !important;
  opacity: 0.5;
  transition: 0.7s;
}
.service-area .owl-nav .owl-prev:hover {
  opacity: 1;
}
.service-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: -5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #ff743c !important;
  opacity: 0.5;
  transition: 0.7s;
}
.service-area .owl-nav .owl-next:hover {
  opacity: 1;
}

.service-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index-card > .service-content > h3 {
  padding: 7rem 0;
}

.service-content > h3 {
  color: #2d3652;
  margin-bottom: 15px;
  transition: 0.7s;
  text-align: center;
  width: 100%;
}

.service-card:hover .service-content a h3 {
  color: #ff743c;
}
.service-card:hover .service-content .more-btn {
  background-color: #ff743c;
}
.service-card a {
  display: block;
}
.service-card a img {
  max-width: 100%;
  width: 100%;
}
.service-card .service-content {
  padding: 20px;
}
.service-card .service-content a {
  display: block;
}
.service-card .service-content a h3 {
  font-size: 24px;
}
.service-card .service-content p {
  max-width: 300px;
  margin-bottom: 15px;
}
.service-card .service-content .more-btn {
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #2d3652;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
  transition: 0.7s;
}
.service-card .service-content .more-btn:hover {
  background-color: #ff743c;
}

.service-bg {
  background-color: #fafbff;
  padding-top: 150px;
  position: relative;
}

/*=================================
Service Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-area {
  position: relative;
  z-index: 1;
}

.product-card {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.product-card a {
  display: block;
}
.product-card a img {
  max-width: 100%;
}
.product-card .product-content {
  padding: 24px 20px;
  position: relative;
}
.product-card .product-content a {
  display: block;
}
.product-card .product-content a h3 {
  font-size: 24px;
  line-height: 1;
}
.product-card .product-content p {
  color: #2d3652;
  margin: 0;
  font-weight: 600;
}
.product-card .product-content p span {
  color: #ff743c;
  font-size: 20px;
}
.product-card .product-content .product-cart {
  position: absolute;
  right: 20px;
  top: 38px;
}
.product-card .product-content .product-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-card .product-content .product-cart ul li {
  display: inline-block;
  margin-left: 15px;
}
.product-card .product-content .product-cart ul li a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 24px;
  border-radius: 5px;
  color: #2d3652;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: 0.7s;
}
.product-card .product-content .product-cart ul li a:hover {
  background-color: #2d3652;
  color: #fff;
}

.product-shape {
  position: absolute;
  top: 500px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=================================
Product Area End
====================================*/
/*=================================
Price Section 
====================================*/
.price-area {
  position: relative;
  z-index: 1;
}

.tabs-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: auto;
}
.tabs-item-list ul li {
  display: inline-block;
}
.tabs-item-list ul li.active a {
  background-color: #ff743c;
  color: #fff;
}
.tabs-item-list ul li a {
  color: #ff743c;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  background-color: #ffe5db;
  padding: 10px 50px;
  border-radius: 5px;
}

#prices-content {
  margin-top: 50px;
}
#prices-content .prices-content-area {
  display: none;
}
#prices-content .active {
  display: block;
}

.single-price {
  padding-top: 38px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(146, 145, 145, 0.1);
  border-radius: 15px;
  transition: 0.7s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/1.png);
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.single-price:hover {
  background-color: #2d3652;
}
.single-price:hover .get-btn {
  background-color: #ff743c;
  color: #fff;
}
.single-price:hover ul li,
.single-price:hover .single-price-title h2 {
  color: #fff;
}
.single-price.current {
  background-color: #2d3652;
}
.single-price.current .get-btn {
  background-color: #fff;
  color: #ff743c;
}
.single-price.current ul li,
.single-price.current .single-price-title h2 {
  color: #fff;
}
.single-price.current .get-btn {
  background-color: #ff743c;
  color: #fff;
}
.single-price span {
  color: #2d3652;
  background-color: #fffbfb;
  padding: 10px 20px;
  border-radius: 50px;
}
.single-price .single-price-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-price .single-price-title h2 {
  font-size: 40px;
  color: #2d3652;
  font-weight: 700;
}
.single-price .single-price-title h2 sup {
  font-size: 22px;
  line-height: 0;
  margin-right: 5px;
  color: #ff743c;
  font-weight: 600;
}
.single-price .single-price-title h2 sub {
  font-size: 22px;
  font-weight: 500;
}
.single-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-price ul li {
  color: #2d3652;
  display: block;
  margin-top: 10px;
}
.single-price ul li.color-gray {
  color: #b4b4b4;
}
.single-price .get-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  background-color: #2d3652;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  border-radius: 5px;
  transition: 0.7s;
}
.single-price .get-btn:hover {
  background-color: #ffe5db;
  color: #ff743c;
}

/*=================================
Price Section End
====================================*/
/*=================================
Designer Card 
====================================*/
.designer-card {
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}
.designer-card .designer-img {
  position: relative;
  height: auto;
}
.designer-card .designer-img a {
  display: block;
}
.designer-card .designer-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.designer-card .designer-content {
  position: relative;
  margin-top: -70px;
  padding-top: 25px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  transition: 0.7s;
}
.designer-card .designer-content a {
  display: block;
}
.designer-card .designer-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #2d3652;
}
.designer-card .designer-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
  margin-bottom: 15px;
}
.designer-card .designer-content .social-icon {
  margin-top: 10px;
}
.designer-card .designer-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.designer-card .designer-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}
.designer-card .designer-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}
.designer-card .designer-content .social-icon ul li a:hover {
  color: #fff;
}
.designer-card .designer-content .social-icon ul li:hover {
  background-color: #4356d6;
}

/*=================================
Designer Card End
====================================*/
/*=================================
Testimonial Section
====================================*/
.testimonial-content {
  max-width: 680px;
  margin-left: auto;
}

.testimonial-item {
  background-color: #2d3652;
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  text-align: center;
  border-radius: 15px;
  z-index: 1;
}
.testimonial-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/testimonial/shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-item h3 {
  font-size: 24px;
  color: #fff;
}
.testimonial-item p {
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 35px;
  left: 41.5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #ff743c !important;
  opacity: 0.5;
  transition: 0.7s;
}
.testimonial-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 35px;
  right: 41.5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #ff743c !important;
  opacity: 0.5;
  transition: 0.7s;
}
.testimonial-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.testimonial-img {
  position: relative;
  text-align: center;
  margin-top: 60px;
  max-width: 500px;
}
.testimonial-img .testimonial-bg-shape {
  position: relative;
  z-index: 1;
}
.testimonial-img .testimonial-man {
  position: absolute;
  top: 10%;
  left: 9%;
  margin: 0 auto;
}
.testimonial-img .testimonial-man img {
  max-width: 330px;
  border-radius: 50%;
}

/*=================================
Testimonial Section End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: 0.7s;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card:hover .blog-content a h3 {
  color: #ff743c;
}
.blog-card a {
  display: block;
}
.blog-card a img {
  max-width: 100%;
  border-radius: 15px 15px 0 0;
}
.blog-card .blog-content {
  padding: 25px 20px;
}
.blog-card .blog-content a {
  display: block;
}
.blog-card .blog-content a h3 {
  font-size: 22px;
  transition: 0.7s;
}
.blog-card .blog-content .blog-admin {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-card .blog-content .blog-admin li {
  display: inline-block;
  color: #ff743c;
  font-weight: 500;
  margin-right: 15px;
}
.blog-card .blog-content .blog-admin li i {
  margin-right: 5px;
}
.blog-card .blog-content .blog-admin li a {
  color: #ff743c;
}
.blog-card .blog-content .blog-admin li a i {
  margin-right: 5px;
}
.blog-card .blog-content p {
  margin: 10px 0;
}
.blog-card .blog-content .read-more-btn {
  font-weight: 600;
  color: #8d8d90;
  font-size: 15px;
}
.blog-card .blog-content .read-more-btn i {
  position: relative;
  top: 2px;
}
.blog-card .blog-content .read-more-btn:hover {
  color: #ff743c;
  letter-spacing: 1px;
}

.blog-area-two {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Footer Area End
====================================*/
/* .footer-area {
  background-color: #1c243c;
  margin-top: 100px;
}

.footer-contact {
  top: -100px;
  position: relative;
}

.footer-card {
  background-color: #2d3652;
  border-radius: 15px;
  text-align: center;
  padding: 50px 15px 45px 15px;
}
.footer-card i {
  width: 50px;
  height: 50px;
  background-color: #ff743c;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.footer-card h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-card h3 a {
  color: #fff;
}

.footer-top-list {
  max-width: 760px;
  margin: 0 auto;
}

.footer-list {
  margin-bottom: 30px;
}
.footer-list h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}
.footer-list ul li i {
  font-size: 15px;
}
.footer-list ul li a {
  color: #fff;
  position: relative;
  transition: 0.7s;
}
.footer-list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #ff743c;
  transition: 0.5s;
}
.footer-list ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.footer-list ul li a:hover {
  color: #ff743c;
}

.footer-side-list {
  margin-bottom: 30px;
  float: right;
}
.footer-side-list h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.footer-side-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-side-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}
.footer-side-list ul li:hover i {
  border-radius: 50px;
  background-color: #ff743c;
}
.footer-side-list ul li i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #2d3652;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  transition: 0.9s;
}
.footer-side-list ul li a {
  color: #fff;
  transition: 0.7s;
}
.footer-side-list ul li a:hover {
  color: #ff743c;
}

.footer-bottom {
  border-top: 1px solid #3e4559;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-logo {
  float: left;
  margin: 0;
}
.footer-logo img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.bottom-text {
  float: right;
}
.bottom-text p {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
}
.bottom-text p a {
  color: #ff743c;
}
.bottom-text p a:hover {
  color: #fff;
}
.bottom-text p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #3e4559;
  top: 7px;
  right: 0;
}
.bottom-text .social-bottom {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.bottom-text .social-bottom li {
  display: inline-block;
  margin-right: 10px;
}
.bottom-text .social-bottom li a {
  font-size: 20px;
  color: #fff;
}
.bottom-text .social-bottom li a:hover {
  color: #ff743c;
} */

.footer {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer a {
  text-decoration: none;
  color: #212529;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-logo {
  font-weight: 700;
  font-size: 1.5rem;
}
.footer-bottom {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
  margin-top: 2rem;
  font-size: 0.875rem;
}

.copy-right p {
  margin: 0;
  color: #ffffff;
}

.social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.social-links ul li a {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-links ul li a:hover {
  color: #ff743c;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .footer-card {
    margin-bottom: 30px;
  }

  .footer-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .social-links ul {
    justify-content: center;
    margin-top: 15px;
  }

  .copy-right p {
    text-align: center;
  }

  .footer-card h3 {
    font-size: 14px;
  }
}

/* Dark Theme Support */
.theme-dark .footer-area {
  background-color: #1c243c;
}

.theme-dark .footer-card {
  background: rgba(255, 255, 255, 0.03);
}

.theme-dark .footer-card:hover {
  background: rgba(255, 255, 255, 0.05);
}

/*=================================
Home Page One Style End
====================================*/
/*=================================
Home Page Two Style End
====================================*/
/*=================================
Home Slider 
====================================*/
.home-slider {
  position: relative;
}
.home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: 40px;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #504741 !important;
  transition: 0.7s;
}
.home-slider .owl-nav .owl-prev:hover {
  background-color: #ff743c !important;
}
.home-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: 40px;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #504741 !important;
  transition: 0.7s;
}
.home-slider .owl-nav .owl-next:hover {
  background-color: #ff743c !important;
}

.slider-item {
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.slider-item .slider-content {
  text-align: center;
  position: relative;
}
.slider-item .slider-content h1 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #fff;
}
.slider-item .slider-content p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}
.slider-item .slider-content .slider-btn .default-btn.active {
  border: 1px solid #fff !important;
  color: #fff;
}
.slider-item .slider-content .slider-btn .default-btn.active:hover {
  border: 1px solid #2d3652 !important;
}

.bg-item1 {
  background-image: url(../img/home2/1.jpg);
}

.bg-item2 {
  background-image: url(../img/home2/2.jpg);
}

.bg-item3 {
  background-image: url(../img/home2/3.jpg);
}

/*=================================
Home Slider End
====================================*/
/*=================================
Product-images Slider 
====================================*/
.product-images {
  position: relative;
}
.product-images .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-16px);
  font-size: 35px !important;
  color: #ff743c !important;
}
.product-images .owl-nav .owl-prev:hover {
  color: #2d3652 !important;
  background-color: transparent !important;
}
.product-images .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-16px);
  font-size: 35px !important;
  color: #ff743c !important;
}
.product-images .owl-nav .owl-next:hover {
  color: #2d3652 !important;
  background-color: transparent !important;
}

/*=================================
Product-images Slider End
====================================*/
/*=================================
Choose Area 
====================================*/
.choose-area {
  background-color: #fafbff;
}

.choose-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff743c;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.9s;
}
.choose-card:hover::before {
  opacity: 1;
  height: 100%;
  border-radius: 10px;
}
.choose-card:hover i,
.choose-card h3 {
  color: #fff;
}
.choose-card:hover h3 {
  color: #fff;
}
.choose-card i {
  font-size: 45px;
  margin-bottom: 10px;
  color: #ff743c;
}
.choose-card h3 {
  font-size: 20px;
  color: #2d3652;
}

/*================================================
Choose Us Area CSS
=================================================*/
.choose-us-area {
  background-color: #f9f9f9;
}

.choose-us-card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.5s ease;
  border: 1px solid #eee;
}

.choose-us-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.choose-us-card .icon {
  font-size: 45px;
  margin-bottom: 20px;
  color: #007bff; /* Primary color */
}

.choose-us-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.choose-us-card p {
  margin-bottom: 0;
}

/*=================================
Home Page Two Style End
====================================*/
/*=================================
Home Page Three Style 
====================================*/
.about-service-text {
  margin-left: auto;
  max-width: 560px;
}

.about-service-img {
  margin-top: 90px;
  position: relative;
  max-width: 600px;
}
.about-service-img .about-man-img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.about-service-img .about-man-img img {
  max-width: 350px;
  margin-right: 90px;
  height: 470px;
  z-index: 1;
}
.about-service-img .about-man-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15%;
  left: 0;
  right: 15%;
  margin: 0 auto;
  width: 370px;
  height: 370px;
  background-color: #2d3652;
  border-radius: 50%;
}
.about-service-img .about-man-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.about-service-img .about-man-bg img {
  max-width: 600px;
}

/*=================================
Home Page Three Style End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2d3652;
  opacity: 0.7;
}
.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.inner-banner .inner-title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ff743c;
  display: inline-block;
  margin-right: 10px;
}
.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}
.inner-banner .inner-title ul li i {
  font-size: 16px;
  color: #fff;
}
.inner-banner .inner-title ul li a {
  color: #fff;
}
.inner-banner .inner-title ul li a:hover {
  color: #ff743c;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/12.jpg);
}

/*================================
Inner Banner End
==================================*/
/*================================
Contact Pages End
==================================*/
.contact-wrap-form {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.contact-wrap-form p {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.contact-wrap-form .form-group {
  margin-bottom: 25px;
}
.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}
.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #2d3652;
}
.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}
.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
}
.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-wrap-form .sing-social-icon {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.contact-wrap-form .sing-social-icon li {
  display: inline-block;
  margin: 0 10px;
}
.contact-wrap-form .sing-social-icon li a {
  font-size: 24px;
  height: 50px;
  line-height: 55px;
  width: 120px;
  background-color: #2d3652;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.7s;
}
.contact-wrap-form .sing-social-icon li a:hover {
  background-color: #ff743c;
}
.contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}
.contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #ff743c;
  font-weight: 600;
}
.contact-wrap-form .forget:hover {
  color: #4356d6;
}
.contact-wrap-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
}
.contact-wrap-form .account-desc a {
  color: #ff743c;
}
.contact-wrap-form .account-desc a:hover {
  color: #4356d6;
}
.contact-wrap-form .sing-btn {
  padding: 12px 70px;
}
.contact-wrap-form .recover-login {
  color: #ff4a35;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-wrap-form .recover-login:hover a {
  color: #4356d6;
}
.contact-wrap-form .recover-register {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-wrap-form .recover-register a {
  color: #ff743c;
}
.contact-wrap-form .recover-register a:hover {
  color: #4356d6;
}
.contact-wrap-form .section-title .recover-text {
  color: #000;
  margin-bottom: 25px;
}
.contact-wrap-form .section-title .recover-text a {
  color: #ff743c;
  font-weight: 600;
}
.contact-wrap-form .section-title .recover-text a:hover {
  color: #4356d6;
}

.contact-wrap-form .form-group .form-control::-moz-placeholder {
  color: #2d3652;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #2d3652;
}

.sing-in-width {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

/*================================
Contact Pages End
==================================*/
/*================================
Blog Details Page
==================================*/
.blog-dtls-content .blog-dtls-img {
  margin-bottom: 30px;
}
.blog-dtls-content .blog-dtls-img img {
  border-radius: 10px;
}
.blog-dtls-content .blog-text {
  margin-bottom: 30px;
}
.blog-dtls-content .blog-text h2 {
  font-size: 35px;
  color: #2d3652;
  margin-bottom: 15px;
}
.blog-dtls-content .blog-text ul {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
.blog-dtls-content .blog-text ul li {
  display: inline-block;
  margin-right: 15px;
}
.blog-dtls-content .blog-text ul li a {
  color: #2d3652;
}
.blog-dtls-content .blog-text ul li a i {
  font-size: 20px;
  color: #ff743c;
  margin-right: 5px;
}
.blog-dtls-content .blog-text blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}
.blog-dtls-content .blog-text blockquote p {
  color: #0e0129;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: left;
}
.blog-dtls-content .blog-text blockquote cite {
  display: none;
}
.blog-dtls-content .blog-text blockquote::before {
  color: #ff743c;
  content: "\ee83";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "boxicons";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}
.blog-dtls-content .blog-text blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4356d6;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-dtls-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-dtls-content .blog-gallery-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-dtls-content .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-dtls-content .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-dtls-content .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}
.blog-dtls-content .article-footer .article-tags a:hover {
  color: #ff743c;
}
.blog-dtls-content .article-footer span {
  display: inline-block;
  color: #ff743c;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.blog-dtls-content .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-dtls-content .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-dtls-content .article-footer .article-share .social li {
  display: inline-block;
}
.blog-dtls-content .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}
.blog-dtls-content .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #ff743c;
  text-align: center;
  font-size: 14px;
}
.blog-dtls-content .article-footer .article-share .social li a:hover {
  animation: tada 1s linear;
}
.blog-dtls-content .post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-dtls-content .post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.blog-dtls-content .post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-dtls-content .post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.blog-dtls-content .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #4356d6;
  padding: 8px 32px;
  background-color: transparent;
  border: 1px solid #4356d6;
  border-radius: 50px;
  transition: 0.9s;
}
.blog-dtls-content .post-navigation .navigation-links div a:hover {
  color: #fff;
  background-color: #4356d6;
}
.blog-dtls-content .comment-area .comment-title {
  font-size: 24px;
  color: #2d3652;
}
.blog-dtls-content .comment-area .comment-card {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.blog-dtls-content .comment-area .comment-card:last-child {
  border-bottom: none;
}
.blog-dtls-content .comment-area .comment-card .comment-author-img {
  display: inline-block;
}
.blog-dtls-content .comment-area .comment-card .comment-author-img img {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.blog-dtls-content .comment-area .comment-card .comment-author-title {
  display: inline-block;
  position: relative;
  top: 10px;
}
.blog-dtls-content .comment-area .comment-card .comment-author-title h3 {
  font-size: 16px;
  margin: 0;
}
.blog-dtls-content .comment-area .comment-card .comment-author-title span {
  font-size: 12px;
  font-weight: 500;
  color: #8d8d90;
}
.blog-dtls-content .comment-area .comment-card .comment-body {
  margin-left: 100px;
  margin-top: 15px;
}
.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn {
  border: 1px solid #ded9d9;
  color: #2d3652;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn:hover {
  background-color: #4356d6;
  color: #fff;
}
.blog-dtls-content .comment-area .comment-respond {
  background-color: #f9f9f9;
  padding: 30px;
}
.blog-dtls-content .comment-area .comment-respond .comment-respond-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.blog-dtls-content .comment-area .comment-respond .comment-form .form-group {
  margin-bottom: 25px;
}
.blog-dtls-content
  .comment-area
  .comment-respond
  .comment-form
  .form-group
  label {
  color: #2d3652;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-dtls-content
  .comment-area
  .comment-respond
  .comment-form
  .form-group
  .form-control {
  font-size: 16px;
  border: none;
  padding: 13px 18px;
  color: #b3b3b3;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}

.widget-area .widget-popular-post .item .info .title a:hover {
  color: #4356d6;
}
.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #8d8d90;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}
.widget-area .widget_categories ul li::before {
  background: #ff743c;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_categories ul li a {
  display: block;
  color: #8d8d90;
  font-weight: normal;
}
.widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}
.widget-area .widget_categories ul li a:hover {
  color: #ff743c;
}
.widget-area .widget_tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area .widget_tag ul li {
  display: inline-block;
}
.widget-area .widget_tag ul li a {
  color: #8d8d90;
  font-weight: normal;
  padding: 7px 18px;
  border-radius: 50px;
  background-color: #f0f0f0;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
.widget-area .widget_tag ul li a:hover {
  background-color: #ff743c;
  color: #fff;
}

/*================================
Blog Details Page End
==================================*/
/*================================
Pagination Area
==================================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.pagination-area .pagination-item {
  margin-bottom: 30px;
}
.pagination-area .page-link {
  color: #ff743c;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}
.pagination-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}
.pagination-area .page-link i::before {
  margin-left: -4px;
}
.pagination-area .page-link.current,
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
  color: #ffffff;
  background-color: #ff743c;
  border: 1px solid #ff743c;
}
.pagination-area .page-item {
  padding: 0 8px 0;
}
.pagination-area .page-item:first-child .page-link {
  border-radius: none;
}
.pagination-area .page-item:last-child .page-link {
  border-radius: none;
}
.pagination-area .page-item.current .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ff743c;
  border-color: #ff743c;
}

/*================================
Pagination Area End
==================================*/
/*=================================
Cart Page 
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}
.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}
.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #2d3652;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
}
.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #2d3652;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #ff743c !important;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #2d3652;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #ff743c;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #2d3652;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span:hover {
  color: #8d8d90 !important;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn {
  left: 0;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn:hover {
  color: #8d8d90 !important;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn {
  right: 0;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn:hover {
  color: #8d8d90 !important;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input {
  height: 45px;
  color: #2d3652;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-wraps-area .cart-table .table > :not(:first-child) {
  border-top: 0;
}
.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}
.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-wraps-area .cart-totals ul li {
  border: 1px solid #ffd3d3;
  padding: 10px 15px;
  color: #2d3652;
  overflow: hidden;
  font-weight: 700;
}
.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}
.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}
.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #8d8d90;
  font-weight: normal;
}
.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #2d3652;
  padding-bottom: 20px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #ffd3d3;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
  background-color: #ff743c !important;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #ff743c !important;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #ffd3d3;
  color: #6c777d;
  padding: 13px 18px;
  font-weight: 400;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}
.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #ffd3d3;
}
.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}
.cart-wraps-area .cart-calc .nice-select .option {
  color: #2d3652 !important;
}
.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #ff743c !important;
}
.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
  background-color: #ff743c !important;
  color: #fff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-moz-placeholder {
  color: #2d3652;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #2d3652;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-moz-placeholder {
  color: #495057;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::placeholder {
  color: #495057;
}

/*=================================
Cart Page End
===================================*/
/*=================================
Checkout Page 
===================================*/
.checkout-area .checkout-user {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #ff743c;
  color: #ff743c;
}
.checkout-area .checkout-user span {
  color: #2d3652;
  font-size: 20px;
}
.checkout-area .checkout-user span a {
  color: #ff743c;
}
.checkout-area .checkout-user span a:hover {
  color: #4356d6;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 30px 25px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}
.billing-details h3 {
  font-size: 24px;
  color: #2d3652;
  margin-bottom: 15px;
  font-weight: 600;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  color: #2d3652;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.billing-details .form-group label span {
  color: #ff743c;
}
.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}
.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}
.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}
.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #2d3652;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ff743c !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}
.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-check {
  margin-bottom: 15px;
}
.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}
.billing-details .form-check .form-check-label {
  color: #2d3652;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area
  .billing-details
  .form-group
  .nice-select
  .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
}

.order-details .order-table {
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}
.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #2d3652;
  font-size: 18px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #2d3652;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #ff743c;
}
.order-details .order-table table tbody tr td.order-subtotal span {
  color: #2d3652;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.order-shipping span {
  color: #2d3652;
  font-weight: 700;
}
.order-details .order-table table tbody tr td.total-price span {
  color: #2d3652;
  font-weight: 700;
}
.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}
.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}
.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}
.order-details .order-table .table > :not(:first-child) {
  border-top: 0;
}
.order-details .payment-box {
  background-color: #fff;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
}
.order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #ff743c;
  position: relative;
  margin-bottom: 8px;
}
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff743c;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff743c;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
}

/*=================================
Checkout Page End
===================================*/
/*==================================
Product Details Page
====================================*/
.product-detls-image {
  margin-bottom: 30px;
}

.product-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.product-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.product-desc .price .old-price {
  text-decoration: line-through;
  color: #2d3652;
  margin-left: 10px;
}
.product-desc .product-review {
  margin-bottom: 15px;
}
.product-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.product-desc .product-review .rating i {
  color: #ff743c;
}
.product-desc .product-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #2d3652;
  border-bottom: 1px solid #2d3652;
  line-height: initial;
}
.product-desc .product-review .rating-count:hover {
  color: #ff743c;
  border-color: #ff743c;
}
.product-desc p {
  margin-bottom: 0;
}
.product-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}
.product-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #2d3652;
  width: 50px;
  height: 100%;
  line-height: 45px;
  transition: 0.5s;
}
.product-desc .input-count-area .input-counter span:hover {
  color: #ff743c;
}
.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}
.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}
.product-desc .input-count-area .input-counter input {
  height: 45px;
  color: #2d3652;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.product-desc .product-add {
  margin-top: 20px;
}
.product-desc .product-add .default-btn {
  border: none;
  outline: none;
  margin-right: 20px;
  border-radius: 0;
}
.product-desc .product-share {
  margin-top: 30px;
}
.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 3px;
}
.product-desc .product-share ul li span {
  color: #8d8d90;
  margin-right: 5px;
  font-size: 16px;
}
.product-desc .product-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #ff743c;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}
.product-desc .product-share ul li a:hover {
  background-color: #2d3652;
}

.product .input-count-area .input-counter input::-moz-placeholder {
  color: #2d3652;
}

.product .input-count-area .input-counter input::placeholder {
  color: #2d3652;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.product-detls-tab {
  margin-top: 30px;
}
.product-detls-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detls-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.product-detls-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #2d3652;
  border: 1px dashed #eeeeee;
  padding: 17px 30px 13px 30px;
}
.product-detls-tab .tabs li a:focus {
  color: #fff;
  background-color: #ff743c;
  border-color: #ff743c;
}
.product-detls-tab .tabs li.active a {
  color: #fff;
  background-color: #ff743c;
  border-color: #ff743c;
}
.product-detls-tab .tabs li.current a {
  color: #fff;
  background-color: #ff743c;
  border-color: #ff743c;
}
.product-detls-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.product-detls-tab .tab_content .tabs_item .product-detls-tab-content p {
  color: #2d3652;
  margin-bottom: 20px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  p:last-child {
  margin-bottom: 0;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .additional-information
  li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #737b9a;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .additional-information
  li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .additional-information
  li
  span {
  display: inline-block;
  width: 40%;
  color: #212529;
  font-weight: 600;
}
.product-detls-tab .tab_content .tabs_item .product-detls-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #2d3652;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title {
  position: relative;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title
  .rating {
  display: inline-block;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title
  .rating
  i {
  color: #ff743c;
  font-size: 14px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title
  .rating
  p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title
  .btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  background-color: #ff743c;
  padding: 7px 15px;
  border-radius: 5px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-title
  .btn-right:hover {
  background-color: #4356d6;
  color: #fff;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments {
  margin-top: 35px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  .rating
  i {
  color: #ff743c;
  font-size: 14px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2d3652;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  span
  strong {
  font-weight: 600;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  .review-report-link {
  position: absolute;
  right: 0;
  color: #737b9a;
  top: 40px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-comments
  .review-item
  .review-report-link:hover {
  color: #ff743c;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-form {
  margin-top: 30px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-form
  h3 {
  margin-bottom: 20px;
}
.product-detls-tab
  .tab_content
  .tabs_item
  .product-detls-tab-content
  .product-review-form
  .review-form
  .contact-wrap-form {
  box-shadow: none;
  padding: 0;
}

/*==================================
Product Details Page End
====================================*/
/*==================================
Service Details Page
====================================*/
.service-dtls-slider {
  position: relative;
  margin-bottom: 30px;
}
.service-dtls-slider .owl-nav {
  margin-top: 0;
}
.service-dtls-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-25px);
  left: -1%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #2d3652 !important;
  font-size: 24px !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: 0.7s;
}
.service-dtls-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.service-dtls-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-25px);
  right: -1%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #2d3652 !important;
  font-size: 24px !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: 0.7s;
}
.service-dtls-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.service-dtls-title {
  margin-bottom: 30px;
}
.service-dtls-title h3 {
  font-size: 30px;
  color: #2d3652;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.service-dtls-title h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ff743c;
}
.service-dtls-title p {
  margin-bottom: 15px;
}
.service-dtls-title p:last-child {
  margin-bottom: 0;
}

.service-sidebar-widget {
  margin-bottom: 30px;
}
.service-sidebar-widget h3 {
  font-size: 20px;
  color: #2d3652;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.service-sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ff743c;
}
.service-sidebar-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service-sidebar-widget ul li {
  display: block;
  margin: 7px 0;
  color: #2d3652;
  font-weight: 500;
}
.service-sidebar-widget ul li i {
  margin-right: 10px;
}
.service-sidebar-widget ul li a {
  color: #2d3652;
  font-weight: 500;
}
.service-sidebar-widget ul li a:hover {
  color: #ff743c;
}

.service-sidebar-tag h3 {
  font-size: 20px;
  color: #2d3652;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.service-sidebar-tag h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #ff743c;
}
.service-sidebar-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-sidebar-tag ul li {
  display: inline-block;
}
.service-sidebar-tag ul li a {
  color: #8d8d90;
  font-weight: normal;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px dashed #eeeeee;
  margin-top: 7px;
  margin-right: 10px;
  text-transform: capitalize;
}
.service-sidebar-tag ul li a:hover {
  background-color: #ff743c;
  color: #fff;
}

/*==================================
Service Details Page End
====================================*/
/*==================================
Faq Page 
====================================*/
.faq-accordion {
  margin-right: auto;
  margin-bottom: 30px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #2d3652;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
  top: 15px;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*==================================
Faq Page End
====================================*/
/*==================================
Testimonials Page End
====================================*/
.client-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.client-card img {
  max-width: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.client-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.client-card span {
  font-size: 14px;
}
.client-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-card ul li {
  display: inline-block;
  font-size: 16px;
  color: #ff743c;
}
.client-card p {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*==================================
Testimonials Page End
====================================*/
/*=================================
404 Error page
===================================*/
.error-area {
  padding: 140px 0;
  height: 100vh;
}
.error-area .error-content {
  text-align: center;
}
.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #2d3652;
}
.error-area .error-content h1 span {
  color: #ff743c;
}
.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #ff743c;
}
.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
404 Error page End
===================================*/
/*==================================
Single Content CSS
====================================*/
.single-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.single-content p {
  margin-bottom: 15px;
}
.single-content p:last-child {
  margin-bottom: 0;
}

/*==================================
Single Content CSS End
====================================*/
/*================================== 
Coming Soon Area Style
====================================*/
.coming-soon-area {
  position: relative;
  min-height: 100vh;
  overflow: auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #232350;
  font-size: 60px;
  margin-top: -18px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #232350;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid #232350;
  color: #5d5d5d;
}
.coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter:focus {
  border-color: #190f3c;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}
.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
}

/* Contact Information Card Styles */
.coming-soon-area .coming-soon-content .contact-info-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(35, 35, 80, 0.1);
  border: 1px solid rgba(35, 35, 80, 0.1);
}

.coming-soon-area .coming-soon-content .contact-item-vertical {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.coming-soon-area .coming-soon-content .contact-item-vertical:hover {
  background: rgba(35, 35, 80, 0.05);
  border-left-color: #232350;
  transform: translateX(5px);
}

.coming-soon-area .coming-soon-content .contact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #232350, #190f3c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.coming-soon-area
  .coming-soon-content
  .contact-item-vertical:hover
  .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(35, 35, 80, 0.3);
}

.coming-soon-area .coming-soon-content .info {
  text-align: center;
  width: 100%;
}

.coming-soon-area .coming-soon-content .contact-details h4 {
  color: #232350;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
}

.coming-soon-area .coming-soon-content .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
}

.coming-soon-area .coming-soon-content .contact-details p {
  color: #5d5d5d;
  font-size: 14px;
}

.coming-soon-area .coming-soon-content .contact-details p:last-child {
  margin-bottom: 0;
}

.coming-soon-area .coming-soon-content .contact-details a {
  color: #232350;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.coming-soon-area .coming-soon-content .contact-details a:hover {
  color: #190f3c;
  text-decoration: underline;
}

/* Dark Mode Support */
.theme-dark .coming-soon-area .coming-soon-content .contact-info-card {
  background: rgba(40, 40, 60, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.theme-dark
  .coming-soon-area
  .coming-soon-content
  .contact-item-vertical:hover {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .contact-details h4 {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .contact-details p {
  color: #cccccc;
}

.theme-dark .coming-soon-area .coming-soon-content .contact-details a {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .contact-details a:hover {
  color: #cccccc;
}

.theme-dark .coming-soon-area .coming-soon-content .contact-icon {
  background: linear-gradient(135deg, #ffffff, #cccccc);
  color: #232350;
}

/* Responsive Design */
@media (max-width: 768px) {
  .coming-soon-area .coming-soon-content .contact-info-card {
    padding: 20px;
    margin: 0 15px;
    text-align: left;
  }

  .coming-soon-area .coming-soon-content .contact-item-vertical {
    flex-direction: row;
    text-align: left;
    gap: 15px;
    padding: 15px;
    align-items: flex-start;
  }

  .coming-soon-area .coming-soon-content .contact-item-vertical:hover {
    transform: translateY(-2px);
    transform: translateX(0);
  }

  .coming-soon-area .coming-soon-content .contact-details {
    text-align: left;
  }

  .coming-soon-area .coming-soon-content .contact-details h4 {
    font-size: 16px;
    text-align: left;
  }

  .coming-soon-area .coming-soon-content .contact-details p {
    font-size: 13px;
    text-align: left;
  }

  .coming-soon-area .coming-soon-content .contact-icon {
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .coming-soon-area .coming-soon-content {
    padding: 30px 15px;
  }

  .coming-soon-area .coming-soon-content h1 {
    font-size: 32px;
  }
}

/* Ensure body allows scrolling */
body {
  overflow-x: hidden;
  overflow-y: auto;
}

/*==============================
Animation  CSS 
=================================*/
@keyframes circle-in {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*==============================
Animation  CSS End
=================================*/
/* About page specific styles */
.about-stats .stat-item {
  text-align: center;
  margin-bottom: 20px;
}

.about-stats .stat-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 5px;
}

.about-stats .stat-item p {
  font-size: 14px;
  color: var(--paragraph-color);
  margin: 0;
}

/* Dark mode styles for about stats */
.theme-dark .about-stats .stat-item h4 {
  color: var(--white-color);
}

.theme-dark .about-stats .stat-item p {
  color: var(--white-color);
  opacity: 0.8;
}

/* About Stats */
.about-stats .stat-item {
  text-align: center;
  padding: 20px 15px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.about-stats .stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-stats .stat-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.about-stats .stat-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Philosophy Area */
.philosophy-area .philosophy-content {
  padding: 20px 0;
}

.philosophy-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.philosophy-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.philosophy-list li:hover {
  background: #e9ecef;
  transform: translateX(10px);
}

.philosophy-list li i {
  color: #ff743c;
  margin-right: 15px;
  font-size: 20px;
}

.philosophy-quote {
  font-style: italic;
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

/* Capabilities Area */
.capability-card {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.capability-card i {
  font-size: 40px;
  color: #ff743c;
  margin-bottom: 20px;
}

.capability-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Client Categories */
.client-category {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 100%;
}

.client-category h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}

.client-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.client-list li:last-child {
  border-bottom: none;
}

.client-list li i {
  color: #28a745;
  margin-right: 12px;
  font-size: 16px;
}

/* Dark Mode Support */
.theme-dark .about-stats .stat-item {
  background: #2a2a2a;
  color: #fff;
}

.theme-dark .about-stats .stat-item h4 {
  color: #fff;
}

.theme-dark .about-stats .stat-item p {
  color: #ccc;
}

.theme-dark .philosophy-list li {
  background: #2a2a2a;
  color: #fff;
}

.theme-dark .philosophy-list li:hover {
  background: #333;
}

.theme-dark .philosophy-quote {
  background: #2a2a2a;
  color: #ccc;
}

.theme-dark .capability-card {
  background: #2a2a2a;
  border-color: #444;
  color: #fff;
}

.theme-dark .capability-card h3 {
  color: #fff;
}

.theme-dark .client-category {
  background: #2a2a2a;
  color: #fff;
}

.theme-dark .client-category h3 {
  color: #fff;
}

.theme-dark .client-list li {
  border-bottom-color: #444;
  color: #ccc;
}

/* Client Logos Infinite Carousel */
.clients-logo-section {
  overflow: hidden;
  padding: 60px 0;
  background: #f8f9fa;
  position: relative;
}

.clients-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.clients-track {
  display: flex;
  padding: 10px 0;
  width: calc(200%);
  animation: marquee 20s linear infinite;
}

.client-logo {
  flex: 0 0 auto;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.client-logo:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.client-logo img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.client-logo:hover img {
  filter: grayscale(0%);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

/* Industry Tags */
.industry-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.industry-tag {
  background: #007bff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.industry-tag:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

/* Dark Mode Support for Client Logos */
.theme-dark .clients-logo-section {
  background: #1a1a1a;
}

.theme-dark .client-logo {
  background: #2a2a2a;
  border: 1px solid #444;
}

.theme-dark .client-logo img {
  filter: grayscale(100%) brightness(0.8);
}

.theme-dark .client-logo:hover img {
  filter: grayscale(0%) brightness(1);
}

.theme-dark .industry-tag {
  background: #0d6efd;
  color: #fff;
}

.theme-dark .industry-tag:hover {
  background: #0b5ed7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .clients-track {
    animation-duration: 15s;
  }

  .client-logo {
    margin: 0 15px;
  }

  .client-logo img {
    max-width: 120px;
    max-height: 40px;
  }

  .industry-tags {
    gap: 10px;
  }

  .industry-tag {
    font-size: 12px;
    padding: 6px 15px;
  }
}

@media (max-width: 576px) {
  .why-savi-press-area .row {
    flex-direction: column-reverse;
  }

  .why-savi-image {
    margin-bottom: 40px;
  }
}

/* Why Savi Press Area Styles */
.why-savi-press-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.why-savi-press-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23007bff" opacity="0.1"/></svg>')
    repeat;
  background-size: 50px 50px;
  pointer-events: none;
}

.why-savi-content span {
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.why-savi-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 30px;
}

.why-savi-features {
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #ff743c, #ff743c);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.feature-item:hover::before {
  transform: scaleY(1);
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.15);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff743c, #ff743c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
}

.feature-icon i {
  color: white;
  font-size: 20px;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.2;
}

.feature-content p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.why-savi-image {
  position: relative;
  text-align: center;
}

.why-savi-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.experience-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ff743c, #ff743c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255, 116, 60, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.badge-content {
  text-align: center;
  color: white;
}

.badge-content h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.badge-content span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.why-savi-btn .default-btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.why-savi-btn .default-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
  color: white;
}

/* Dark Mode Styles for Why Savi Press */
.theme-dark .why-savi-press-area {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.theme-dark .why-savi-content h2 {
  color: white;
}

.theme-dark .feature-item {
  background: #2d3652;
  border: 1px solid #404040;
}

.theme-dark .feature-content h4 {
  color: white;
}

.theme-dark .feature-content p {
  color: #cccccc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .why-savi-content h2 {
    font-size: 24px;
  }

  .feature-item {
    padding: 15px;
    margin-bottom: 20px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .feature-icon i {
    font-size: 16px;
  }

  .feature-content h4 {
    font-size: 16px;
  }

  .experience-badge {
    width: 100px;
    height: 100px;
    top: -10px;
    right: -10px;
  }

  .badge-content h3 {
    font-size: 28px;
  }

  .badge-content span {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .why-savi-press-area .row {
    flex-direction: column-reverse;
  }

  .why-savi-image {
    margin-bottom: 40px;
  }
}

/* How We Work Process Cards */
.process-card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #ff743c, #ff9f1c);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.process-card:hover::before {
  transform: scaleX(1);
}

.process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(135deg, #ff743c, #ff9f1c);
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
}

.process-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f8f9fa;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  transition: all 0.3s ease;
}

.process-card:hover .process-icon {
  background: linear-gradient(135deg, #ff743c, #ff9f1c);
  transform: rotateY(180deg);
}

.process-icon i {
  font-size: 32px;
  color: #ff743c;
  transition: all 0.3s ease;
}

.process-card:hover .process-icon i {
  color: #ffffff;
  transform: rotateY(-180deg);
}

.process-card h3 {
  font-size: 20px;
  color: #2d3652;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.process-card:hover h3 {
  color: #ff743c;
}

/* Dark mode support */
.theme-dark .process-card {
  background-color: #2d3652;
}

.theme-dark .process-card h3 {
  color: #ffffff;
}

.theme-dark .process-icon {
  background: #1c243c;
}

.theme-dark .process-card:hover .process-icon {
  background: linear-gradient(135deg, #ff743c, #ff9f1c);
}

/* Responsive styles */
@media (max-width: 768px) {
  .process-card {
    padding: 20px;
  }

  .process-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .process-icon i {
    font-size: 24px;
  }

  .process-card h3 {
    font-size: 16px;
  }

  .process-number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 #0000;
  animation: l1 1s infinite;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
