/*----------------------------------------------------------------------------------- 

Template Name: Bistly - Restaurant & Cafe HTML Template
URI: pixelfit.agency
Description: Bistly is a clean, modern, and fully responsive HTML template designed specifically for restaurants, cafes, bakeries, coffee shops, and food-related businesses. Crafted with attention to detail and built using the latest web technologies, Bistly ensures an exceptional user experience on all devices.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
----------------------------------------------------*/
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #D0965C;
  --heading-color: #2D4443;
  --primary-black-color: #2D4443;
  --black-dark-color: #0A0A0A;
  --gray-color: #FBFBFB;
  --white-color: #ffffff;
  --text-color: #2D4443;
  --border-color: #E9E9E9;
  --rating-color: #FF9F1A;
  --heading-font: "Marcellus", serif;
  --body-font: "Roboto", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 64px;
  line-height: 75px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.thin-200 {
  font-weight: 200;
}

.sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 35px;
  color: var(--primary-color);
  gap: 10px;
  margin-bottom: 12px;
}
.sub-title:after, .sub-title:before {
  content: "";
  background-color: var(--primary-color);
  width: 50px;
  height: 1px;
}
.sub-title:after {
  display: none;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title.text-center .sub-title:after {
  display: block;
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
.headline-wrap .marquee-item i {
  margin-right: 15px;
  line-height: 0;
}
.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
          animation: marquee_left 35s linear infinite;
}
.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Headline Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Pagination */
.bistly-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.bistly-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.bistly-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color) transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color) var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
          animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 22px;
  line-height: 19px;
  font-family: var(--body-font);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
    .theme-btn.style-one {
        /*     background-color: var(--primary-color);
        color: var(--white-color);*/
        background-color: #542710;
        color: var(--white-color);
        border: 1px solid var(--primary-color);
        border-radius: 10px;
    }
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.6px;
  font-weight: 600;
  text-transform: uppercase;
}
.read-more.style-one:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--primary-black-color);
  margin-left: 10px;
}

.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media screen and (max-width: 991.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 400 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 18px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header-one .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-one .header-navigation .main-menu ul > li .sub-menu {
  background-color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .header-one .header-navigation .main-menu ul > li .sub-menu {
    background-color: var(--white-color);
  }
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header-one .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-one .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.header-one .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}
.header-one .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.6);
}

.header-two .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu {
  background-color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .header-two .header-navigation .main-menu ul > li .sub-menu {
    background-color: var(--white-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header-two .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-two .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.header-two .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}
.header-two .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.6);
}

.header-three .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .header-three .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .header-three .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header-three .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-black-color);
}
.header-three .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-black-color);
}
.header-three .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-black-color);
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}
    .header-area.sticky.header-one {
        background-color: #00000082;
    }
.header-area.sticky.header-two {
  background-color: var(--primary-black-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.footer-widget h4.widget-title {
  color: var(--white-color);
}
.footer-widget .widget-content p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.footer-nav-widget {
  padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
  .footer-nav-widget {
    padding-left: 0;
  }
}
.footer-nav-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-nav-widget .widget-content ul li a:hover {
  color: var(--primary-color);
}

.footer-time-widget {
  padding-left: 25px;
}
@media (max-width: 1650px) {
  .footer-time-widget {
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-time-widget {
    padding-left: 0;
  }
}
.footer-time-widget .widget-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-time-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-time-widget .widget-content ul li span.days {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
}

.footer-newsletter-widget {
  padding-left: 35px;
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter-widget {
    padding-left: 0;
  }
}
.footer-newsletter-widget .widget-content p {
  margin-bottom: 20px;
}
.footer-newsletter-widget .widget-content form .form_control {
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter-widget .widget-content form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 500;
}
.footer-newsletter-widget .widget-content form .submit-btn i {
  margin-left: 10px;
}

.copyright-area {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-link {
    text-align: center;
  }
}
.copyright-area .copyright-link a:not(:last-child) {
  margin-right: 25px;
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

/* Footer CSS */
.default-footer {
  overflow: hidden;
}
.default-footer .shape {
  position: absolute;
  z-index: -1;
}
.default-footer .shape img {
  opacity: 0.08;
}
.default-footer .shape.shape-one {
  top: -30px;
  left: -30px;
}
.default-footer .shape.shape-two {
  bottom: -45px;
  right: -55px;
}

.rs-footer {
  background-color: #091D1C;
  color: var(--white-color);
}
.rs-footer .footer-newsletter-widget .widget-content form .form_control {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Footer CSS */
.cs-footer {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}

/* Dessert Footer */
.ds-footer {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
/* ========================================================= 
   PREMIUM DATES - ABOUT US SECTION 
   Theme: Emerald Green + Luxury Gold 
========================================================= */

.dates-about-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: #f8f6ef;
    z-index: 1;
}

/* Background glow */
.about-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(8, 93, 68, 0.08);
    border-radius: 50%;
    filter: blur(80px);
    z-index: -2;
}

/* Pattern */
.about-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: radial-gradient(#0b684b 1px, transparent 1px);
    background-size: 28px 28px;
    z-index: -3;
}

/* ========================================================= 
   LEFT VISUAL 
========================================================= */

.about-visual {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gold circle */
.gold-circle {
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(190, 145, 52, 0.45);
    border-radius: 50%;
    animation: rotateCircle 18s linear infinite;
}

    .gold-circle::before,
    .gold-circle::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #c49a43;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(196, 154, 67, 0.7);
    }

    .gold-circle::before {
        top: 30px;
        left: 50%;
    }

    .gold-circle::after {
        bottom: 30px;
        right: 50%;
    }

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* =========================================================
   TILTED SQUARE PREMIUM IMAGE
========================================================= */

.about-visual {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================
   GOLD DECORATIVE CIRCLE
========================= */

.gold-circle {
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(196, 154, 67, 0.45);
    border-radius: 50%;
    animation: rotateCircle 18s linear infinite;
    z-index: 1;
}

    .gold-circle::before,
    .gold-circle::after {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        background: #c49a43;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(196, 154, 67, 0.7);
    }

    .gold-circle::before {
        top: 25px;
        left: 50%;
    }

    .gold-circle::after {
        bottom: 25px;
        right: 50%;
    }

@keyframes rotateCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   MAIN SQUARE IMAGE
========================================================= */

.about-image-wrap {
    position: relative;
    width: 420px;
    height: 420px;
    overflow: hidden;
    /* Rounded square */
    border-radius: 30px;
    background: #075b42;
    border: 7px solid #ffffff;
    box-shadow: 0 30px 70px rgba(5, 70, 50, 0.25), 0 12px 30px rgba(0, 0, 0, 0.10);
    z-index: 3;
    /* Slight tilt */
    transform: rotate(-8deg);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}


/* =========================
   IMAGE
========================= */

.about-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}


/* =========================
   HOVER EFFECT
========================= */

.about-image-wrap:hover {
    transform: rotate(-5deg) scale(1.03);
    box-shadow: 0 35px 80px rgba(5, 70, 50, 0.30), 0 15px 35px rgba(0, 0, 0, 0.12);
}

    .about-image-wrap:hover .about-main-image {
        transform: scale(1.07);
    }


/* =========================================================
   GOLD PREMIUM BORDER
========================================================= */

.about-image-wrap::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(196, 154, 67, 0.65);
    border-radius: 22px;
    pointer-events: none;
    z-index: 4;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .about-visual {
        min-height: 400px;
    }

    .about-image-wrap {
        width: 300px;
        height: 300px;
        border-radius: 22px;
        transform: rotate(-6deg);
    }

        .about-image-wrap:hover {
            transform: rotate(-4deg) scale(1.02);
        }

        .about-image-wrap::after {
            inset: 6px;
            border-radius: 16px;
        }

    .gold-circle {
        width: 340px;
        height: 340px;
    }
}

.about-image-wrap:hover .about-main-image {
    transform: scale(1.08);
}

/* Badge */
.about-badge {
    position: absolute;
    left: 5px;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px 14px 14px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    animation: badgeFloat 4s ease-in-out infinite;
}

@keyframes badgeFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.badge-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d3a84c;
    border-radius: 50%;
    font-size: 18px;
}

.about-badge strong {
    display: block;
    color: #075b42;
    font-size: 14px;
    font-weight: 700;
}

.about-badge small {
    display: block;
    margin-top: 2px;
    color: #777;
    font-size: 11px;
}

/* Floating star */
.floating-date-shape {
    position: absolute;
    right: 35px;
    top: 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c49a43;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(196, 154, 67, 0.35);
    animation: shapeFloat 3.5s ease-in-out infinite;
    z-index: 4;
}

@keyframes shapeFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(10deg);
    }
}

/* ========================================================= 
   RIGHT CONTENT 
========================================================= */

.dates-about-content {
    position: relative;
    padding-left: 25px;
}

/* Small heading */
.about-small-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b18735;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

    .about-small-title span {
        width: 35px;
        height: 1px;
        background: #c49a43;
    }

/* Main heading */
.about-title {
    max-width: 600px;
    margin: 0 0 25px;
    color: #075b42;
    font-size: clamp(38px, 4vw, 45px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
}

    .about-title span {
        display: block;
        color: #b18735;
        font-style: italic;
        font-family: Georgia, serif;
    }

/* Description */
.about-description {
    max-width: 620px;
    margin-bottom: 15px;
    color: #626862;
    font-size: 16px;
    line-height: 1.85;
}

    .about-description.second {
        margin-bottom: 30px;
    }

/* ========================================================= 
   FEATURES 
========================================================= */

.about-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin-bottom: 32px;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 17px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(7, 91, 66, 0.08);
    border-radius: 12px;
    transition: all 0.4s ease;
}

    .about-feature:hover {
        transform: translateX(8px);
        border-color: rgba(196, 154, 67, 0.4);
        box-shadow: 0 10px 30px rgba(7, 91, 66, 0.08);
    }

.feature-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d2a64a;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.about-feature:hover .feature-icon {
    background: #c49a43;
    color: #fff;
    transform: rotate(8deg);
}

.about-feature h5 {
    margin: 0 0 3px;
    color: #075b42;
    font-size: 15px;
    font-weight: 700;
}

.about-feature p {
    margin: 0;
    color: #777;
    font-size: 12px;
}

/* ========================================================= 
   BUTTON 
========================================================= */

.dates-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 13px 14px 13px 24px;
    background: #075b42;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(7, 91, 66, 0.2);
}

    .dates-about-btn span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c49a43;
        color: #fff;
        border-radius: 50%;
        transition: all 0.4s ease;
    }

    .dates-about-btn:hover {
        color: #fff;
        background: #064b37;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(7, 91, 66, 0.28);
    }

        .dates-about-btn:hover span {
            transform: translateX(4px);
        }

/* ========================================================= 
   RESPONSIVE 
========================================================= */

@media (max-width: 991px) {

    .dates-about-section {
        padding: 90px 0;
    }

    .about-visual {
        min-height: 500px;
        margin-bottom: 20px;
    }

    .dates-about-content {
        padding-left: 0;
    }

    .about-title {
        font-size: 44px;
    }
}

@media (max-width: 575px) {

    .dates-about-section {
        padding: 70px 0;
    }

    .about-visual {
        min-height: 420px;
    }

    .about-image-wrap {
        width: 280px;
        height: 370px;
    }

    .gold-circle {
        width: 320px;
        height: 320px;
    }

    .about-badge {
        left: 0;
        bottom: 20px;
        padding: 10px 15px 10px 10px;
    }

    .floating-date-shape {
        right: 10px;
        top: 35px;
    }

    .about-title {
        font-size: 36px;
    }

    .about-description {
        font-size: 14px;
    }
}

change the image thoda sa jhuka hua and square sahpe
/* =========================================================
   DATESKART - SIGNATURE COLLECTION
   Emerald Green + Luxury Gold
========================================================= */
.dates-signature-section {
    position: relative;
    padding: 120px 0;
    background: #f8f3e7;
    overflow: hidden;
}


/* =========================================================
   SOFT BACKGROUND DECORATION
========================================================= */

.dates-signature-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    top: 100px;
    border-radius: 50%;
    background: rgba(7, 91, 66, 0.035);
}


.dates-signature-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -220px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(196, 154, 67, 0.05);
}


/* =========================================================
   HEADING
========================================================= */

.signature-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 75px;
}


.signature-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.signature-heading h2 {
    margin: 0 0 20px;
    color: #075b42;
    font-size: clamp(40px, 5vw, 45px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
}


    .signature-heading h2 span {
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
    }


.signature-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #6d716b;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   PRODUCT ROW
========================================================= */

.signature-products {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    max-width: 1120px;
    margin: auto;
}


/* =========================================================
   PRODUCT ITEM
========================================================= */

.signature-item {
    text-align: center;
    position: relative;
}


/* =========================================================
   DECORATIVE ARCH FRAME
========================================================= */

.signature-frame {
    position: relative;
    width: 100%;
    max-width: 235px;
    height: 330px;
    margin: 0 auto;
    padding: 8px;
    background: #075b42;
    border-radius: 120px 120px 25px 25px;
    box-shadow: 0 20px 45px rgba(7, 91, 66, 0.16);
}


    /* Gold border */

    .signature-frame::before {
        content: "";
        position: absolute;
        inset: 5px;
        border: 2px solid #c49a43;
        border-radius: 115px 115px 20px 20px;
        z-index: 3;
        pointer-events: none;
    }


    /* Inner gold line */

    .signature-frame::after {
        content: "";
        position: absolute;
        inset: 11px;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 110px 110px 17px 17px;
        z-index: 3;
        pointer-events: none;
    }


/* =========================================================
   IMAGE
========================================================= */

.signature-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 113px 113px 18px 18px;
}


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


.signature-item:hover .signature-image img {
    transform: scale(1.06);
}


/* =========================================================
   ICON
========================================================= */

.signature-icon {
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d4a94d;
    border: 2px solid #c49a43;
    border-radius: 12px;
    font-size: 17px;
    z-index: 5;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


/* =========================================================
   NUMBER
========================================================= */

.signature-number {
    margin-top: 45px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

.signature-item h3 {
    margin: 7px 0 8px;
    color: #075b42;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 600;
}


/* =========================================================
   SMALL GOLD DIVIDER
========================================================= */

.signature-divider {
    width: 42px;
    height: 1px;
    margin: 0 auto 9px;
    background: #c49a43;
}


.signature-item p {
    margin: 0;
    color: #747770;
    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   BOTTOM MESSAGE
========================================================= */

.signature-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 75px;
}


.signature-line {
    width: 55px;
    height: 1px;
    background: #c49a43;
}


.signature-message {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 30px;
    background: #075b42;
    border: 1px solid #c49a43;
    color: #f5ead2;
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
}


    .signature-message i {
        color: #d4a94d;
        font-size: 12px;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .signature-products {
        gap: 20px;
    }

    .signature-frame {
        max-width: 210px;
        height: 300px;
    }
}


@media (max-width: 991px) {

    .dates-signature-section {
        padding: 90px 0;
    }

    .signature-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 25px;
        max-width: 650px;
    }

    .signature-frame {
        max-width: 235px;
        height: 325px;
    }
}


@media (max-width: 575px) {

    .dates-signature-section {
        padding: 70px 0;
    }

    .signature-heading {
        margin-bottom: 50px;
    }

    .signature-products {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .signature-frame {
        max-width: 250px;
        height: 340px;
    }

    .signature-bottom {
        margin-top: 60px;
    }

    .signature-line {
        display: none;
    }

    .signature-message {
        text-align: center;
        padding: 13px 18px;
    }
}
/* =========================================================
   WHY DATESKART
   Emerald Green + Luxury Gold
========================================================= */

.why-dateskart-section {
    position: relative;
    padding: 40px 0;
    background: #f8f6ef;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.why-dateskart-heading {
    max-width: 720px;
    margin: 0 auto 85px;
}


.why-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.why-dateskart-heading h2 {
    margin: 0 0 18px;
    color: #075b42;
    font-size: clamp(40px, 5vw, 45px);
    line-height: 1.1;
    font-weight: 700;
}


    .why-dateskart-heading h2 span {
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
    }


.why-dateskart-heading p {
    max-width: 620px;
    margin: auto;
    color: #70766f;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.why-dateskart-wrapper {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    align-items: center;
    gap: 55px;
    max-width: 1150px;
    margin: auto;
}


/* =========================================================
   FEATURE COLUMNS
========================================================= */

.why-column {
    display: flex;
    flex-direction: column;
    gap: 42px;
}


.why-left {
    text-align: right;
}


.why-right {
    text-align: left;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}


.why-left .why-item {
    flex-direction: row-reverse;
}


.why-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d2a64a;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(7,91,66,.12);
}


.why-item h4 {
    margin: 2px 0 6px;
    color: #075b42;
    font-size: 16px;
    font-weight: 700;
}


.why-item p {
    max-width: 245px;
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   CENTER VISUAL
========================================================= */

.why-center {
    position: relative;
    width: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Gold outer ring */

.why-gold-ring {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(196,154,67,.55);
    border-radius: 50%;
}


    /* Decorative dots */

    .why-gold-ring::before,
    .why-gold-ring::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #c49a43;
        border-radius: 50%;
    }


    .why-gold-ring::before {
        top: 20px;
        left: 50%;
    }


    .why-gold-ring::after {
        bottom: 20px;
        right: 50%;
    }


/* Image */

.why-image-circle {
    position: relative;
    width: 275px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    box-shadow: 0 25px 60px rgba(7,91,66,.20);
    z-index: 2;
}


    .why-image-circle img {
        width: 90%;
        height: 90%;
        object-fit: contain;
    }


/* =========================================================
   CENTER BADGE
========================================================= */

.why-center-badge {
    position: absolute;
    right: -5px;
    bottom: 30px;
    z-index: 5;
    padding: 13px 20px;
    background: #c49a43;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(196,154,67,.3);
}


    .why-center-badge strong {
        display: block;
        font-size: 12px;
        letter-spacing: 2px;
    }


    .why-center-badge span {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        opacity: .9;
    }


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.why-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}


    .why-bottom span {
        width: 65px;
        height: 1px;
        background: #c49a43;
    }


    .why-bottom p {
        margin: 0;
        color: #777;
        font-family: Georgia, serif;
        font-size: 14px;
        font-style: italic;
    }


    .why-bottom strong {
        color: #075b42;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .why-dateskart-section {
        padding: 90px 0;
    }

    .why-dateskart-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .why-center {
        order: -1;
        margin: auto;
    }

    .why-column {
        gap: 25px;
    }

    .why-left,
    .why-right {
        text-align: left;
    }

        .why-left .why-item {
            flex-direction: row;
        }

    .why-item {
        max-width: 500px;
        margin: auto;
    }
}


@media (max-width: 575px) {

    .why-dateskart-section {
        padding: 70px 0;
    }

    .why-center {
        width: 300px;
        height: 300px;
    }

    .why-gold-ring {
        width: 285px;
        height: 285px;
    }

    .why-image-circle {
        width: 225px;
        height: 225px;
    }

    .why-center-badge {
        right: 0;
        bottom: 15px;
    }

    .why-bottom span {
        display: none;
    }
}
/* =========================================================
   DATESKART - LIFESTYLE GALLERY
========================================================= */

.dates-lifestyle-gallery {
    position: relative;
    padding: 35px 0;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.lifestyle-heading {
    max-width: 700px;
    margin: 0 auto 65px;
}


.lifestyle-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.lifestyle-heading h2 {
    margin: 0 0 18px;
    color: #075b42;
    font-size: clamp(40px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 700;
}


    .lifestyle-heading h2 span {
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
    }


.lifestyle-heading p {
    max-width: 620px;
    margin: auto;
    color: #737871;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   GALLERY GRID
========================================================= */

.lifestyle-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 18px;
    max-width: 1150px;
    margin: auto;
}


/* =========================================================
   CARDS
========================================================= */

.lifestyle-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #075b42;
    box-shadow: 0 15px 40px rgba(7, 91, 66, 0.10);
}


    .lifestyle-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .7s ease;
    }


    .lifestyle-card:hover img {
        transform: scale(1.06);
    }


/* Large first image */

.lifestyle-large {
    grid-row: span 2;
}


/* Wide bottom image */

.lifestyle-wide {
    grid-column: span 2;
}


/* =========================================================
   DARK GRADIENT
========================================================= */

.lifestyle-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient( to top, rgba(4, 45, 32, .88), rgba(4, 45, 32, 0) );
    pointer-events: none;
}


/* =========================================================
   OVERLAY CONTENT
========================================================= */

.lifestyle-overlay {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    color: #fff;
    z-index: 2;
}


    .lifestyle-overlay > span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(255,255,255,.6);
        border-radius: 50%;
        color: #d5ad57;
        font-size: 10px;
        font-weight: 700;
    }


    .lifestyle-overlay h4 {
        margin: 0 0 4px;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
    }


    .lifestyle-overlay p {
        margin: 0;
        color: rgba(255,255,255,.75);
        font-size: 11px;
    }


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.lifestyle-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 55px;
}


    .lifestyle-bottom span {
        width: 60px;
        height: 1px;
        background: #c49a43;
    }


    .lifestyle-bottom p {
        margin: 0;
        color: #777;
        font-family: Georgia, serif;
        font-size: 15px;
        font-style: italic;
    }


    .lifestyle-bottom strong {
        color: #075b42;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .dates-lifestyle-gallery {
        padding: 90px 0;
    }

    .lifestyle-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 250px 250px;
    }

    .lifestyle-large {
        grid-row: span 1;
        grid-column: span 2;
    }

    .lifestyle-wide {
        grid-column: span 2;
    }
}


@media (max-width: 575px) {

    .dates-lifestyle-gallery {
        padding: 70px 0;
    }

    .lifestyle-heading {
        margin-bottom: 45px;
    }

    .lifestyle-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .lifestyle-card,
    .lifestyle-large,
    .lifestyle-wide {
        height: 280px;
    }

    .lifestyle-overlay {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }

    .lifestyle-bottom span {
        display: none;
    }
}
/* =========================================================
   DATESKART - QUALITY & TRUST
   Emerald Green + Luxury Gold
========================================================= */

.dates-quality-section {
    position: relative;
    padding: 35px 0;
    background: #075b42;
    overflow: hidden;
}


    /* =========================================================
   BACKGROUND DECORATION
========================================================= */

    .dates-quality-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        left: -250px;
        top: -180px;
        border-radius: 50%;
        border: 1px solid rgba(196,154,67,.18);
    }


    .dates-quality-section::after {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        right: -220px;
        bottom: -200px;
        border-radius: 50%;
        background: rgba(196,154,67,.05);
    }


/* =========================================================
   HEADING
========================================================= */

.quality-heading {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto 85px;
}


.quality-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #d4ad59;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.quality-heading h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 45px);
    line-height: 1.1;
    font-weight: 700;
}


    .quality-heading h2 span {
        color: #d4ad59;
        font-family: Georgia, serif;
        font-style: italic;
    }


.quality-heading p {
    max-width: 620px;
    margin: auto;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.quality-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    align-items: center;
    gap: 55px;
    max-width: 1150px;
    margin: auto;
}


/* =========================================================
   QUALITY POINTS
========================================================= */

.quality-side {
    display: flex;
    flex-direction: column;
    gap: 55px;
}


.quality-point {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}


.quality-left {
    text-align: right;
}


    .quality-left .quality-point {
        flex-direction: row-reverse;
    }


.quality-right {
    text-align: left;
}


.quality-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212,173,89,.7);
    border-radius: 50%;
    color: #d4ad59;
    background: rgba(255,255,255,.05);
    font-size: 16px;
}


.quality-point h4 {
    margin: 2px 0 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}


.quality-point p {
    max-width: 250px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   CENTER SEAL
========================================================= */

.quality-center {
    position: relative;
    width: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Outer rings */

.quality-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212,173,89,.5);
}


.quality-ring-one {
    width: 340px;
    height: 340px;
}


.quality-ring-two {
    width: 305px;
    height: 305px;
    border-style: dashed;
    opacity: .6;
}


/* =========================================================
   SEAL
========================================================= */

.quality-seal {
    position: relative;
    width: 245px;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f3e7;
    border: 8px solid #c49a43;
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
    z-index: 3;
}


.seal-inner {
    width: 205px;
    height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #075b42;
    border-radius: 50%;
    text-align: center;
    color: #075b42;
}


    .seal-inner i {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 9px;
        background: #075b42;
        color: #d4ad59;
        border-radius: 50%;
        font-size: 13px;
    }


    .seal-inner span {
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 3px;
    }


    .seal-inner strong {
        margin-top: 4px;
        color: #075b42;
        font-family: Georgia, serif;
        font-size: 25px;
        letter-spacing: 1px;
    }


    .seal-inner small {
        margin-top: 4px;
        color: #a17d32;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 2px;
    }


/* =========================================================
   SEAL LEAVES
========================================================= */

.seal-leaf {
    position: absolute;
    color: #d4ad59;
    font-size: 25px;
    z-index: 5;
}


.seal-leaf-left {
    left: 20px;
    top: 95px;
    transform: rotate(-35deg);
}


.seal-leaf-right {
    right: 20px;
    bottom: 95px;
    transform: rotate(145deg);
}


/* =========================================================
   BOTTOM PROMISE
========================================================= */

.quality-promise {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 85px;
}


.quality-line {
    width: 60px;
    height: 1px;
    background: #c49a43;
}


.promise-content {
    display: flex;
    align-items: center;
    gap: 15px;
}


    .promise-content i {
        color: #d4ad59;
        font-size: 10px;
    }


    .promise-content p {
        margin: 0;
        color: rgba(255,255,255,.75);
        font-family: Georgia, serif;
        font-size: 14px;
        font-style: italic;
    }


    .promise-content strong {
        color: #ffffff;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .dates-quality-section {
        padding: 90px 0;
    }

    .quality-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .quality-center {
        order: -1;
        margin: auto;
    }

    .quality-side {
        gap: 25px;
    }

    .quality-left,
    .quality-right {
        text-align: left;
    }

        .quality-left .quality-point {
            flex-direction: row;
        }

    .quality-point {
        max-width: 500px;
        margin: auto;
    }
}


@media (max-width: 575px) {

    .dates-quality-section {
        padding: 70px 0;
    }

    .quality-center {
        width: 300px;
        height: 300px;
    }

    .quality-ring-one {
        width: 285px;
        height: 285px;
    }

    .quality-ring-two {
        width: 255px;
        height: 255px;
    }

    .quality-seal {
        width: 210px;
        height: 210px;
    }

    .seal-inner {
        width: 175px;
        height: 175px;
    }

        .seal-inner strong {
            font-size: 21px;
        }

    .quality-promise {
        margin-top: 60px;
    }

    .quality-line {
        display: none;
    }

    .promise-content p {
        text-align: center;
    }
}
/* =========================================================
   DATESKART - TESTIMONIALS
   Simple • Elegant • Classy
========================================================= */

.dates-testimonial-section {
    padding: 30px 0;
    background: #f8f6ef;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.testimonial-heading {
    margin-bottom: 50px;
}


.testimonial-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.testimonial-heading h2 {
    margin: 0;
    color: #075b42;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
}


    .testimonial-heading h2 span {
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
    }


/* =========================================================
   TESTIMONIAL BOX
========================================================= */

.testimonial-box {
    position: relative;
    max-width: 850px;
    margin: auto;
    padding: 30px 25px 20px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 66, .08);
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(7, 91, 66, .07);
}


/* =========================================================
   QUOTE
========================================================= */

.testimonial-quote {
    width: 52px;
    height: 52px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d2a64a;
    border-radius: 50%;
    font-size: 18px;
}


/* =========================================================
   TEXT
========================================================= */

.testimonial-text {
    max-width: 680px;
    margin: 0 auto 32px;
    color: #555d57;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.8;
    font-style: italic;
}


/* =========================================================
   AUTHOR
========================================================= */

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
}


.author-avatar {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d2a64a;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
}


.testimonial-author h4 {
    margin: 0 0 3px;
    color: #075b42;
    font-size: 14px;
    font-weight: 700;
}


.testimonial-author span {
    color: #999;
    font-size: 11px;
}


/* =========================================================
   STARS
========================================================= */

.testimonial-stars {
    margin-top: 25px;
    color: #c49a43;
    font-size: 11px;
    letter-spacing: 3px;
}


/* =========================================================
   DOTS
========================================================= */

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 30px;
}


    .testimonial-dots span {
        width: 7px;
        height: 7px;
        display: block;
        background: #d6d6d0;
        border-radius: 50%;
    }


        .testimonial-dots span.active {
            width: 22px;
            border-radius: 10px;
            background: #c49a43;
        }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .dates-testimonial-section {
        padding: 75px 0;
    }

    .testimonial-box {
        padding: 40px 25px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.7;
    }
}
/* =========================================================
   DATESKART - PREMIUM BANNER
   Emerald Green + Luxury Gold
========================================================= */

.dates-premium-banner {
    padding: 80px 0;
    background: #f8f6ef;
}


/* =========================================================
   MAIN BANNER
========================================================= */

.premium-banner-box {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 70px 80px;
    background: #075b42;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(7, 91, 66, .18);
}


/* =========================================================
   BACKGROUND CIRCLES
========================================================= */

.premium-circle {
    position: absolute;
    border: 1px solid rgba(212, 173, 89, .25);
    border-radius: 50%;
    pointer-events: none;
}


.circle-one {
    width: 500px;
    height: 500px;
    right: -180px;
    top: -150px;
}


.circle-two {
    width: 350px;
    height: 350px;
    right: -80px;
    bottom: -180px;
}


/* =========================================================
   CONTENT
========================================================= */

.premium-banner-content {
    position: relative;
    z-index: 3;
    width: 58%;
}


.premium-banner-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #d5ad57;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
}


.premium-banner-content h2 {
    max-width: 650px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}


    .premium-banner-content h2 span {
        display: block;
        color: #d5ad57;
        font-family: Georgia, serif;
        font-style: italic;
        font-weight: 400;
    }


.premium-banner-content p {
    max-width: 540px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   BUTTON
========================================================= */

.premium-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 8px 9px 8px 22px;
    background: #ffffff;
    color: #075b42;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease;
}


    .premium-banner-btn span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c49a43;
        color: #ffffff;
        border-radius: 50%;
        transition: transform .3s ease;
    }


    .premium-banner-btn:hover {
        color: #075b42;
        transform: translateY(-3px);
    }


        .premium-banner-btn:hover span {
            transform: translateX(4px);
        }


/* =========================================================
   RIGHT VISUAL
========================================================= */

.premium-banner-visual {
    position: absolute;
    right: 55px;
    top: 50%;
    width: 390px;
    height: 390px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


/* Golden glow */

.premium-date-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(196,154,67,.14);
    border-radius: 50%;
    filter: blur(35px);
}


/* Date image */

.premium-date-image {
    position: relative;
    width: 330px;
    max-height: 330px;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 25px 25px rgba(0,0,0,.25));
}


/* =========================================================
   QUALITY TAG
========================================================= */

.premium-quality-tag {
    position: absolute;
    right: 0;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px 12px 12px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    z-index: 5;
}


    .premium-quality-tag > i {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #075b42;
        color: #d5ad57;
        border-radius: 50%;
        font-size: 14px;
    }


    .premium-quality-tag strong {
        display: block;
        color: #075b42;
        font-size: 11px;
    }


    .premium-quality-tag small {
        display: block;
        margin-top: 2px;
        color: #888;
        font-size: 9px;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .premium-banner-box {
        padding: 60px 45px;
    }

    .premium-banner-content {
        width: 60%;
    }

    .premium-banner-visual {
        right: -20px;
        width: 330px;
        height: 330px;
    }

    .premium-date-image {
        width: 280px;
    }
}


@media (max-width: 767px) {

    .dates-premium-banner {
        padding: 60px 0;
    }

    .premium-banner-box {
        min-height: auto;
        display: block;
        padding: 50px 28px 30px;
        text-align: center;
    }

    .premium-banner-content {
        width: 100%;
    }

        .premium-banner-content p {
            margin-left: auto;
            margin-right: auto;
        }

    .premium-banner-visual {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 280px;
        transform: none;
        margin-top: 25px;
    }

    .premium-date-image {
        width: 240px;
    }

    .premium-quality-tag {
        right: 5px;
        bottom: 5px;
    }
}
/* =========================================================
   DATESKART - CONTACT SECTION
   Emerald Green + Luxury Gold
========================================================= */

.dates-contact-section {
    padding: 45px 0;
 
    position: relative;
    overflow: hidden;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.dates-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1150px;
    margin: auto;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.dates-contact-info {
    padding-right: 30px;
}


.contact-eyebrow {
    display: inline-block;
    margin-bottom: 17px;
    color: #b18735;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.dates-contact-info h2 {
    margin: 0 0 22px;
    color: #075b42;
    font-size: clamp(40px, 4.5vw, 58px);
    line-height: 1.08;
    font-weight: 700;
}


    .dates-contact-info h2 span {
        display: block;
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
        font-weight: 400;
    }


.contact-intro {
    max-width: 500px;
    margin-bottom: 38px;
    color: #70766f;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}


.contact-detail-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b42;
    color: #d2a64a;
    border-radius: 50%;
    font-size: 14px;
}


.contact-detail small {
    display: block;
    margin-bottom: 4px;
    color: #a17d32;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}


.contact-detail a {
    color: #075b42;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}


.contact-detail p {
    margin: 0;
    color: #626862;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SOCIAL
========================================================= */

.contact-social {
    display: flex;
    gap: 9px;
    margin-top: 32px;
}


    .contact-social a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(7,91,66,.15);
        border-radius: 50%;
        color: #075b42;
        text-decoration: none;
        font-size: 12px;
        transition: .3s ease;
    }


        .contact-social a:hover {
            background: #075b42;
            color: #d2a64a;
            border-color: #075b42;
        }


/* =========================================================
   FORM BOX
========================================================= */

.dates-contact-form-box {
    padding: 42px;
    background: #f8f6ef;
    border: 1px solid rgba(7,91,66,.08);
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(7,91,66,.08);
}


.contact-form-heading {
    margin-bottom: 28px;
}


    .contact-form-heading span {
        color: #b18735;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 2.5px;
    }


    .contact-form-heading h3 {
        margin: 8px 0 0;
        color: #075b42;
        font-size: 28px;
        line-height: 1.25;
    }


    .contact-form-heading em {
        color: #b18735;
        font-family: Georgia, serif;
        font-weight: 400;
    }


/* =========================================================
   INPUTS
========================================================= */

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


.contact-input {
    margin-bottom: 18px;
}


    .contact-input label {
        display: block;
        margin-bottom: 7px;
        color: #075b42;
        font-size: 11px;
        font-weight: 600;
    }


    .contact-input input,
    .contact-input textarea {
        width: 100%;
        padding: 13px 15px;
        background: #fafaf7;
        border: 1px solid #e5e5dd;
        border-radius: 8px;
        outline: none;
        color: #333;
        font-size: 13px;
        transition: .3s ease;
        box-sizing: border-box;
    }


    .contact-input textarea {
        resize: vertical;
    }


        .contact-input input:focus,
        .contact-input textarea:focus {
            border-color: #c49a43;
            background: #ffffff;
        }


        .contact-input input::placeholder,
        .contact-input textarea::placeholder {
            color: #aaa;
        }


/* =========================================================
   SUBMIT
========================================================= */

.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 9px 8px 22px;
    border: 0;
    background: #075b42;
    color: #ffffff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}


    .contact-submit span {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c49a43;
        border-radius: 50%;
        transition: .3s ease;
    }


    .contact-submit:hover {
        background: #064b37;
        transform: translateY(-2px);
    }


        .contact-submit:hover span {
            transform: translateX(4px);
        }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .dates-contact-section {
        padding: 90px 0;
    }

    .dates-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .dates-contact-info {
        padding-right: 0;
    }
}


@media (max-width: 575px) {

    .dates-contact-section {
        padding: 70px 0;
    }

    .dates-contact-form-box {
        padding: 28px 20px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
/* =========================================================
   DATESKART FOOTER - PERFECT ALIGNMENT
========================================================= */

.dateskart-footer {
    position: relative;
    background: #064b37;
    color: #fff;
    overflow: hidden;
}


    /* =========================================================
   MAIN FOOTER AREA
========================================================= */

    .dateskart-footer .footer-widget-area {
        padding: 40px 0 5px;
    }


    /* Make all columns align from the same top point */

    .dateskart-footer .row {
        align-items: flex-start;
    }


    /* =========================================================
   ALL WIDGETS
========================================================= */

    .dateskart-footer .footer-widget {
        height: 100%;
        margin: 0;
        padding: 0;
    }


/* =========================================================
   BRAND COLUMN
========================================================= */

.footer-brand-widget {
    max-width: 360px;
}

.footer-logo {
    display: inline-block;
    margin: 0 0 22px;
}

    .footer-logo img {
        width: 165px;
        height: auto;
        display: block;
    }

.footer-brand-widget p {
    max-width: 330px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   FOOTER TITLES
========================================================= */

.footer-title {
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 12px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

    .footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 2px;
        background: #c49a43;
    }


/* =========================================================
   LINKS
========================================================= */

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-links li {
        margin: 0 0 13px;
        padding: 0;
    }

        .footer-links li:last-child {
            margin-bottom: 0;
        }

    .footer-links a {
        display: inline-block;
        color: rgba(255,255,255,.68);
        font-size: 14px;
        line-height: 1.5;
        text-decoration: none;
        transition: all .3s ease;
    }

        .footer-links a:hover {
            color: #d4ad59;
            transform: translateX(4px);
        }


/* =========================================================
   CONTACT COLUMN
========================================================= */

.footer-contact-widget {
    max-width: 330px;
}

    .footer-contact-widget > p {
        margin: 0 0 22px;
        color: rgba(255,255,255,.68);
        font-size: 14px;
        line-height: 1.8;
    }


.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
}


    .footer-contact-info a,
    .footer-contact-info span {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255,255,255,.72);
        font-size: 14px;
        line-height: 1.5;
        text-decoration: none;
    }


    .footer-contact-info i {
        width: 20px;
        min-width: 20px;
        color: #d4ad59;
        text-align: center;
        font-size: 13px;
    }


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

    .footer-social a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(212,173,89,.35);
        border-radius: 50%;
        color: #d4ad59;
        font-size: 13px;
        text-decoration: none;
        transition: all .3s ease;
    }

        .footer-social a:hover {
            background: #c49a43;
            border-color: #c49a43;
            color: #fff;
            transform: translateY(-3px);
        }


/* =========================================================
   BOTTOM AREA
========================================================= */

.dateskart-footer .footer-bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}


/* Copyright */

.copyright-text {
    margin: 0;
    color: rgba(255,255,255,.52);
    font-size: 13px;
    line-height: 1.5;
}

    .copyright-text strong {
        color: #d4ad59;
        font-weight: 600;
    }


/* Bottom links */

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    margin: 0;
}

    .footer-bottom-links a {
        color: rgba(255,255,255,.52);
        font-size: 13px;
        line-height: 1.5;
        text-decoration: none;
        transition: all .3s ease;
    }

        .footer-bottom-links a:hover {
            color: #d4ad59;
        }


/* =========================================================
   DESKTOP COLUMN SPACING
========================================================= */

@media (min-width: 992px) {

    .dateskart-footer .col-xl-4:first-child {
        padding-right: 45px;
    }

    .dateskart-footer .col-xl-2 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dateskart-footer .col-xl-4:last-child {
        padding-left: 35px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dateskart-footer .footer-widget-area {
        padding: 60px 0 45px;
    }

    .footer-brand-widget,
    .footer-contact-widget {
        max-width: 100%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dateskart-footer .footer-widget-area {
        padding: 55px 0 35px;
    }

    .footer-brand-widget p {
        max-width: 100%;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 20px;
        margin-top: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .footer-logo img {
        width: 145px;
    }

    .footer-brand-widget p,
    .footer-contact-widget > p {
        font-size: 13px;
    }

    .footer-links a,
    .footer-contact-info a,
    .footer-contact-info span {
        font-size: 13px;
    }
}
/* =========================================================
   DATESKART PREMIUM PRODUCT GALLERY
   Emerald Green + Luxury Gold
========================================================= */

.dates-product-gallery {
    position: relative;
    padding: 0px 0;
   
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.gallery-heading {
    max-width: 720px;
    margin: 0 auto 60px;
}

.gallery-subtitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #b18735;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

    .gallery-subtitle::before,
    .gallery-subtitle::after {
        content: "";
        width: 35px;
        height: 1px;
        background: #c49a43;
    }

.gallery-heading h2 {
    margin: 0;
    color: #075b42;
    font-size: clamp(40px, 5vw, 45px);
    line-height: 1.05;
    font-weight: 700;
}

    .gallery-heading h2 span {
        display: block;
        color: #b18735;
        font-family: Georgia, serif;
        font-style: italic;
        font-weight: 400;
    }

.gallery-heading p {
    max-width: 600px;
    margin: 22px auto 0;
    color: #6b716c;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   GRID
========================================================= */

.containerr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}


/* =========================================================
   CARD
========================================================= */

.cards {
    position: relative;
    background: #075b42;
  
    border-radius: 22px;

    box-shadow: 0 15px 35px rgba(7, 91, 66, .15);
    transition: transform .4s ease, box-shadow .4s ease;
}

    .cards:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(7, 91, 66, .25);
    }


/* =========================================================
   IMAGE
========================================================= */

.cards-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 16px;
    background: #123f31;
    border: 2px solid rgba(196,154,67,.75);
}

    .cards-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cards-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .7s ease;
    }

.cards:hover .cards-image img {
    transform: scale(1.07);
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 57, 42, .42);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}

.cards:hover .gallery-overlay {
    opacity: 1;
}


/* =========================================================
   EXPAND BUTTON
========================================================= */

.gallery-overlay span {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c49a43;
    color: #fff;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.8);
    font-size: 17px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
}


/* =========================================================
   NUMBER
========================================================= */

.product-number {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    min-width: 75px;
    padding: 7px 22px;
    background: #c49a43;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -3px 10px rgba(0,0,0,.15);
}


/* =========================================================
   CAPTION
========================================================= */

.gallery-caption {
    padding: 20px 10px 12px;
    text-align: center;
}

    .gallery-caption h4 {
        margin: 0;
        color: #fff;
        font-family: Georgia, serif;
        font-size: 21px;
        font-weight: 600;
    }

.caption-line {
    position: relative;
    width: 75px;
    height: 1px;
    margin: 13px auto;
    background: #c49a43;
}

    .caption-line::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: -3px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        background: #c49a43;
    }

.gallery-caption p {
    margin: 0;
    color: #e1c778;
    font-size: 12px;
    letter-spacing: 1px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dates-product-gallery {
        padding: 85px 0;
    }

    .containerr {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards-image {
        height: 320px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .dates-product-gallery {
        padding: 70px 0;
    }

    .gallery-heading {
        margin-bottom: 40px;
    }

        .gallery-heading h2 {
            font-size: 40px;
        }

        .gallery-heading p {
            font-size: 14px;
        }

    .containerr {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cards-image {
        height: 380px;
    }
}