@charset "UTF-8";
/*
Template Name: Factorix
Template URI:
Description: Industrial & Factory HTML Template
Author: Capricorn Theme
Author URI:
Version: 1.0
 #FA4729 #db2b0e
 #A61843 #7e062a
 */
/*-- Google Font Import
/-----------------------------------------*/
/*
@import url("../../../../../fonts.googleapis.com/css2_4dd8a9f.css");
@import url("../../../../../fonts.googleapis.com/css2_e87c99c2.css");
/*--
    - Common CSS
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Kanit', sans-serif!important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #181D4E;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #181D4E;
}
a:hover {
  color: #7e062a;
}

p {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #5A5A67;
  text-align: justify;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  color: #5A5A67;
}
table,
th,
tr,
td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 50px 100px;

}

th,
tr,
td {
  padding: 20px 50px;
}

hr {
  border-top: 1px solid #777;
}

.fix {
  overflow: hidden;
}
.download-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.download-item {

  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.download-item:last-child {
  border-bottom: none;
}
a.download-link {
  text-decoration: none;
  color: #A61843;
  font-weight: bold;
  font-size: 14px;
}
a.download-link:hover {
  text-decoration: underline;
}
/*Section Padding CSS*/
.section-padding {
  padding: 70px 10px;
}
.section-padding-new {
  padding: 70px 10px 20px 10px;
}
.bg2{
  background-color: #A71643;
}

.product-detail {
    max-width: 600px;
    margin: auto;
}
.main-image img {
    width: 100%;
    height: auto;
    display: block;
}
.thumbnail-slider{
    margin-top: 20px;
}
.thumbnail-slider .thumb img {
    width: 100px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}
.thumbnail-slider .thumb img:hover {
    border-color: #A61843;
}

.white-bg{
  background-color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 70px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 70px 10px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 70px 10px;
  }
}
.short{
  height: 350px !important;;
}
 /* First Row */
 .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.top-row .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-row .contact-info div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-row .contact-info a {
  text-decoration: none;
}
.top-row .certification {
  text-align: right;
  color: #A61843;
}


/* Responsive */
@media screen and (max-width: 768px) {
  .top-row {
      flex-direction: column;
      text-align: center;
  }
  .contact-info {
      margin:10px;
  }

}


.section-devider {
  background: #7e062a;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mtm-30 {
  margin-top: -30px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  color: #181D4E;
  letter-spacing: -1px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.section-title p {
  margin: 0;
}

.section-title span {
  color: #A61843;
}

/*Button Style */
.theme-btn, .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: #A61843;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 45px;
  border: 2px solid #A61843;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 14px 18px;
  }
}
.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #7e062a;
  border-color: #7e062a;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  border-color: #7e062a;
  color: #7e062a;
}
.bordered-btn:hover {
  background: #7e062a;
  color: #fff;
  border-color: #A61843;
}

.white-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: inherit;
}

.dark-btn {
  background: #7e062a;
  border-color: #7e062a;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: #A61843;
  border-color: #A61843;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #7e062a;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS
============== */
.theme-bg {
  background: #A61843;
}

.dark-bg {
  background:  #A61843;
}

.gray-bg {
  background: #F8F8F8;
}

.white-bg {
  background: #fff !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color:  #e77394;;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #e77394;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-dark {
  color: #181D4E !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-none {
  border: none !important;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #A61843;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 0.5s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #7e062a;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: #fff;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #888E9B;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #888E9B;
}

/* clears the â€˜Xâ€™ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #7e062a;
  font-size: 30px;
}

.side-info {
  padding-top: 10px;
}

.contact-list h4 {
  color: #0B0D26;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #0B0D26;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #A61843;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-area-wrap a:hover {
  background-color: #7e062a;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #0B0D26;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: absolute;
  display: inline-block;
  left: 30%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 190px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-area .navigation {

  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0B0D26;
}

.main-menu ul {
  line-height: 1;

}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 25px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #181D4E;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 325px;
  background-color: #f5f5f5;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;

}
.sublist {
  background-color: #990733 !important;
  z-index: 2;
  min-width: 300px;
  max-height: 350px; /* Set a height limit for scrollable sublist */
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
 /* Stylish Scrollbar */
 .sublist::-webkit-scrollbar {
  width: 5px;
}

.sublist::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sublist::-webkit-scrollbar-thumb {
  background: #9BA2AD;
  border-radius: 4px;
}

.sublist::-webkit-scrollbar-thumb:hover {
  background: #7d838b;
}

/* Scrollbar for Firefox */
.sublist {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #9BA2AD #f1f1f1; /* Thumb and track colors */
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #A61843;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #171717;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #A61843;
}

.main-menu ul > li > ul li a.active {
  color: #fff !important;
  position: relative;
  padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: #fff;
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #A61843;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid  #7e062a;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background:  #7e062a;
}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}


.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn, .action-bar .white-btn, .action-bar .dark-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
}
.search-mob{
  margin-right: 15px;
  margin-top: 5px;
  font-size: 20px;
  cursor:pointer;
}
.header-right .search-trigger i {
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 2px;
  z-index: 999;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.contact-number {
  margin-right: 60px;
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.social-area a i {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}

.shop-icon {
  position: relative;
  z-index: 1;
}
.shop-icon i {
  font-size: 24px;
  margin-right: 40px;
}
.shop-icon .icon-notify {
  width: 18px;
  height: 18px;
  background: #A61843;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: 32px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-icon {
    display: none;
  }
}

.absolute-header .shop-icon i {
  color: #fff;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

.hero-area-bg {
  max-width: calc(100% - 80px);
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-bg {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .hero-area-bg {
    max-width: calc(100% - 0px);
  }
}

.hero-area-content {
  padding-left: 0;
  padding: 0px 0 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content {
    padding: 0px 0px 30px 0;
  }
}
@media (max-width: 767px) {
  .hero-area-content {
    padding-top:0px ;
  }
}

#home-1.hero-area {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1.hero-area {
    height: 650px;
  }
}

#home-1.hero-area:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 1;
}

/* Hero Area Slider
==================*/
.homepage-slides {
  position: relative;
  overflow: hidden;
}
.homepage-slides .single-slide-item {
  background-color: #ddd;
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item {
    height: 500px;
  }
}
.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item .image-layer {
    background-position: left;
  }
}
.homepage-slides .single-slide-item h1 {
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  margin: 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-slides .single-slide-item h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.homepage-slides .single-slide-item p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item p br {
    display: none;
  }
}
.homepage-slides .single-slide-item .theme-btn, .homepage-slides .single-slide-item .bordered-btn, .homepage-slides .single-slide-item .white-btn, .homepage-slides .single-slide-item .dark-btn {
  margin-top: 40px;
}

#home-2 .hero-area-content,
#home-3 .hero-area-content {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .hero-area-content,
  #home-3 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .hero-area-content,
  #home-3 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
#home-2 .hero-area-content h6,
#home-3 .hero-area-content h6 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

#home-2 .hero-area-content {
  padding-left: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #A61843;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #A61843;
  color: #fff;
  border-color: #A61843;
}

#home-4 .single-slide-item {

  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 700px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-4 .single-slide-item {
    height: 600px;
  }
}
#home-4 .single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-4 .single-slide-item h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .single-slide-item h2 {
    font-size: 60px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-4 .single-slide-item h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-4 .single-slide-item h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-4 .single-slide-item p {
  color: #ccc7c7;
  font-size: 18px;
  line-height: 30px;
}

#home-4.hero-area {
  position: relative;
  z-index: 1;
}

#home-4 .hero-area-banner {

  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner {
    background-position: top;
  }
}
#home-4 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-4 .hero-area-banner h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-4 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-4 .service-info {
    display: none;
  }
}
#home-4 .service-info h4 {
  color: #fff;
}
#home-4 .service-info i {
  font-size: 60px;
}

#home-5 .section-title h1 {
  font-size: 84px;
  font-weight: 500;
  line-height: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-5 .section-title h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .section-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  #home-5 .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-img {
    display: none;
  }
}

.banner-img-wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .banner-img-wrap img {
    height: 200px;
    object-fit: cover;
  }
}

.banner-absolute-img {
  position: absolute;
  right: 150px;
  bottom: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-absolute-img {
    right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-absolute-img {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .banner-absolute-img {
    right: 20px;
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-absolute-img img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .banner-absolute-img img {
    width: 120px;
    height: 120px;
  }
}

#service-1 .single-service-item {
  border-right: 1px solid #ddd;
  padding: 45px 70px 35px 35px;
  height: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1 .single-service-item {
    border-right: none;
  }
}
@media (max-width: 767px) {
  #service-1 .single-service-item {
    border-right: none;
  }
}
#service-1 .single-service-item .service-icon i:before {
  font-size: 60px;
  color: #A61843;
}
#service-1 .single-service-item .service-title h4 {
  font-weight: 500;
  color: #181D4E;
  letter-spacing: 0;
  margin: 40px 0;
}
#service-1 .single-service-item:hover .service-icon i:before {
  color: #0B0D26;
}

.read_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181D4E;
  z-index: 1;
  overflow: hidden;
}

.read_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.read_more_link .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.single-service-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1.pt-60 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #service-1.pt-60 {
    padding-top: 0;
  }
}

#service-2 .single-service-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0 30px;
  margin-top: 40px;
  transition: 0.3s;
  border-bottom: 1px solid #f6f6f6;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  height: 605px;
}
#service-2 .single-service-item .service-icon i:before {
  font-size: 65px;
  color: #A61843;
  line-height: 1;
}
#service-2 .single-service-item h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0;
}
#service-2 .single-service-item .service-link {
  margin-top: 40px;
  transition: 0.3s;
}
#service-2 .single-service-item .service-link i {
  font-size: 30px;
}
#service-2 .single-service-item .service-link i:hover {
  color: #A61843;
}
#service-2 .single-service-item:hover .service-icon i:before {
  color: #0B0D26;
}
#service-2 .single-service-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #A61843;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#service-2 .single-service-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#service-2 .service-slider .owl-nav button.owl-prev,
#service-2 .service-slider .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
#service-2 .service-slider .owl-nav button.owl-prev:hover,
#service-2 .service-slider .owl-nav button.owl-next:hover {
  background: #7e062a;
  color: #fff;
}
#service-2 .service-slider .owl-nav i {
  font-size: 20px;
}
#service-2 .service-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .service-slider .owl-nav {
    top: -25px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #service-2 .service-slider .owl-nav {
    display: none;
  }
}
#service-2 .service-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 20px;
  margin-top: 20px;
}
#service-2 .service-slider .owl-dots button.owl-dot.active span {
  background: #A61843;
}
#service-2 .service-slider .owl-dots {
  text-align: center;
}

#service-3 .service-content-wrap {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-item-wrap {
    margin-top: 60px;
  }
}
#service-3 .single-service-item {
  padding: 60px 40px;
  margin-top: 0;
  margin-bottom: 30px;
  background: #fff;
  border: none;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-3 .single-service-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .single-service-item .service-content-wrap {
    margin-bottom: 60px;
  }
}
#service-3 .single-service-item .service-icon i:before {
  font-size: 55px;
  color: #A61843;
}
#service-3 .single-service-item h4 {
  margin: 30px 0px 20px;
}
#service-3 .single-service-item:hover {
  background: #fff;
}
#service-3 .single-service-item:hover .service-icon i:before {
  color: #fff;
}
#service-3 .single-service-item:hover h4 {
  color: #fff;
}
#service-3 .single-service-item:hover p {
  color: #fff;
}
#service-3 .single-service-item:nth-of-type(2) {
  display: none;
}

@media (max-width: 767px) {
  .mtm-30 {
    margin-top: 0;
  }
}

#service-3.dark-bg p {
  color: #fff;
}

#service-1.dark-bg .single-service-item {
  border-right: 1px solid #191c42;
}
#service-1.dark-bg .single-service-item .service-title h4 {
  color: #fff;
}
#service-1.dark-bg .single-service-item:hover .service-icon i:before {
  color: #fff;
}
#service-1.dark-bg .single-service-item .read_more_link {
  color: #fff;
}

#service-1.dark-bg {
  position: relative;
}

#service-1.dark-bg:before {
  position: absolute;
  content: "";
  top: -300px;
  left: 0;
  width: 100%;
  background: #0B0D26;
  z-index: -1;
}

#service-page .service-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  z-index: 9;
}
#service-page .single-service-item {
  position: relative;
  z-index: 1;
}
#service-page .single-service-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
#service-page .single-service-item:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7e062a;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
#service-page .single-service-item:hover::before {
  opacity: 0;
}
#service-page .single-service-item:hover::after {
  opacity: 0.6;
}
#service-page .service-content-top span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
#service-page .service-content-bottom h6 a {
  color: #fff;
  font-size: 24px;
}
#service-page .service-content-bottom p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-top: 5px;
}
#service-page .service-img img {
  height: 430px !important;
  object-fit: cover;
  object-position: center;
}
#service-page .service-slider .owl-nav button.owl-prev,
#service-page .service-slider .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
#service-page .service-slider .owl-nav button.owl-prev:hover,
#service-page .service-slider .owl-nav button.owl-next:hover {
  background: #7e062a;
  color: #fff;
}
#service-page .service-slider .owl-nav i {
  font-size: 20px;
}
#service-page .service-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-page .service-slider .owl-nav {
    top: -25px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #service-page .service-slider .owl-nav {
    display: none;
  }
}
#service-page .service-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 20px;
  margin-top: 20px;
}
#service-page .service-slider .owl-dots button.owl-dot.active span {
  background: #A61843;
}
#service-page .service-slider .owl-dots {
  text-align: center;
}

#service-1.service-page .single-service-item {
  border-right: none;
  padding-bottom: 0;
}

#service-1.dark-bg .single-service-item {
  border-right: none;
  padding-bottom: 0;
}

#about-1 {
  position: relative;
}

.about-bg-wrap {
  max-width: calc(100% - 100px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}

.about-bg-wrap-2 {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}

.about-content-wrap h3 {
  color: #5A5A67;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap h3 {
    font-size: 20px;
  }
  .about-content-wrap h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-content-wrap p br {
    display: none;
  }
}

.section-title img {
  border-radius: 25px;
  height: 50px;
  position: relative;
  bottom: 5px;
}
@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

#about-2 .about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
#about-2 .image-two {
  position: absolute;
  top: 40%;
  left: 40%;
}
#photo2 img {
  width: 400px;
  height:400px;
}

@media (max-width: 767px) {
  #about-2 .image-two {
    bottom: -40px;
    top: auto;
  }
  #photo2 img {
    width: 300px;
    height:300px;
  }

}
#about-2 .about-content-wrap {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
#about-2 .about-key {
  overflow: hidden;
}
#about-2 .about-key li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #about-2 .about-key li {
    width: 100%;
  }
}
#about-2 .about-key li i {
  position: relative;
}
#about-2 .about-key li i:before {
  font-size: 30px;
  color: #A61843;
  margin-right: 10px;
  position: absolute;
  top: -20px;
}
#about-2 .about-key p {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  color: #262B3E;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
#about-2 .about-key span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #262B3E;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2.pb-200 {
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  #about-2.pb-200 {
    padding-bottom: 120px;
  }
}

#about-3 .about-bg-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-3 .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap {
    margin-top: 30px;
  }
}
#about-3 .about-feature ul li {
  display: block;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}
#about-3 .about-feature ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #A61843;
  margin-top: -1px;
}
#about-3 .about-feature {
  margin-top: 30px;
}
.product-feature ul li {
  display: block;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}
 .product-feature ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #A61843;
  margin-top: -1px;
}
 .product-feature {
  margin-top: 30px;
}

#about-4 .about-img-wrap {
  max-width: calc(100% - 70px);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-4 .about-img-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-4 .about-img-wrap {
    max-width: calc(100% - 0px);
  }
}
#about-4 .about-content-wrap {
  margin-left: 60px;
}
@media (max-width: 767px) {
  #about-4 .about-content-wrap {
    margin-left: 0;
    margin-top: 60px;
  }
}
#about-4 .about-feature {
  margin-top: 40px;
}
#about-4 .about-feature h4 {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-top: 25px;
}
#about-4 .about-feature h4 span {
  color: #0868D7;
  margin-right: 10px;
}

#about-4 .about-desc {

  background-size: cover;
  width: 300px;
  height: 240px;
  position: absolute;
  bottom: 0;
  right: -40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
}
@media (max-width: 767px) {
  #about-4 .about-desc {
    right: 0;
    width: 250px;
    height: 200px;
    padding: 35px;
  }
}
#about-4 .about-desc h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about-4 .about-desc h3 {
    font-size: 30px;
  }
}

#about-5 .about-content-wrap {
  max-width: calc(100% - 30px);
}

.ceo-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ceo-wrapper {
    margin-top: 30px;
  }
}

.ceo-thumb img {
  width: 80px;
  height: 80px;
}

.ceo-info {
  margin-left: 20px;
}

.ceo-info h5 {
  font-weight: 500;
  font-size: 22px;
}

.ceo-info span {
  font-size: 18px;
  color: #777;
  margin-top: 5px;
}

.about-desc-wrap {
  margin-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-desc-wrap {
    margin-top: 60px;
  }
}

.about-desc-wrap p {
  text-align: justify;
}

span.dropcap_style {
  background-color: transparent;
  color: #181D4E;
  font-size: 60px;
  font-weight: 500;
  height: 50px;
  line-height: 55px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}

.founder-year-wrap {
  position: absolute;
  top: -70px;
  right: 0;
  text-align: end;
}
.founder-year-wrap h1 {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #A61843;
}
@media (max-width: 767px) {
  .founder-year-wrap h1 {
    font-size: 50px;
  }
}
.founder-year-wrap span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #A61843;
}

.work-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .work-img-wrap {
    margin-top: 60px;
  }
}
.work-img-wrap .image-one img {
  max-width: calc(100% - 150px);
}
.work-img-wrap .image-two {
  position: absolute;
  top: 35%;
  left: 0;
}
@media (max-width: 767px) {
  .work-img-wrap .image-two {
    bottom: -40px;
  }
}
.work-img-wrap .image-two img {
  max-width: calc(100% - 60px);
}

#about-page.testimonial-section {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-page.testimonial-section {
    height: 600px;
  }
}
@media (max-width: 767px) {
  #about-page.testimonial-section {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .single-testimonial-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #about-page .single-testimonial-item {
    padding: 0;
  }
}

.testimonial-wrap.dark-bg {
  padding: 100px 150px;
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-wrap.dark-bg {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap.dark-bg {
    padding: 50px;
  }
}

#about-page .testimonial-wrap .owl-nav {
  position: absolute;
  bottom: 60px;
  right: 70px;
  display: flex;
}
@media (max-width: 767px) {
  #about-page .testimonial-wrap .owl-nav {
    right: 120px;
  }
}
#about-page .testimonial-wrapper .owl-nav button.owl-prev {
  left: 35px;
}
#about-page .testimonial-wrapper .owl-nav button.owl-prev:hover,
#about-page .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #F94729;
  color: rgb(255, 255, 255);
  border-color: #F94729;
}

#project-1.project-section {
  position: relative;
  z-index: 1;
}
#project-1.project-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: -1;
}

.single-project-item {
  position: relative;
  overflow: hidden;
}

.project-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}

.project-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateX(-101%);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.project-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  color: #A61843;
}
.project-details h5 {
  background: #fff;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
  margin: 10px 0;
}

.single-project-item:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-item:hover .project-bg {
  transform: scale(1.07);
}
.pad{
  padding: 50px 140px;
}

#project-2 .single-project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;

}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #project-2 .single-project-item {
    margin-bottom: 30px;
  }
}
#project-2 .single-project-item .project-bg {
  padding: 10px;
  background-color: white;
  text-align: center;
  justify-items: center;
  justify-content: center;
  height: 100px;
}
#project-2 .single-project-item .project-info {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 25px 15px;
  width: 70%;
  max-width: 70%;
  background-color: #fff;
  opacity: 0;
  text-align: center;
}
#project-2 .single-project-item .project-info h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
#project-2 .single-project-item .project-info p {
  margin: 0;
  color: #A61843;
}
#project-2 .single-project-item:hover .project-info {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 40px;
  opacity: 1;
}

.single-project-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-project-wrap {
    width: 100%;
  }
  .pad{
    padding: 50px 0px;
  }
}
.single-project-wrap img {
  width: 100%;
  object-fit: cover;
}
.single-project-wrap.big img {
  height: 700px;
}
@media (max-width: 767px) {
  .single-project-wrap.big img {
    height: 350px;
  }
}
.single-project-wrap.small img {
  height: 350px;
}
.single-project-wrap.wide img {
  height: 350px;
}

.single-project-wrap .details {
  background: #A61843;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-project-wrap .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-project-wrap h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.single-project-wrap h6 {
  font-size: 18px;
  color: #fff;
}

.single-project-wrap:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-project-wrap:hover .details .info {
  opacity: 1;
  margin-top: 0;
}

#project-4 .single-project-wrap .details {
  background: rgba(24, 29, 78, 0.9098039216);
}

.single-project-wrapper {
  position: relative;
  overflow: hidden;
}

.single-project-wrapper:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-wrapper:hover .project-bg {
  transform: scale(1.07, 1.07);
}

.project-list-content {
  padding-left: 60px;
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-list-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .project-menu {
    text-align: center;
  }
}

.project-menu li a {
  cursor: pointer;
  display: block;
  color: #808996;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 15px;
  transition: all 0.5s;
  margin-top: 5px;
}

.project-menu a.active,
.project-menu a:hover {
  color: #fff;
  background: #A61843;
}

.project-item {
  position: relative;
  padding: 15px;
}

.project-box {
  overflow: hidden;
  position: relative;
}

.project-box .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.project-box .project-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.project-box .project-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.project-box .project-detail {
  opacity: 0;
  color: #FFF;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-align: center;
}

.project-box .project-detail h4 {
  color: #fff;
  font-size: 20px;
}

.project-box .project-detail p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.project-box .project-detail p i {
  color: #fff;
  font-size: 20px;
}

.project-box:hover .project-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.project-box:hover .project-img:after {
  background: #A61843;
  opacity: 0.5;
}

.project-box:hover .project-img > img {
  transform: scale(1.05);
}

.white-popup-block {
  background: #FFF;
  padding: 30px 15px 15px 15px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

button.mfp-arrow {
  display: none;
}

.mfp-counter {
  display: none;
}

.project-item.minus-top {
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.minus-top {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .project-item.minus-top {
    margin-top: 0;
  }
}

.project-item p {
  margin: 0;
  margin-top: 15px;
}

#project-standard .single-project-wrapper {
  margin-bottom: 60px;
}
#project-standard .project-title {
  position: relative;
  padding-left: 30px;
}
#project-standard .project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #A61843;
}
#project-standard .project-title h3 {
  font-size: 24px;
  margin-top: 20px;
}
#project-standard .project-title h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 5px;
}
#project-standard .project-title a {
  font-size: 17px;
  margin-top: 6px;
}
#project-standard .project-slider-2 .owl-stage-outer {
  overflow: inherit;
}
#project-standard .project-slider-2:before,
#project-standard .project-slider-2:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
#project-standard .project-slider-2:after {
  left: auto;
  right: -500%;
}

.project-grid .single-project-item {
  margin-bottom: 30px;
}

.project-slider-2 .owl-nav button.owl-prev,
.project-slider-2 .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider-2 .owl-nav button.owl-prev:hover,
.project-slider-2 .owl-nav button.owl-next:hover {
  background: #A61843;
  border-color: #A61843;
  color: #fff;
}

.project-slider-2 .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
}

.project-slider-2 .owl-nav i {
  font-size: 20px;
}

.project-details-content h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0;
}

.project-details-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

.project-details-inner p {
  text-align: justify;
}

.single-details-item h5 {
  font-weight: 500;
}

.single-details-item span {
  font-size: 18px;
  color: #777;
}

.project-details-info h3 {
  font-size: 35px;
}

.project-details-info p {
  font-size: 20px;
  margin: 30px 0;
}

.project-details-info {
  position: sticky;
  top: 150px;
  transition: top 0.3s ease;
}

.project-details-wrap .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrap .nav-links a {
  font-size: 18px;
  font-weight: 500;
}
.project-details-wrap .nav-links span i {
  font-size: 22px;
}
.project-details-wrap .nav-previous i {
  margin-right: 20px;
}
.project-details-wrap .nav-next i {
  margin-left: 20px;
}

.project-desc h3 {
  font-size: 35px;
  margin: 20px 0;
}

.single-feature-item {
  background: #fff;
  margin-bottom: 30px;
}

.feature-bg {
  overflow: hidden;
}

.feature-bg img {
  transition: all ease 0.3s;
}

.feature-content {
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
}

.feature-content h4 {
  margin-bottom: 30px;
  font-weight: 500;
}

.feature-content p {
  margin-bottom: 30px;
}

.single-feature-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.single-feature-item:hover .feature-bg img {
  transform: scale(1.07, 1.07);
}

.feature_wrap {
  position: relative;
  z-index: 1;
}
.feature_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A61843;
  opacity: 0.2;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}
.feature_item h5 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
  color: transparent;
  -webkit-text-stroke: 0.8px #FFFBFB;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item h5 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 60px;
  }
}

.slick-list {
  z-index: 1;
}

#feature-2 .single-feature-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#feature-2 .single-feature-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#feature-2 .single-feature-item .feature-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num {
  transform: translateY(-15px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title {
  transform: translateY(30px);
  transition: transform 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title p {
  color: #A61843;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
#feature-2 .single-feature-item:hover .feature-num {
  transform: translateY(0);
  opacity: 1;
}
#feature-2 .single-feature-item:hover .feature-title {
  transform: translateY(0);
}
#feature-2 .single-feature-item:hover .feature-title p {
  opacity: 1;
}
#feature-2 .single-feature-item:hover::before {
  opacity: 0.9;
  background: #181D4E;
}

.project-list button {
  border: none;
  margin: 0;
  color: #333;
  padding: 6px 20px;
  margin-top: 20px;
  border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
  .project-list button {
    margin: 10px 10px;
  }
}

.project-list button:nth-of-type(3) {
  border-right: none;
}

.project-list button.nav-link {
  font-size: 18px;
}

.project-list button.nav-link.active {
  background: #A61843;
  color: #fff !important;
}

.project-list .nav-link:focus, .nav-link:hover {
  color: #A61843;
}

@media (max-width: 767px) {
  .process-bg-wrap {
    margin-top: 30px;
  }
}

.process-img-one {
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-img-one {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .process-img-one {
    max-width: calc(100% - 0px);
  }
}

.process-img-two {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .process-img-two {
    margin-top: 50px !important;
  }
}

#process-3.process-section {
  position: relative;
  z-index: 1;
}

#process-3.process-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background:#A71643;
  width: 100%;
  height: 350px;
  z-index: -10;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .process-content-wrap {
    margin-top: 60px;
  }
}

.video-section {

  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

.play-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
}
.play-btn a:hover {
  color: #A61843;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.play-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #555;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

#video-2.video-section {

  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #video-2.video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #video-2.video-section {
    height: 300px;
  }
}

.play-btn i {
  background-color: #fff;
  padding: 30px;
  border-radius: 50%;
  color: #1F242E;
  font-size: 30px;
}
.play-btn i:hover {
  background: #A61843;
  color: #fff;
}

#video-3.video-section {

  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #video-3.video-section {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #video-3.video-section {
    height: 300px;
  }
}

.single-testimonial-item p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .single-testimonial-item p {
    font-size: 18px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.testimonial-author {
  margin-top: 30px;
}
.testimonial-author img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  display: inline-block !important;
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: -150px;
  top: 15px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-wrapper .owl-nav button.owl-next {
  left: auto;
  right: -150px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #0B0D26;
  color: #fff;
  border-color: #0B0D26;
}

.testimonial-wrapper .owl-nav i {
  font-size: 22px;
}

#testimonial-2 .author-wrap {
  display: flex;
  align-items: center;
}
#testimonial-2 .author-thumb img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
#testimonial-2 .author-desc {
  padding-left: 20px;
}
#testimonial-2 .author-desc h5 {
  font-size: 20px;
}
#testimonial-2 .author-desc span {
  font-size: 15px;
  color: #898a9c;
}
#testimonial-2 .single-testimonial-item {
  background: #fff;
  padding: 65px 50px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #f6f6f6;
  transition: 0.3s;
}
#testimonial-2 .single-testimonial-item p {
  margin-bottom: 50px;
  font-size: 17px;
}
#testimonial-2 .testimonial-icon i {
  font-size: 25px;
  background: #A61843;
  padding: 15px;
  position: absolute;
  top: -20px;
  color: #fff;
  z-index: 9;
}
#testimonial-2 .single-testimonial-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #A61843;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#testimonial-2 .single-testimonial-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #A61843;
}

.testimonial-area .testimonial-carousel .owl-dots {
  text-align: center;
}

#testimonial-3 .testimonial-bg {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-bg {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #testimonial-3 .testimonial-bg {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #testimonial-3 .testimonial-content {
    margin-top: 30px;
  }
}
#testimonial-3 .testimonial-text h3 {
  margin: 30px 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-text h3 {
    font-size: 20px;
    margin: 15px 0;
    text-align: justify;
  }
}
#testimonial-3 .testimonial-text p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-text p {
    text-align: justify;
  }
}
#testimonial-3 .testimonial-author {
  display: flex;
  align-items: center;
}
#testimonial-3 .testimonial-author h6 {
  color: inherit;
  margin-top: 0;
}
#testimonial-3 .author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#testimonial-3 .author-desc {
  padding-left: 25px;
}
#testimonial-3 .author-desc h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #testimonial-3 .author-desc h5 {
    font-size: 18px;
  }
}
#testimonial-3 .author-desc h6 {
  font-size: 18px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #testimonial-3 .author-desc h6 {
    font-size: 16px;
  }
}

.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-prev,
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-next {
  background: #A61843;
  color: #fff;
}
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-prev:hover,
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #0B0D26;
  color: #fff;
  border-color: #0B0D26;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-item {
    padding: 0 50px;
  }
}

#testimonial-5 .testimonial-author h6 {
  color: #0B0D26;
  font-size: 20px;
  margin-top: 30px;
}

.client-content-wrap {
  max-width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .client-content-wrap {
    max-width: calc(100% - 0px);
    margin-top: 60px;
  }
}

.contact-info-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #A61843;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  font-size: 20px;
  color: #fff;
}
.contact-icon2 {
  width: 35px;
  height: 35px;
  background: #A61843;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact-icon2 img {
  width: 18px;
  height: 18px;
}
.contact-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #181D4E;
}

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
}
.single-client img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .progress-bar-area {
    margin-top: 30px;
  }
}

.client-area .owl-dots {
  display: none;
}

.single-client-item {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #D3DCE0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .single-client-item {
    padding: 20px 0;
  }
}

.single-client-item:nth-of-type(6) {
  border: none;
}

.single-client-wrap {
  border: 1px solid #eee;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.clients-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px 0;
}

.clients-img-inner {
  flex: 0 0 185px;
}
.clients-img-inner:hover img {
  opacity: 1;
}

.clients-img-inner img {
  width: 160px;
  opacity: 0.2;
}

.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item:hover h4 {
  color: #0B0D26;
}

.blog-content {
  background: #fff;
  padding: 25px 25px 50px;
}

.blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
.blog-img img {
  width: 100%;
  height: 270px;
  transition: all 0.35s ease-in-out;
}
.blog-img img:hover {
  transform: scale(1.07);
}

.blog-meta {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .blog-meta {
    margin: 0;
  }
}

.blog-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.blog-info {
  font-size: 16px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #A61843;
}

.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-meta span {
  color: #777;
}

#blog-2 .blog-content {
  background: #fff;
  padding: 30px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
}

.blog-content p {
  margin-top: 20px;
}

.blog-content .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.blog-page .single-blog-item {
  margin-top: 0;
  max-width: calc(100% - 30px);
  margin-bottom: 60px;
}

.blog-page .blog-content {
  padding: 0 0 20px;
}

.blog-page .blog-content h3 a {
  font-size: 35px;
  font-weight: 500;
}

.blog-page .single-blog-item .blog-thumb img {
  margin-top: 0;
  margin-bottom: 30px;
}

.single-blog-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A61843;
  border-color: #A61843;
  color: #fff;
}

.page-item:first-child .page-link {
  display: inline-flex;
  background: #A61843;
  border-color: #A61843;
  border-radius: 0;
}

.page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: #ddd;
  color: #0B0D26;
}
.page-link:hover,
.page-link.active:hover {
  background: #A61843;
  border-color: #A61843;
  color: #fff;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #A61843;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  text-align: justify;
}

.blog-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

.blog-description p {
  margin-bottom: 20px;
}

.blog-description h1,
.blog-description h2,
.blog-description h3,
.blog-description h4,
.blog-description h5,
.blog-description h6 {
  color: #A61843;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-description ul,
.blog-description ol {
  margin: 20px 0;
  padding-left: 30px;
}

.blog-description li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.blog-description blockquote {
  border-left: 4px solid #A61843;
  padding-left: 20px;
  margin: 25px 0;
  font-style: italic;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 4px;
}

.blog-description a {
  color: #A61843;
  text-decoration: underline;
}

.blog-description a:hover {
  color: #7e062a;
  text-decoration: none;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #0B0D26;
  border-color: #0B0D26;
  border-radius: 50%;
  padding: 10px;
}

/* Blog Media Section Styles */
.blog-media-section {
  margin: 40px 0;
}

.media-section-title {
  font-size: 24px;
  font-weight: 600;
  color: #A61843;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #A61843;
  display: inline-block;
}

/* Blog Images Gallery */
.blog-images-gallery {
  margin-bottom: 40px;
}

.blog-feature-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}

.blog-feature-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.blog-feature-img:hover .blog-gallery-image {
  transform: scale(1.05);
}

.blog-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(166, 24, 67, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-feature-img:hover .blog-img-overlay {
  opacity: 1;
}

.zoom-icon {
  color: white;
  font-size: 24px;
  cursor: pointer;
}

/* Blog Downloads Section */
.blog-downloads-section {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #A61843;
}

.blog-downloads-section .downloads-container {
  margin-top: 15px;
}

.blog-downloads-section .download-item {
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.blog-downloads-section .download-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.blog-downloads-section .download-link {
  background: #A61843;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-downloads-section .download-link:hover {
  background: #7e062a;
  color: white;
  text-decoration: none;
}

/* Blog Video Section */
.blog-video-section {

  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #A61843;
  width:80%;
}
.capitalize-font {
  text-transform: capitalize !important;
}

/* Enhanced Blog Search Section */
.blog-search-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}

.blog-search-wrapper {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.search-title {
  font-size: 28px;
  font-weight: 600;
  color: #A61843;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.search-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #A61843, #7e062a);
  border-radius: 2px;
}

.blog-search-form {
  margin-bottom: 20px;
}

.search-input-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
}

.blog-search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.blog-search-input:focus {
  outline: none;
  border-color: #A61843;
  background: white;
  box-shadow: 0 0 0 3px rgba(166, 24, 67, 0.1);
}

.blog-search-input.has-content {
  background: white;
  border-color: #A61843;
}

.blog-search-input.has-content + .search-icon {
  color: #A61843;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6c757d;
  pointer-events: none;
}

.search-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.search-btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.reset-btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.reset-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search-results-info {
  background: #e8f4fd;
  border: 1px solid #b8daff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 20px;
}

.search-results-info p {
  margin: 0 0 5px 0;
  color: #0c5460;
  font-weight: 500;
}

.results-count {
  color: #6c757d;
  font-size: 14px;
}

/* Enhanced Pagination Styles */
.blog-pagination-section {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.custom-pagination-wrapper {


  text-align: center;
}

.pagination-info {
  margin-bottom: 25px;
}

.pagination-text {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.custom-pagination .pagination {
  margin: 0;
  gap: 8px;
}

.custom-pagination .page-item {
  margin: 0;
}

.custom-pagination .page-link {
  margin: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  color: #495057;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.custom-pagination .page-link:hover {
  background: #A61843;
  border-color: #A61843;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(166, 24, 67, 0.3);
}

.custom-pagination .page-item.active .page-link {
  background: #A61843;
  border-color: #A61843;
  color: white;
  box-shadow: 0 4px 15px rgba(166, 24, 67, 0.3);
}

.custom-pagination .page-item.disabled .page-link {
  background: #e9ecef;
  border-color: #e9ecef;
  color: #4c5358;
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-pagination .page-item.disabled .page-link:hover {
  transform: none;
  box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-search-wrapper {
    padding: 25px;
    margin: 0 15px;
  }

  .search-title {
    font-size: 24px;
  }

  .search-input-group {
    gap: 15px;
  }

  .search-buttons {
    flex-direction: column;
  }

  .search-btn,
  .reset-btn {
    width: 100%;
    justify-content: center;
  }

  .custom-pagination-wrapper {
    padding: 20px;
    margin: 0 15px;
  }

  .custom-pagination .page-link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .pagination-text {
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  .search-input-group {
    flex-direction: row;
    align-items: end;
  }

  .search-input-wrapper {
    flex: 1;
  }

  .search-buttons {
    flex-shrink: 0;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Blog Lightbox Modal */
.blog-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
}

.blog-lightbox-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.blog-lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10000;
}

.blog-lightbox-close:hover {
  color: #A61843;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-gallery-image {
    height: 200px;
  }

  .media-section-title {
    font-size: 20px;
  }

  .blog-downloads-section,
  .blog-video-section {
    padding: 20px;
  }

  .blog-downloads-section .download-item {
    padding: 15px;
  }

  .blog-lightbox-content {
    padding: 10px;
    width: 95%;
    height: 95%;
  }

  .blog-lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}
.blog-content-wrap .social-icon i:hover {
  background: #A61843;
  border-color: #A61843;
  color: #fff;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #eee;
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #A61843;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #0B0D26;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #0B0D26;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #eee;
  padding: 35px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #A61843;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #A61843;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 30px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 100px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #0B0D26;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #0B0D26;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #A61843;
  border-color: #A61843;
  color: #fff;
  cursor: pointer;
}

.popular-tag span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px 10px 15px;
  margin: 5px;
  margin-top: 10px;
}
.popular-tag span:hover {
  background: #A61843;
  border-color: #A61843;
  color: #fff;
  cursor: pointer;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 40px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  left: 0;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #0B0D26;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 12px;
    right: 0;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 25px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.counter-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    margin-top: 60px;
  }
}

.counter-img {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-img img {
    width: 100%;
  }
}

.counter-content {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .counter-content {
    bottom: -40px;
    gap: 15px;
  }
}

.single-counter-item {
  padding: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  .single-counter-item {
    padding: 20px;
  }
}

.single-counter-item h6 {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item h6 {
    font-size: 16px;
  }
}

.single-counter-item h1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-counter-item h1 {
    font-size: 40px;
  }
}

.single-counter-item p {
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item p {
    margin: 0;
  }
}

#counter-2 .counter-area {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  #counter-2 .counter-area {
    height: 700px;
  }
}
#counter-2 .fact-icon i:before {
  font-size: 40px;
  line-height: 35px;
  color: #fff;
  margin: 20px 0;
  display: inline-block;
  background: #A61843;
  padding: 25px;
  border-radius: 5px;
}
#counter-2 .single-counter-box {
  text-align: center;
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box {
    margin-bottom: 100px;
  }
}
#counter-2 .single-counter-box span {
  font-size: 150px;
  font-weight: 500;
  color: #fff;
  margin: 30px 0 10px;
  opacity: 0.1;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50px, -50px);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-2 .single-counter-box span {
    font-size: 140px;
    transform: translate(-50px, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
    transform: translate(-50px, -30px);
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
    transform: translate(-50px, -30px);
  }
}
#counter-2 .single-counter-box h6 {
  color: #0B0D26;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box h6 {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box h6 {
    font-size: 16px;
    margin-top: 25px;
  }
}
#counter-2 .single-counter-box p {
  font-size: 40px;
  color: #fff;
}
#counter-2 .single-counter-box.two .counter-number span {
  color: #616366;
}

#counter-2.pt-60 {
  padding-top: 0;
}

#counter-3 .single-counter-box {
  text-align: center;
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box {
    margin-bottom: 60px;
    text-align: center;
  }
}
#counter-3 .single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box h6 {
    font-size: 17px;
  }
}
#counter-3 .single-counter-box .counter-number span {
  font-size: 65px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 50px;
  }
}
#counter-3 .single-counter-box p.counter-number {
  font-size: 70px;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 55px;
  }
}

#counter-3.pt-100 {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3.pt-200 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #counter-3.pt-200 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.funfact-section .single-counter-item h6 {
  color: #181D4E;
  font-weight: 500;
}
.funfact-section .single-counter-item h1 {
  color: #181D4E;
  font-size: 60px;
}
.funfact-section .counter-content {
  position: relative;
  bottom: 0;
}

.author-info h6 {
  opacity: 0.5;
}

.author-info h5 {
  margin-bottom: 5px;
}

.mission-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.mission-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-members-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-members-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-members-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.single-team-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CA758C;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.single-team-member .team-bg {
  transition: transform 0.3s ease;
}
.single-team-member .team-hover-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}
.single-team-member .team-hover-info h5 {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.single-team-member .team-hover-info span {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 10px;
}
.single-team-member .social-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 30px;
  z-index: 9;
  text-align: center;
}
.single-team-member .social-icon i {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin: 6px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.single-team-member:hover::before {
  visibility: visible;
  opacity: 0.8;
  z-index: 9;
}

.single-team-member:hover .team-hover-info h5 {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
}

.single-team-member:hover .team-hover-info span {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
}

.single-team-member:hover .social-icon i:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.4s;
}

.single-team-member:hover .social-icon i:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
}

.single-team-member:hover .social-icon i:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
}

.single-team-member:hover .social-icon i:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.7s;
}

.single-team-member:hover .team-bg {
  transform: scale(1.1, 1.1);
}

.team-content-wrap {
  max-width: calc(100% - 60px);
}

#team-page .single-counter-item {
  padding: 10px;
}

@media (max-width: 767px) {
  .cta-btn {
    margin-top: 20px;
  }
}

.promo-section {
  position: relative;
  z-index: 1;
}

.promo-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 2;
  margin-top: -120px;
}

.footer-area {
  background: #fff;
  color: #A61843;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding: 50px 50px;
    margin-top: 0;
  }
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #A61843;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 20px;
  font-weight: 500;
  color: #A61843;
  margin: 20px 0;
}
.footer-area p {
  font-size: 17px;
  margin-top: 5px;
  color: #9BA2AD;
}
.footer-area ul li a {
  font-size: 17px;
  display: block;
  padding: 4px 0;
  color: #9BA2AD;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  padding-left: 10px;
}

.footer-up {
  padding: 40px 0;
}
.footer-up .social-area i {
  color: #A61843;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #7e062a;
  border-top: 1px solid #7e062a;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.company-email a {
  color: #A61843;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #7e062a
}

.phone-number p {
  font-size: 20px;
  color: #A61843;
}



.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 55px;
  font-weight: 500;
  color:white;
  margin: 0;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
.breadcrumb-area .breadcrumb-icon i {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}

.breadcrumb-area.white-bg {
  height: 300px;
}

.breadcrumb-area.white-bg .breadcrumb-icon i {
  color: inherit;
  font-weight: 600;
}
.container2 {
  text-align: center;
  padding: 20px;
}

    /* Breadcrumb Title Styling */
    .breadcrumb-title2 {
      display: inline-block;
      background: #A61843; /* Semi-transparent background */
      padding: 15px 30px;
      border-radius: 10px; /* Rounded corners */

      font-size: 1.8rem;
      color: white; /* Text color */
      margin-bottom: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }
.none-hover {
  cursor: text !important;
}
.none-hover:hover{
  padding-left: 0px !important;
}
    /* Breadcrumb Icon Styling */
    .breadcrumb-icon2 {
      font-size: 2rem;
      color: white;
      margin-top: 10px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .breadcrumb-title2 {
        font-size: 1.5rem;
        padding: 10px 20px;
      }

      .breadcrumb-icon2 {
        font-size: 1.5rem;
      }
    }
.blog-dtl-bg {

  height: 450px;
  position: relative;
  z-index: 1;
}
.blog-dtl-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-section span {
  text-transform: uppercase;
  font-size: 14px;
  background: #A61843;
  padding: 6px 14px;
  letter-spacing: 1px;
}

.banner-section .blog-meta p {
  color: #fff;
}

.service-item-info {
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease;
  position: relative;
}
.service-item-info h5 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-item-info h5 {
    font-size: 20px;
  }
}
.service-item-info p {
  margin: 0;
  margin-top: 25px;
}

.extra-row:hover .service-item-info {
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
}

.service-item-info:after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(130deg) skew(-10deg);
  -ms-transform: translateX(-50%) rotate(130deg) skew(-10deg);
  transform: translateX(-50%) rotate(130deg) skew(-10deg);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.extra-row.odd .service-item-info:after {
  top: 0;
}

.extra-row:hover .service-item-info:after {
  bottom: -8px;
  background-color: #fff;
}

.extra-row.odd .service-item-info:after {
  top: -8px;
}

.extra-row {
  position: relative;
  text-align: left;
  padding: 60px 0px;
}

.extra-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 120%;
  display: block;
  background-color: #D3DCE0;
}

.extra-row.odd:after {
  top: -4px;
}

.extra-row .services_item_timeline_point {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.extra-row.odd .services_item_timeline_point {
  top: -11px;
}

.extra-row .services_item_timeline_point:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #7e062a;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.extra-row:hover .services_item_timeline_point {
  background-color: rgba(8, 104, 215, 0.2);
}

.extra-row:hover .services_item_timeline_point:before {
  background-color: #0868D7;
}

.contact-section-wrap {
  padding-left: 150px;
}
@media (max-width: 767px) {
  .contact-section-wrap {
    padding-left: 0;
  }
}

.single-choose-wrap {
  max-width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .single-choose-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-choose-inner {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.single-choose-inner h5 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #181D4E;
}
.single-choose-inner h5 span {
  font-size: 20px;
  position: relative;
  top: -45px;
  color: #ddd;
}
@media (max-width: 767px) {
  .single-choose-inner h5 span {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .single-choose-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-choose-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-choose-inner p {
    padding-right: 75px;
  }
}
.single-choose-inner .details-link {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-choose-inner .details-link i {
  font-size: 25px;
  color: #ddd;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-choose-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-choose-inner:hover h5 a {
  color: #0B0D26;
}
.single-choose-inner:hover .details-link i {
  transform: rotate(180deg);
}

.choose-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.single-choose-item {
  position: relative;
}
@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 30px;
  }
}

.choose-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.choose-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-choose-item:last-child .choose-img {
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-item:last-child .choose-img {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:last-child .choose-img {
    top: -50px;
  }
}

.single-choose-item .choose-img img {
  width: 100%;
}

.single-choose-item:hover .choose-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:hover .choose-img {
    inset-inline-end: 10%;
  }
}

.price-item-inner {
  background: #fff;
  text-align: center;
  padding: 50px 40px 60px;
}
.price-item-inner .price-title h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
}
.price-item-inner .price-amount {
  margin-bottom: 50px;
}
.price-item-inner .price-amount h1 {
  font-size: 60px;
  margin: 20px 0;
}
.price-item-inner .price-amount h6 {
  font-size: 18px;
  color: #777;
}
.price-item-inner .price-feature {
  margin-top: 40px;
}
.price-item-inner .price-feature ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
.price-item-inner .price-feature ul li i {
  margin-right: 15px;
}
.price-item-inner .price-feature ul li i:before {
  color: #A61843;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
.price-item-inner .price-btn {
  margin-top: 40px;
}

.single-price-item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.single-price-item.active {
  margin-top: -20px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single-price-item.active {
    margin-top: 0;
    padding: 0;
  }
}

/* Product List  */
.sidebar-search-box .search-form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  color: #333E38;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
}

.sidebar-search-box button {
  position: absolute;
  top: -10px;
  right: 0;
  background: none;
}

.sidebar-search-box button i:before {
  font-size: 22px;
  padding-right: 15px;
}

.single-sidebar h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .single-sidebar h3 {
    margin: 15px 0;
  }
}
.categories-box {
  border: 1px solid #ddd;
  padding: 25px;
}

.filter-price-text {
  margin: 35px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .filter-price-text {
    padding: 20px;
  }
}
.categories-box ul li {
  display: block;
  position: relative;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .categories-box ul li {
    display: block;
    position: relative;
    padding: 10px 0;
  }
}
.categories-box ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #0B0D26;
}

.categories-box ul li a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.categories-box ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 25px;
  height: 2px;
  background: #A61843;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.categories-box ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.categories-box ul li a:hover {
  padding-left: 25px;
}

ul.categories.clearfix {
  padding-left: 20px;
}

.categories-box ul li a.active {
  color: #A61843;
}

.categories-box ul li a:hover {
  color: #A61843;
}

select.selectpicker {
  width: 250px;
  float: right;
}

select.selectpicker option {
  color: #333E38;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #87C03D;
  color: #fff;
}

.all_product_item_image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-top: 30px;
}

.related-products .all_product_item_image {
  margin-top: 0;
}

.all_product_item_image img {
  width: 100%;
  border-radius: 5px;
}

.all_product_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 0;
  z-index: 1;
}
.all_product_hover:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A61843;
  opacity: 0.5;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translate3d(-100%, 0px, 0px);
  z-index: -1;
}

.all_products_single h4 {
  font-size: 24px;
  color: #333E38;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.all_products_single h4 a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  transition: 500ms;
}
.all_products_single h4 a:hover {
  color: #000;
}

.all_products_single p {
  font-size: 16px;
  font-weight: 500;
  color: #A61843;
  margin-bottom: 10px;
  line-height: 28px;
}

.all_products_single:hover .all_product_hover:before {
  transform: translate3d(0px, 0px, 0px);
}

.all_products_single:hover .all_product_icon i {
  transform: scale(1);
}

select.selectpicker {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.showing-result-shorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showing-result-shorting .showing p {
  margin: 0;
}

.single-sidebar {
  margin-bottom: 50px;
}

.single-sidebar h6 {
  font-size: 20px;
  font-weight: 400;
}

ul.categories.clearfix {
  padding-left: 20px;
}

.sidebar-search-box {
  position: relative;
  z-index: 1;
}

form.search-form button {
  border: none;
  position: absolute;
  top: 5px;
  right: -20px;
}

.all_products_thumb_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  list-style: none;
  padding: 0;
}

.all_products_thumb_icon .icon-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 5px;
  background: #fff;
  color: #A61843;
  font-size: 24px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  transition: all 0.3s ease;
}

.all_products_thumb_icon .icon-list .icon:hover {
  background: #A61843;
  color: #fff;
}

.all_products_single:hover .all_products_thumb_icon {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.tag-box {
  border: 1px solid #ddd;
  padding: 15px 20px 20px 25px;
}

ul.tags li a {
  color: #333;
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

ul.tags li a:hover {
  color: #A61843;
}

ul.tags li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background: #A61843;
  margin-top: -10px;
}

.product-area .pagination {
  margin-top: 50px;
  justify-content: center;
}

.product-area .pagination {
  margin-top: 60px;
  justify-content: center;
}

.product-area .page-link {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: #ddd;
  color: #0B0D26;
}
.product-area .page-link:hover {
  color: #A61843;
}

.product-area .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.product-area .active > .page-link, .page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A61843;
  border-color: #A61843;
  color: #fff;
}

.product-area .page-item:last-child .page-link {
  border-radius: 0;
}

.noUi-connect {
  background: #A61843;
}

/* Product Details  */
.detail-gallery {
  position: relative;
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 50px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.detail-gallery .product-image-slider img {
  opacity: 1;
  max-width: 100%;
  width: 400px;
  height: 400px;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.detail-gallery .product-image-slider .zoom-image-hover {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-gallery .product-image-slider .zoom-image-hover:hover img {
  transform: scale(1.05);
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad;
}

.slider-nav-thumbnails {
  margin-top: 15px;
}

.slider-nav-thumbnails .thumbnail-item {
  padding: 5px;
}

.slider-nav-thumbnails img {
  background: #ddd;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-nav-thumbnails img:hover {
  border: 2px solid #A61843;
  transform: scale(1.05);
}

.slider-nav-thumbnails .slick-current img {
  border: 2px solid #A61843;
}

/* Zoom functionality */
.zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zoom-icon:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

/* Zoom Modal */
.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
}

.zoom-modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-modal-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.zoom-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.zoom-close:hover {
  color: #A61843;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .detail-gallery .product-image-slider {
    margin-left: 0;
  }

  .detail-gallery .product-image-slider img {
    width: 100%;
    height: 300px;
  }

  .slider-nav-thumbnails img {
    width: 80px;
    height: 80px;
  }

  .zoom-modal-content {
    padding: 10px;
    width: 95%;
    height: 95%;
  }

  .zoom-close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}

.related-products {
  border-top: 1px solid #eee;
}

/* Product Tab  */
.nav-tabs .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-right: 40px;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

#nav-tab .nav-link.active {
  border-bottom: 3px solid #A61843;
}

#nav-tab .nav-link {
  border: none;
  padding: 15px;
}

@media (max-width: 768px) {
  #nav-tab .nav-link {
    padding-left: 0;
  }
}
.product-details-wrap h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-details-wrap h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.pro-tab-descrip {
  margin-top: 0px;
}

.product-details-wrap p {
  font-size: 24px;
  font-weight: 500;
}

.product-review ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-review ul li {
  color: #FF4D24;
  font-size: 20px;
  display: inline-block;
  margin: 0 2px;
}

.product-review {
  display: flex;
  align-items: center;
}

.product-review span {
  font-size: 18px;
  color: rgba(119, 119, 119, 0.4666666667);
  padding-left: 15px;
}

.product-summary {
  font-size: 16px;
  line-height: 26px;
}

.product-btn {
  display: flex;
}

.product-btn button {
  background: #A61843;
  border: 0;
  color: #fff;
  padding: 7px 17px;
  border-radius: 0;
}

.product-btn input {
  padding: 5px 0;
  width: 50px;
  border: 1px solid #eee;
  text-align: center;
}

button#increment,
button#decrement {
  font-size: 20px;
}

.product-details-cart {
  display: flex;
}

.add_to_cart-btn .main-btn {
  padding: 8px 15px;
  margin-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  transition: 0.3s;
}

.add_to_cart-btn i {
  font-size: 22px;
  margin-right: 7px;
}

.add_to_cart-btn .main-btn:hover {
  background: #A61843;
}

.product-meta h6 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}

.product-meta h6 span {
  color: #9a9a9a;
}

.product-wishlist a {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0 0;
  display: block;
}

.product-wishlist a:hover {
  color: #A61843;
}

.product-wishlist i {
  padding-right: 15px;
}

.product-price a.btn.btn-outline {
  border: 1px solid;
}

/* Product Tab */
.review-list {
  margin-bottom: 50px;
}

.review-item {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 30px 0px;
  border-bottom: 1px solid #eee;
}

.reviewer-img {
  margin-right: 30px;
}

.reviewer-img a img {
  width: 100px;
  border-radius: 8px;
}

.reviewer-meta a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewer-meta a span {
  color: #777;
  font-weight: 400;
  padding-left: 15px;
}

.reviewer-quote {
  margin-top: 5px;
}

.reviewer-meta p {
  font-size: 15px;
}

.reviewer-rating {
  display: flex;
  margin-bottom: 5px;
}

.reviewer-rating li {
  margin-right: 5px;
}

.reviewer-rating li i {
  font-size: 16px;
  color: #bbbbbb;
}

.reviewer-rating li .active {
  color: #FF4D24;
}

.reviewer-descrip {
  width: 100%;
}

.review-form h3 {
  margin-bottom: 15px;
}

.review-form .btn {
  border: 2px solid;
}

.review-form .btn:hover {
  background: #A61843;
  color: #fff;
  border-color: #A61843;
}

.review-rating {
  margin: 0px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-rating li {
  margin-right: 15px;
}

.review-rating li i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #555555;
  font-size: 14px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.review-rating li i:hover {
  color: #ffffff;
  background: #FF4D24;
}

.star-rating input {
  display: none;
}

.star-rating input:checked ~ label::after {
  opacity: 1;
}

.star-rating label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.star-rating {
  margin-bottom: 15px;
}

.review-form p {
  margin: 10px 0px;
}

p.prod-rating {
  font-weight: 500;
}

.star-rating label:hover::after {
  opacity: 1;
}

.star-rating label:hover:hover ~ label::after {
  opacity: 1;
}

.star-rating label::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  color: #dfdfdf;
}

.star-rating label::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  color: #FF4D24;
  opacity: 0;
}

.pro-tab-addition-info {
  margin-top: 20px;
}

.pro-tab-addition-info h6 {
  font-size: 16px;
  color: #333;
  margin: 14px 0;
}

.pro-tab-addition-info h6 span {
  color: #777;
}

.pro-tab-addition-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Plus & Minus  */
.qty-plus-minus {
  width: 150px;
  height: 56px;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.dec.gi-qtybtn {
  background: #eee;
  color: #333;
  padding: 15px 25px;
}

.inc.gi-qtybtn {
  background: #eee;
  color: #333;
  padding: 15px 25px;
}

.dec.gi-qtybtn:hover,
.inc.gi-qtybtn:hover {
  cursor: pointer;
}

.add_to_cart-btn .theme-btn, .add_to_cart-btn .bordered-btn, .add_to_cart-btn .white-btn, .add_to_cart-btn .dark-btn {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.social-icons span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.social-icons a i {
  font-size: 18px;
  margin: 0 8px;
  color: white;
}

.social-icons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.table-content table {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  width: 100%;
  color: #0B0D26;
}
.table-content table th {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .table-content table th {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.table-content table td {
  font-size: 18px;
  padding: 25px 10px;
  vertical-align: middle;
  border-right: 1px solid #eee;
}
@media (max-width: 767px) {
  .table-content table td {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.prod_thum {
  display: table-cell;
}
.prod_thum img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .prod_thum img {
    display: none;
  }
}

.prod_title {
  display: table-cell;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .prod_title {
    padding-left: 0;
  }
}

.table-content table td.product-name a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  color: #0B0D26;
}
.table-content table td.product-name a:hover {
  color: #A61843;
}
@media (max-width: 767px) {
  .table-content table td.product-name a {
    font-size: 16px;
    margin-left: 0;
  }
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-quantity {
  width: 80px;
}

.table-content table td.product-remove {
  width: 130px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-remove a {
  display: inline-block;
  font-size: 18px;
  color: #0B0D26;
  text-align: center;
  transition: all 0.3s ease-in;
}
.table-content table td.product-remove a:hover i {
  color: #A61843;
}

.table-content table .product-price .amount {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table-content table .product-price .amount {
    font-size: 16px;
    font-weight: 500;
  }
}

.proceed-to-checkout {
  display: block;
  margin-top: 40px;
}
.proceed-to-checkout.theme-btn, .proceed-to-checkout.bordered-btn, .proceed-to-checkout.white-btn, .proceed-to-checkout.dark-btn {
  width: 100%;
}

.mini-shop-cart {
  border: 1px solid #eee;
}

.calculation-area span {
  float: right;
}

.calculation-area {
  padding: 20px;
}
@media (max-width: 767px) {
  .calculation-area {
    margin-top: 30px;
  }
}

p.total_amount {
  color: #0B0D26;
  font-weight: 500;
}

.buttons-cart input {
  width: 170px;
  height: 56px;
}

/* Mini Cart  */
.mini-cart {
  margin-right: 8px;
  margin-top: 5px;
  float: left;
}

.mini-cart .cart-count {
  line-height: 22px;
  font-size: 13px;
  color: #A61843;
}

.mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
  visibility: hidden;
  opacity: 0;
}

.mini-cart-content-toggle {
  opacity: 1;
  visibility: visible;
}

.mini-cart-content .mini-cart-items {
  padding: 20px;
  padding-bottom: 0;
}

.mini-cart-content .mini-cart-item {
  border-bottom: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image img {
  width: 50px;
  height: 50px;
}

.mini-cart-content .mini-cart-item-image a {
  display: block;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.mini-cart-content .mini-cart-item-des a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #0B2154;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
  float: left;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price b {
  color: #222;
  font-size: 15px;
  margin-right: 25px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 15px;
  line-height: 1;
  color: #777;
}

.mini-cart-content .mini-cart-item-des .cart-cross-btn {
  font-size: 20px;
  color: #A61843;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.mini-cart-content .mini-cart-item {
  margin-bottom: 25px;
}

.mini-cart-content .mini-cart-action {
  padding: 15px;
  text-align: center;
  padding-top: 0;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: inline-block;
}

.mini-checkout-price b {
  margin-right: 20px;
}

.cart-action-btn .theme-btn, .cart-action-btn .bordered-btn, .cart-action-btn .white-btn, .cart-action-btn .dark-btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  margin: 15px 10px;
  align-items: center;
}

.billing-details-wrap h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #0B0D26;
  padding-top: 0;
}

.billing-details-wrap h5:nth-child(1) {
  border-top: none;
}

.billing-details-wrap form {
  padding: 30px 0;
}

.mini-shop-cart {
  border: 1px solid #ddd;
}

.single-cart-item {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.single-cart-item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
.single-cart-item i {
  float: right;
  color: #444;
}

.single-cart-item p {
  margin: 0;
}

.single-cart-item p.price b {
  font-size: 16px;
  color: #333;
  margin-right: 30px;
}

.prod_desc {
  padding-left: 15px;
}

.calculation-area span {
  float: right;
}

.calculation-area {
  padding: 20px;
}

span.blu-color {
  color: #47D194;
}

.calculation-area b p {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  color: #444;
  font-size: 16px;
}

.showing-result-shorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.showing-result-shorting p {
  margin: 0;
}

.product-remove a i {
  color: red;
}

.nice-select.form-dropdown {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}

.billing-details-wrap input,
.billing-details-wrap select {
  margin-bottom: 35px;
}

.order-wrap h6 {
  font-size: 24px;
  color: #0B0D26;
  padding: 25px;
  padding-top: 0;
}

.payment-method-wrap {
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 25px;
}

.payment-method input {
  width: inherit;
}

.payment-method {
  margin-bottom: 20px;
}

.payment-method-wrap h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}

.payment-method span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

.payment-method img {
  margin-left: 15px;
}

.payment-method-wrap .main-btn {
  margin-top: 35px;
  display: block;
  text-align: center;
}

table .product-name {
  width: 180px !important;
}

table .product-price {
  width: 100px !important;
}

table .product-status {
  width: 60px !important;
}

table .product-action {
  width: 200px !important;
}

table .product-remove {
  width: 40px !important;
}

span.status.text-success,
span.status.text-danger {
  font-size: 16px;
  font-weight: 500;
}

.single-cart-item .cart-cross-btn {
  font-size: 18px;
  color: #A61843;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 45px;
  font-weight: 400;
  cursor: pointer;
}

.buttons-cart {
  gap: 20px;
  display: inline-flex;
}

.checkout-page textarea {
  height: 265px;
}

.contact-section {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .contact-section {
    display: inherit;
  }
}

.contact-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-bg {
    width: 100%;
  }
}

.contact-form-wrap {
  width: 50%;
  padding: 50px 90px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    width: 100%;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  background: #fff;
  border: none;
  margin-bottom: 15px;
}

.contact-form-wrap input[type=submit] {
  background: #A61843;
  color: #fff;
}

.contact-form-wrap input[type=submit]:hover {
  background: #7e062a;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: -1;
}

.single-contact-info {
  height: 280px;
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 0px;
  margin-bottom: 30px;
}
.single-contact-info p {
  margin: 0;
}
.single-contact-info .contact-icon {
  height: 70px;
  width: 70px;
  background:  #A61843;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: 0.3s;
}
.single-contact-info:hover .contact-icon {
  background: #7e062a;
}

.suggestions {
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 5px;
}
.suggestions div {
  padding: 10px;
  cursor: pointer;
}
.suggestions div:hover {
  background-color: #f0f0f0;
}
 /* New Video Section Styles */
        .video-container {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 300px;
          background-color: #444;
          position: relative;
      }

      .background-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
      }

      .play-button {
          z-index: 10;
      }

      @keyframes btnIconRipple {
          0% {
              border-width: 4px;
              -webkit-transform: scale(1);
              transform: scale(1);
          }

          80% {
              border-width: 1px;
              -webkit-transform: scale(1.35);
              transform: scale(1.35);
          }

          100% {
              opacity: 0;
          }
      }

      .play-button button::before {
          content: "";
          display: inline-block;
          position: absolute;
          top: -2px;
          left: -2px;
          bottom: -2px;
          right: -2px;
          border-radius: inherit;
          border: 1px solid #555;
          -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
          animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
      }

      .play-button button {

          width: 130px;
          height: 130px;
          border: 1px solid #fff;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 30px;
          position: absolute;
          left: 50%;
          top: 50%;
          transition: 0.4s;
          z-index: 99;
          transform: translate(-50px, -50px);
          background: #A61843;
          opacity: 0.5;
          color: white;
          font-size: 16px;
          padding: 10px 20px;
          cursor: pointer;
      }

      /* Modal Styles */
      .video-modal {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
          z-index: 1000;
          justify-content: center;
          align-items: center;
      }

      .video-modal.active {
          display: flex;
      }

      .video-modal-content {
          position: relative;
          width: 80%;
          max-width: 700px;
          background: #000;
      }

      .video-modal-content iframe {
          width: 100%;
          height: 400px;
          border: none;
      }

      .close-modal-btn {
          position: absolute;
          top: -10px;
          right: -10px;
          color: white;
          background: #A61843;
          border-radius: 50%;
          font-size: 20px;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          cursor: pointer;
      }
      .length{
        height: 100vh !important;
      }

      .quote-block {
        position: relative;
        background: #fff;
        padding: 20px 30px;
        margin: 20px auto;
        max-width: 600px;
        border-left: 5px solid #3498db;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .quote-block .icon {
        position: absolute;
        top: 20px;
        left: -25px;
        font-size: 30px;
        color: #3498db;
        opacity: 0.8;
    }

    .quote-block p {
        font-size: 18px;
        color: #555;
        line-height: 1.6;
        margin: 0;
        padding-left: 10px;
    }

    .quote-block .author {
        margin-top: 10px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    #certificate{
      color: #A61843;
      font-size: 14px;
    }
    #certificate-one{
      color: #A61843;
      font-size: 14px;
      font-weight: 600;
      padding: 0 5px;
    }
    #certificate-one:hover{
      color: #181D4E;
    }

    .downloads-container .download-item span {
      display: block;
      font-size: 18px;
      position: relative;
      padding-left: 30px;
  }
    .downloads-container .download-item span:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 10px;
      height: 2px;
      background: #A61843;
      margin-top: -1px;
    }
     .downloads-container .download-items span {
      display: block;
      font-size: 18px;
      position: relative;
      padding-left: 30px;
  }
    .downloads-container .download-items span:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 10px;
      height: 2px;
      background: #A61843;
      margin-top: -1px;
    }
    .mobile-view{
      display:flex;
      flex-direction:row;
    }
    @media (max-width: 577px) {
      .mobile-view{
        flex-direction:row;
        justify-content: flex-end;
      }
    }
    /*pdf link*/

     /* Basic styling for the modal */
     .pdf-modal-overlay {
      display: none;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .pdf-modal-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 80%;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      overflow: hidden;
    }

    .pdf-iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .pdf-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 24px;
      color: #fff;
      background-color: #A61843;
      border: none;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .pdf-close-btn:hover {
      background-color: #7e062a;
    }


    .hero-slider {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      color: white;
      display: none;
      justify-content: start;
      align-items: center;
      font-weight: bold;

    padding-top: 0px;


  }

    .hero-font{
      color: white;
      font-size: 70px;
      font-weight: bold;
      padding-left: 80px;
      /*animation: hero-font-move 1s 1;*/
    }

 /*   @keyframes hero-font-move {
      0%   {opacity: 0; padding-left: 80px; padding-top: 50px; }
      100%  {opacity: 1; padding-left: 80px; padding-top: 0px; }
    }
*/
    .slide.active {
      display: flex;
    }

    .navigation .arrow {
      position: absolute;
      cursor: pointer;
      z-index: 10;
      top:116%;

    }

    .navigation .prev {
      width: 80px;
      height: 80px;
      border: 1px solid #eee;
      border-left: none;
      font-size: 30px;
      font-weight: 100;
      line-height: 16px;
      right: 80px;
      margin-top: -25px;
      background: #fff;
      color: #A61843;
      visibility: visible;
      opacity: 1;
      transition: all 0.3s ease-out 0s;
    }

    .navigation .next {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-left: none;
    font-size: 30px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    right: 0px;
    margin-top: -25px;
    background: #fff;
    color: #A61843;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    }

.navigation .prev:hover, .navigation .next:hover{
  background: #A61843;
    color: #fff;
    border-color: #A61843;
}

.dots {
  position: absolute;
  bottom: 0vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .navigation .next, .navigation .prev {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .dots {
    position: absolute;
    top:130%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    visibility:hidden;
  }

  .dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
  }

  .dot.active {
    background-color: white;
  }
  .hero-font{
    font-size: 50px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
.header-area .header-inner-box .logo {
  width: 220px;
  height: 80px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .header-area .header-inner-box .logo {
    width: 310px;
    height: 80px;
  }
  }


  .mega-dropdown:hover .mega-menu {
    display: block;
  }

  .mega-menu {
    width: 95vw; /* Full viewport width */
    left: -40vw;
    right: 0;
    top: 100%;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    border:none;
    border-radius: 0px;
    display: none;
    z-index: 1000;
    padding: 20px 40px;
  }

  .mega-menu .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }


  .dropdown-header {
    text-transform: uppercase;
    color:#5A5A67;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .dropdown-item {
    font-size: 14px;
    padding: 7px 7px;
    color:#5A5A67;
  }
  .dropdown-item:hover{
    background-color:#7E062A;
    color:#5A5A67;
  }
  .header-container{
    max-width: 1600px !important;
  }
  .dropdown{
    border-radius: none !important;
  }
  @media only screen and (min-width: 980px) and (max-width: 1200px) {
    .mega-menu {
      width: 89vw; /* Full viewport width */
      left: -30vw;
      right: 0;
      top: 100%;
      position: absolute;
      background-color: #F5F5F5;
      box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
      border:none;
      border-radius: 0px;
      display: none;
      z-index: 1000;
      padding: 20px 40px;
    }

  }

  .mega-menu2 {
    width: 65vw !important; /* Full viewport width */
    left: -30vw;
    right: 0;
    top: 100%;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    display: none;
    z-index: 1000;
    padding: 20px 40px;
    border:none;
    border-radius: 0px;
  }

  .mega-menu2 .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .mega-menu2 .col-md-2 {
    min-width: 250px;
  }
  .mega-menu2 .col-md-4 {
    min-width: 250px;
  }
  .menu-card {

    padding: 20px;
    background: #fff;
    height: 100%;
  }
  .menu-title {
    background: #e53935;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .menu-section {
    font-weight: bold;
    color: #A61843;
    margin-bottom: 10px;
  }
  .menu-list {
    list-style: none;
    padding-left: 0;
  }
  .menu-list li {
    margin-bottom: 5px !important;
    font-size: 14px  ;
    text-transform: capitalize !important;
  }
  .menu-list li :hover {
    padding-left: 5px !important;
  }
  .menu-list li::before {
    content: "➔";
    color: #999;
    margin-right: 8px;
  }
  hr {
    margin: 10px 0;
  }
  .head-hover:hover{
    padding-left: 5px;
  }
  .drop-style{
    margin-left:10px;
    margin-right:10px;
    font-size: 16px !important;
  }
  .drop-card{
    width:300px;
  }
  .section-tabs {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
  }

  .section-tabs .nav-tabs {
    border-bottom: none;
  }

  .section-tabs .nav-link {
    color: #181D4E;
    border: none;
    padding: 8px 15px;
    font-size: 14px;
  }

  .section-tabs .nav-link.active {
    border-bottom: 3px solid #990733;
    background-color: #f3f3f3;
    color: #9BA2B7;
  }
  .breadcrumb-banner {
    position: relative;
  }

  .breadcrumb-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #7E062A;
    color:white;
    z-index: 1;
  }

  .breadcrumb-banner .container {
    position: relative;
    z-index: 2;
  }
   /*.sticky-div {
    position: sticky;
    top: 99px; or whatever distance you want from top
    z-index: 10000; /* optional, but useful if overlapping
  }
  */
  .section-tabs .nav-link2.active {
    border-bottom: 3px solid #990733;
    background-color: #f3f3f3;
    color: #9BA2B7;
}
.breadcrumb-item + .breadcrumb-item::before{
  color:white !important;
}
.breadcrumb-item.active{
  color: white !important;
}

  #achieve .single-project-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #A71643;
    width: 100%;
    height: 350px;
    z-index: -10;
    margin-bottom: 40px;
}
.pillar {
  background: #f5e7eb;
  padding: 30px;
  padding: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 350px;
  margin: 19px;
  text-align: center;
  align-items: center;
}

.pillar h3 {
   font-size: 1.2rem;
   font-style: italic;
   margin-bottom: 10px;
}

.pillar strong {
   font-size: 1.1rem;
   color: #A61843;
}

.pillar p {
   font-size: 1rem;
   margin: 5px 0;

}

@media (max-width: 768px) {
   .rows {
       flex-wrap: wrap;
   }


}


.test-container {
    margin: auto;
    text-align: center;

}
h2 {

    margin-bottom: 20px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.test-card {
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transition: background 0.3s, color 0.3s;
}
.test-card iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px
}
.test-card h3{
font-size: 21px;
font-weight: 100 !important;
}
.test-card p{
    font-size: 16px !important;
    font-weight: 100 !important;
}
.test-card h3, .test-card p {
    transition: color 0.3s;
}
.test-card:hover, .test-card.playing {
    background: #A71643;
    color: white;
}
.test-card:hover h3, .test-card:hover p, .test-card.playing h3, .test-card.playing p {
    color: white;
}
.bg-grey{
    background-color: #F8F8F8;
}
.menu-list li {
  display: flex;
  align-items: flex-start;
}
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.main-image-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#mainImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.main-image-container:hover #mainImage {
  transform: scale(1.5);
  cursor: zoom-in;
}

.thumbnail-container {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.thumbnail-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.thumbnails {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
}

.thumbnail {
  min-width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.thumbnail:hover {
  border-color: #7E062A;
}

.thumbnail.active {
  border:2px solid #7E062A;

}

.thumb-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.thumb-scroll-btn:hover {
  background: #7E062A;
  color: #fff;
  border-color: #7E062A;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

/* Advanced zoom styles */
.main-image-container {
  cursor: zoom-in;
}

.main-image-container.zoomed {
  cursor: zoom-out;
}

@media (max-width: 768px) {
  .main-image-container {
      height: 350px;
  }

  .thumbnail {
      min-width: 80px;
      height: 80px;
  }
}
.download-item-display{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.font-size-1{
  font-size: 1rem !important;
}

/* Enhanced Quote Section Styles */
.blog-quote-wrap {
  padding: 80px 0;
  background: linear-gradient(135deg, #7E062A 0%, #A61843 100%);
  position: relative;
  overflow: hidden;
}

.quote-content {
  position: relative;
  z-index: 3;
}

.quote-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.quote-icon {
  flex-shrink: 0;
  position: relative;
}

.quote-icon-container {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.quote-icon-img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}

.blog-quote-text {
  flex: 1;
  min-width: 300px;
}

.quote-text {
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  text-align: left;
}

/* Decorative Elements */
.quote-decoration-1 {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 1;
}

.quote-decoration-2 {
  position: absolute;
  bottom: -75px;
  right: -75px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: 1;
}

.quote-decoration-3 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

/* Quote Hover Effects */
.quote-content:hover .quote-icon-container {
  background: rgba(255, 255, 255, 0.25) !important;
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3) !important;
}

.quote-content:hover .quote-icon-img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.quote-content:hover .quote-text {
  text-shadow: 0 3px 6px rgba(0,0,0,0.4) !important;
}

/* Responsive Quote Styling */
@media (max-width: 1200px) {
  .quote-text {
    font-size: 24px !important;
  }

  .quote-wrapper {
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  .quote-wrapper {
    flex-direction: column !important;
    text-align: center !important;
    gap: 25px !important;
  }

  .quote-text {
    font-size: 20px !important;
    text-align: center !important;
  }

  .blog-quote-wrap {
    padding: 60px 0 !important;
  }

  .quote-icon-container {
    padding: 20px !important;
  }

  .quote-icon-img {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 480px) {
  .quote-text {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .blog-quote-wrap {
    padding: 50px 0 !important;
  }
}

.background-gradient {
  background: linear-gradient(135deg, #7E062A 0%, #A61843 100%) !important;
}
.contact-text2 {
color: #181D4E !important;
text-align: center;
font-size: 14px !important;
}
.read-more-link:hover {
    color: #7E062A !important;
    transform: translateX(5px);
}

.read-more-link:hover i {
    transform: translateX(3px);
}
.custom-pagination-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 35px;
    border-radius: 12px;
    margin-top: 40px;
}

.pagination-info {
    text-align: center;
    margin-bottom: 25px;
}

.pagination-text {
    color: #181D4E;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-pagination .pagination {
    margin: 0;
    gap: 8px;
}

.custom-pagination .page-item .page-link {
    color: #181D4E;
    background-color: #fff;
    border: 2px solid #e9ecef;
    padding: 12px 18px;
    margin: 0;
    border-radius: 8px;
    font-weight: 200;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    min-width: 45px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #A61843;
    border-color: #A61843;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(166, 24, 67, 0.25);
}

.custom-pagination .page-item.active .page-link {
    color: #fff;
    background-color: #A61843;
    border-color: #A61843;
    box-shadow: 0 6px 20px rgba(166, 24, 67, 0.4);
    transform: translateY(-2px);
}

.custom-pagination .page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #f8f9fa;
    border-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
}

.custom-pagination .page-item.disabled .page-link:hover {
    transform: none;
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #adb5bd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Navigation arrows styling */
.custom-pagination .page-item .page-link i {
    font-size: 12px;
    font-weight: 400;
}

/* Responsive pagination */
@media (max-width: 768px) {
    .custom-pagination-wrapper {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .custom-pagination .page-item .page-link {
        padding: 10px 14px;
        font-size: 13px;
        min-width: 40px;
    }

    .pagination-text {
        font-size: 13px;
    }
}

        /* Blog card styles to match theme */
        .blog-card2 {
            transition: all 0.3s ease;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            background: #fff;
            height: 100%;
        }

        .blog-card2:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(166, 24, 67, 0.15);
        }

        .blog-img-container2 {
            height: 250px;
            overflow: hidden;
            position: relative;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-img-container2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .blog-card2:hover .blog-img-container2 img {
            transform: scale(1.05);
        }

        .blog-content2 {
            padding: 20px;
            display: flex;
            flex-direction: column;
            height: calc(100% - 250px);
        }

        .blog-title2 h4 {
            color: #181D4E;
            font-weight: 600;
            font-size: 18px;
            line-height: 1.4;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .blog-card2:hover .blog-title2 h4 {
            color: #A61843;
        }

        .blog-meta2 {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .blog-info2 {
            color: #999;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: auto;
        }

        .single-blog-item2 {
            margin-bottom: 30px;
            height: 100%;
        }

        /* Custom styles to match theme */
        .brand-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(166, 24, 67, 0.15) !important;
        }

        .brand-card:hover .card-overlay {
            opacity: 1 !important;
        }

        .brand-card:hover img {
            transform: scale(1.05);
        }

        .theme-btn:hover {
            background: #7e062a !important;
            border-color: #7e062a !important;
            color: #fff !important;
            transform: translateY(-2px);
        }

        .brand-card .card-title {
            transition: color 0.3s ease;
        }

        .brand-card:hover .card-title {
            color: #A61843 !important;
        }

        .form-control:focus {
            border-color: #A61843;
            box-shadow: 0 0 0 0.2rem rgba(166, 24, 67, 0.25);
        }

        .brand-info-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }
        .address-ui p{
            text-align: center;
            color: #181D4E;
        }
        .address-ui:hover p{
            color: #7E062A;
        }
        .address-title{
            text-transform: uppercase;
        }
        .border-top{
          border-top: 1px solid #ddd
        }
        .color-grey{
          color:#9BA2AD;
        }
        .ptn-25{
          padding-top: 25px !important;
        }
        .brand-logo {
          background: #fff;
          padding: 20px;
          border-radius: 8px;
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
          display: inline-block;
        }
        .brand-img {
          max-height: 120px;
           max-width: 200px;
           object-fit: contain;
        }
        .brand-h2{
         color: #181D4E;
         font-weight: 600;
         font-size: 28px;
        }
        .brand-p{
          color: #666;
          font-size: 16px;
          line-height: 1.6;
        }
        .brand-h3{
          color: #181D4E;
          font-weight: 600;
          font-size: 24px;
          margin: 0;
        }
        .brand-div{
         color: #666;
         font-size: 14px;
        }
        .brand-input{
          border: 2px solid #ddd;
          padding: 12px 20px;
          font-size: 16px;
        }
        .brand-btn{
          background: #A61843;
          border: 2px solid #A61843;
          color: #fff;
          padding: 12px 20px;
          transition: all 0.3s ease;
        }
        .brand-card-new{
          transition: all 0.3s ease;
          border-radius: 8px;
          overflow: hidden;
        }
        .brand-card-div{
          height: 220px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #f8f9fa;
        }
        .brand-new-image{
        max-height: 200px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
        }
        .brand-card-overlay{
        background: rgba(166, 24, 67, 0.1);
        opacity: 0;
        transition: opacity 0.3s ease;
        }
        .brand-pad-20{
          padding: 20px;
        }
        .brand-h5{
          color: #181D4E;
          font-weight: 600;
          font-size: 16px;
          line-height: 1.4;
        }
        .brand-a{
          background: #A61843;
          color: #fff;
          border: 2px solid #A61843;
          padding: 10px 20px;
          font-size: 14px;
          font-weight: 500;
          text-decoration: none;
          border-radius: 4px;
          transition: all 0.3s ease;
          display: inline-block;
        }
        .brand-div-new{
          background: #f8f9fa;
          border-radius: 8px;
        }
        .brand-i{
          font-size: 48px;
          color: #ddd;
          margin-bottom: 20px;
        }
        .brand-h4-new{
         color: #666;
         margin-bottom: 10px;
        }
        .brand-p-new-p {
          color: #999;
          margin: 0;
        }
        /* Custom card styles to match theme */
.card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(166, 24, 67, 0.15) !important;
}

.card-new:hover .card-new-overlay {
    opacity: 1 !important;
}

.card-new:hover img {
    transform: scale(1.05);
}

.theme-btn-new:hover {
    background: #7e062a !important;
    border-color: #7e062a !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.card-new-title {
    transition: color 0.3s ease;
}

.card-new:hover .card-new-title {
    color: #A61843 !important;
}

/* Search form styling to match theme */
.form-control-new:focus {
    border-color: #A61843;
    box-shadow: 0 0 0 0.2rem rgba(166, 24, 67, 0.25);
}
.brand-form {
  border: 2px solid #ddd;
   padding: 12px 20px;
    font-size: 16px;
}
    /* ===== Main Category Page Custom Styles ===== */

    /* Breadcrumb section */
    .mc-breadcrumb-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .mc-breadcrumb-title {
        color: #ffffff;
        font-size: 34px;
    }

    .mc-breadcrumb-list {
        color: #ffffff;
    }

    .mc-breadcrumb-item-custom {
        color: #ffffff !important;
    }

    .mc-breadcrumb-item-custom a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .mc-breadcrumb-item-custom a:hover {
        text-decoration: underline;
    }

    /* Search button */
    .mc-search-btn {
        background: #A61843;
        border: 2px solid #A61843;
        color: #ffffff;
        padding: 12px 20px;
        transition: all 0.3s ease;
    }

    .mc-search-btn:hover {
        background: #7E062A;
        border-color: #7E062A;
        color: #ffffff;
    }

    /* Product card */
    .mc-card {
        transition: all 0.3s ease;
        border-radius: 8px;
        overflow: hidden;
    }

    .mc-card-img-wrapper {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        position: relative;
    }

    .mc-card-img {
        max-height: 180px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .mc-card-overlay {
        background: rgba(166, 24, 67, 0.1);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mc-card-body {
        padding: 20px;
    }

    .mc-card-title {
        color: #181D4E;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
    }

    .mc-card-text {
        color: #666666;
        font-size: 14px;
        line-height: 1.5;
    }

    .mc-card-btn {
        background: #A61843;
        color: #ffffff;
        border: 2px solid #A61843;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .mc-card-btn:hover {
        background: #7E062A;
        border-color: #7E062A;
        color: #ffffff;
    }

    /* Empty state text */
    .mc-empty-text {
        color: #666666;
        font-size: 16px;
        padding: 40px 0;
    }

    /* Pagination icon */
    .mc-pagination-icon {
        margin-right: 8px;
        color: #A61843;
    }
    /* ========================= CATEGORY PAGE CUSTOM STYLES ========================= */

/* Banner */
.cat-banner {
    background-color: #7E062A;
    padding: 90px 0;
}

.cat-banner-title {
    color: #ffffff;
    font-size: 34px;
}

.cat-breadcrumb-list {
    color: #ffffff;
}

.cat-breadcrumb-item,
.cat-breadcrumb-item a {
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
}

.cat-breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Section heading */
.cat-heading {
    color: #181D4E;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.cat-count-text {
    color: #666;
    font-size: 14px;
}

/* Product Card */
.cat-card {
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.cat-card-img-wrapper {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.cat-card-img {
    max-height: 230px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cat-card-overlay {
    background: rgba(166, 24, 67, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(166, 24, 67, 0.15) !important;
}

.cat-card:hover .cat-card-overlay {
    opacity: 1 !important;
}

.cat-card:hover .cat-card-img {
    transform: scale(1.05);
}

.cat-card-title {
    color: #181D4E;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.cat-card:hover .cat-card-title {
    color: #A61843 !important;
}

/* Buttons */
.cat-btn {
    background: #A61843;
    color: #ffffff;
    border: 2px solid #A61843;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.cat-btn:hover {
    background: #7E062A !important;
    border-color: #7E062A !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Empty state */
.cat-empty-box {
    background: #f8f9fa;
    border-radius: 8px;
}

.cat-empty-icon {
    font-size: 48px;
    color: #ddd;
}

.cat-empty-title {
    color: #666;
    text-transform: uppercase;
}

.cat-empty-text {
    color: #999;
}
/* ================== Company Profile Page Custom Styles ================== */

    /* Breadcrumb banner */
    .cp-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .cp-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .cp-breadcrumb-list {
        color: #ffffff;
    }

    .cp-breadcrumb-item {
        color: #ffffff !important;
    }

    .cp-breadcrumb-item a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .cp-breadcrumb-item a:hover {
        text-decoration: underline;
    }

    /* Vision & Mission images */
    .cp-vm-img-wrapper {
        width: 400px;
        height: 400px;
    }

    .cp-vm-img-fixed-height {
        height: 300px !important;
    }

    /* About Company paragraph */
    .cp-justify-text {
        text-align: justify;
    }

    /* Locational Advantage image wrappers */
    .cp-work-img-wrapper {
        width: 400px;
        height: 400px;
    }

    /* ============== Export Page Custom Styles (ex-*) ============== */

    /* Breadcrumb banner */
    .ex-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .ex-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .ex-breadcrumb-list {
        color: #ffffff;
    }

    .ex-breadcrumb-item {
        color: #ffffff !important;
    }

    .ex-breadcrumb-item a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .ex-breadcrumb-item a:hover {
        text-decoration: underline;
    }

    /* Right-side export image fixed height */
    .ex-img-fixed-height {
        height: 250px;
    }

    /* ================= Home Page Custom Styles (home-*) ================= */

    /* Brand product image in service slider */
    .home-brand-thumb {
        width: 430px;
        height: 234px;
        object-fit: cover;
    }

    /* Journey section text */
    .home-journey-text {
        color: #F1DDDB;
    }

    /* Journey last image fixed height */
    .home-journey-image-short {
        height: 250px;
    }

    /* Client section background */
    .home-client-section {
        background-color: #F8F8F8;
    }

    /* Client description paragraph */
    .home-client-text {
        color: #666;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* Read More link styling */
    .home-read-more-link {
        color: #A61843;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .home-read-more-link:hover {
        color: #7E062A;
    }

    /* Arrow icon in Read More link */
    .home-read-more-icon {
        margin-left: 8px;
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .home-read-more-link:hover .home-read-more-icon {
        transform: translateX(3px);
    }

    /* Client section layout */
    .home-client-row {
        height: 130px;
        margin-top: 50px;
    }

    .home-client-carousel {
        height: 160px;
    }

    .home-single-client {
        width: 100%;
        height: 150px;
        background-color: #ffffff;
    }

    /* =============== Quality Control Page Custom Styles (qc-*) =============== */

    .qc-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .qc-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .qc-breadcrumb-list {
        color: #ffffff;
    }

    .qc-breadcrumb-item {
        color: #ffffff !important;
    }

    .qc-breadcrumb-item a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .qc-breadcrumb-item a:hover {
        text-decoration: underline;
    }

    /* ================= Product Details Page Custom Styles (prod-*) ================= */

    /* Breadcrumb banner */
    .prod-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .prod-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .prod-breadcrumb-list {
        color: #ffffff;
    }

    .prod-breadcrumb-item {
        color: #ffffff !important;
    }

    .prod-breadcrumb-item a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .prod-breadcrumb-item a:hover {
        text-decoration: underline;
    }

    /* Top section tabs background bar */
    .prod-tabs-container,
    .prod-tabs-nav,
    .prod-tabs-item {
        background-color: #F3F3F3;
    }

    /* Inner info/download tab strip */
    .prod-inner-tabs {
        padding-top: 25px;
    }

    /* Social icons spacing */
    .prod-social-area {
        margin-left: 10px;
    }

    /* ================= Achievements Page Styles (ach-*) ================= */

    .ach-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .ach-banner-title {
        color: #fff;
        font-size: 34px;
    }

    .ach-breadcrumb {
        color: #fff !important;
    }

    .ach-breadcrumb a {
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .ach-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Main section top spacing */
    .ach-project-section {
        margin-top: 50px;
    }

    .ach-container-fluid {
        padding: 0;
    }

    .ach-row-section {
        padding: 0 60px;
        margin-top: 50px;
    }

    .ach-row-images {
        margin-top: 30px;
    }

    .ach-project-item {
        padding: 0 100px;
        display: block;
    }

    /* ================= Credentials Page Styles (cred-*) ================= */

    /* Breadcrumb Banner */
    .cred-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .cred-banner-title {
        color: #fff;
        font-size: 34px;
    }

    .cred-breadcrumb {
        color: #fff !important;
    }

    .cred-breadcrumb a {
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .cred-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Credential Grid Image */
    .cred-img {
        height: 600px !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    /* ================= Gallery Page Styles (gal-*) ================= */

    /* Breadcrumb */
    .gal-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .gal-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .gal-breadcrumb {
        color: #ffffff !important;
    }

    .gal-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .gal-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Gallery grid images */
    .gal-grid-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    /* Brand / polymer images in video section */
    .gal-brand-img {
        width: 300px;
        height: 250px;
        object-fit: cover;
    }

    .gal-team-subtitle {
        margin-top: 15px;
        display: inline-block;
    }

    /* ================= Testimonial Page Styles (test-*) ================= */

    /* Breadcrumb */
    .test-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .test-banner-title {
        color: #fff;
        font-size: 34px;
    }

    .test-breadcrumb {
        color: #fff !important;
    }

    .test-breadcrumb a {
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .test-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Cards & Grid */
    .test-card {
        margin-bottom: 30px;
        text-align: left;
    }

    .test-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .test-video iframe {
        width: 100%;
        height: 300px;
        border: none;
        display: block;
    }

    .test-card h3 {
        margin-top: 15px;
        font-size: 20px;
        font-weight: 600;
    }

    /* =============== Blog Detail Page Styles (blogd-*) =============== */

    /* Breadcrumb banner */
    .blogd-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .blogd-banner-title h1 {
        color: #ffffff;
        font-size: 34px;
    }

    .blogd-meta-bar {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .blogd-breadcrumb {
        color: #ffffff !important;
    }

    .blogd-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .blogd-breadcrumb a:hover {
        text-decoration: underline;
    }


    /* Upcoming events sidebar */
    .blogd-recent-no-pt {
        padding-top: 0;
    }

    .blogd-recent-thumb-center {
        text-align: center;
    }

    .blogd-event-text {
        font-size: 14px;
        color: #5A5A67;
    }

    .blogd-event-date {
        font-size: 14px;
        color: #959799;
    }

    /* ================= Blog List Page Styles (bloglist-*) ================= */

    /* Breadcrumb */
    .bloglist-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .bloglist-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .bloglist-breadcrumb {
        color: #ffffff !important;
    }

    .bloglist-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .bloglist-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Blog card link */
    .bloglist-title-link {
        text-decoration: none;
    }

    /* Calendar icon spacing */
    .bloglist-date-icon {
        margin-right: 5px;
    }

    /* Empty state box */
    .bloglist-empty-box {
        background: #f8f9fa;
        border-radius: 8px;
    }

    .bloglist-empty-icon {
        font-size: 48px;
        color: #ddd;
        margin-bottom: 20px;
    }

    .bloglist-empty-title {
        color: #666;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .bloglist-empty-text {
        color: #999;
        margin: 0;
    }


    /* ================= Blog List Page (simple) Styles (bloglist-*) ================= */

    /* Breadcrumb */
    .bloglist-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .bloglist-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .bloglist-breadcrumb {
        color: #ffffff !important;
    }

    .bloglist-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .bloglist-breadcrumb a:hover {
        text-decoration: underline;
    }

/* ====================== BLOG DETAILS PAGE (bdp-*) ====================== */

/* Breadcrumb */
.bdp-banner {
    background-color: #7E062A;
    padding: 90px 0;
}

.bdp-banner-title {
    color: #fff;
    font-size: 34px;
}

.bdp-breadcrumb {
    color: #fff !important;
}

.bdp-breadcrumb a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
}

.bdp-breadcrumb a:hover {
    text-decoration: underline;
}

/* Meta Bar */
.bdp-meta-bar {
    justify-content: center;
    margin-top: 0;
    background: #f5f5f5;
    padding: 12px 0;
    display: flex;
}

.bdp-meta {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.bdp-meta i {
    margin-right: 6px;
}

/* Gallery images */
.bdp-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.bdp-gallery-item img {
    width: 100%;
    border-radius: 6px;
}

.bdp-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.bdp-gallery-item:hover .bdp-img-overlay {
    opacity: 1;
}

.bdp-zoom-icon {
    color: #fff;
    font-size: 28px;
}

/* Downloads */
.bdp-download-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 6px;
}

.bdp-download-btn {
    background: #A61843;
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.bdp-download-btn i {
    margin-right: 5px;
}

/* Video */
.bdp-video iframe {
    width: 100%;
    height: 380px;
    border-radius: 8px;
}

/* Share Icons */
.bdp-share {
    display: flex;
    justify-content: flex-end;
}

.bdp-share a {
    font-size: 24px;
    margin-left: 12px;
    color: #A61843;
}

.bdp-share a:hover {
    color: #7E062A;
}

    /* ================= Contact Page Styles (cnt-*) ================= */

    /* Breadcrumb */
    .cnt-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .cnt-banner-title {
        color: #fff;
        font-size: 34px;
    }

    .cnt-breadcrumb {
        color: #fff !important;
    }

    .cnt-breadcrumb a {
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .cnt-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Map iframe */
    .cnt-map-iframe {
        border: 0;
    }

    /* Contact cards */
    .cnt-section-heading {
        text-align: center;
        color: #A61843;
    }

    .cnt-address-link {
        display: block;
        text-align: center;
        color: #181D4E;
        text-decoration: none;
    }

    .cnt-address-link:hover {
        text-decoration: underline;
    }

    .cnt-address-text {
        text-align: center;
        color: #181D4E;
        margin-bottom: 0;
    }

    .cnt-center-text {
        text-align: center;
    }

    .cnt-text-primary {
        color: #181D4E;
    }

    .cnt-text-accent {
        color: #A61843;
    }

    .cnt-contact-link {
        font-size: 20px;
        text-decoration: none;
    }

    .cnt-contact-link:hover {
        text-decoration: underline;
    }

    /* ============ Thank You Page Styles (ty-*) ============ */
    .ty-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 50vh;
    }

    .ty-subtitle {
        color: #666666;
    }

    .dl-wrapper {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .dl-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f7f7f7;
        border-radius: 6px;
        padding: 15px 20px;
        margin-bottom: 15px;
        border-left: 5px solid #A61843;
        transition: 0.3s ease;
    }

    .dl-item:hover {
        background: #fff2f6;
        transform: translateY(-2px);
    }

    .dl-title {
        font-size: 16px;
        color: #181D4E;
        font-weight: 600;
    }

    .dl-button {
        background: #A61843;
        color: white;
        padding: 8px 18px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s ease;
    }

    .dl-button:hover {
        background: #7E062A;
    }


    /* ================================
       Clients Page Styles (cl-)
       ================================ */

    .cl-section {
        background-color: #f8f8f8;
        padding: 40px 0 10px;
    }

    .cl-title-main {
        font-size: 36px;
        font-weight: 700;
        color: #181D4E;
        margin-bottom: 20px;
    }

    .cl-text {
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }

    .cl-email-box {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .cl-email-box i {
        font-size: 20px;
        color: #A61843;
        margin-right: 10px;
    }

    .cl-email-box a {
        color: #181D4E;
        font-size: 16px;
        text-decoration: none;
    }

    .cl-client-grid-title {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #181D4E;
    }

    .cl-client-logo {
        background: #ffffff;
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        transition: 0.3s ease;
    }

    .cl-client-logo:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    }

    .cl-client-logo img {
        max-width: 100%;
        max-height: 65px;
        object-fit: contain;
    }

    /* ================= Dealers Page Styles (dlr-*) ================= */

    /* Breadcrumb */
    .dlr-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .dlr-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .dlr-breadcrumb {
        color: #ffffff !important;
    }

    .dlr-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .dlr-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Dealers grid */
    .dlr-row-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dlr-card {
        height: 200px;
        text-align: center;
        padding: 20px 15px;
        border: 1px solid #eee;
        border-radius: 8px;
        margin-bottom: 20px;
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .dlr-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    }

    .dlr-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #181D4E;
    }

    .dlr-card strong {
        display: block;
        color: #444;
    }

    .dlr-email-text {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .dlr-email-link {
        font-size: 18px;
        text-decoration: none;
        color: #A61843;
    }

    .dlr-email-link:hover {
        text-decoration: underline;
    }


    /* Banner */
    .evt-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }
    .evt-banner-title {
        color: #ffffff;
        font-size: 34px;
    }
    .evt-breadcrumb,
    .evt-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }
    .evt-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Event Details */
    .evt-details-title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .evt-details-table h5 {
        margin-bottom: 5px;
        font-weight: 600;
    }

    /* Image section */
    .evt-img-wrapper {
        text-align: center;
        align-items: center;
    }
    .evt-img-item img {
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
        border-radius: 6px;
    }


    /* ===========================
       404 Page (nf-* classes)
       =========================== */

    body.nf-body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background-color: #f4f4f9;
      color: #333;
    }

    .nf-container {
      text-align: center;
      max-width: 600px;
      padding: 20px;
    }

    .nf-title {
      font-size: 3rem;
      color: #A61843;
    }

    .nf-text {
      font-size: 1.2rem;
      margin: 10px 0 20px;
    }

    .nf-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      font-size: 1rem;
      color: #fff;
      background-color: #7e062a;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .nf-btn:hover {
      background-color: #5c041f;
    }


    /* ===================== News & Events Page (nep-*) ===================== */

    /* Breadcrumb */
    .nep-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }

    .nep-banner-title {
        color: #ffffff;
        font-size: 34px;
    }

    .nep-breadcrumb {
        color: #ffffff !important;
    }

    .nep-breadcrumb a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none;
    }

    .nep-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* Pagination icon */
    .nep-pagination-icon {
        margin-right: 8px;
        color: #A61843;
    }

    /* Sidebar upcoming events */
    .nep-recent-post {
        padding-top: 0;
    }

    .nep-recent-thumb {
        text-align: center;
    }

    .nep-recent-message {
        font-size: 14px;
        color: #5A5A67;
    }

    .nep-recent-date {
        font-size: 14px;
        color: #959799;
    }



        /* First Row */
        .top-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: #fff;
            font-size: 14px;
            border-bottom: 1px solid #ddd;
        }

        .top-row .contact-info {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .top-row .contact-info div {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .top-row .contact-info a {
            text-decoration: none;
        }

        .top-row .certification {
            text-align: right;
            color: #A61843;
        }


        /* Responsive */
        @media screen and (max-width: 768px) {
            .top-row {
                flex-direction: column;
                text-align: center;
            }

            .contact-info {
                margin: 10px;
            }

        }

   #about-2 .about-key span {
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   color: #262B3E;
   position: relative;
   padding-left: 35px;
   margin: 0;
}

    /* Breadcrumb custom colors */
    .dlr-breadcrumb-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }
    .dlr-breadcrumb-text {
        color: white;
        font-size: 16px;
    }

    /* Dealers Section */
    .dlr-row-center {
        justify-content: center;
    }
    .dlr-pillar {
        height: 200px;
        text-align: center;
    }
    .dlr-email {
        text-align: center;
    }
    .dlr-email a {
        font-size: 18px;
    }


    /* Breadcrumb area */
    .dw-breadcrumb-banner {
        background-color: #7E062A;
        padding: 90px 0;
    }
    .dw-breadcrumb-title {
        color: white;
        font-size: 34px;
    }
    .dw-breadcrumb-text {
        color: white !important;
        font-size: 16px;
    }

    /* Work section */
    .dw-download-title {
        color: #181D4E;
    }

    /* No inline spacing */
    .dw-section-padding {
        padding-bottom: 180px;
    }

  .sticky-inquiry-btn {
      position: fixed;
      right: -35px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg); /* rotated 90° */
      transform-origin: center;
      background: #dc3545;
      color: #fff;
      padding: 10px 25px;
      border-radius: 0 0 10px 10px;
      border: none;
      cursor: pointer;
      z-index: 9999;
      font-weight: 600;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      white-space: nowrap;
  }

  .sticky-inquiry-btn:hover {
      background: #c82333;
  }

  .ch-seg {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    }

.ch-line {
  width: 100%;
  height: 1.5px;
  background: #d5d5d5;
}

.ch-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c5c5c5;
}
  .ch-section { font-family: 'Poppins', sans-serif; }

  /* ── Hero ── */
  .ch-hero {
    background: #A61843;
    position: relative;
    padding: 50px 60px 95px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
  }
  .ch-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.22;
    border-radius: inherit;
  }
  .ch-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(166 24 67);
    border-radius: inherit;
  }
  .ch-hero-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  .ch-icon-wrap {
    width: 90px; height: 90px;
    flex-shrink: 0;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ch-hero-text h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .ch-hero-line {
    width: 300px; height: 1px;
    background: rgba(255,255,255,0.4);
    margin-bottom: 14px;
  }
  .ch-hero-text p {
    color: rgba(255,255,255,0.88);
    font-size: 0.875rem;
    line-height: 1.75;
    max-width: 640px;
    margin: 0;
  }

  /* ── Bottom white area ── */
  .ch-bottom {
    background: #ffffff;
    border-radius: 0 0 14px 14px;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 0 56px 44px;
    position: relative;
  }

  /* ── Slider wrapper ── */
  .ch-slider-outer { position: relative; }

  /* Nav arrows */
  .ch-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 50%;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }
  .ch-nav:hover { background: #A61843; border-color: #A61843; }
  .ch-nav:hover svg path { stroke: #fff; }
  .ch-nav.prev { left: -20px; }
  .ch-nav.next { right: -20px; }
  .ch-nav svg path { stroke: #555; transition: stroke 0.2s; }

  /* ── Pill track ── */
  .ch-pill {
    background: #ffffff;
    border-radius: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    height: 62px;
    margin-top: -31px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
  }
  .ch-pill-inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .ch-node { flex-shrink: 0; }
  .ch-cap {
    width: 26px; height: 32px;
    border-radius: 5px 5px 50% 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .ch-cap.teal { background: #a61843; }
  .ch-cap.navy { background: #2c3d5e; }
  .ch-dot-white { width: 10px; height: 10px; border-radius: 50%; background: #fff; }
  .ch-seg {
    flex: 1;
    display: flex; align-items: center;
    padding: 0 8px; gap: 5px;
  }
  .ch-line { flex: 1; height: 1.5px; background: #d5d5d5; }
  .ch-circle { width: 10px; height: 10px; border-radius: 50%; background: #c5c5c5; flex-shrink: 0; }

  /* ── Milestones ── */
  .ch-milestones-outer {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
  }
  .ch-milestones-outer::before {
    content: '';
    position: absolute;
    top: -8px; left: 0; right: 0;
    border-top: 1.5px dashed #d8d8d8;
    z-index: 1;
  }
  .ch-milestones-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
    will-change: transform;
  }
  .ch-item {
    flex: 0 0 25%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ch-item:first-child { padding-left: 0; }

  .ch-year {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
  }
  .ch-bar {
    display: block;
    width: 24px; height: 3px;
    background: #a61843;
    border-radius: 2px;
    margin: 5px 0 9px;
  }
  .ch-item p {
    font-size: 0.80rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
  }

  /* ── Dots ── */
  .ch-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 22px;
  }
  .ch-dot-btn {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .ch-dot-btn.active {
    background: #A61843;
    transform: scale(1.35);
  }

  @media (max-width: 767px) {
    .ch-hero { padding: 32px 24px 80px; }
    .ch-hero-inner { flex-direction: column; gap: 18px; }
    .ch-bottom { padding: 0 36px 32px; }
    .ch-item { flex: 0 0 calc(100% / 2); }
  }

  @media (max-width: 991px) {

  /* Hero */
  .ch-hero {
    padding: 30px 20px 80px;
  }

  .ch-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ch-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .ch-hero-text h2 {
    font-size: 1.5rem;
  }

  .ch-hero-line {
    width: 200px;
  }

  /* Bottom spacing */
  .ch-bottom {
    padding: 0 20px 30px;
  }

  /* Timeline pill scroll instead of breaking */
  .ch-pill {
    overflow-x: auto;
    padding: 0 15px;
  }

  .ch-pill-inner {
    min-width: 600px; /* keeps structure intact */
  }

  /* Slider items */
  .ch-item {
    flex: 0 0 calc(100% / 2);
  }

  /* Arrows inside */
  .ch-nav.prev {
    left: 0;
  }

  .ch-nav.next {
    right: 0;
  }
}


@media (max-width: 575px) {

  /* Stack timeline cleanly */
  .ch-pill-inner {
    min-width: 500px;
  }

  /* Show 1 item per slide */
  .ch-item {
    flex: 0 0 100%;
  }

  /* Smaller text */
  .ch-year {
    font-size: 0.95rem;
  }

  .ch-item p {
    font-size: 0.75rem;
  }

  /* Reduce arrow size */
  .ch-nav {
    width: 30px;
    height: 30px;
  }
}

.main-desc ul {
        list-style: disc !important;
        padding-left: 25px;
    }


