@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&family=Outfit:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Salsa&display=swap');:root {
  --fontFamily: "Josefin Sans", sans-serif;
  --fontFamily2: "Outfit", sans-serif;
  --mainColor: #610B0B;
  --whiteColor: #ffffff;
  --blackColor: #242424;
  --secondColor: #B5945B;
  --paragraphColor: #666666;
  --fix-whiteColor: #ffffff;
  --fix-blackColor: #242424;
  --backgroundColor: #ebebeb;
  --transparentColor: #fcebe5;
  --card-title-fontSize: 22px;
  --fontSize: 15px;
  --boxShadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  --transition: 0.5s;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-color: var(--whiteColor);
}

h1, h2, h3, h4 {
  font-family: var(--fontFamily);
}

h5, h6 {
  font-family: var(--fontFamily2);
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  margin-bottom: 15px;
  color: var(--paragraphColor);
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

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

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

.section-content {
  margin-top: 10px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--whiteColor) !important;
  z-index: 99999;
  padding: 0px;
  transition: 0.5s ease-in-out;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-f9faff {
  background-color: #f9faff;
}

.bg-mainColor {
  background-color: var(--mainColor);
}

.bg-000000 {
  background-color: #242325;
}

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

/*================================================
Topbar Area CSS
=================================================*/
.topbar {
  font-family: var(--fontFamily2);
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px;
  position: relative;
  background-color: #B5945B;
  z-index: 9;
}

.topbar-left-side ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.topbar-left-side ul li {
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
  color: var(--blackColor);
}
.topbar-left-side ul li a {
  color: var(--blackColor);
}
.topbar-left-side ul li i {
  margin-right: 3px;
  color: var(--mainColor);
}

.topbar-right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar-right-side a {
  color: var(--blackColor);
  font-size: 14px;
}
.topbar-right-side i {
  color: var(--mainColor);
}
.topbar-right-side .account {
  margin-right: 15px;
  font-family: var(--fontFamily2);
}
.topbar-right-side .account i {
  margin-right: 3px;
}

/*================================================
Select Area CSS
=================================================*/
.nice-select {
  border: 0px;
  background-color: transparent;
  height: auto;
  width: 100%;
  line-height: unset;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 23px;
  padding-right: 15px;
}
.nice-select .selected {
  color: var(--mainColor);
}
.nice-select .list {
  width: 100%;
  z-index: 9999;
}

.option-select-area {
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: var(--paragraphColor);
}
.option-select-area .fa-globe {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 99;
  color: var(--mainColor);
}
.option-select-area .nice-select .list {
  width: 85px;
  z-index: 999;
  background-color: var(--whiteColor) !important;
}
.option-select-area .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--blackColor);
}
.option-select-area .nice-select .current {
  color: var(--blackColor);
  font-size: 14px;
}

.nice-select .list {
  background-color: var(--whiteColor);
}

/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 2;
  height: 105px;
  text-transform: capitalize;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  color: var(--mainColor);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--mainColor);
  height: 4px;
  margin-top: 5px;
  border-radius: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: var(--whiteColor);
  margin-top: 105px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
  color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent !important;
  border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
  overflow-y: scroll;
  height: 290px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-nav .dropdown-toggle::after {
  display: none;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
  position: relative;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.btn-primary,
.btn-primary:active {
  background-color: var(--whiteColor) !important;
  color: var(--blackColor) !important;
  border-color: var(--blackColor) !important;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: var(--mainColor);
}

/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
  background-color: transparent;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
  padding: 0;
  transition: 0.5s;
  position: relative;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--fontFamily2);
  margin-left: 15px;
  margin-right: 15px;
}
.main-nav nav .navbar-nav .nav-item a i {
  right: 0;
  top: 8px;
  font-size: 12px;
  position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
  transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a::after {
  display: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 13px;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: var(--mainColor);
  transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  transform: rotateY(0deg);
  visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 60px;
  opacity: 0;
  z-index: 99;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0px;
  visibility: hidden;
  position: absolute;
  transform: rotateX(-20deg);
  transform-origin: top;
  background: var(--whiteColor);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  display: block;
  padding: 7px 20px;
  color: var(--blackColor);
  border-bottom: 1px dashed transparent;
  font-size: 15px;
  font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  top: 50%;
  position: absolute;
  right: 10px !important;
  transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "+";
  font-size: 0px;
  color: var(--mainColor);
  transition: 0.2s ease;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 99;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
  padding-left: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 101%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 20px;
  left: 100%;
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-light .navbar-brand {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}

.mean-container .mean-bar {
  position: relative;
}

.mobile-nav .menu-sidebar-small-device {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
  padding: 5px 10px;
}
.mobile-nav .call-button {
  top: 7px;
}

.menu-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.menu-sidebar ul li {
  margin-left: 15px;
}

.menu-small-device {
  display: none;
  position: absolute;
  right: 80px;
  top: 14px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu-small-device li {
  list-style: none;
  display: inline-block;
}

.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 69px;
}

/*================================================
Popup Area CSS
=================================================*/
.popup-button {
  border: 0px;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s ease-in-out;
  color: var(--secondColor);
  background-color: transparent;
  margin-right: 15px;
}
.popup-button:hover {
  color: var(--mainColor);
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.831372549);
}
.popup .popup-content {
  width: 0%;
  height: 100%;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}
.popup .popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: var(--mainColor);
  border: 0px;
  font-size: 30px;
}
.popup .popup-content form {
  top: 20%;
  left: 50%;
  width: 80%;
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
}
.popup .popup-content form .search-box {
  border-radius: 10px;
  border: 1px solid var(--mainColor);
}
.popup .popup-content form .search-box input {
  padding: 5px 20px;
}
.popup .popup-content form .search-box .form-control {
  color: var(--blackColor);
  border-radius: 10px;
  border: 0px solid transparent !important;
}
.popup .popup-content form .search-box .btn {
  padding: 5px 15px;
  color: var(--whiteColor);
  border-radius: 10px !important;
  background-color: var(--mainColor);
  font-size: 25px;
}
.popup .hi {
  transition: 0.5s ease-in-out;
  transition-delay: 0.2s;
  opacity: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .hi form {
  visibility: visible;
  top: 50% !important;
  transition: 1s ease-in-out;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .topbar-right-side {
    justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
  .topbar-left-side ul li {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-right-side {
    justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    background-color: var(--whiteColor);
    height: 110px;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    top: 10px;
    left: 0px;
    z-index: 6;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: var(--whiteColor);
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 2px 0 0;
  }
  .main-nav {
    display: none !important;
  }
  .menu-sidebar {
    display: none;
  }
  .menu-small-device {
    z-index: 0;
    right: 55px;
    top: 18px;
    display: block !important;
  }
  .menu-small-device .default-button {
    padding: 7px 10px;
    font-size: 14px;
  }
  .topbar-left-area {
    text-align: center;
  }
  .topbar-left-area ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile-nav .call-button {
    top: 0;
  }
}
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 10px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #82b440;
  padding: 10px 15px 10px 37px;
  box-shadow: 0 1px 10px 1px rgba(130, 180, 64, 0.7254901961);
  animation: jello 3s infinite;
  font-size: 12px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 15px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.stars ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.stars ul li {
  display: inline-block;
}
.stars ul li i {
  cursor: pointer;
}

/*================================================
Default Button Area CSS
=================================================*/
.default-button {
  overflow: hidden;
  border: 1px solid var(--secondColor);
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  color: var(--fix-whiteColor);
  background-color: var(--secondColor);
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.default-button::before {
  content: "";
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.default-button::after {
  content: "";
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
  background-color: var(--mainColor);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.default-button span {
  position: relative;
  z-index: 2;
}
.default-button:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
}
.default-button:hover::before, .default-button:hover::after {
  height: 51%;
}

.default-button-2 {
  background-color: transparent;
  color: var(--blackColor);
}
.default-button-2:hover {
  color: var(--whiteColor);
}

.read-more-btn {
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  font-weight: 600;
}

.default-button-3 {
  border-radius: 5px;
}

.default-button-4 {
  border-radius: 0px;
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title h6 {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}
.default-section-title h6::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.default-section-title h3 {
  line-height: 1.4;
  color: var(--blackColor);
  font-size: 36px;
  font-weight: 700;
}

.default-section-title-middle {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Index 01 About Area CSS
=================================================*/
.banner-text-area {
  max-width: 745px;
  margin-left: auto;
  position: relative;
}
.banner-text-area h6 {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}
.banner-text-area h6::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-text-area h1 {
  line-height: 1.4;
  color: var(--blackColor);
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.banner-text-area p {
  max-width: 650px;
  margin-bottom: 28px;
}

.main-banner-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/banner/banner-bg1.jpg");
  position: relative;
  overflow: hidden;
}
.main-banner-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 0;
}

.main-banner-img img {
  position: relative;
  right: -20px;
}

/*================================================
Index 01 Partner area CSS
=================================================*/
.partner-slider-area img {
  width: -moz-fit-content;
  width: fit-content;
}

/*================================================
Index 01 About Area CSS
=================================================*/
.about-img-area {
  position: relative;
}
.about-img-area .about-img-1 img {
  position: relative;
  transform: scale(0.8);
  transform-origin: left top;
}
.about-img-area .about-img-2 {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: scale(0.85);
  transform-origin: right bottom;
}
.about-img-area .about-img-2 img {
  border-radius: 50%;
}
.about-img-area .about-img-2 a {
  width: 100px;
  height: 100px;
  font-size: 60px;
  border-radius: 50%;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-text-area .about-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.about-text-area .about-list ul li {
  display: flex;
  align-items: baseline;
  color: var(--blackColor);
  margin: 8px;
  font-size: var(--fontFamily2);
  font-weight: 400;
}
.about-text-area .about-list ul li i {
  margin-right: 10px;
  color: var(--mainColor);
}
.about-text-area .default-button {
  margin-top: 20px;
}

.about-1 .about-img-area {
  margin-left: auto;
  max-width: 750px;
}
.about-1 .about-text-area {
  max-width: 630px;
}

.fun-facts-area {
  margin-top: 10px;
}

.fun-facts-card {
  position: relative;
  margin-top: 30px;
}
.fun-facts-card i {
  color: rgba(85, 85, 85, 0.1);
  position: absolute;
  font-size: 100px;
  top: -30px;
}
.fun-facts-card h2 {
  margin-bottom: 0px;
  position: relative;
  color: var(--blackColor);
  font-size: 48px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.fun-facts-card h2 sup {
  font-weight: 500;
  position: relative;
  top: -12px;
}
.fun-facts-card p {
  color: var(--blackColor);
}

/*================================================
Index 01 Features Area CSS
=================================================*/
.features-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/shape/bg.jpg");
  padding-bottom: 300px;
}

.features-card {
  padding: 30px 30px 25px 160px;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  border-radius: 15px;
  position: relative;
  margin-top: 30px;
}
.features-card .features-icon-area {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.features-card .features-card-icons {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.features-card .features-card-icons .shape2 {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.5, 1.5) rotate(10deg);
  opacity: 0;
  transition: 0.5s ease;
}
.features-card .features-card-icons i {
  font-size: 40px;
  color: var(--fix-whiteColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-card .features-card-text h4 {
  color: var(--blackColor);
  font-size: var(--card-title-fontSize);
  font-weight: 700;
}
.features-card:hover .features-icon-area .shape2 {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}

.fmt-0 {
  margin-top: 0px;
}

/*================================================
Index 01 Booking Area CSS
=================================================*/
.booking-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/shape/shape-bg-2.png");
  box-shadow: var(--boxShadow);
  text-align: center;
  position: relative;
  margin-top: -200px;
  border-radius: 25px;
  padding: 40px 50px 50px;
}
.booking-content .booking-form-content {
  margin-top: 20px;
  border-radius: 25px;
}
.booking-content .booking-form-content .form-control, .booking-content .booking-form-content .form-select {
  padding: 15px;
  border-radius: 25px;
  background-color: #f9fafb;
  border: 1px solid #eeeeee;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.booking-content .booking-form-content .form-control::after, .booking-content .booking-form-content .form-select::after {
  display: none;
}
.booking-content .booking-form-content .default-button {
  display: block;
  width: 100%;
  padding: 15px;
}
.booking-content .booking-form-content .current {
  color: var(--paragraphColor);
}

/*================================================
Index 01 Service Area CSS
=================================================*/
.service-card {
  box-shadow: var(--boxShadow);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.service-card .service-card-text {
  padding: 0px 30px 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/service/text-bg.png");
  filter: brightness(0.98);
  transition: 0.5s ease;
}
.service-card .service-card-text .service-card-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 15px;
}
.service-card .service-card-text .service-card-icon .shape1 {
  transition: 0.5s ease-in-out;
}
.service-card .service-card-text .service-card-icon .shape2 {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 0;
  transform: scale(1.5, 1.5) rotate(10deg);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.service-card .service-card-text .service-card-icon i {
  font-size: 35px;
  color: var(--fix-whiteColor);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-card .service-card-text h4 {
  margin-bottom: 14px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.service-card:hover .service-card-icon .shape2 {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}
.service-card:hover .service-card-icon .shape1 {
  opacity: 0;
}
.service-card:hover .service-card-text {
  filter: brightness(1);
}

/*================================================
Index 01 Portfolio Area CSS
=================================================*/
.portfolio-card {
  position: relative;
  margin-top: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.portfolio-card::before {
  content: "";
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.937254902), rgba(0, 0, 0, 0.431372549), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}
.portfolio-card .portfolio-text {
  width: 100%;
  padding: 20px 20px 30px;
  z-index: 9;
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: 0.5s ease;
  transform: translateY(50px) scale(0);
}
.portfolio-card .portfolio-text p {
  color: var(--mainColor);
  font-size: 15px;
  margin-bottom: 5px;
}
.portfolio-card .portfolio-text h4 {
  margin-bottom: 0;
  color: var(--fix-whiteColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.portfolio-card .portfolio-text h4 a {
  color: var(--fix-whiteColor);
}
.portfolio-card:hover::before {
  height: 100%;
}
.portfolio-card:hover .portfolio-text {
  transform: translateY(0px) scale(1);
}

.shape-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/shape/bg.jpg");
}

.portfolio-slider-area .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.portfolio-slider-area .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  border-radius: 10px;
  transition: 0.5s ease;
  display: inline-block;
  color: var(--blackColor) !important;
  border: 1px solid #858585 !important;
}
.portfolio-slider-area .owl-nav button:hover {
  border-color: var(--mainColor) !important;
  color: var(--fix-whiteColor) !important;
  background-color: var(--mainColor) !important;
}

/*================================================
Index 01 Testimonials Area CSS
=================================================*/
.stars ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.stars ul li {
  display: inline-flex;
  align-items: center;
}
.stars ul li i {
  color: #FFD31D;
}

.testimonial-card {
  padding: 30px;
  border-radius: 25px;
  margin-top: 30px;
  background-color: #f9fafb;
  box-shadow: var(--boxShadow);
  position: relative;
  transition: 0.5s ease;
}
.testimonial-card .flaticon-right-quote {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 50px;
  color: #dadada;
  transition: 0.5s ease;
  animation: top-bottom 3s infinite linear;
}
.testimonial-card .stars {
  margin-bottom: 15px;
}
.testimonial-card .stars span {
  margin: 0px 5px;
  color: var(--blackColor);
  font-size: 14px;
  font-weight: 600;
}
.testimonial-card p {
  font-size: var(--fontSize);
  color: var(--blackColor);
}
.testimonial-card .testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonial-card .testimonial-footer img {
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-card .testimonial-footer h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--blackColor);
}
.testimonial-card .testimonial-footer p {
  color: var(--paragraphColor);
  margin-bottom: 0px;
}
.testimonial-card:hover {
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}
.testimonial-card:hover .flaticon-right-quote {
  color: #ffd8c2;
}

/*================================================
Index 01 Pricing Plan Area CSS
=================================================*/
.pricing-1 {
  position: relative;
}
.pricing-1::before {
  content: "";
  height: 210px;
  width: 100%;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.pricing-1 .container {
  position: relative;
}

.pricing-card {
  background-color: var(--whiteColor);
  border-radius: 25px;
  margin-top: 30px;
  text-align: center;
  box-shadow: var(--boxShadow);
  transition: 0.5s ease;
}
.pricing-card .pricing-card-header {
  background-color: var(--blackColor);
  border-radius: 25px 25px 0px 0px;
  padding: 30px 30px 0px 30px;
  position: relative;
  margin-bottom: 15px;
  transition: 0.5s ease;
}
.pricing-card .pricing-card-header::before {
  content: "";
  width: 100%;
  height: 30px;
  z-index: 0;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pricing-card .pricing-card-header h3 {
  margin-bottom: 20px;
  color: var(--whiteColor);
}
.pricing-card .pricing-card-header .price {
  padding: 10px 25px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
  transition: 0.5s ease;
  color: var(--blackColor);
}
.pricing-card .pricing-card-header .price h2 {
  margin: 0px;
  font-size: 36px;
  font-weight: 700;
}
.pricing-card .pricing-card-header .price h2 sup {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -15px;
}
.pricing-card .pricing-card-header .price h2 sub {
  font-size: 14px;
  font-weight: 400;
}
.pricing-card .pricing-text-area {
  padding: 0px 30px 35px;
}
.pricing-card .service-price-list {
  margin-bottom: 15px;
}
.pricing-card .service-price-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pricing-card .service-price-list ul li {
  padding: 15px;
  color: var(--blackColor);
  border-bottom: 1px solid #eeeeee;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.pricing-card .service-price-list ul li i {
  margin-right: 5px;
}
.pricing-card .service-price-list ul li:last-child {
  border-bottom: 0px;
}
.pricing-card .service-price-list .fa-check {
  color: #02960e;
}
.pricing-card .service-price-list .fa-times {
  color: #da0202;
}
.pricing-card:hover .pricing-card-header {
  background-color: var(--mainColor);
}
.pricing-card:hover .pricing-card-header h3 {
  color: var(--fix-whiteColor);
}
.pricing-card:hover .pricing-card-header .price {
  color: var(--mainColor);
}

.pricing-active .pricing-card-header {
  background-color: var(--mainColor);
}
.pricing-active .pricing-card-header h3 {
  color: var(--fix-whiteColor);
}
.pricing-active .pricing-card-header .price {
  color: var(--mainColor);
}
.pricing-active .default-button {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-card {
  margin-top: 30px;
}
.blog-card .blog-card-img {
  position: relative;
  transition: 0.5s ease;
  overflow: hidden;
}
.blog-card .blog-card-img img {
  border-radius: 25px;
  transition: 0.5s ease;
}
.blog-card .blog-card-img .blog-card-category {
  padding: 8px 30px;
  border-radius: 20px;
  transition: 0.5s ease;
  display: inline-block;
  color: var(--whiteColor);
  transition: 0.5s ease;
  background-color: var(--blackColor);
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 15px;
  font-weight: 600;
}
.blog-card .blog-card-text {
  margin-top: 25px;
}
.blog-card .blog-card-text h4 {
  color: var(--blackColor);
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.1) rotate(-3deg);
}
.blog-card:hover .blog-card-img .blog-card-category {
  background-color: var(--mainColor);
}

.blog-date ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-date ul li {
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: var(--paragraphColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}
.blog-date ul li i {
  color: var(--mainColor);
  margin-right: 5px;
}
.blog-date ul li::before {
  content: "/";
  font-size: 16px;
  position: absolute;
  right: -11px;
  top: 0px;
}
.blog-date ul li:last-child::before {
  display: none;
}

/*================================================
Index 01 NewsLetter Area CSS
=================================================*/
.newsletter-content-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/news-latetr-bg.jpg");
  padding: 50px 50px 40px;
  border-radius: 25px;
  position: relative;
}
.newsletter-content-area .default-section-title h3 {
  margin-bottom: 0px;
}

.news-input-card .form-control, .news-input-card .form-select {
  width: 100%;
  padding: 15px;
  border-radius: 25px;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
}
.news-input-card .form-control::after, .news-input-card .form-select::after {
  display: none;
}
.news-input-card .default-button {
  width: 100%;
}

.newsletter-1 {
  position: relative;
}
.newsletter-1::before {
  content: "";
  height: 50%;
  width: 100%;
  background-color: #242325;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*================================================
Index 01 Footer Area CSS
=================================================*/
.footer-logo-area p {
  margin-top: 20px;
}
.footer-logo-area .footer-social-icons {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.footer-logo-area .footer-social-icons span {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.footer-logo-area .footer-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-logo-area .footer-social-icons ul li {
  display: inline-block;
}
.footer-logo-area .footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
}
.footer-logo-area .footer-social-icons ul li a:hover {
  color: var(--fix-whiteColor);
  background-color: var(--mainColor);
}

.footer-links h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: var(--card-title-fontSize);
}
.footer-links h3::before {
  content: "";
  height: 2px;
  width: 20%;
  background-color: #B5945B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-logo-area a img{
  border-radius: 10px;
}

.footer-contact-list {
  padding-left: 20px;
}

.footer-quick-links {
  padding-left: 60px;
}

.footer-content-card {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
.footer-content-card i {
  width: 20px;
  font-size: 18px;
  text-align: center;
  color: #B5945B;
  position: absolute;
  left: 0;
  top: 1px;
}
.footer-content-card h5 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}
.footer-content-card p {
  font-size: 17px;
}
.footer-content-card p a {
  color: var(--paragraphColor);
}

.footer-quick-links ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.footer-quick-links ul li {
  margin-top: 14px;
}
.footer-quick-links ul li a {
  display: inline-block;
  color: var(--paragraphColor);
  font-size: 17px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}
.footer-quick-links ul li a i {
  margin-right: 5px;
  color: #B5945B;
}
.footer-quick-links ul li a:hover {
  color: var(--mainColor);
}
.footer-quick-links ul li:first-child {
  margin-top: 0px;
}

.footer-newsletter form .form-control {
  padding: 10px 15px;
  border-radius: 25px;
}
.footer-newsletter form .default-button {
  width: 100%;
  margin-top: 15px;
}
.footer-newsletter #validator-newsletter {
  font-size: 14px;
  color: #ff0000;
  margin-top: 8px;
}

.footer-2 .footer-logo-area p {
  color: #eeeeee;
  text-align: justify;
  font-size: 17px;
}
.footer-2 .footer-logo-area .footer-social-icons span {
  color: #eeeeee;
}
.footer-2 .footer-links h3 {
  color: var(--fix-whiteColor);
}
.footer-2 .footer-content-card h5 {
  color: #eeeeee;
}
.footer-2 .footer-content-card a {
  color: var(--fix-whiteColor);
}
.footer-2 .footer-content-card a:hover {
  color: var(--mainColor);
}
.footer-2 .footer-quick-links ul li a {
  color: var(--fix-whiteColor);
}
.footer-2 .footer-quick-links ul li a:hover {
  color: var(--mainColor);
}
.footer-2 .footer-newsletter p {
  color: #eeeeee;
}
.footer-2 .footer-newsletter .input-group {
  border: 1px solid rgba(238, 238, 238, 0.4392156863);
}
.footer-2 .footer-newsletter .input-group .form-control {
  color: var(--whiteColor);
}
.footer-2 .footer-newsletter .input-group .btn {
  border-radius: 25px !important;
  padding: 10px 30px;
}

/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
}
.copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1176470588);
}
.copyright p {
  color: var(--fix-whiteColor);
  padding-top: 20px;
  font-size: 15px;
}
.copyright p a {
  font-weight: 600;
  text-decoration: none;
  color: #B5945B;
}
.copyright p strong {
  color: var(--fix-whiteColor);
}

.copyright-2 {
  border-top: 1px solid rgba(238, 238, 238, 0.3);
}
.copyright-2 p {
  color: #eeeeee;
}
.copyright-2 p a {
  color: var(--thirdColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 5px;
  background-color: var(--fix-whiteColor);
  color: var(--blackColor);
  z-index: 999;
  width: 50px;
  padding: 0 10px 45px;
  text-align: center;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  transition: 0.5s;
  box-shadow: var(--boxShadow);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-top:hover {
  color: #ffffff;
  transition: all 0.5s linear;
  border: 1px solid var(--mainColor);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  animation: top-bottom 5s infinite linear;
}

/*================================================
Index 02 Banner Area CSS
=================================================*/
.banner-text-area-2 h6 {
  color: var(--mainColor);
}

.home-banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/banner-2-bg.jpg");
  overflow: hidden;
}

.home-banner-img {
  text-align: center;
  padding-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/banner-2-circle-bg.png");
}

.home-banner-slider-area .owl-nav {
  width: 88%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.home-banner-slider-area .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--whiteColor) !important;
  background-color: var(--blackColor) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*================================================
Index 02 Features Area CSS
=================================================*/
.features-card-2 .features-card-icons i {
  left: 55%;
  top: 60%;
}

/*================================================
Index 02 About Area CSS
=================================================*/
.about-img-area-2 {
  position: relative;
  border-radius: 0px 25% 0px 25%;
  background-image: linear-gradient(to top, #ff6613, #fdc9ac);
}
.about-img-area-2 .about-text-2 {
  position: absolute;
  text-align: center;
  border-radius: 0px 25% 0px 25%;
  padding: 15px 30px;
  background-color: var(--whiteColor);
  border: 1px solid #cccccc;
  display: inline-block;
  left: -30px;
  bottom: 20%;
}
.about-img-area-2 .about-text-2 h2 {
  color: var(--blackColor);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

/*================================================
Index 02 Services Area CSS
=================================================*/
.service-2 {
  justify-content: space-between;
  align-items: center;
}

.service-card-2 {
  position: relative;
  margin-top: 30px;
  box-shadow: var(--boxShadow);
}
.service-card-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotateY(90deg);
  transition: 0.5s ease;
}
.service-card-2 .service-hover-text {
  width: 100%;
  z-index: 9;
  padding: 15px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
  opacity: 0;
}
.service-card-2 .service-hover-text i {
  font-size: 40px;
  color: var(--mainColor);
}
.service-card-2 .service-hover-text h4 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.service-card-2 .service-hover-text h4 a {
  color: var(--fix-whiteColor);
}
.service-card-2 .service-hover-text p {
  color: rgba(255, 255, 255, 0.9);
}
.service-card-2 .service-hover-text .read-more-btn {
  color: var(--mainColor);
}
.service-card-2 .service-card-2-footer {
  padding: 15px 25px;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  transform-origin: bottom;
}
.service-card-2 .service-card-2-footer i {
  font-size: 25px;
  margin-right: 10px;
  color: var(--mainColor);
}
.service-card-2 .service-card-2-footer h4 {
  margin-bottom: 0px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.service-card-2:hover::before {
  transform: rotateY(0deg);
}
.service-card-2:hover .service-hover-text {
  opacity: 1;
  transition-delay: 0.2s;
}
.service-card-2:hover .service-card-2-footer {
  transform: rotateX(90deg);
}

.view-all-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Index 02 Team Area CSS
=================================================*/
.team-card {
  background-color: var(--whiteColor);
  transition: 0.5s ease;
  margin-top: 30px;
}
.team-card .team-text-area {
  padding: 30px;
  text-align: center;
}
.team-card .team-text-area h4 {
  margin-bottom: 8px;
  color: var(--blackColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.team-card .team-text-area p {
  margin-bottom: 12px;
}
.team-card:hover {
  box-shadow: var(--boxShadow);
  transform: translateY(-10px);
}

.team-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.team-social-icons ul li {
  display: inline-block;
}
.team-social-icons ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  margin: 0px 3px;
}
.team-social-icons ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

/*================================================
Index 02 testimonial Area CSS
=================================================*/
.testimonial-card-2 .testimonial-footer {
  margin-top: 0px;
  margin-bottom: 20px;
}
.testimonial-card-2 .stars {
  margin-top: 20px;
  margin-bottom: 0px;
}

/*================================================
Index 02 Booking Area CSS
=================================================*/
.play-button {
  position: relative;
}
.play-button a {
  width: 100px;
  height: 100px;
  font-size: 60px;
  border-radius: 50%;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  background-color: rgba(255, 99, 14, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.booking-form-area {
  background-color: var(--whiteColor);
  padding-left: 50px;
  padding-right: 50px;
}
.booking-form-area .default-section-title h3 {
  line-height: 1;
}
.booking-form-area .booking-form-content {
  margin-top: 20px;
  border-radius: 10px;
}
.booking-form-area .booking-form-content .form-control, .booking-form-area .booking-form-content .form-select {
  padding: 15px;
  border-radius: 5px;
  background-color: #f9fafb;
  border: 1px solid #eeeeee;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.booking-form-area .booking-form-content .form-control::after, .booking-form-area .booking-form-content .form-select::after {
  display: none;
}
.booking-form-area .booking-form-content .default-button {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}
.booking-form-area .booking-form-content .current {
  color: var(--paragraphColor);
}

.booking-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/booking-bg.jpg");
}

/*================================================
Index 02 FAQ Area CSS
=================================================*/
.accordion-item {
  margin-top: 20px;
  border: 0;
}

.accordion-button {
  border: 1px solid rgba(238, 238, 238, 0.1254901961) !important;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 15px 60px;
  background-color: var(--whiteColor) !important;
  color: var(--blackColor) !important;
  box-shadow: var(--boxShadow);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.accordion-button::after {
  display: none;
}
.accordion-button:not(.collapsed) span {
  background-color: var(--mainColor);
}
.accordion-button:not(.collapsed) span::before {
  content: "-";
  transform: rotateZ(180deg);
  transform-origin: center !important;
}

.accordion-button[aria-expanded=false] span {
  background-color: var(--blackColor);
}
.accordion-button[aria-expanded=false] span::before {
  content: "+";
}

.accordion-header {
  position: relative;
}
.accordion-header span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  transition: 0.5s ease-in-out;
  background-color: var(--blackColor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.accordion-header span::before {
  content: "+";
  width: 25px;
  height: 25px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  color: var(--whiteColor);
  transition: 0.5s ease-in-out;
  transform-origin: center !important;
}

.accordion-collapse {
  border: 0px;
}

.accordion-body {
  border: 0px;
  line-height: 1.8;
  box-shadow: var(--boxShadow);
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
}

.faq-img-area {
  position: relative;
  border-radius: 25% 0px 25% 0px;
  background-image: linear-gradient(to top, #ff6613, #fdc9ac);
}
.faq-img-area .about-text-2 {
  position: absolute;
  text-align: center;
  border-radius: 25% 0px 25% 0px;
  padding: 15px 30px;
  background-color: var(--whiteColor);
  border: 1px solid #cccccc;
  display: inline-block;
  right: -30px;
  bottom: 20%;
}
.faq-img-area .about-text-2 h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--blackColor);
}

/*================================================
Index 03 Banner Area CSS
=================================================*/
.banner-text-area-3 h6 {
  color: var(--mainColor);
}
.banner-text-area-3 .default-button {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.banner-text-area-3 .default-button:hover {
  border-color: var(--blackColor);
}
.banner-text-area-3 .default-button:hover::before, .banner-text-area-3 .default-button:hover::after {
  background-color: var(--blackColor);
}

.banner {
  overflow: hidden;
  position: relative;
}
.banner .black-line {
  position: absolute;
  left: 45%;
  top: 10px;
  animation: top-bottom 2s infinite linear;
}
.banner .orange-line {
  position: absolute;
  right: 0;
  top: 0px;
  animation: top-bottom 2s infinite linear;
}
.banner .half-circle {
  position: absolute;
  bottom: 0;
  left: 30%;
  animation: half-spin 15s infinite linear;
}

.banner-img-area {
  position: relative;
  margin-right: 100px;
}
.banner-img-area .main-img {
  width: 100%;
}
.banner-img-area .shapes .b3-dot {
  position: absolute;
  bottom: 20%;
  left: -75px;
  animation: half-spin 15s infinite linear;
}
.banner-img-area .shapes .dot-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*================================================
Index 03 About Area CSS
=================================================*/
.about-img-area-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/a3.jpg");
  height: 100%;
  position: relative;
}
.about-img-area-3 img {
  display: none;
}
.about-img-area-3::before {
  content: "";
  width: 100px;
  height: 100%;
  background-color: var(--whiteColor);
  position: absolute;
  right: 0;
}

.about-img-list {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/about-3-text-bg.jpg");
  display: inline-block;
  padding: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.about-img-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-img-list ul li {
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-family: var(--fontFamily2);
}
.about-img-list ul li strong {
  color: var(--fix-whiteColor);
  font-size: 30px;
}
.about-img-list ul li:first-child {
  padding-top: 0px;
  margin-top: -15px;
}

/*================================================
Index 03 Features Area CSS
=================================================*/
.features-card-3 {
  position: relative;
  margin-top: 30px;
  padding-left: 90px;
  max-width: 300px;
}
.features-card-3 i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  color: var(--blackColor);
  border: 3px dashed var(--blackColor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.features-card-3 h4 {
  margin-bottom: 12px;
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 700;
}
.features-card-3:hover i {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

/*================================================
Index 03 Service Area CSS
=================================================*/
.service-card-3 {
  margin-top: 30px;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.service-card-3 .service-card-text-3 {
  padding: 30px 30px 25px 30px;
  position: relative;
}
.service-card-3 .service-card-text-3 i {
  font-size: 100px;
  transition: 0.5s ease-in-out;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -25px;
  right: 10px;
}
.service-card-3 .service-card-text-3 h4 {
  margin-bottom: 15px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.service-card-3:hover i {
  color: rgba(255, 99, 14, 0.2);
}

/*================================================
Index 03 Why Choose Us Area CSS
=================================================*/
.why-we-card-3 {
  padding: 30px 30px 25px 100px;
  background-color: #f9fafb;
  position: relative;
  margin-top: 30px;
}
.why-we-card-3 i {
  font-size: 50px;
  color: var(--mainColor);
  position: absolute;
  left: 30px;
  top: 28px;
}
.why-we-card-3 h4 {
  color: var(--blackColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

/*================================================
Index 03 Booking Area CSS
=================================================*/
.booking-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/booking-3-bg.jpg");
  position: relative;
}
.booking-3::before {
  content: "";
  width: 32%;
  height: 100%;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.booking-form-area-3 {
  background-color: var(--mainColor);
  padding: 0px;
  position: relative;
}
.booking-form-area-3 .booking-form-content-3 {
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.booking-form-area-3 .booking-form-content-3 .default-section-title h3 {
  color: var(--fix-whiteColor);
}
.booking-form-area-3 .booking-form-content-3 .booking-form-content .default-button {
  border: 1px solid var(--blackColor) !important;
}

/*================================================
Index 03 Testimonial Area CSS
=================================================*/
.testimonial-card-3 {
  padding-top: 0px;
  padding-bottom: 25px;
  border-radius: 0px;
  position: relative;
}
.testimonial-card-3::before {
  content: "";
  width: 100%;
  height: 35px;
  background-color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-card-3 .testimonial-footer {
  display: block;
  position: relative;
}
.testimonial-card-3 .testimonial-footer .testimonial-footer-intro {
  margin-top: 20px;
  margin-bottom: 15px;
}
.testimonial-card-3:hover {
  background-color: #f9fafb;
  box-shadow: none;
}

.blog-card-3 {
  border-radius: 0px;
}
.blog-card-3 .blog-card-img img {
  border-radius: 0px;
}

/*================================================
Index 03 Newsletter Area CSS
=================================================*/
.newsletter-content-area-3 {
  border-radius: 0px;
  background-image: unset;
  background-color: #f9fafb;
}
.newsletter-content-area-3 .news-input-card .form-control, .newsletter-content-area-3 .news-input-card .form-select {
  border-radius: 0px;
}
.newsletter-content-area-3 .news-input-card .default-button {
  border-radius: 0px;
}

.features-bg-4 {
  padding-bottom: 100px;
}

.about-team .team-card {
  box-shadow: var(--boxShadow);
}

/*================================================
Uni Banner Area CSS
=================================================*/
.uni-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/chitfund/bread1.jpg);
  position: relative;
}
.uni-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 55%);
  position: absolute;
  left: 0;
  top: 0;
}

.uni-banner-text {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uni-banner-text h1 {
  color: var(--fix-whiteColor);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 900;
}
.uni-banner-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.uni-banner-text ul li {
  display: inline-block;
  color: white;
  position: relative;
  margin-right: 20px;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.uni-banner-text ul li a {
  color: var(--fix-whiteColor);
}
.uni-banner-text ul li::after {
  content: "/";
  font-size: 20px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.uni-banner-text ul li:last-child::after {
  display: none;
}

.pag-btn {
  display: table;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

/*================================================ 
Log In Page CSS
=================================================*/
.login-form {
  margin-top: 20px;
}
.login-form form label {
  color: var(--paragraphColor);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: 400;
}
.login-form form .form-control {
  border: 1px solid #eeeeee;
}
.login-form form .form-check label {
  font-weight: 400;
  font-size: 14px;
}
.login-form form .default-button {
  width: 100%;
}
.login-form p {
  font-size: 14px;
  font-style: italic;
}

.form-check-input:checked {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

/*================================================
Error Area CSS
=================================================*/
.error {
  border-top: 1px solid #eeeeee;
}

.error-content {
  margin-top: 30px;
}
.error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.error-content h1 {
  margin: 10px 0px;
  line-height: 1;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #FF2626, #BD1616, #FF2626);
  font-size: 100px;
  font-weight: 700;
}

/*================================================
Terms & Privacy area CSS
=================================================*/
.terms {
  margin-bottom: -15px;
}
.terms strong {
  color: var(--blackColor);
}
.terms a {
  color: var(--mainColor);
}
.terms h1, .terms h2, .terms h3, .terms h4, .terms h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: var(--fontFamily);
  font-weight: 600;
  color: var(--blackColor);
}
.terms h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
  color: var(--blackColor);
}
.terms h1 {
  font-size: 30px;
}
.terms h2 {
  font-size: 28px;
}
.terms h3 {
  font-size: 26px;
}
.terms h4 {
  font-size: 24px;
}
.terms h5 {
  font-size: 22px;
}
.terms ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.terms ul li {
  margin: 10px 0px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
}
.terms ul li span {
  font-weight: 700;
  margin-right: 8px;
  color: var(--blackColor);
}
.terms .payment li {
  position: relative;
  padding-left: 20px;
}
.terms .payment li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 6px;
}

/*================================================
Service 02 PAge area CSS
=================================================*/
.service-4 .service-card-3 {
  box-shadow: var(--boxShadow);
}

/*================================================
Details Text area CSS
=================================================*/
.details-text-area .details-page-img {
  margin-bottom: 30px;
}
.details-text-area .details-page-img img {
  border-radius: 25px;
}
.details-text-area h3 {
  font-size: var(--card-title-fontSize);
  color: var(--blackColor);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.details-list li {
  color: var(--paragraphColor);
  margin: 15px 0px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.details-list li i {
  color: var(--mainColor);
  margin-right: 5px;
}

.sd-img-area img {
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 25px;
}

/*================================================
Details page Common Area CSS
=================================================*/
.sidebar-card {
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
  border-radius: 25px;
  padding: 30px;
}
.sidebar-card h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: var(--blackColor);
  border-bottom: 1px dashed var(--mainColor);
  font-size: var(--card-title-fontSize);
  font-weight: 700;
}

.search-box .input-group {
  border-radius: 25px;
  border: 1px solid #eeeeee;
}
.search-box .form-control {
  background-color: var(--whiteColor);
  border: 0px;
  padding: 10px;
  border-radius: 25px;
}
.search-box .btn {
  border-radius: 25px !important;
  color: var(--whiteColor);
  transition: 0.5s ease-in-out;
  background-color: var(--mainColor);
}
.search-box .btn:hover {
  background-color: var(--blackColor);
}

.categories ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.categories ul li {
  margin-top: 10px;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  font-weight: 500;
}
.categories ul li i {
  margin-right: 5px;
  color: var(--mainColor);
}
.categories ul li .active {
  color: var(--mainColor);
}

.calculate-area form {
  margin-top: 25px;
}
.calculate-area form .form-control, .calculate-area form .form-select {
  padding: 15px;
  margin: 10px 0px;
  border-radius: 25px;
  border: 1px solid #eeeeee;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.calculate-area form .form-control::after, .calculate-area form .form-select::after {
  display: none;
}
.calculate-area form .default-button {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
}
.calculate-area form .current {
  color: var(--paragraphColor);
}

.opening-card ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.opening-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  color: var(--paragraphColor);
}
.opening-card ul li span {
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.recent-news, .sd-tag {
  margin-top: 30px;
}

.recent-news-card {
  margin-top: 20px;
  min-height: 90px;
  position: relative;
  padding-left: 105px;
}
.recent-news-card img {
  position: absolute;
  border-radius: 50%;
  left: 0;
}
.recent-news-card h5 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--fontSize);
}
.recent-news-card p {
  font-size: 14px;
}

.sd-tag ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sd-tag ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-weight: 500;
}
.sd-tag ul li a {
  font-size: 13px;
  padding: 5px 15px 7px;
  border-radius: 15px;
  border: 1px solid #eeeeee;
  display: inline-block;
  background-color: var(--whiteColor);
}
.sd-tag ul li:last-child {
  margin-right: 0px;
}

.pagination {
  margin-top: 30px;
  text-align: center;
  display: inherit;
}
.pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  border: 1px solid var(--mainColor);
  margin: 0px 3px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.pagination ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.pagination ul .active a {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Blog Details area CSS
=================================================*/
.blog-quote {
  background-color: #f9faff;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 25px;
}
.blog-quote p {
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.blog-quote h5 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}
.blog-quote h5 i {
  color: var(--mainColor);
  margin-right: 15px;
}
.blog-quote h5 span {
  color: var(--paragraphColor);
}

.blog-text-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: 25px;
  padding: 3px 15px 15px 15px;
  background-color: #f9fafb;
}
.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-text-footer ul li {
  display: inline-block;
}
.blog-text-footer ul li span {
  font-weight: 600;
  margin-right: 10px;
  padding: 0px !important;
  color: var(--blackColor);
  background-color: transparent !important;
}
.blog-text-footer .tag-area {
  margin-top: 12px;
}
.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  cursor: pointer;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.blog-text-footer .tag-area ul li i {
  color: var(--mainColor);
}
.blog-text-footer .tag-area ul li:hover {
  transition: 0.5s ease-in-out;
  color: var(--mainColor);
}
.blog-text-footer .tag-area ul li:first-child {
  padding: 0px;
}
.blog-text-footer .social-icons {
  margin-top: 12px;
}
.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed var(--mainColor);
  color: var(--mainColor);
  background-color: var(--whiteColor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-text-footer .social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.bd-comments {
  margin-top: 30px;
}
.bd-comments h3 {
  font-size: var(--card-title-fontSize);
}

.comment-card {
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}
.comment-card img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.comment-card h5 {
  margin-bottom: 0px;
  color: var(--blackColor);
  font-weight: 600;
  font-size: var(--fontSize);
}
.comment-card span {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily);
}
.comment-card p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-card a {
  color: var(--mainColor);
  font-weight: 500;
}

.bd-form {
  margin-top: 30px;
  padding: 30px;
  border-radius: 25px;
}
.bd-form h3 {
  font-size: var(--card-title-fontSize);
}
.bd-form .form-group {
  margin-bottom: 30px;
}
.bd-form .form-control {
  border: 0px;
  padding: 12px 15px;
  border-radius: 25px;
  background-color: var(--whiteColor);
}
.bd-form .list-unstyled {
  font-size: 14px;
  color: #ff0000;
  margin-top: 8px;
}
.bd-form #msgSubmit {
  font-size: 20px;
  margin-top: 10px;
}

.blog-with-sidebar .blog-card {
  margin-top: 0px;
  margin-bottom: 30px;
}
.blog-with-sidebar .blog-card img {
  width: 100%;
}

.blog-details-text-area .blog-card .blog-card-img img {
  transform: rotate(0);
}

/*================================================
Contact page area CSS
=================================================*/
.contact-card {
  position: relative;
  border-radius: 20px;
  padding: 25px 30px 25px 105px;
  margin-top: 30px;
  box-shadow: var(--boxShadow);
}
.contact-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--mainColor);
  border: 1px dashed var(--mainColor);
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
}
.contact-card h4 {
  margin-bottom: 5px;
  color: var(--blackColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.contact-card p {
  margin-bottom: 0px;
}
.contact-card p a {
  color: var(--paragraphColor);
}
.contact-card:hover i {
  color: var(--fix-whiteColor);
  background-color: var(--mainColor);
}

.contact-page-form-area {
  box-shadow: var(--boxShadow);
  border-radius: 25px;
}
.contact-page-form-area .bd-form h3 {
  margin-top: 0px;
}
.contact-page-form-area .bd-form .form-control {
  background-color: #f9fafb;
}

.google-map {
  width: 100%;
  height: 400px;
}
.google-map .g-map {
  width: 100%;
  height: 100%;
}

/*================================================
Animation Area CSS
=================================================*/
@keyframes top-bottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes half-spin {
  0% {
    transform: rotate(0);
    transform-origin: center;
  }
  50% {
    transform: rotate(90deg);
    transform-origin: center;
  }
}
@keyframes video-play {
  0% {
    width: 50%;
    height: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */
.social-circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e0e0e0; /* Clean, subtle border */
    color: #555555; /* Neutral dark gray instead of loud colors */
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-circle-icon:hover {
    /* background-color:  var(--main);  */
    color: #ffffff !important;
    border-color: var(--whiteColor);
}
.topbar-left-side ul li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
    white-space: nowrap;
}

.topbar-left-side ul li i {
    color: var(--mainColor); /* match your brand red */
}

.topbar-left-side ul li a {
    color: inherit;
    text-decoration: none;
}

.topbar-left-side ul li a:hover {
    color: var(--mainColor);
}
.btn-pdf-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--mainColor);
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.btn-pdf-download:hover {
    background-color: #c1121f;
    color: #fff !important;
}

.btn-pdf-download i {
    font-size: 14px;
    color: #fff !important;
}
 .banner-wrap {
    width: 100%;
    /* max-width: 1350px; */
    margin: 0 auto;
  }

  .slider-root {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 5;
    overflow: hidden;
    
    background: #111;
  }

  @media (max-width: 768px) {
    .slider-root { aspect-ratio: 4 / 3; }
  }

  @media (max-width: 480px) {
    .slider-root { aspect-ratio: 1 / 1; }
  }

  .track {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
  }

  .slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
  }

  .slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 8s linear;
  }

  .slide.active .slide-bg {
    transform: scale(1.06);
  }

  .indicators {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
  }

  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: width 0.35s, background 0.3s;
  }

  .dot.active {
    width: 28px;
    border-radius: 5px;
    background: #fff;
  }

  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: background 0.2s, border-color 0.2s;
  }

  .nav-btn:hover {
    background: rgba(255, 255, 255, 0.32);
    border-color: #fff;
  }

  .nav-prev { left: 14px; }
  .nav-next { right: 14px; }

  @media (max-width: 480px) {
    .nav-btn { width: 32px; height: 32px; font-size: 16px; }
  }

  .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.85);
    width: 0%;
    z-index: 10;
  }
  /* ── Section wrapper ── */
  .about-section {
    padding: 40px 0;
    background: #fff;
  }

  /* ════════════════════════════
     LEFT — Images
  ════════════════════════════ */
  .about-images-col {
    padding-right: 40px;
  }

  .about-images-wrap {
    position: relative;
    width: 100%;
    min-height: 500px;
  }

  /* Main large image */
  .img-main {
    width: 72%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
  }

  .img-main img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .img-main:hover img {
    transform: scale(1.04);
  }

  /* Secondary floating image */
  .img-secondary {
    width: 52%;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }

  .img-secondary img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .img-secondary:hover img {
    transform: scale(1.04);
  }

  /* Experience badge */
  .exp-badge {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 4;
    background: #c0392b;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 24px rgba(192,57,43,0.35);
    border: 3px solid #fff;
  }

  .exp-number {
    font-size: 26px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    color: #fff;
  }

  .exp-label {
    font-size: 12px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.3;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  /* Decorative dot pattern behind main image */
  .about-images-wrap::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(circle, #c0392b 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.18;
    z-index: 1;
  }

  /* ════════════════════════════
     RIGHT — Content
  ════════════════════════════ */
  .about-content-col {
    padding-left: 20px;
  }

  /* Subtitle */
  .about-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--sc);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .about-subtitle::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: var(--sc);
    flex-shrink: 0;
  }

  /* Heading */
  .about-heading {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: var(--main);
    line-height: 1.25;
    margin-bottom: 18px;
  }

  /* Description */
  .about-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 28px;
  }

  /* Feature list */
  .about-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .about-features li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .feat-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: #fdf0ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0392b;
    font-size: 20px;
    margin-top: 2px;
  }

  .about-features li div strong {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    display: block;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 2px;
  }

  .about-features li div p {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    margin: 0;
    line-height: 1.55;
  }

  /* Quote box */
  .about-quote {
    background: #fdf0ef;
    border-left: 4px solid #c0392b;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin-bottom: 30px;
    position: relative;
  }

  .quote-mark {
    font-size: 60px;
    line-height: 1;
    color: #c0392b;
    opacity: 0.15;
    position: absolute;
    top: 8px;
    left: 14px;
    font-family: Georgia, serif;
  }

  .about-quote p {
    font-size: 14.5px;
    color: #333;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 6px;
    padding-left: 10px;
  }

  .about-quote p em {
    color: #c0392b;
    font-style: normal;
    font-weight: 600;
  }

  .about-quote cite {
    font-size: 12.5px;
    color: #888;
    font-style: normal;
    font-weight: 600;
    padding-left: 10px;
  }

  /* Discover More button */
  .btn-discover {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--mainColor);
    color: #fff;
    padding: 13px 30px;
    font-family: "Josefin Sans", sans-serif;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 6px 20px rgba(192,57,43,0.3);
  }

  .btn-discover:hover {
    background: #a93226;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(192,57,43,0.4);
    color: #fff;
    text-decoration: none;
  }

  .btn-discover i {
    font-size: 13px;
    transition: transform 0.2s;
  }

  .btn-discover:hover i {
    transform: translateX(4px);
  }

  /* ════════════════════════════
     RESPONSIVE
  ════════════════════════════ */
  @media (max-width: 991px) {
    .about-images-col {
      padding-right: 15px;
      margin-bottom: 60px;
    }

    .about-content-col {
      padding-left: 15px;
    }
  }

  @media (max-width: 767px) {
    .about-section {
      padding: 60px 0;
    }

    .about-images-wrap {
      min-height: 320px;
    }

    .img-main img {
      height: 240px;
    }

    .img-secondary img {
      height: 160px;
    }

    .exp-badge {
      width: 72px;
      height: 72px;
      top: 16px;
      right: 4px;
    }

    .exp-number {
      font-size: 20px;
    }

    .exp-label {
      font-size: 8px;
    }

    .about-heading {
      font-size: 24px;
    }
  }
  .plans-section {
    padding: 40px 0;
    background: #f8f9fb;
  }

  /* ══════════════════════════
     Header
  ══════════════════════════ */
  .section-header {
    text-align: center;
    /* max-width: 680px; */
    margin: 0 auto 50px;
  }

  .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--sc);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .section-subtitle::before,
  .section-subtitle::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: var(--sc);
  }

  .section-heading {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: var(--main);
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .section-desc {
    font-size: 17px;
    color: #666;
    line-height: 1.75;
    margin: 0;
  }

/* ══════════════════════════
     Section
  ══════════════════════════ */
  .plans-section {
    padding: 30px 0;
    background: #f0f2f7;
  }

  /* ══════════════════════════
     Header
  ══════════════════════════ */
  /* ══════════════════════════
     Section
   ══════════════════════════ */
  .plans-section {
    padding: 30px 0;
    background: #f0f2f7;
  }

  /* ══════════════════════════
     Header
   ══════════════════════════ */
  .section-header {
    text-align: center;
    /* max-width: 680px; */
    margin: 0 auto 52px;
  }

  .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--sc);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .section-subtitle::before,
  .section-subtitle::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: var(--sc);
  }

  .section-heading {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: var(--main);
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .section-desc {
    font-size: 17px;
    color: #666;
    line-height: 1.75;
    margin: 0;
  }

  /* ══════════════════════════
     Plan Card  .pc
   ══════════════════════════ */
  .pc {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow:
      0 1px 3px rgba(0,0,0,0.04),
      0 6px 20px rgba(0,0,0,0.07);
    transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
                box-shadow 0.38s cubic-bezier(0.23,1,0.32,1);
  }

  .pc:hover {
    transform: translateY(-12px);
    box-shadow:
      0 2px 4px rgba(0,0,0,0.04),
      0 24px 60px rgba(0,0,0,0.13);
  }

  /* top accent line */
  .pc__accent {
    height: 4px;
    background: #e8eaf0;
    transition: background 0.3s;
    background: linear-gradient(90deg, #610B0B, #B5945B);
    flex-shrink: 0;
  }

  .pc:hover .pc__accent {
    background: linear-gradient(90deg, #610B0B, #B5945B);
  }

  .pc--feat .pc__accent {
    background: linear-gradient(90deg, #610B0B, #B5945B);
  }

  /* ── Top panel ── */
  .pc__top {
    background: var(--sc);
    padding: 32px 24px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  /* animated shine sweep */
  .pc__shine {
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent 0%,
      rgba(255,255,255,0.04) 50%,
      transparent 100%
    );
    transform: skewX(-15deg);
    pointer-events: none;
    animation: pcShine 4s infinite;
  }

  @keyframes pcShine {
    0%   { left: -80%; }
    50%  { left: 130%; }
    100% { left: 130%; }
  }

  /* coin ring */
  .pc__icon-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(88, 24, 24, 0.35);
    background: rgba(181,148,91,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
    font-size: 20px;
    margin: 0 auto 14px;
    transition: transform 0.35s, border-color 0.35s;
  }

  .pc:hover .pc__icon-ring {
    transform: rotate(-10deg) scale(1.12);
    border-color: var(--main);
  }

  .pc__cv-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--main);
    margin-bottom: 8px;
  }

  .pc__cv-num {
    font-size: clamp(19px, 2.2vw, 24px);
    font-weight: 900;
    color: var(--main);
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  /* ── Mid stats ── */
  .pc__mid {
    padding: 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background: #fff;
  }

  .pc__stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
  }

  .pc__stat-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pc__stat-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #610B0B;
    flex-shrink: 0;
    transition: transform 0.25s;
  }

  .pc:hover .pc__stat-dot {
    transform: scale(1.4);
  }

  .pc__stat-key {
    font-size: 14px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: var(--secondColor);
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }

  .pc__stat-val {
    font-size: 17px;
     font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    color: #1a1a2e;
  }

  .pc__stat-line {
    height: 1px;
    background: #f2f4f8;
  }

  /* ── Bottom tag strip ── */
  .pc__tag-strip {
    background: #f5f6fa;
    text-align: center;
    padding: 11px 0;
    font-size: 14px;
     font-family: "Outfit", sans-serif;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondColor);
    border-top: 1px solid #eef0f5;
    transition: background 0.3s, color 0.3s;
  }

  .pc:hover .pc__tag-strip {
    background: #fdf5f5;
    color: #610B0B;
  }

  /* ── Badge ── */
  .pc__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #610B0B;
    color: #fff;
    font-size: 11px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .pc__badge i {
    font-size: 8px;
  }

  /* ── Featured card ── */
  .pc--feat {
    box-shadow:
      0 2px 4px rgba(97,11,11,0.08),
      0 8px 32px rgba(97,11,11,0.18);
    transform: translateY(-8px);
  }

  .pc--feat:hover {
    transform: translateY(-18px);
    box-shadow:
      0 4px 8px rgba(97,11,11,0.10),
      0 28px 64px rgba(97,11,11,0.24);
  }

  .pc--feat .pc__top {
    background: #610B0B;
  }

  .pc--feat .pc__cv-tag {
    color: rgba(255,255,255,0.55);
  }

  .pc--feat .pc__cv-num {
    color: #fff;
  }

  .pc--feat .pc__icon-ring {
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.15);
    color: #fff;
  }

  .pc--feat:hover .pc__icon-ring {
    border-color: rgba(255,255,255,0.8);
  }

  .pc--feat .pc__tag-strip {
    background: #fdf5f5;
    color: #610B0B;
  }

  /* ══════════════════════════
     View More Button
   ══════════════════════════ */
  .plans-viewmore-wrap {
    text-align: center;
    margin-bottom: 50px;
  }

  .plans-viewmore-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    background: #610B0B;
    box-shadow: 0 6px 24px rgba(97,11,11,0.32);
    transition: box-shadow 0.3s, transform 0.3s;
  }

  .plans-viewmore-btn:hover {
    box-shadow: 0 14px 40px rgba(97,11,11,0.45);
    transform: translateY(-2px);
    text-decoration: none;
  }

  .plans-viewmore-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    animation: pvbShimmer 2.8s infinite;
    pointer-events: none;
  }

  @keyframes pvbShimmer {
    0%   { left: -75%; }
    60%  { left: 130%; }
    100% { left: 130%; }
  }

  .pvb-text {
    padding: 14px 28px 14px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.07em;
     font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }

  .pvb-icon {
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    transition: background 0.25s, width 0.25s;
  }

  .pvb-icon i {
    transition: transform 0.3s ease;
  }

  .plans-viewmore-btn:hover .pvb-icon {
    background: rgba(0,0,0,0.28);
    width: 56px;
  }

  .plans-viewmore-btn:hover .pvb-icon i {
    transform: translateX(4px);
  }

  /* ══════════════════════════
     Info Strip
   ══════════════════════════ */
  .plans-info-strip {
    background: var(--main);
    border-radius: 18px;
    overflow: hidden;
  }

  .strip-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .strip-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 24px;
    flex: 1;
    transition: background 0.2s;
  }

  .strip-item:hover {
    background: rgba(255,255,255,0.04);
  }

  .strip-divider {
    width: 1px;
    background: rgba(255,255,255,0.08);
    align-self: stretch;
    margin: 20px 0;
  }

  .strip-icon-wrap {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 13px;
    background: rgba(126, 86, 13, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B5945B;
    font-size: 17px;
    flex-shrink: 0;
    transition: transform 0.25s, background 0.25s;
  }

  .strip-item:hover .strip-icon-wrap {
    transform: scale(1.1);
    background: rgba(97,11,11,0.28);
  }

  .strip-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .strip-text strong {
    font-size: 17px;
    font-weight: 700;
     font-family: "Josefin Sans", sans-serif;
    color: #fff;
    line-height: 1.2;
    display: block;
  }

  .strip-text span {
    font-size: 14px;
    color: #ffffff;
     font-family: "Outfit", sans-serif;
    line-height: 1.3;
  }

  /* ══════════════════════════
     Responsive
   ══════════════════════════ */
  @media (max-width: 991px) {
    .plans-section { padding: 60px 0; }

    .strip-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .strip-divider { display: none; }

    .strip-item {
      padding: 20px 18px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .strip-item:nth-child(odd) {
      border-right: 1px solid rgba(255,255,255,0.06);
    }
  }

  @media (max-width: 575px) {
    .plans-section      { padding: 60px 0; }
    .pc__top            { padding: 24px 16px 20px; }
    .pc__mid            { padding: 14px 16px; }
    .pc__cv-num         { font-size: 18px; }
    .pc__stat-val       { font-size: 13px; }
    .strip-inner        { grid-template-columns: 1fr; }
    .strip-item:nth-child(odd) { border-right: none; }
    .pvb-text           { font-size: 12px; padding: 13px 20px 13px 22px; }
  }
   /* ══════════════════════════
     Section wrapper
  ══════════════════════════ */
  .cta-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
  }

  /* BG image */
  .cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
  }

  /* Dark overlay */
  .cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(96 92 56 / 83%) 0%, rgb(140 21 10 / 78%) 100%);
    z-index: 1;
  }

  .cta-container {
    position: relative;
    z-index: 2;
  }

  /* ══════════════════════════
     Inner wrapper — centered
  ══════════════════════════ */
  .cta-inner {
    /* max-width: 820px; */
    margin: 0 auto;
    text-align: center;
  }

  /* ── Top label ── */
  .cta-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
  }

  .cta-label span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.35);
  }

  /* ── Heading ── */
  .cta-heading {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }

  .cta-heading br {
    display: block;
  }

  /* ── Description ── */
  .cta-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.85;
    /* max-width: 640px; */
    margin: 0 auto 38px;
  }

  /* ══════════════════════════
     CTA Buttons
  ══════════════════════════ */
  .cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 44px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 210px;
  }

  .cta-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
  }

  /* Call button */
  .cta-btn--call {
    background: #c0392b;
    box-shadow: 0 6px 28px rgba(192, 57, 43, 0.45);
  }

  .cta-btn--call:hover {
    box-shadow: 0 14px 40px rgba(192, 57, 43, 0.60);
  }

  .cta-btn--call .cta-btn__icon {
    background: rgba(255, 255, 255, 0.18);
  }

  /* Contact button */
  .cta-btn--contact {
    background: rgba(255, 255, 255, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
  }

  .cta-btn--contact:hover {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  }

  .cta-btn--contact .cta-btn__icon {
    background: rgba(255, 255, 255, 0.12);
  }

  /* Button parts */
  .cta-btn__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
    transition: transform 0.25s;
  }

  .cta-btn:hover .cta-btn__icon {
    transform: scale(1.1) rotate(-6deg);
  }

  .cta-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .cta-btn__sub {
    font-size: 11px;
    font-weight: 600;
     font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.60);
  }

  .cta-btn__main {
    font-size: 17px;
    font-weight: 800;
     font-family: "Josefin Sans", sans-serif;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  /* ══════════════════════════
     Divider
  ══════════════════════════ */
  .cta-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 36px;
  }

  .cta-divider span {
    display: block;
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .cta-divider i {
    color: #c0392b;
    font-size: 16px;
  }

  /* ══════════════════════════
     Locations
  ══════════════════════════ */
  .cta-locations {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
  }

  .cta-loc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 20px;
    flex: 1;
    min-width: 180px;
    transition: background 0.2s;
  }

  .cta-loc:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .cta-loc-sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
    align-self: stretch;
    margin: 16px 0;
  }

  .cta-loc__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 9px;
    background: rgba(192, 57, 43, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e74c3c;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform 0.25s, background 0.25s;
  }

  .cta-loc:hover .cta-loc__icon {
    transform: scale(1.1);
    background: rgba(192, 57, 43, 0.36);
  }

  .cta-loc__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
  }

  .cta-loc__info strong {
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.3;
  }

  .cta-loc__info span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.4;
  }

  .cta-loc__info a {
    font-size: 12px;
    font-weight: 700;
    color: #f0a500;
    text-decoration: none;
    transition: color 0.2s;
  }

  .cta-loc__info a:hover {
    color: #ffc107;
    text-decoration: none;
  }

  /* ══════════════════════════
     Responsive
  ══════════════════════════ */
  @media (max-width: 991px) {
    .cta-section { padding: 70px 0; }
    .cta-loc-sep { display: none; }
    .cta-loc {
      min-width: 46%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .cta-loc:nth-last-child(-n+2) {
      border-bottom: none;
    }
    .cta-loc:nth-child(odd) {
      border-right: 1px solid rgba(255, 255, 255, 0.07);
    }
  }

  @media (max-width: 575px) {
    .cta-section      { padding: 56px 0; }
    .cta-heading      { font-size: 26px; }
    .cta-desc         { font-size: 14px; }
    .cta-btn          { min-width: 100%; justify-content: center; }
    .cta-btns         { flex-direction: column; align-items: stretch; }
    .cta-loc          { min-width: 100%; border-right: none !important; }
    .cta-loc:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .cta-heading br   { display: none; }
  }
  /* ── Section wrapper ── */
    .wcu-section {
      padding: 80px 20px;
      background: #ffffff;
    }

    .wcu-container {
      /* max-width: 1100px; */
      margin: 0 auto;
    }

    /* ── Header ── */
    .wcu-header {
      text-align: center;
      margin-bottom: 52px;
    }

    .wcu-subtitle {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: var(--sc);
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 14px;
    }

    .wcu-subtitle::before,
    .wcu-subtitle::after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1.5px;
      background: var(--sc);
    }

    .wcu-heading {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--main);
      line-height: 1.25;
      margin-bottom: 14px;
    }

    .wcu-desc {
      font-size: 17px;
      color: #666666;
      line-height: 1.75;
      /* max-width: 560px; */
      margin: 0 auto;
    }

    /* ── Cards grid ── */
    .wcu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .wcu-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .wcu-grid {
        grid-template-columns: 1fr;
      }
    }

    .wcu-card {
      background: #ffffff;
      border: 0.5px solid #e0e0e0;
      border-radius: 12px;
      padding: 28px 22px 22px;
      position: relative;
      overflow: hidden;
      transition: border-color 0.2s ease;
    }

    .wcu-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: var(--secondColor);
      opacity: 0;
      transition: opacity 0.2s ease;
      border-radius: 12px 12px 0 0;
    }

    .wcu-card:hover::before {
      opacity: 1;
    }

    .wcu-card:hover {
      border-color: #cccccc;
    }

    .wcu-card-num {
      position: absolute;
      top: 22px;
      right: 20px;
      font-size: 18px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 600;
      color: #bbbbbb;
      letter-spacing: 0.08em;
    }

    .wcu-icon-wrap {
      width: 55px;
      height: 55px;
      background: #fdf0ee;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }

    .wcu-icon-wrap i {
      font-size: 40px;
      color: var(--mainColor);
    }

    .wcu-card-title {
      font-size: 22px;
       font-family: "Josefin Sans", sans-serif;
      font-weight: 800;
      color: #1a1a2e;
      margin-bottom: 8px;
    }

    .wcu-card-text {
      font-size: 17px;
      text-align: justify;
      color: #666666;
      line-height: 1.65;
    }

    /* ── Stats bar ── */
    .wcu-stats {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      margin-top: 52px;
      padding-top: 36px;
      border-top: 0.5px solid #e8e8e8;
      flex-wrap: wrap;
    }

    .wcu-stat {
      text-align: center;
    }

    .wcu-stat-num {
      display: block;
      font-size: 24px;
      font-weight: 700;
      color: var(--mainColor);
      line-height: 1;
      margin-bottom: 5px;
    }

    .wcu-stat-label {
      display: block;
      font-size: 12px;
      color: #888888;
    }

    .wcu-divider {
      width: 1px;
      height: 38px;
      background: #e0e0e0;
    }

    @media (max-width: 480px) {
      .wcu-divider { display: none; }
      .wcu-stats { gap: 24px; }
    }
    /* ── Section ── */
    .counter-section {
      background: var(--mainColor);
      padding: 30px 20px 32px;
      position: relative;
      overflow: hidden;
    }

    /* ── Animated background rings ── */
    .bg-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(181, 148, 91, 0.15);
      animation: ringPulse 4s ease-in-out infinite;
      pointer-events: none;
    }
    .bg-ring:nth-child(1) { width: 380px; height: 380px; top: -100px; right: -80px; animation-delay: 0s; }
    .bg-ring:nth-child(2) { width: 240px; height: 240px; top: -40px;  right: -10px; animation-delay: 0.8s; }
    .bg-ring:nth-child(3) { width: 500px; height: 500px; bottom: -180px; left: -120px; animation-delay: 1.6s; }
    .bg-ring:nth-child(4) { width: 200px; height: 200px; bottom: -50px; left: 60px;  animation-delay: 2.4s; }

    /* ── Animated vertical lines ── */
    .bg-line {
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      background: rgba(181, 148, 91, 0.07);
      animation: lineSlide 9s linear infinite;
      pointer-events: none;
    }
    .bg-line:nth-child(5) { left: 20%; animation-delay: 0s; }
    .bg-line:nth-child(6) { left: 50%; animation-delay: 3s; }
    .bg-line:nth-child(7) { left: 80%; animation-delay: 6s; }

    /* ── Dot pattern overlay ── */
    .bg-dots {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(181,148,91,0.08) 1px, transparent 1px);
      background-size: 32px 32px;
      pointer-events: none;
    }

    @keyframes ringPulse {
      0%, 100% { transform: scale(1);    opacity: 0.5; }
      50%       { transform: scale(1.06); opacity: 1;   }
    }
    @keyframes lineSlide {
      0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
      20%  { opacity: 1; transform: scaleY(1); }
      80%  { opacity: 1; }
      100% { opacity: 0; }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0);    }
    }
    @keyframes iconShimmer {
      0%, 100% { opacity: 0.5; }
      50%       { opacity: 1; }
    }

    /* ── Inner container ── */
    .counter-inner {
      position: relative;
      z-index: 2;
      /* max-width: 1100px; */
      margin: 0 auto;
    }

    /* ── Header ── */
    .counter-header {
      text-align: center;
      margin-bottom: 30px;
      animation: fadeUp 0.7s ease both;
    }

    .counter-subtitle {
      font-family: var(--fontFamily2);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      color: #B5945B;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .counter-subtitle::before,
    .counter-subtitle::after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 1px;
      background: #B5945B;
      opacity: 0.7;
    }

    .counter-heading {
      font-family: var(--fontFamily);
      font-size: clamp(26px, 3.5vw, 40px);
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.05em;
      /* text-transform: uppercase; */
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .counter-heading span {
      color: #B5945B;
    }

    .counter-desc {
      font-family: var(--fontFamily2);
      font-size: 17px;
      color: #ffffff;
      line-height: 1.8;
      /* max-width: 480px; */
      margin: 0 auto;
      font-weight: 300;
    }

    /* ── Grid ── */
    .counter-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: rgba(181, 148, 91, 0.2);
      border: 1px solid rgba(181, 148, 91, 0.2);
      border-radius: 18px;
      overflow: hidden;
    }

    /* ── Card ── */
    .counter-card {
      background: rgba(255, 255, 255, 0.04);
      padding: 40px 20px 32px;
      text-align: center;
      position: relative;
      transition: background 0.3s ease;
      animation: fadeUp 0.7s ease both;
    }
    .counter-card:nth-child(1) { animation-delay: 0.10s; }
    .counter-card:nth-child(2) { animation-delay: 0.20s; }
    .counter-card:nth-child(3) { animation-delay: 0.30s; }
    .counter-card:nth-child(4) { animation-delay: 0.40s; }

    .counter-card:hover {
      background: rgba(181, 148, 91, 0.08);
    }

    /* gold top-border slide on hover */
    .counter-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: #B5945B;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }
    .counter-card:hover::before {
      transform: scaleX(1);
    }

    /* ── Icon ring ── */
    .counter-icon-ring {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      border: 1.5px solid rgba(181, 148, 91, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 22px;
      position: relative;
      transition: border-color 0.3s ease;
    }
    .counter-card:hover .counter-icon-ring {
      border-color: rgba(181, 148, 91, 0.75);
    }
    .counter-icon-ring::after {
      content: '';
      position: absolute;
      inset: -7px;
      border-radius: 50%;
      border: 1px solid rgba(181, 148, 91, 0.1);
      animation: iconShimmer 3s ease-in-out infinite;
    }
    .counter-icon-ring i {
      font-size: 28px;
      color: #B5945B;
    }

    /* ── Number ── */
    .counter-number {
      font-family: var(--fontFamily);
      font-size: 48px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 10px;
      letter-spacing: -0.01em;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
    }
    .counter-number .prefix {
      font-size: 35px;
      font-weight: 700;
      color: #B5945B;
      margin-top: 8px;
      margin-right: 1px;
    }
    .counter-number .suffix {
      font-size: 35px;
      font-weight: 700;
      color: #B5945B;
      margin-top: 7px;
    }
    .counter-number .count {
      display: inline-block;
    }

    /* ── Label ── */
    .counter-text {
      font-family: var(--fontFamily2);
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.5;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 14px;
      }
      .counter-card {
        padding: 32px 16px 26px;
      }
      .counter-number {
        font-size: 38px;
      }
      .counter-heading {
        font-size: 26px;
      }
    }

    @media (max-width: 420px) {
      .counter-grid {
        grid-template-columns: 1fr;
        border-radius: 12px;
      }
      .counter-section {
        padding: 56px 16px 52px;
      }
    }
    .testimonial-section {
  padding: 30px 0;
  background: radial-gradient(circle at top left, rgba(181,148,91,0.03) 0%, transparent 40%),
              radial-gradient(circle at bottom right, rgba(97,11,11,0.02) 0%, transparent 50%),
              #fafafa;
  overflow: hidden;
}



/* ── Responsive Grid Viewport ── */
.testimonial-slider-wrap {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 35px;
  position: relative;
}

.testimonial-slider-track {
  display: flex;
  gap: 30px; /* Space between cards */
  width: 100%;
  will-change: transform;
}

/* ── Testimonial Grid Cards ── */
.testi-card {
  /* Flex basis mathematically computed dynamically by JS based on responsive screens */
  flex-shrink: 0;
  background: #ffffff;
  padding: 40px 32px 35px;
  text-align: center;
  border-radius: 0; 
  border-bottom: 3px solid var(--secondColor);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.testi-card:hover {
  transform: translateY(-6px);
}

.testi-avatar-wrap {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 4px;
  border: 1px dashed var(--secondColor);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testi-text {
  font-family: var(--fontFamily);
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
 
 
  overflow: hidden;
}

.testi-stars {
  color: #B5945B;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testi-name {
  font-family: var(--fontFamily2);
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor);
  margin: 0 0 4px 0;
}

.testi-role {
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ── Control Navigation Strips ── */
.testi-controls-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
}

.testi-ctrl-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(97, 11, 11, 0.15);
  color: var(--mainColor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 11px;
  transition: all 0.25s ease;
}

.testi-ctrl-btn:hover {
  background: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

.testi-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.testi-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(181, 148, 91, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.testi-dot.active {
  width: 22px;
  border-radius: 4px;
  background: var(--mainColor);
}

/* ══════════════════════════
     Responsive Rules
   ══════════════════════════ */
@media (max-width: 575px) {
  .testimonial-section { padding: 50px 0; }
}
.gallery-section {
  padding: 30px 0;
  background: #ffffff;
}

/* ── Custom Neat & Minimal Image Container ── */
.gallery-item-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* Perfectly squared rectangle alignment layout ratio */
  overflow: hidden;
  background: #1a1a2e;
  cursor: pointer;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Simple Modern Flat Hover Action Overlay Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(97, 11, 11, 0.85) 0%, rgba(26, 26, 46, 0.4) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
  box-sizing: border-box;
}

.gallery-view-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-caption {
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
  transform: translateY(8px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover States Interaction Trigger Hooks */
.gallery-item-wrap:hover .gallery-img {
  transform: scale(1.08);
}

.gallery-item-wrap:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item-wrap:hover .gallery-view-icon {
  transform: scale(1);
}

.gallery-item-wrap:hover .gallery-caption {
  transform: translateY(0);
}

/* ── Modern Overlay Full-screen Lightbox Window Viewport ── */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 25, 0.98); /* Ultra-dark backdrop layout for maximum contrast visibility */
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content-viewport {
  position: relative;
  max-width: 85%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-expanded-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-lightbox.active .lightbox-expanded-img {
  transform: scale(1);
}

.lightbox-meta-caption {
  font-family: var(--fontFamily);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-top: 18px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* ── Modern Controls & Close Toggle Layouts ── */
.lightbox-close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s, transform 0.25s;
  z-index: 100002;
}

.lightbox-close-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 100001;
}

.lightbox-nav-btn:hover {
  background: var(--mainColor);
  border-color: var(--mainColor);
  color: #ffffff;
}

.lightbox-prev { left: 40px; }
.lightbox-next { right: 40px; }

/* ── Responsive Screen Tuning Layout Bounds ── */
@media (max-width: 767px) {
  .lightbox-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
  .lightbox-prev { left: 15px; }
  .lightbox-next { right: 15px; }
  .lightbox-close-btn {
    top: 20px;
    right: 25px;
    font-size: 36px;
  }
  .lightbox-content-viewport {
    max-width: 90%;
  }
}
/* ── Core Background Image & Pseudo-Overlay Engine ── */
.unique-bg-footer {
  position: relative;
  width: 100%;
  background-image: url(../images/chitfund/footer.jpg); /* Replace with your corporate building image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Use fixed if you want a neat parallax scrolling effect */
  overflow: hidden;
}

/* Pseudo-element dark overlay stack layer */
.unique-bg-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(10 10 15 / 68%) 0%, rgb(20 10 10 / 72%) 100%);
  z-index: 1; /* Sits directly above the background img layer */
  pointer-events: none;
}

/* Explicit layout stack positioning context for inner content row elements */
.z-index-above {
  position: relative;
  z-index: 2; /* Pushes text explicitly above the pseudo black overlay layer */
}
 .branch-section {
      padding: 30px 0 20px;
      background: #ffffff;
    }

    /* ── Header ── */
    .branch-header {
      text-align: center;
      margin-bottom: 44px;
    }

    .branch-subtitle {
      font-family: var(--fontFamily2);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.22em;
      color: var(--sc);
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    .branch-subtitle::before,
    .branch-subtitle::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      background: var(--sc);
      opacity: 0.6;
    }

    .branch-heading {
      font-family: var(--fontFamily);
      font-size: clamp(22px, 2.8vw, 30px);
      font-weight: 700;
      color: var(--main);
      letter-spacing: 0.04em;
      margin: 0;
    }
    .branch-heading span {
      color: var(--mainColor);
    }

    /* ── Card ── */
    .branch-card {
      border-radius: 14px;
      overflow: hidden;
      border: 0.5px solid #ebebeb;
      background: #ffffff;
      height: 100%;
      transition: transform 0.25s ease, border-color 0.25s ease;
    }
    .branch-card:hover {
      transform: translateY(-4px);
      border-color: rgba(97, 11, 11, 0.22);
    }

    /* ── Card top (dark red band) ── */
    .branch-card-top {
      background: var(--mainColor);
      padding: 30px 20px 24px;
      text-align: center;
      position: relative;
    }
    /* curved white cutout at bottom of red band */
    .branch-card-top::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 20px;
      background: #ffffff;
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    }

    /* ── Icon circle ── */
    .branch-icon-circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
      border: 1.5px solid rgba(255, 255, 255, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      transition: background 0.3s ease;
    }
    .branch-card:hover .branch-icon-circle {
      background: rgba(255, 255, 255, 0.2);
    }
    .branch-icon-circle i {
      font-size: 24px;
      color: #ffffff;
    }

    .branch-name-tamil {
      font-family: var(--fontFamily2);
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 4px;
      line-height: 1.3;
    }
    .branch-name-english {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      color: rgba(255, 255, 255, 0.62);
      text-transform: uppercase;
    }

    /* ── Card body ── */
    .branch-card-body {
      padding: 26px 20px 24px;
      text-align: center;
    }

    .branch-divider {
      width: 28px;
      height: 2px;
      background: var(--secondColor);
      border-radius: 2px;
      margin: 0 auto 20px;
    }

    /* ── Phone button ── */
    .branch-phone {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 12px 18px;
      background: #fdf8f3;
      border: 0.5px solid rgba(181, 148, 91, 0.3);
      border-radius: 10px;
      text-decoration: none;
      width: 100%;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .branch-phone:hover {
      background: #fdf0ee;
      border-color: rgba(97, 11, 11, 0.25);
    }
    .branch-phone i {
      font-size: 16px;
      color: var(--mainColor);
      flex-shrink: 0;
    }
    .branch-phone span {
      font-family: var(--fontFamily);
      font-size: 15px;
      font-weight: 700;
      color: #1a1a2e;
      letter-spacing: 0.06em;
    }

    /* ── Responsive ── */
    @media (max-width: 767px) {
      .branch-section { padding: 56px 0 48px; }
      .branch-card { max-width: 340px; margin: 0 auto; }
      .topbar{
        /* display: none !important; */
      }
    }
/* ── Footer Map Column Styling ── */
.footer-map-location h3 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #B5945B; /* --secondColor */
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}

/* Accent bottom line rule matching other titles */
.footer-map-location h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #610B0B; /* --mainColor */
}

/* Modern clean frame wrap for the 250x250 map layout */
.footer-map-container {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border-bottom: 3px solid #B5945B; /* Sophisticated accent border line at the bottom */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.footer-map-container:hover {
    transform: translateY(-4px);
}

.footer-map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* Make it adapt down smoothly on tight layouts */
@media (max-width: 290px) {
    .footer-map-container {
        width: 100%;
        height: 200px;
    }
}
:root {
    --mc:  #610B0B;
    --sc:  #B5945B;
    --f1:  'Josefin Sans', sans-serif;
    --f2:  'Outfit', sans-serif;
  }

  /* ══════════════════════════════════════
     ABOUT SECTION
  ══════════════════════════════════════ */
  .abt-section {
    padding: 30px 0 30px;
    background: #faf8f5;
    font-family: var(--f2);
  }

  /* Header */
  .abt-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
  }

  .abt-subtitle {
    font-family: var(--f1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .abt-subtitle span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .abt-heading {
    font-family: var(--f1);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 700;
    color: var(--mc);
    line-height: 1.25;
    margin: 0;
  }

  /* ── Images ── */
  .abt-imgs {
    position: relative;
    min-height: 480px;
  }

  .abt-img-main {
    width: 72%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(97,11,11,0.14);
    position: relative;
    z-index: 2;
  }

  .abt-img-main img,
  .abt-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .abt-img-main { height: 320px; }

  .abt-img-main:hover img,
  .abt-img-sec:hover img {
    transform: scale(1.05);
  }

  .abt-img-sec {
    width: 54%;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
    border: 5px solid #faf8f5;
    box-shadow: 0 12px 36px rgba(97,11,11,0.14);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }

  /* image caption tags */
  .abt-img-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(97,11,11,0.82);
    color: #fff;
    font-family: var(--f2);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    backdrop-filter: blur(4px);
    letter-spacing: 0.04em;
  }

  .abt-img-tag i {
    color: var(--sc);
    font-size: 12px;
  }

  /* Experience badge */
  .abt-exp-badge {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 5;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--mc);
    border: 3px solid var(--sc);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 28px rgba(97,11,11,0.35);
    animation: badgePulse 3s ease-in-out infinite;
  }

  @keyframes badgePulse {
    0%, 100% { box-shadow: 0 8px 28px rgba(97,11,11,0.35); }
    50%       { box-shadow: 0 8px 40px rgba(181,148,91,0.5); }
  }

  .abt-exp-num {
    font-family: var(--f1);
    font-size: 26px;
    font-weight: 700;
    color: var(--sc);
    line-height: 1;
  }

  .abt-exp-txt {
    font-family: var(--f2);
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-top: 3px;
  }

  /* dot pattern */
  .abt-dots {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 130px;
    height: 130px;
    background-image: radial-gradient(circle, var(--sc) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.20;
    z-index: 1;
    pointer-events: none;
  }

  /* ── Content Blocks ── */
  .abt-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
  }

  .abt-block {
    padding: 28px 0;
  }

  .abt-block__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }

  .abt-block__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: rgba(97,11,11,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc);
    font-size: 18px;
    flex-shrink: 0;
    transition: background 0.3s, transform 0.3s;
  }

  .abt-block:hover .abt-block__icon {
    background: var(--mc);
    color: var(--sc);
    transform: rotate(-6deg) scale(1.08);
  }

  .abt-block__title {
    font-family: var(--f1);
    font-size: 23px;
    font-weight: 700;
    color: var(--mc);
    margin: 0;
    letter-spacing: 0.02em;
  }

  .abt-block__text {
    font-family: var(--f2);
    font-size: 17px;
    color: #666;
    line-height: 1.85;
    text-align: justify;
    margin: 0;
  }

  .abt-block-divider {
    height: 1px;
    background: linear-gradient(90deg, var(--sc), transparent);
    opacity: 0.35;
    margin: 0;
  }

  /* ══════════════════════════════════════
     COUNTER SECTION
  ══════════════════════════════════════ */
  .counter-section {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    font-family: var(--f2);
  }

  /* Animated BG */
  .cs-bg {
    position: absolute;
    inset: 0;
    background: var(--mc);
    z-index: 0;
  }

  /* grid overlay */
  .cs-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(181,148,91,0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(181,148,91,0.07) 1px, transparent 1px);
    background-size: 48px 48px;
    z-index: 1;
  }

  /* floating orbs */
  .cs-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
  }

  .cs-orb--1 {
    width: 360px;
    height: 360px;
    background: rgba(181,148,91,0.18);
    top: -100px;
    left: -80px;
    animation: orbFloat1 8s ease-in-out infinite;
  }

  .cs-orb--2 {
    width: 260px;
    height: 260px;
    background: rgba(181,148,91,0.12);
    bottom: -60px;
    right: 10%;
    animation: orbFloat2 10s ease-in-out infinite;
  }

  .cs-orb--3 {
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.05);
    top: 40%;
    left: 50%;
    animation: orbFloat3 7s ease-in-out infinite;
  }

  @keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0); }
    50%       { transform: translate(30px, 20px); }
  }

  @keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50%       { transform: translate(-20px, -30px); }
  }

  @keyframes orbFloat3 {
    0%, 100% { transform: translate(-50%, 0); }
    50%       { transform: translate(-50%, -20px); }
  }

  .cs-container {
    position: relative;
    z-index: 2;
  }

  /* Header */
  .cs-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
  }

  .cs-subtitle {
    font-family: var(--f1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .cs-subtitle span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .cs-heading {
    font-family: var(--f1);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0;
  }

  /* ── Counter Card ── */
  .cs-card {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(181,148,91,0.22);
    border-radius: 20px;
    padding: 36px 24px 28px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
    transition: transform 0.35s ease, box-shadow 0.35s ease,
                background 0.35s ease, border-color 0.35s ease;
  }

  .cs-card:hover {
    transform: translateY(-10px);
    background: rgba(181,148,91,0.10);
    border-color: var(--sc);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  }

  /* subtle shine on hover */
  .cs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.05), transparent);
    transform: skewX(-15deg);
    transition: left 0.6s ease;
    pointer-events: none;
  }

  .cs-card:hover::before {
    left: 130%;
  }

  /* Icon ring */
  .cs-card__ring {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid rgba(181,148,91,0.35);
    background: rgba(181,148,91,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--sc);
    font-size: 26px;
    transition: border-color 0.3s, background 0.3s, transform 0.35s;
  }

  .cs-card:hover .cs-card__ring {
    border-color: var(--sc);
    background: rgba(181,148,91,0.22);
    transform: rotate(-8deg) scale(1.1);
  }

  /* Counter number */
  .cs-card__num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .cs-count {
    font-family: var(--f1);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
  }

  .cs-plus {
    font-family: var(--f1);
    font-size: 40px;
    font-weight: 700;
    color: var(--sc);
  }

  /* Label */
  .cs-card__label {
    font-family: var(--f2);
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 18px;
  }

  /* Animated bottom bar */
  .cs-card__bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--mc), var(--sc));
    border-radius: 3px;
    transition: width 0.5s ease;
  }

  .cs-card:hover .cs-card__bar {
    width: 70%;
  }

  /* ══════════════════════════════════════
     RESPONSIVE
  ══════════════════════════════════════ */
  @media (max-width: 991px) {
    .abt-section    { padding: 60px 0; }
    .counter-section { padding: 60px 0; }
    .abt-imgs       { min-height: 340px; margin-bottom: 40px; }
    .abt-img-main   { height: 240px; }
    .abt-img-sec    { height: 170px; }
  }

  @media (max-width: 575px) {
    .abt-section    { padding: 50px 0; }
    .counter-section { padding: 50px 0; }
    .abt-imgs       { min-height: 260px; }
    .abt-img-main   { height: 190px; width: 78%; }
    .abt-img-sec    { height: 140px; width: 60%; }
    .abt-exp-badge  { width: 70px; height: 70px; top: 12px; right: 4px; }
    .abt-exp-num    { font-size: 20px; }
    .cs-card        { padding: 28px 16px 22px; }
    .cs-card__ring  { width: 52px; height: 52px; font-size: 20px; }
  }
  .contact-section {
  padding: 90px 0;
  background: #fafafa;
}

/* Subtitle rule modification override support context */
.contact-section .wcu-subtitle::before {
  display: none !important; /* Forces left-aligned clean line text rules */
}

.contact-main-heading {
  font-family: var(--fontFamily2);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 14px;
}

.contact-main-desc {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #666666;
  line-height: 1.75;
  margin-bottom: 35px;
}

/* ── Left Side: Vertical Custom Flex Items Layout ── */
.info-vertical-stack {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 35px;
}

.info-flex-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(97, 11, 11, 0.15);
  color: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.info-flex-item:hover .info-circle-icon {
  background: var(--mainColor);
  color: #ffffff;
  border-color: var(--mainColor);
}

.info-item-text h5 {
  font-family: var(--fontFamily2);
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px 0;
}

.info-item-text p {
  font-family: var(--fontFamily);
  font-size: 17px;
  font-weight: 600;
  color: #666666;
  margin: 0;
}

/* Social layout wrapper row */
.contact-social-wrap {
  display: flex;
  gap: 12px;
}

.contact-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(181, 148, 91, 0.3);
  color: var(--secondColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.contact-social-btn:hover {
  background: var(--secondColor);
  color: #ffffff;
  transform: translateY(-3px);
}

/* ── Right Side: Custom Clean Field Control Forms Layout ── */
.contact-form-side {
  background: #ffffff;
  padding: 45px 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  border-bottom: 3px solid var(--secondColor);
}

.form-group-custom {
  margin-bottom: 22px;
}

.custom-field-label {
  font-family: var(--fontFamily2);
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  display: block;
}

.input-with-icon-wrap {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: rgba(26, 26, 46, 0.35);
  font-size: 14px;
  pointer-events: none;
  transition: color 0.3s;
}

.custom-input {
  width: 100%;
  font-family: var(--fontFamily);
  font-size: 14.5px;
  background: #fafafa;
  color: #1a1a2e;
  border: 1px solid #e1e1e6;
  padding: 13px 20px 13px 48px;
  border-radius: 0px; /* Rigid Card-less Neat look configuration profile */
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: var(--mainColor);
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(97, 11, 11, 0.04);
}

.custom-input:focus + .input-icon {
  color: var(--mainColor);
}

.custom-textarea {
  padding-top: 14px;
  resize: none;
}

/* Center Form Submission Alignment Rules */
.form-submit-center-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact-submit-btn {
  font-family: var(--fontFamily2);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--mainColor);
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background: var(--secondColor);
  box-shadow: 0 4px 20px rgba(181, 148, 91, 0.25);
}

/* ── Bottom Section: Full Width Embed Map Layout Block ── */
.style-top-gap-row {
  margin-top: 60px;
}

.contact-full-map-wrap {
  width: 100%;
  height: 400px;
  border-bottom: 3px solid var(--mainColor);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.contact-full-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ── Responsive Screen Adjustments ── */
@media (max-width: 991px) {
  .contact-form-side {
    padding: 35px 25px;
    margin-top: 20px;
  }
  .style-top-gap-row {
    margin-top: 40px;
  }
  .contact-full-map-wrap {
    height: 300px;
  }
}
  :root {
    --mc: #610B0B;
    --sc: #B5945B;
    --f1: 'Josefin Sans', sans-serif;
    --f2: 'Outfit', sans-serif;
  }

  /* ══════════════════════════
     Section
  ══════════════════════════ */
  .str-section {
    padding: 30px 0;
    background: #faf8f5;
    font-family: var(--f2);
  }

  /* ══════════════════════════
     Header
  ══════════════════════════ */
  .str-header {
    text-align: center;
    /* max-width: 660px; */
    margin: 0 auto 48px;
  }

  .str-subtitle {
    font-family: var(--f1);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .str-subtitle span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .str-heading {
    font-family: var(--f1);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: var(--mc);
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .str-desc {
    font-family: var(--f2);
    font-size: 17px;
    color: #888;
    line-height: 1.80;
    margin: 0;
  }

  
  /* ══════════════════════════
     Strengths Grid
     2-column list layout
  ══════════════════════════ */
  .str-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1.5px solid rgba(97,11,11,0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 28px rgba(97,11,11,0.06);
  }

  /* ── Single item ── */
  .str-item {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 32px 28px;
    border-bottom: 1.5px solid rgba(97,11,11,0.07);
    border-right: 1.5px solid rgba(97,11,11,0.07);
    position: relative;
    transition: background 0.3s ease;
    overflow: hidden;
  }

  /* remove right border on even items */
  .str-item:nth-child(even) {
    border-right: none;
  }

  /* remove bottom border on last 2 */
  .str-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .str-item--last {
    border-bottom: none;
  }

  /* hover background wash */
  .str-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(97,11,11,0.03) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
  }

  .str-item:hover::after {
    opacity: 1;
  }

  .str-item:hover {
    background: #fdf9f6;
  }

  /* ── Left col: number + vertical line ── */
  .str-item__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-right: 18px;
    flex-shrink: 0;
  }

  .str-item__num {
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 700;
    color: var(--sc);
    letter-spacing: 0.05em;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(181,148,91,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s;
  }

  .str-item:hover .str-item__num {
    background: var(--mc);
    color: var(--sc);
  }

  .str-item__vline {
    width: 1.5px;
    flex: 1;
    background: linear-gradient(180deg, rgba(181,148,91,0.25), transparent);
    margin-top: 8px;
  }

  /* ── Right col ── */
  .str-item__right {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    position: relative;
    z-index: 1;
  }

  /* Icon */
  .str-item__icon {
    width: 55px;
    height: 55px;
    min-width: 48px;
    border-radius: 13px;
    background: rgba(97,11,11,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc);
    font-size: 30px;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s, transform 0.35s;
  }

  .str-item:hover .str-item__icon {
    background: var(--mc);
    color: var(--sc);
    transform: rotate(-6deg) scale(1.08);
  }

  /* Body */
  .str-item__body {
    flex: 1;
  }

  .str-item__title {
    font-family: var(--f1);
    font-size: 22px;
    font-weight: 700;
    color: var(--mc);
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.25s;
  }

  .str-item__desc {
    font-family: var(--f2);
    font-size: 17px;
    color: #888;
    text-align: justify;
    line-height: 1.78;
    margin-bottom: 12px;
  }

  .str-item__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 700;
    color: var(--sc);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .str-item__tag i {
    font-size: 7px;
    color: var(--mc);
    transition: transform 0.25s;
  }

  .str-item:hover .str-item__tag i {
    transform: scale(1.5);
  }

  /* ══════════════════════════
     Responsive
  ══════════════════════════ */
  @media (max-width: 991px) {
    .str-section    { padding: 60px 0; }
    .str-stat-strip { padding: 22px 16px; gap: 0; }
    .str-stat       { padding: 8px 10px; }
  }

  @media (max-width: 767px) {
    .str-grid {
      grid-template-columns: 1fr;
    }

    .str-item {
      border-right: none !important;
      border-bottom: 1.5px solid rgba(97,11,11,0.07) !important;
    }

    .str-item:last-child {
      border-bottom: none !important;
    }

    .str-stat-sep { display: none; }

    .str-stat-strip {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      padding: 18px 12px;
    }

    .str-stat {
      padding: 12px 10px;
      border-bottom: 1px solid rgba(181,148,91,0.15);
    }

    .str-stat:nth-child(odd) {
      border-right: 1px solid rgba(181,148,91,0.15);
    }

    .str-stat:nth-last-child(-n+2) {
      border-bottom: none;
    }
  }

  @media (max-width: 480px) {
    .str-section    { padding: 50px 0; }
    .str-item       { padding: 22px 16px; }
    .str-item__left { margin-right: 12px; }
    .str-item__icon { width: 40px; height: 40px; font-size: 16px; border-radius: 10px; }
    .str-item__title { font-size: 14px; }
    .str-item__desc  { font-size: 12.5px; }
  }
   /* ══════════════════════════
     CHIT PLANS SECTION
  ══════════════════════════ */
  .cp-section {
    padding: 30px 0 30px;
    background: #faf8f5;
    font-family: var(--f2);
  }

  .cp-header {
    text-align: center;
    /* max-width: 700px; */
    margin: 0 auto 52px;
  }

  .cp-subtitle {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .cp-subtitle span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .cp-heading {
    font-family: var(--f1);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: var(--mc);
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .cp-desc {
    font-family: var(--f2);
    font-size: 17px;
    color: #888;
    line-height: 1.80;
    margin: 0;
  }

  /* ── Card base ── */
  .cp-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
                box-shadow  0.38s cubic-bezier(0.23,1,0.32,1);
  }

  .cp-card:hover {
    transform: translateY(-10px);
  }

  /* ghost number */
  .cp-card__num {
    position: absolute;
    top: 10px;
    right: 14px;
    font-family: var(--f1);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    /* opacity: 0.08; */
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }

  /* ── TOP panel ── */
  .cp-card__top {
    padding: 30px 24px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .cp-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 14px;
    transition: transform 0.35s;
  }

  .cp-card:hover .cp-card__icon {
    transform: rotate(-8deg) scale(1.12);
  }

  .cp-card__cv-label {
    font-family: var(--f1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
  }

  .cp-card__cv-val {
    font-family: var(--f1);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }

  /* ── Row data ── */
  .cp-card__rows {
    padding: 0 22px 6px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .cp-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
  }

  .cp-card__row + .cp-card__row {
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .cp-card__rkey {
    font-family: var(--f2);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .cp-card__rkey i {
    font-size: 11px;
  }

  .cp-card__rval {
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 700;
  }

  /* ── Footer tag ── */
  .cp-card__foot {
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    position: relative;
    z-index: 1;
  }

  /* ── Badge ── */
  .cp-card__badge {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sc);
    color: var(--mc);
    font-family: var(--f2);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .cp-card__badge i {
    font-size: 8px;
  }

  /* ══ DARK variant ══ */
  .cp-card--dark {
    background: var(--sc);
    box-shadow: 0 4px 24px rgba(97,11,11,0.18);
  }

  .cp-card--dark:hover {
    box-shadow: 0 22px 56px rgba(97,11,11,0.28);
  }

  .cp-card--dark .cp-card__num   { color: #fff; }
  .cp-card--dark .cp-card__icon  { background: rgba(116, 27, 27, 0.171); color: var(--main); }
  .cp-card--dark .cp-card__cv-label { color: rgba(255,255,255,0.40); }
  .cp-card--dark .cp-card__cv-val   { color: var(--main); }
  .cp-card--dark .cp-card__rkey     { color: #ffffff; }
  .cp-card--dark .cp-card__rkey i   { color: var(--main); }
  .cp-card--dark .cp-card__rval     { color: #fff; }
  .cp-card--dark .cp-card__foot     { background: rgba(181, 91, 91, 0.1); color: var(--main); }
  .cp-card--dark .cp-card__row + .cp-card__row { border-color: rgba(255,255,255,0.07); }

  /* ══ LIGHT variant ══ */
  .cp-card--light {
    background: #fff;
    border: 1.5px solid rgba(97,11,11,0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  }

  .cp-card--light:hover {
    box-shadow: 0 22px 56px rgba(97,11,11,0.12);
    border-color: rgba(97,11,11,0.18);
  }

  .cp-card--light .cp-card__num      { color: #fff; }
  .cp-card--light .cp-card__top      { background: var(--mc); }
  .cp-card--light .cp-card__icon     { background: rgba(255,255,255,0.12); color: var(--sc); }
  .cp-card--light .cp-card__cv-label { color: rgba(255,255,255,0.45); }
  .cp-card--light .cp-card__cv-val   { color: var(--sc); }
  .cp-card--light .cp-card__rows     { background: #fff; }
  .cp-card--light .cp-card__rkey     { color: #aaa; }
  .cp-card--light .cp-card__rkey i   { color: var(--mc); }
  .cp-card--light .cp-card__rval     { color: var(--mc); }
  .cp-card--light .cp-card__row + .cp-card__row { border-color: rgba(97,11,11,0.07); }
  .cp-card--light .cp-card__foot     { background: #faf8f5; color: var(--mc); border-top: 1px solid rgba(97,11,11,0.07); }

  /* ══ FEATURED variant ══ */
  .cp-card--featured {
    background: var(--mc);
    box-shadow: 0 6px 32px rgba(97,11,11,0.35);
    transform: translateY(-8px);
  }

  .cp-card--featured:hover {
    transform: translateY(-16px);
    box-shadow: 0 28px 64px rgba(97,11,11,0.40);
  }

  .cp-card--featured .cp-card__num      { color: #fff; }
  .cp-card--featured .cp-card__icon     { background: rgba(181,148,91,0.20); color: var(--sc); }
  .cp-card--featured .cp-card__cv-label { color: rgba(255,255,255,0.45); }
  .cp-card--featured .cp-card__cv-val   { color: #fff; font-size: clamp(22px,2.6vw,30px); }
  .cp-card--featured .cp-card__rkey     { color: #ffffff; }
  .cp-card--featured .cp-card__rkey i   { color: var(--sc); }
  .cp-card--featured .cp-card__rval     { color: var(--sc); font-size: 16px; }
  .cp-card--featured .cp-card__row + .cp-card__row { border-color: rgba(255,255,255,0.10); }
  .cp-card--featured .cp-card__foot     { background: rgba(181,148,91,0.15); color: var(--sc); }

  /* ══ Info Strip ══ */
  .cp-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--main);
    border-radius: 16px;
    padding: 24px 32px;
    gap: 0;
  }

  .cp-strip__item {
    display: flex;
    align-items: center;
    gap: 13px;
    flex: 1;
    min-width: 160px;
    padding: 8px 16px;
  }

  .cp-strip__item > i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 11px;
    background: rgba(181,148,91,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sc);
    font-size: 16px;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.25s;
  }

  .cp-strip__item:hover > i {
    background: rgba(181,148,91,0.28);
    transform: scale(1.1);
  }

  .cp-strip__item div {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .cp-strip__item strong {
    font-family: var(--f1);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.2;
  }

  .cp-strip__item span {
    font-family: var(--f2);
    font-size: 17px;
    color: white;
  }

  .cp-strip__sep {
    width: 1px;
    height: 36px;
    background: rgba(181,148,91,0.18);
    flex-shrink: 0;
  }

  /* ══════════════════════════
     CTA SECTION
  ══════════════════════════ */
  .cta-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    font-family: var(--f2);
  }

  .cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
  }

  .cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
      rgba(61,5,5,0.95) 0%,
      rgba(97,11,11,0.88) 100%
    );
    z-index: 1;
  }

  .cta-wrap {
    position: relative;
    z-index: 2;
  }

  .cta-inner {
    text-align: center;
  }

  .cta-label {
    font-family: var(--f1);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .cta-label span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .cta-heading {
    font-family: var(--f1);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
  }

  .cta-desc {
    font-family: var(--f2);
    font-size: 17px;
    color: white;
    line-height: 1.85;
    /* max-width: 620px; */
    margin: 0 auto 36px;
  }

  /* Buttons */
  .cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    min-width: 210px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .cta-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
  }

  .cta-btn--call {
    background: var(--sc);
    box-shadow: 0 6px 28px rgba(181,148,91,0.35);
  }

  .cta-btn--call:hover {
    box-shadow: 0 14px 40px rgba(181,148,91,0.50);
  }

  .cta-btn--contact {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }

  .cta-btn--contact:hover {
    background: rgba(255,255,255,0.15);
  }

  .cta-btn__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    transition: transform 0.25s;
  }

  .cta-btn:hover .cta-btn__icon {
    transform: rotate(-6deg) scale(1.1);
  }

  .cta-btn--call    .cta-btn__icon { background: rgba(97,11,11,0.25); color: var(--mc); }
  .cta-btn--contact .cta-btn__icon { background: rgba(255,255,255,0.10); color: #fff; }

  .cta-btn__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .cta-btn__sub {
    font-family: var(--f2);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  .cta-btn--call    .cta-btn__sub { color: rgba(97,11,11,0.70); }
  .cta-btn--contact .cta-btn__sub { color: rgba(255,255,255,0.55); }

  .cta-btn__main {
    font-family: var(--f1);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .cta-btn--call    .cta-btn__main { color: var(--mc); }
  .cta-btn--contact .cta-btn__main { color: #fff; }

  /* Divider */
  .cta-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 32px;
  }

  .cta-div span {
    display: block;
    flex: 1;
    max-width: 110px;
    height: 1px;
    background: rgba(181,148,91,0.25);
  }

  .cta-div i {
    color: var(--sc);
    font-size: 16px;
  }

  /* Locations */
  .cta-locs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(181,148,91,0.18);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
  }

  .cta-loc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 20px;
    flex: 1;
    min-width: 180px;
    text-align: left;
    transition: background 0.2s;
  }

  .cta-loc:hover {
    background: rgba(255,255,255,0.06);
  }

  .cta-loc-sep {
    width: 1px;
    background: rgba(181,148,91,0.18);
    align-self: stretch;
    margin: 16px 0;
  }

  .cta-loc__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 9px;
    background: rgba(181,148,91,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sc);
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform 0.25s, background 0.25s;
  }

  .cta-loc:hover .cta-loc__icon {
    transform: scale(1.1);
    background: rgba(181,148,91,0.28);
  }

  .cta-loc__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .cta-loc__body strong {
    font-family: var(--f1);
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.3;
  }

  .cta-loc__body span {
    font-family: var(--f2);
    font-size: 15px;
    color: white;
    line-height: 1.4;
  }

  .cta-loc__body a {
    font-family: var(--f2);
    font-size: 17px;
    font-weight: 700;
    color: var(--sc);
    text-decoration: none;
    transition: color 0.2s;
  }

  .cta-loc__body a:hover {
    color: #d4b070;
    text-decoration: none;
  }

  /* ══════════════════════════
     Responsive
  ══════════════════════════ */
  @media (max-width: 991px) {
    .cp-section   { padding: 60px 0 50px; }
    .cta-section  { padding: 70px 0; }
    .cp-strip     { padding: 20px 16px; }
    .cp-strip__sep { display: none; }
    .cp-strip     { gap: 8px; }
    .cta-loc-sep  { display: none; }
    .cta-loc      { min-width: 46%; border-bottom: 1px solid rgba(181,148,91,0.12); }
    .cta-loc:nth-last-child(-n+2) { border-bottom: none; }
    .cta-loc:nth-child(odd) { border-right: 1px solid rgba(181,148,91,0.12); }
  }

  @media (max-width: 575px) {
    .cp-section  { padding: 50px 0 40px; }
    .cta-section { padding: 56px 0; }
    .cp-card__top { padding: 24px 16px 18px; }
    .cp-card__rows { padding: 0 16px 4px; }
    .cp-card__cv-val { font-size: 18px; }
    .cp-card__rval   { font-size: 13px; }
    .cta-btn         { min-width: 100%; }
    .cta-btns        { flex-direction: column; align-items: stretch; }
    .cta-loc         { min-width: 100%; border-right: none !important; }
    .cta-loc:not(:last-child) { border-bottom: 1px solid rgba(181,148,91,0.12); }
    .cta-heading br  { display: none; }
  }
  .ben-hero {
    position: relative;
    background: var(--mc);
    padding: 90px 0 80px;
    overflow: hidden;
    text-align: center;
    font-family: var(--f2);
  }

  .ben-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(181,148,91,0.12);
    top: -150px;
    left: -100px;
    pointer-events: none;
  }

  .ben-hero::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(181,148,91,0.10);
    bottom: -120px;
    right: -60px;
    pointer-events: none;
  }

  .ben-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(181,148,91,0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  .ben-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
  }

  .ben-hero__label {
    font-family: var(--f1);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .ben-hero__label span {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: var(--sc);
  }

  .ben-hero__heading {
    font-family: var(--f1);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .ben-hero__sub {
    font-family: var(--f2);
    font-size: 16px;
    color: rgba(255,255,255,0.60);
    line-height: 1.80;
    margin: 0;
  }

  /* ══════════════════════════
     SECTION WRAPPERS
  ══════════════════════════ */
  .ben-section {
    padding: 40px 0;
    font-family: var(--f2);
  }

  .ben-section--light { background: #fff; }
  .ben-section--dark  { background: var(--main); }
  .ben-section--cream { background: #faf8f5; }

  /* Section header */
  .ben-sec-header {
    text-align: center;
    /* max-width: 700px; */
    margin: 0 auto 56px;
  }

  /* Label */
  .ben-label {
    font-family: var(--f1);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .ben-label span {
    display: inline-block;
    width: 22px;
    height: 1.5px;
    background: var(--sc);
  }

  .ben-label--light { justify-content: center; }
  .ben-sec-header .ben-label { justify-content: center; }

  /* Heading */
  .ben-heading {
    font-family: var(--f1);
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 700;
    color: var(--mc);
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .ben-heading--white { color: #fff; }

  /* Text */
  .ben-text {
    font-family: var(--f2);
    font-size: 17px;
    color: #777;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 18px;
  }

  .ben-text--muted { color: white; }

  /* Pills */
  .ben-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .ben-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(97,11,11,0.07);
    border: 1px solid rgba(97,11,11,0.12);
    color: var(--mc);
    font-family: var(--f2);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
    letter-spacing: 0.04em;
    transition: background 0.25s, color 0.25s;
  }

  .ben-pill i { color: var(--sc); font-size: 12px; }

  .ben-pill:hover {
    background: var(--mc);
    color: var(--sc);
    border-color: var(--mc);
  }

  .ben-pill:hover i { color: #fff; }

  /* ══════════════════════════
     VISUAL (What is)
  ══════════════════════════ */
  .ben-vis {
    position: relative;
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ben-vis__ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px dashed rgba(97,11,11,0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: ringRotate 20s linear infinite;
  }

  .ben-vis__ring--1 { width: 260px; height: 260px; }
  .ben-vis__ring--2 { width: 340px; height: 340px; animation-direction: reverse; animation-duration: 30s; }

  @keyframes ringRotate {
    from { transform: translate(-50%,-50%) rotate(0deg); }
    to   { transform: translate(-50%,-50%) rotate(360deg); }
  }

  .ben-vis__center {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--mc);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--sc);
    font-size: 30px;
    gap: 4px;
    z-index: 3;
    box-shadow: 0 8px 32px rgba(97,11,11,0.30);
    animation: centerPulse 3s ease-in-out infinite;
  }

  .ben-vis__center span {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.60);
  }

  @keyframes centerPulse {
    0%,100% { box-shadow: 0 8px 32px rgba(97,11,11,0.30); }
    50%      { box-shadow: 0 8px 48px rgba(181,148,91,0.40); }
  }

  .ben-vis__card {
    position: absolute;
    background: #fff;
    border: 1.5px solid rgba(97,11,11,0.10);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(97,11,11,0.09);
    z-index: 4;
    transition: transform 0.3s;
  }

  .ben-vis__card:hover { transform: scale(1.06); }

  .ben-vis__card > i {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background: rgba(97,11,11,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc);
    font-size: 25px;
    flex-shrink: 0;
  }

  .ben-vis__card div strong {
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 700;
    color: var(--sc);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
  }

  .ben-vis__card div span {
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 700;
    color: var(--mc);
  }

  .ben-vis__card--1 { top: 20px;  left: 0;   animation: float1 4s ease-in-out infinite; }
  .ben-vis__card--2 { top: 20px;  right: 0;  animation: float2 4.5s ease-in-out infinite; }
  .ben-vis__card--3 { bottom: 30px; left: 0; animation: float3 5s ease-in-out infinite; }
  .ben-vis__card--4 { bottom: 30px; right: 0; animation: float1 4.8s ease-in-out infinite reverse; }

  @keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
  @keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
  @keyframes float3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }

  /* ══════════════════════════
     WHY CARDS
  ══════════════════════════ */
  .ben-why-card {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(181,148,91,0.15);
    border-radius: 16px;
    padding: 28px 22px;
    height: 100%;
    transition: background 0.3s, border-color 0.3s, transform 0.35s;
  }

  .ben-why-card:hover {
    background: rgba(181,148,91,0.08);
    border-color: var(--sc);
    transform: translateY(-6px);
  }

  .ben-why-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(181,148,91,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sc);
    font-size: 20px;
    margin-bottom: 16px;
    transition: background 0.3s, transform 0.35s;
  }

  .ben-why-card:hover .ben-why-card__icon {
    background: var(--sc);
    color: var(--mc);
    transform: rotate(-6deg) scale(1.08);
  }

  .ben-why-card__title {
    font-family: var(--f1);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

  .ben-why-card__desc {
    font-family: var(--f2);
    font-size: 17px;
    color: white;
    line-height: 1.78;
    text-align: justify;
    margin: 0;
  }

  /* ══════════════════════════
     HOW IT WORKS — STEPS
  ══════════════════════════ */
  .ben-steps {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ben-step {
    display: flex;
    gap: 0;
    align-items: stretch;
  }

  .ben-step__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
    padding-top: 4px;
  }

  .ben-step__num {
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--mc);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    border: 2px solid var(--sc);
    box-shadow: 0 4px 16px rgba(97,11,11,0.20);
    z-index: 1;
  }

  .ben-step__line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, rgba(97,11,11,0.25), rgba(181,148,91,0.15));
    margin: 8px 0;
    border-radius: 2px;
  }

  .ben-step__right {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 36px 24px;
    flex: 1;
  }

  .ben-step__icon {
    width: 55px;
    height: 55px;
    min-width: 50px;
    border-radius: 13px;
    background: rgba(97,11,11,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc);
    font-size: 25px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: background 0.3s, color 0.3s, transform 0.3s;
  }

  .ben-step:hover .ben-step__icon {
    background: var(--mc);
    color: var(--sc);
    transform: rotate(-6deg) scale(1.08);
  }

  .ben-step__body { flex: 1; }

  .ben-step__title {
    font-family: var(--f1);
    font-size: 22px;
    font-weight: 700;
    color: var(--mc);
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .ben-step__desc {
    font-family: var(--f2);
    font-size: 17px;
    color: #777;
    line-height: 1.85;
    text-align: justify;
    margin: 0;
  }

  .ben-step--last .ben-step__right { padding-bottom: 0; }

  /* ══════════════════════════
     BENEFITS LIST
  ══════════════════════════ */
  .ben-blist {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1.5px solid rgba(97,11,11,0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(97,11,11,0.06);
  }

  .ben-blist--right {
    border-left: none;
    border-radius: 0 20px 20px 0;
  }

  .ben-blist__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 26px;
    border-bottom: 1.5px solid rgba(97,11,11,0.07);
    transition: background 0.25s;
    position: relative;
    overflow: hidden;
  }

  .ben-blist__item::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--mc), var(--sc));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
  }

  .ben-blist__item:hover::before { transform: scaleY(1); }
  .ben-blist__item:hover { background: #fdf9f6; }
  .ben-blist__item:last-child { border-bottom: none; }

  .ben-blist__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: rgba(97,11,11,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc);
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: background 0.3s, color 0.3s, transform 0.3s;
  }

  .ben-blist__item:hover .ben-blist__icon {
    background: var(--mc);
    color: var(--sc);
    transform: rotate(-6deg) scale(1.08);
  }

  .ben-blist__body h5 {
    font-family: var(--f1);
    font-size: 23px;
    font-weight: 700;
    color: var(--mc);
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .ben-blist__body p {
    font-family: var(--f2);
    font-size: 17px;
    color: #888;
    line-height: 1.75;
    text-align: justify;
    margin: 0;
  }

  /* ══════════════════════════
     RESPONSIVE
  ══════════════════════════ */
  @media (max-width: 991px) {
    .ben-section  { padding: 60px 0; }
    .ben-hero     { padding: 70px 0 60px; }
    .ben-vis      { height: 300px; margin-bottom: 40px; }
    .ben-blist--right {
      border-left: 1.5px solid rgba(97,11,11,0.08);
      border-radius: 0 0 20px 20px;
      border-top: none;
    }
  }

  @media (max-width: 575px) {
    .ben-section  { padding: 50px 0; }
    .ben-hero     { padding: 56px 0 48px; }
    .ben-vis      { height: 260px; }
    .ben-vis__card { padding: 9px 12px; }
    .ben-vis__card div span { font-size: 12px; }
    .ben-step__right { padding-left: 14px; gap: 12px; }
    .ben-step__icon { width: 40px; height: 40px; font-size: 16px; }
    .ben-blist__item { padding: 18px 16px; gap: 12px; }
    .ben-blist__icon { width: 38px; height: 38px; font-size: 14px; }
    .ben-blist--right { border-radius: 0 0 16px 16px; }
    .ben-blist { border-radius: 16px 16px 0 0; }
  }

  :root {
      --main:    #610B0B;
      --second:  #B5945B;
      --mainLight: rgba(97,11,11,0.07);
      --f1: "Josefin Sans", sans-serif;
      --f2: "Outfit", sans-serif;
    }

   

    /* ════════════════════════════════
       HERO BANNER
    ════════════════════════════════ */
    .tc-hero {
      background: var(--main);
      padding: 56px 24px 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .tc-hero::before {
      content: '';
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      border: 1px solid rgba(181,148,91,0.15);
      top: -100px; right: -80px;
    }
    .tc-hero::after {
      content: '';
      position: absolute;
      width: 260px; height: 260px;
      border-radius: 50%;
      border: 1px solid rgba(181,148,91,0.1);
      bottom: -80px; left: -60px;
    }
    .tc-hero-inner { position: relative; z-index: 1; }
    .tc-hero-sub {
      font-family: var(--f2);
      font-size: 10px; font-weight: 700;
      letter-spacing: 0.22em;
      color: var(--second);
      text-transform: uppercase;
      display: flex; align-items: center; justify-content: center; gap: 10px;
      margin-bottom: 14px;
    }
    .tc-hero-sub::before, .tc-hero-sub::after {
      content: ''; width: 28px; height: 1px;
      background: var(--second); opacity: 0.7; display: inline-block;
    }
    .tc-hero h1 {
      font-family: var(--f1);
      font-size: clamp(22px, 3.5vw, 38px);
      font-weight: 700; color: #fff;
      letter-spacing: 0.05em; text-transform: uppercase;
      margin-bottom: 8px;
    }
    .tc-hero h1 span { color: var(--second); }
    .tc-hero p {
      font-size: 13px; color: rgba(255,255,255,0.55);
      font-weight: 300; max-width: 420px; margin: 0 auto;
      line-height: 1.7;
    }

    /* ════════════════════════════════
       LANG TOGGLE
    ════════════════════════════════ */
    .tc-toggle-wrap {
      display: flex; justify-content: center;
      padding: 28px 24px 0;
    }
    .tc-toggle {
      display: inline-flex;
      background: #fff;
      border: 1px solid #e4e4e4;
      border-radius: 10px;
      overflow: hidden;
    }
    .tc-toggle button {
      padding: 10px 28px;
      font-family: var(--f2);
      font-size: 13px; font-weight: 600;
      color: #888;
      background: transparent;
      border: none; cursor: pointer;
      letter-spacing: 0.04em;
      transition: background 0.2s, color 0.2s;
    }
    .tc-toggle button.active {
      background: var(--main);
      color: #fff;
    }

    /* ════════════════════════════════
       MAIN CONTENT WRAPPER
    ════════════════════════════════ */
    .tc-body {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 24px 40px;
    }

    /* language panels */
    .tc-panel { display: none; }
    .tc-panel.active { display: block; }

    /* ════════════════════════════════
       CONTENT BLOCKS
    ════════════════════════════════ */
    .tc-block {
      background: #fff;
      border: 0.5px solid #e8e8e8;
      border-radius: 14px;
      padding: 32px 28px;
      margin-bottom: 20px;
    }

    .tc-block-title {
      font-family: var(--f1);
      font-size: 22px; font-weight: 700;
      color: var(--main);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 20px;
      padding-bottom: 14px;
      border-bottom: 1px solid #f0f0f0;
    }
    .tc-block-title i {
      font-size: 25px; color: var(--second);
      flex-shrink: 0;
    }

    /* bullet list */
    .tc-list {
      list-style: none;
      display: flex; flex-direction: column; gap: 12px;
    }
    .tc-list li {
      display: flex; align-items: flex-start; gap: 12px;
      font-size: 17px; color: #444; line-height: 1.7;
      text-align: justify;
      font-family: "Outfit", sans-serif;
    }
    .tc-list li::before {
      content: '';
      flex-shrink: 0;
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--second);
      margin-top: 8px;
    }

    /* ════════════════════════════════
       TABLE SECTION
    ════════════════════════════════ */
    .tc-table-block {
      background: #fff;
      border: 0.5px solid #e8e8e8;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 20px;
    }
    .tc-table-head {
      background: var(--main);
      padding: 20px 28px 16px;
      display: flex; align-items: center; gap: 10px;
    }
    .tc-table-head i { font-size: 20px; color: var(--second); }
    .tc-table-head span {
      font-family: var(--f1);
      font-size: 16px; font-weight: 700;
      color: #fff; letter-spacing: 0.08em; text-transform: uppercase;
    }

    /* scrollable wrapper on mobile */
    .tc-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0 0 4px;
    }
    /* scroll hint shadow on right edge */
    .tc-table-scroll-inner {
      position: relative;
    }

    table.tc-table {
      width: 100%;
      min-width: 460px;
      border-collapse: collapse;
      font-family: var(--f2);
      font-size: 14px;
    }
    table.tc-table thead tr {
      background: #fdf8f3;
      border-bottom: 2px solid var(--second);
    }
    table.tc-table thead th {
      padding: 14px 20px;
      font-weight: 700;
      color: var(--main);
      font-size: 17px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      white-space: nowrap;
    }
    table.tc-table tbody tr {
      border-bottom: 1px solid #f4f4f4;
      transition: background 0.15s;
    }
    table.tc-table tbody tr:last-child { border-bottom: none; }
    table.tc-table tbody tr:hover { background: #fdf9f6; }
    table.tc-table tbody td {
      padding: 13px 20px;
      text-align: center;
      color: #333;
      font-size: 16px;
      font-weight: 500;
    }
    table.tc-table tbody td:first-child { font-weight: 700; color: var(--main); }
    table.tc-table tbody td:last-child  { font-weight: 700; color: #1a6b1a; }

    /* scroll hint text */
    .tc-scroll-hint {
      display: none;
      font-size: 11px; color: #aaa;
      text-align: right;
      padding: 6px 20px 12px;
      font-family: var(--f2);
    }
    @media (max-width: 600px) {
      .tc-scroll-hint { display: block; }
    }


    /* ════════════════════════════════
       NOTE BOX
    ════════════════════════════════ */
    .tc-note {
      background: #fdf8f3;
      border: 1px solid rgba(181,148,91,0.3);
      border-left: 3px solid var(--second);
      border-radius: 10px;
      padding: 16px 20px;
      margin-bottom: 20px;
      display: flex; gap: 12px; align-items: flex-start;
    }
    .tc-note i { font-size: 20px; color: var(--second); flex-shrink: 0; margin-top: 1px; }
    .tc-note p { font-size: 17px; color: #555; line-height: 1.7; }
    .tc-note p strong { color: var(--main); }

    /* ════════════════════════════════
       RESPONSIVE
    ════════════════════════════════ */
    @media (max-width: 600px) {
      .tc-block { padding: 22px 18px; }
      .tc-body  { padding: 28px 16px 60px; }
      .tc-toggle button { padding: 10px 20px; font-size: 12px; }
    }
    .faq-section {
      padding: 40px 0 32px;
      background: #f9f6f3;
    }

    /* ════════════════════
       HEADER
    ════════════════════ */
    .faq-header {
      text-align: center;
      margin-bottom: 52px;
    }

    .faq-subtitle {
      font-family: var(--fontFamily2);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.22em;
      color: var(--mainColor);
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 12px;
    }
    .faq-subtitle::before,
    .faq-subtitle::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      background: var(--mainColor);
      opacity: 0.6;
    }

    .faq-heading {
      font-family: var(--fontFamily);
      font-size: clamp(22px, 2.8vw, 32px);
      font-weight: 700;
      color: #1a1a2e;
      letter-spacing: 0.04em;
      margin-bottom: 12px;
    }
    .faq-heading span { color: var(--mainColor); }

    .faq-desc {
      font-family: var(--fontFamily2);
      font-size: 17px;
      color: #777;
      line-height: 1.75;
      /* max-width: 460px; */
      margin: 0 auto;
      font-weight: 400;
    }

    /* ════════════════════
       FAQ ITEM
    ════════════════════ */
    .faq-item {
      background: #ffffff;
      border: 0.5px solid #e8e8e8;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 14px;
      transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .faq-item.open {
      border-color: rgba(97, 11, 11, 0.22);
      box-shadow: 0 4px 20px rgba(97, 11, 11, 0.07);
    }

    /* ── Question row ── */
    .faq-question {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 18px 20px;
      cursor: pointer;
      user-select: none;
    }

    .faq-number {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      border-radius: 8px;
      background: var(--mainColor);
      color: #ffffff;
      font-family: var(--fontFamily);
      font-size: 11px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 0.04em;
      margin-top: 1px;
      transition: background 0.25s ease;
    }
    .faq-item.open .faq-number {
      background: var(--secondColor);
    }

    .faq-q-text {
      flex: 1;
      font-family: var(--fontFamily2);
      font-size: 17px;
      font-weight: 600;
      color: #1a1a2e;
      line-height: 1.5;
      text-align: justify;
    }

    .faq-chevron {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #e4e4e4;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
      transition: transform 0.3s ease, background 0.25s ease, border-color 0.25s ease;
    }
    .faq-chevron i {
      font-size: 20px;
      color: #999;
      transition: color 0.25s ease;
    }
    .faq-item.open .faq-chevron {
      transform: rotate(180deg);
      background: var(--mainColor);
      border-color: var(--mainColor);
    }
    .faq-item.open .faq-chevron i {
      color: #ffffff;
    }

    /* ── Answer panel ── */
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.38s ease, padding 0.25s ease;
    }
    .faq-item.open .faq-answer {
      max-height: 260px;
    }
    .faq-answer-inner {
      padding: 0 20px 18px 62px;
      font-family: var(--fontFamily2);
      font-size: 17px;
      color: #555;
      line-height: 1.8;
      text-align: justify;
      border-top: 1px solid #f4f4f4;
    }

    /* ════════════════════
       RESPONSIVE
    ════════════════════ */
    @media (max-width: 767px) {
      .faq-section { padding: 60px 0 52px; }
      .faq-answer-inner { padding: 0 16px 16px 16px; }
      .faq-item { margin-bottom: 10px; }
    }
.bg-light-gray {
  background-color: #fafafa;
}



.style-top-gap-row {
  margin-top: 45px;
}

/* ── Minimalist Grid Cards Design Layout ── */
.gallery-card-item {
  background: #ffffff;
  border-bottom: 3px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-image-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* Even, balanced bounding layouts */
  overflow: hidden;
  background: #1a1a2e;
}

.g-photo {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Subtle Modern Darkening Overlay Layout */
.gallery-hover-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zoom-action-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transform: scale(0.85);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Card Metadata Title Typography Styling */
.gallery-card-meta {
  padding: 22px 20px;
  text-align: left;
  flex-grow: 1;
}

.gallery-card-meta h4 {
  font-family: var(--fontFamily2);
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: 0.01em;
}

/* Hover State Alignment Modifications */
.gallery-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-bottom-color: var(--secondColor);
}

.gallery-card-item:hover .g-photo {
  transform: scale(1.06);
}

.gallery-card-item:hover .gallery-hover-actions {
  opacity: 1;
}

.gallery-card-item:hover .zoom-action-badge {
  transform: scale(1);
  background: var(--mainColor);
  border-color: var(--mainColor);
}

/* ── Immersive Full-Screen Lightbox Viewport ── */
.premium-gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 25, 0.96); /* Solid dark backdrop for focus */
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.premium-gallery-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lb-main-stage {
  position: relative;
  max-width: 75%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lb-expanded-image-element {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.96);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.premium-gallery-lightbox.active .lb-expanded-image-element {
  transform: scale(1);
}

.lb-stage-caption-strip {
  font-family: var(--fontFamily);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.03em;
}

/* Outer Top Right Close Trigger Configuration Profile */
.lb-outer-close-btn {
  position: absolute;
  top: 35px;
  right: 45px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 100010;
}

.lb-outer-close-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}

/* Discrete Text Action Navigation Controls Layout */
.lb-nav-action-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  color: #1a1a2e;
  font-family: var(--fontFamily2);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 100005;
}

.lb-nav-action-btn:hover {
  background: var(--mainColor);
  color: #ffffff;
  transform: translateY(-50%) scale(1.05);
}

.lb-prev-btn { left: 45px; }
.lb-next-btn { right: 45px; }

/* ── Responsive Adaptation Breakpoints ── */
@media (max-width: 991px) {
  .lb-main-stage {
    max-width: 88%;
  }
  .lb-nav-action-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .lb-prev-btn { left: 20px; }
  .lb-next-btn { right: 20px; }
  .lb-outer-close-btn {
    top: 25px;
    right: 30px;
    font-size: 40px;
  }
}
/* Active nav link */
.navbar-nav .nav-item .nav-link.active-page {
    color: var(--mainColor, #610B0B) !important;
    font-weight: 700;
    position: relative;
}


/* Arrow indicator below active link */
.navbar-nav .nav-item .nav-link.active-page::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #610B0B;
    display: block;
    z-index: 999;
}

/* Prevent navbar from clipping the arrow */
.navbar-nav,
.navbar-nav .nav-item,
.navbar-collapse,
.mean-menu {
    overflow: visible !important;
}
.theme-light .black-logo{
width: 280px;
height: 100px;
}
/* ── Interactive Contact Text Links ── */
.contact-link {
  color: #666666; /* Matches your core body description text color */
  text-decoration: none;
  transition: color 0.25s ease;
  display: inline-block;
}

.contact-link:hover {
  color: var(--mainColor); /* Smoothly changes to your brand dark red (#610B0B) on hover */
  text-decoration: none;
}
.nav-item-lang {
  position: relative;
  display: inline-block;
  list-style: none;
}

/* ── Topbar Trigger Button Style ── */
.lang-current-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: var(--fontFamily2);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
}

.lang-current-btn i.arrow-rot {
  font-size: 9px;
  transition: transform 0.25s ease;
}

/* ── Dropdown Menu Box (Matching image_a1d944.jpg) ── */
.lang-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0; /* Aligns left underneath the button */
  min-width: 130px;
  display: grid;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 6px 0 !important;
  margin: 8px 0 0 0 !important;
  list-style: none !important;
  z-index: 999999 !important;
  
  /* Initial Hidden State Animation Parameters */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s ease, visibility 0.2s ease;
}

/* Toggle Dynamic Activation State */
.lang-switcher-wrap.open .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-switcher-wrap.open .lang-current-btn i.arrow-rot {
  transform: rotate(180deg);
}

/* Individual Language Options */
.lang-opt {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--fontFamily2);
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a2e !important;
  text-decoration: none;
  text-align: left;
  transition: all 0.2s ease;
}

.lang-opt:hover {
  background: rgba(97, 11, 11, 0.05);
  color: var(--mainColor) !important;
}

/* ── Hidden Core Google Frame Cleanup Overrides ── */
body { top: 0px !important; }
.skiptranslate, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}
strong.brand-highlight {
  font-family: var(--fontFamily2); /* Outfit Font */
  font-weight: 700;
  font-size: 17px;
  color: #610B0B; /* Matches your core corporate brand deep red */
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  
  /* 1. Hide individual desktop branch tracking items completely */
  .desktop-location-item {
    display: none !important;
  }
}
@media (max-width: 567px) {
  
  /* 1. Hide individual desktop branch tracking items completely */
  .topbar-right-side {
    display: none !important;
  }
  

}