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

:root {
  --color-dark-teal: #163a3a;
  --color-darker-teal: #0f2b2b;
  --color-terracotta: #b5532c;
  --color-terracotta-dark: #93431f;
  --color-cream: #f7f1de;
  --color-cream-soft: #fbf6e8;
  --color-gold: #e0b94d;
  --color-text-dark: #1f2d2d;
  --color-text-muted: #5c6868;
  --color-white: #ffffff;

  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Poppins", "Segoe UI", sans-serif;

  --transition-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-smooth: cubic-bezier(0.45, 0, 0.15, 1);
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

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

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

.no-padding {
  padding: 0px;
}

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

p {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: Manrope;
  overflow-x: hidden;
}

.custom-container {
  max-width: 1730px;
  margin: 0px auto;
  padding: 0px 15px;
}

.cmn-gap {
  padding: 80px 0px;
  margin: 0px;
}

.cmn-butn {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 14px 30px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.wht-butn {
  background: #fbf8f6;
  border: 1px solid #fbf8f6;
  color: #a43506;
  transition: all 0.25s;
}

.wht-butn:hover {
  background: transparent;
  border: 1px solid #fbf8f6;
  color: #fff;
  transform: translateY(-2px);
}

.red-butn {
  background: #a43506;
  border: 1px solid #a43506;
  color: #fff;
  transition: all 0.25s;
}

.red-butn:hover {
  background: transparent;
  border: 1px solid #a43506;
  color: #a43506;
  transform: translateY(-2px);
}

h2 {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

h3 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

h6 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  color: #151e1e;
}

h5 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  color: #073f42;
}

p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

.top-bar {
  margin: 0px 0px;
  padding: 10px 0px;
  width: 100%;
  height: auto;
  background: transparent;
  transition: all 0.1s ease 0s;
  z-index: 999;
  position: absolute;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.top-bar .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-bar .info-item img {
  height: 16px;
  margin-right: 6px;
}

.top-bar .info-item p {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 16px;
  letter-spacing: 0px;

  color: #fff;
  padding: 0px;
  margin: 0px;
}

.top-bar .info-item p a {
  color: #fff;
}

.top-bar .info-item p a:hover {
  color: #eddb84;
}

.info-item i {
  color: #eddb84;
}

.top-bar-social {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.top-bar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #f0dd84;
  border-radius: 50%;
  transition: all 0.35s var(--transition-spring);
  color: #000;
  font-size: 16px;
}

.top-bar-social a:hover {
  background: #a43506;
  color: #fff;
}

/* ========NAVBAR===========*/

.main-nav {
  margin: 0px 0px;
  padding: 8px 0px;
  width: 100%;
  height: auto;
  background: #151e1e6b;
  transition: all 0.1s ease 0s;
  z-index: 999;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 50px;
}

.main-nav.scroll {
  background: #151e1e;
  height: auto;
  padding: 6px 0px;
  transition: background-color 0.5s ease 0s;
  top: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.site-nav {
  padding: 0px;
  margin: 0px;
  transition:
    box-shadow 0.3s,
    padding 0.3s;
  background: transparent;
}

.logo {
  width: 250px;
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.logo img {
  width: 100%;
}

.main-nav.scroll .logo {
  width: 25%;
  margin: 5px 0px;
}

.stellarnav.mobile.right > ul {
  z-index: 99;
  background: #f0d04d;
}

.stellarnav {
  position: relative;
  width: 100%;
  line-height: normal;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.stellarnav ul {
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 45px;
}

.stellarnav > ul > li > a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;

  line-height: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;

  color: #fff;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

.stellarnav > ul > li > a:hover {
  color: #efdc83;
  text-decoration: none;
}

.stellarnav > ul > li > a.active {
  color: #efdc83 !important;
  text-decoration: none;
  font-weight: 600;
}

.main-nav-socialicon {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: right;
}

.main-nav .stellarnav ul ul {
  width: 263px;
  padding: 12px 0px;
}

.main-nav .stellarnav li li {
  margin: 0px 0px;
  width: 100% !important;
  border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
  font-size: 15px;
  padding: 8px 12px;
  color: #2c2c2c;
  font-weight: 400;
}

.stellarnav li.has-sub a {
  padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
  background: #f9f9f9;
  color: #a4b4e8;
}

.main-nav .stellarnav li li a.active {
  background: #f9f9f9;
  color: #a4b4e8;
}

.stellarnav li.has-sub > a::after {
  content: "\f107";
  margin-left: 7px !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #267ec3;
  display: inline-block;
  border: none !important;
  font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
  height: 100%;
}

.btn-request-quote {
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  padding: 12px 30px;
  border-radius: 6px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
}

.btn-request-quote:hover {
  background: var(--white);
  color: var(--navy-dark);
  transform: translateY(-2px);
}

/* ========NAVBAR===========*/

/* =======banner-section===========*/

.banner-section {
  margin: 0px 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  z-index: 99;
}

.banner-section #overlay {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.52) 50.52%,
    rgba(0, 0, 0, 0.13) 100%
  );
  z-index: 999;
  background: linear-gradient(90deg, #151e1e 0%, rgba(39, 47, 48, 0) 75%);
  /* height: 100%; */
}

.banner-section .custom-container {
  position: relative;
  width: 100%;
}

.hero-content {
  position: absolute;
  color: #ffffff;
  bottom: 200px;
  width: 50%;
  max-width: 900px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;

  text-align: left;
}

.hero-content h1 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  text-align: left;
}

.hero-content h1 span {
  font-style: italic;
  color: #eddb84;
}

.hero-content p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  max-width: 80%;
  text-align: left;
}

.hero-btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.banner-section .owl-dots {
  display: none;
}

/* Info bar at bottom of hero */

/* =======banner-section===========*/

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

.sub-tittle {
  font-weight: 700;

  font-size: 14px;

  line-height: 24px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #0674bd;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.cmn-tittle {
  font-family: Nunito Sans;
  font-weight: 800;

  font-size: 45px;

  line-height: 59px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #0d3149;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.cmn-text {
  font-weight: 400;

  font-size: 20px;

  line-height: 30px;
  letter-spacing: 0%;

  color: #484848;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

/* =================================== */
/* ============info-cards-wrap=========*/
/* =================================== */

.info-cards-wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.info-card {
  border-radius: 20px;
  overflow: hidden;
  height: 330px;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.5s var(--transition-spring),
    box-shadow 0.5s var(--transition-smooth);
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.info-card-img {
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  position: relative;
}

.info-card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(21, 30, 30, 0) 0%,
    rgba(21, 30, 30, 0.11) 100%
  );
  transition: opacity 0.4s;
}

.info-card-img:hover::before {
  .info-card-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      270deg,
      rgba(21, 30, 30, 0) 0%,
      rgba(21, 30, 30, 0.11) 100%
    );
    transition: opacity 0.4s;
  }
}

.info-card1 h4 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  transition: transform 0.4s var(--transition-spring);
  position: relative;
  z-index: 1;
}

.info-card:hover .info-card1 h4 {
  transform: translateX(6px);
}

.info-card-cream {
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.info-card-cream h5 {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;

  line-height: 36px;
  letter-spacing: 0px;
  color: #073f42;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.info-card-cream h4 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #073f42;
  margin: 0px;
  padding: 0px 0px 30px 0px;
}

.btn-outline-card {
  display: inline-block;
  background: var(--color-terracotta);
  color: var(--color-white);
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  align-self: flex-start;
  transition: all 0.35s var(--transition-spring);
}

.btn-outline-card:hover {
  background: var(--color-terracotta-dark);
  transform: translateY(-3px);
  color: var(--color-white);
}

.info-card-stat {
  background: #7b2804;
  height: 100%;
  padding: 40px;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.info-card-stat .stat-number {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.info-card-stat .stat-label {
  font-family: Manrope;
  font-weight: 600;

  font-size: 24px;

  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 80px 0px;
}

.info-card-stat .stat-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-card-stat .stat-rating-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eddb84;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: #7b2804;
}

.info-card-stat .stat-rating-text {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;

  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
}

.info-card-stat .sparkle {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 100px;
  opacity: 0.85;
  animation: sparklePulse 3s ease-in-out infinite;
}

@keyframes sparklePulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.2) rotate(15deg);
    opacity: 1;
  }
}

/* =================================== */
/* ==========info-cards-wrap========*/
/* =================================== */

/* =================================== */
/* ==========why-choose-section=======*/
/* =================================== */

.why-choose-section {
  position: relative;
  overflow: hidden;
}

.why-choose-section.cmn-gap {
  padding-top: 0px;
}

.why-choose-left {
  padding: 0px;
  margin: 0px;
}

.why-choose-left h6 {
  padding: 0px 0px 20px 0px;
  text-align: left;
}

.why-choose-left h2 {
  color: #073f42;
  text-align: left;
}

.why-choose-left h2 span {
  color: #a43506;
  font-style: Italic;
}

.why-choose-righttext {
  padding: 0px;
  margin: 0px;
}

.why-choose-righttext p {
  color: #073f42;
  margin: 0px;
  padding: 0px 0px 50px 0px;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  border-left: 3px solid #a43506;
}

.feature-pill .pill-icon {
  width: 72px;
  height: 65px;
  flex-shrink: 0;
}

.feature-pill .pill-text {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #073f42;
  padding: 0px;
  margin: 0px;
}

/* Mission / Vision cards */

.mission-row {
  margin: 60px 0px 0px 0px;
  padding: 0px;
}

.mv-card {
  background: var(--color-cream-soft);
  border-radius: 20px;
  padding: 34px;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  transition: all 0.45s var(--transition-spring);
  border: 1px solid transparent;
}

.mv-card:hover {
  background: var(--color-cream);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--color-gold);
}

.mv-card img {
  width: 120px;
  flex-shrink: 0;
  transition: transform 0.5s var(--transition-spring);
}

.mv-card:hover img {
  transform: scale(1.1) rotate(-6deg);
}

.mv-card h5 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #073f42;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.mv-card p {
  color: #073f42;
  margin: 0px;
  padding: 0px;
}

/* =================================== */
/* ==========why-choose-section=======*/
/* =================================== */

/* =================================== */
/* ==========core-values-section=======*/
/* =================================== */

.core-values-section {
  position: relative;
  overflow: hidden;
}

.core-values-card {
  background: #032d2f;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(15, 43, 43, 0.25);
  height: 777px;
  overflow: hidden;
}

.core-values-img {
  background-size: cover;
  background-position: center;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.core-values-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--transition-smooth);
}

.core-values-card:hover .core-values-img img {
  transform: scale(1.08);
}

.core-values-content {
  padding: 50px 46px;
}

.core-values-content h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.core-values-content h3 span {
  color: #eddb84;
  font-style: italic;
}

.core-values-row {
  margin: 30px 0px 0px 0px;
}

.value-row {
  display: flex;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
  transition: padding-left 0.4s var(--transition-smooth);
}

.value-row:last-child {
  border-bottom: none;
}

.value-row:hover {
  padding-left: 8px;
}

.value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s var(--transition-spring);
}

.value-row:hover .value-icon {
  transform: rotate(8deg) scale(1.08);
}

.value-icon img {
  width: 70px;
  filter: brightness(0) invert(1);
}

.value-text h5 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.value-text p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}

/* =================================== */
/* ==========core-values-section=======*/
/* =================================== */

/* =================================== */
/* ==========referral-section=======*/
/* =================================== */

.referral-section {
  position: relative;
  overflow: hidden;
}

.referral-section-header {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.referral-section-header h2 {
  text-align: center;
  color: #073f42;
}

.referral-section-header h2 span {
  font-style: italic;
  color: #a43506;
}

.referral-section-header h5 {
  letter-spacing: 0px;
  color: #073f42;
  margin: 0px;
  padding: 0px;
}

.referral-section-body {
  margin: 0px auto;
  text-align: center;
  padding: 50px 0px 0px;
}

.referral-section-body img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.8s var(--transition-smooth);
  text-align: center;
  margin: 0px auto;
}

.referral-section-body:hover img {
  transform: scale(1.08);
}

/* =================================== */
/* ==========referral-section=======*/
/* =================================== */

/* =================================== */
/* ==========provide-section=======*/
/* =================================== */

.provide-section {
  position: relative;
  overflow: hidden;
}

.provide-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.provide-header h2 {
  text-align: left;
  color: #073f42;
}

.provide-header h2 span {
  font-style: italic;
  color: #a43506;
}

.provide-header h6 {
  text-align: left;
  color: #151e1e;
}

.provide-card {
  border-radius: 20px;
  overflow: hidden;
  height: 470px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  transition: transform 0.5s var(--transition-spring);
}

.provide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  transition: background 0.4s;
  z-index: 0;
}

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

.provide-card:hover::before {
  background: linear-gradient(
    180deg,
    rgba(181, 83, 44, 0.15) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.provide-card h4 {
  position: relative;
  z-index: 1;
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #fff;
  transition: transform 0.4s var(--transition-spring);
}

.provide-card:hover h4 {
  transform: translateX(6px);
}

/* =================================== */
/* ==========provide-section=======*/
/* =================================== */

/* =================================== */
/* ==========testimonial-section=======*/
/* =================================== */

.testimonial-section {
  background: var(--color-cream);
  padding: 80px 0;
  position: relative;
}

.star-row {
  color: #ffd21d;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.testimonial-section .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-section h2 {
  text-align: center;
  color: #073f42;
}

.testimonial-section h2 span {
  font-style: italic;
  color: #a43506;
}

.testimonial-section h6 {
  text-align: center;
  color: #151e1e;
}

.testimonial-track-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-track {
  display: flex;
  gap: 22px;
  overflow: hidden;
  flex: 1;
}

.testimonial-card {
	background: #fff;
	border-radius: 20px;
	padding: 28px 24px;
	flex: 1 0 calc(25% - 17px);
	box-shadow: 0px 0px 26.5px 0px #a435061a;
	transition: all 0.45s var(--transition-spring);
	height: 260px;
	margin: 20px 0px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-card .t-head {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.testimonial-card .t-head img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  object-fit: cover;
}

.testimonial-section h5 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #151e1e;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.testimonial-card p {
  color: #073f42;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

/* =================================== */
/* ==========testimonial-section=======*/
/* =================================== */

/* =================================== */
/* ==========quote-banner======*/
/* =================================== */

.quote-banner {
  background: var(--color-gold);
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.quote-banner .quote-mark {
  font-family: var(--font-serif);
  font-size: 3rem;
  color: rgba(22, 58, 58, 0.35);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.quote-banner .quote-mark.left {
  left: 6%;
}

.quote-banner .quote-mark.right {
  right: 6%;
}

.quote-banner h4 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  color: #073f42;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.quote-banner p {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
  color: #073f42;
  margin: 0px auto;
  padding: 0px 0px 20px 0px;
  max-width: 70%;
}

/* =================================== */
/* ==========quote-banner======*/
/* =================================== */

/* =================================== */
/* ==========contact-section=====*/
/* =================================== */

.contact-section {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-section .custom-container {
  position: relative;
  z-index: 1;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #151e1e 0%, rgba(39, 47, 48, 0) 75%);
}

.contact-left h6 {
  color: #fff;
}

.contact-left h2 {
  color: #fff;
}

.contact-left h2 span {
  color: #eddb84;
  font-style: italic;
  font-weight: 700;
}

.contact-left p {
  color: #fff;
  max-width: 80%;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}

.contact-info-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.contact-info-row .ci-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s var(--transition-spring);
}

.contact-info-row:hover .ci-icon {
  background: var(--color-terracotta);
  transform: rotate(10deg) scale(1.08);
}

.contact-info-row .ci-icon img {
  width: 30px;
}

.contact-info-row .ci-label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.contact-info-row .ci-value {
  font-family: Manrope;
  font-weight: 400;

  font-size: 24px;

  line-height: 34px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.contact-info-row .ci-value a {
  color: #fff;
}

.contact-info-row .ci-value a:hover {
  color: #a43506;
}

.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 26.5px 0px #a435061a;
}

.contact-form-card h3 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #151e1e;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.contact-form-card label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #073f42;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.form-control-custom {
  border: none;
  border-radius: 0;
  padding: 14px 14px;
  background: transparent;
  transition: border-color 0.35s;
  background: #fbf8f6;
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  border-radius: 10px;
}

.form-control-custom:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid var(--color-terracotta);
}

.form-control-custom::placeholder {
  color: #b9b09a;
}

.btn-send {
  background: var(--color-terracotta);
  color: var(--color-white);
  padding: 13px 36px;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  margin-top: 14px;
  transition: all 0.4s var(--transition-spring);
}

.btn-send:hover {
  background: var(--color-terracotta-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(181, 83, 44, 0.4);
}

/* =================================== */
/* ==========contact-section=====*/
/* =================================== */

/* =================================== */
/* ==========cta-band=====*/
/* =================================== */

.cta-band {
  background: #a43506;
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
}

.cta-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-band h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;

  color: #fff;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

.cta-band h2 span {
  color: #eddb84;
  font-style: italic;
}

.cta-band p {
  color: #ffe3d4;
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;

  line-height: 36px;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

.btn-cta-light {
  background: var(--color-white);
  color: var(--color-terracotta-dark);
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s var(--transition-spring);
}

.btn-cta-light:hover {
  background: var(--color-cream);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  color: var(--color-terracotta-dark);
}

/* =================================== */
/* ==========cta-band=====*/
/* =================================== *

/* =================================== */
/* ==========footer=====*/
/* =================================== */

.footer-main {
  background: #032d2f;
  color: #b6c4c0;
  padding: 70px 0 20px;
  position: relative;
  overflow: hidden;
}

.footer-main .sparkle-deco {
  position: absolute;
  top: 30px;
  right: 4%;
  width: 120px;
  opacity: 0.5;
  animation: sparklePulse 4s ease-in-out infinite;
}

.footer-logo-wrap img {
  width: 290px;
  height: auto;
  object-fit: cover;
}

.footer-main h5 {
  color: #b6c4c0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.footer-text {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #b6c4c0;
  padding: 0px 0px 25px 0px;
  margin: 0px;
  max-width: 76%;
  text-align: left;
}

.footer-main .footer-tagline {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.footer-main .footer-tagline span {
  color: #eddb84;
  font-style: italic;
}

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

.footer-main ul li {
  margin-bottom: 12px;
}

.footer-main ul li a {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 26px;
  letter-spacing: 0px;

  transition: all 0.3s;
  position: relative;
}

.footer-main ul li a:hover {
  color: var(--color-gold);
  padding-left: 4px;
}

.footer-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b6c4c0;
  justify-content: start;
  align-items: center;
}

.footer-contact-item a {
  color: #b6c4c0;
}

.footer-contact-item a:hover {
  color: #eddb84;
}

.footer-contact-item i {
  color: #b6c4c0;
}

.footer-contact-item img {
  width: 16px;
  margin-top: 3px;
  filter: brightness(0) invert(0.8);
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  padding-top: 20px;
}

.footer-divider p {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.footer-social {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.35s var(--transition-spring);
  color: #18181b;
  font-size: 16px;
}

.footer-social a:hover {
  background: var(--color-terracotta);
  transform: translateY(-4px) rotate(8deg);
  color: #fff;
}

/* =================================== */
/* ==========footer=====*/
/* =================================== *











/* =================================== */
/* ========SCROLL ANIMATIONS==========*/
/* =================================== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-l {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-l.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-r {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-r.visible {
  opacity: 1;
  transform: translateX(0);
}

.d1 {
  transition-delay: 0.1s !important;
}

.d2 {
  transition-delay: 0.2s !important;
}

.d3 {
  transition-delay: 0.3s !important;
}

.d4 {
  transition-delay: 0.4s !important;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h1 {
  animation: heroIn 0.9s ease both;
}

.hero-content p {
  animation: heroIn 0.9s ease 0.15s both;
}

.hero-btns {
  animation: heroIn 0.9s ease 0.3s both;
}

/* =================================== */
/* ========SCROLL ANIMATIONS==========*/
/* =================================== */

/* =================================== */
/* =============my-css-end===========*/
/* =================================== */

.stellarnav .icon-close::after {
  border-bottom: solid 3px #fff;
}
.stellarnav .icon-close::before {
  border-bottom: solid 3px #fff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background-color: #a43506;
  color: #ffffff;
  z-index: 999;
  width: 50px;
  text-align: center;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000;
  border: 1px solid #000;
}

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

/*================================================
Go Top CSS
=================================================*/

/*================================================
moveing CSS
=================================================*/
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s var(--transition-smooth),
    transform 0.9s var(--transition-smooth);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal-delay-3 {
  transition-delay: 0.36s;
}

.reveal-delay-4 {
  transition-delay: 0.48s;
}

.inner-banner-section {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 390px;
}

.inner-banner-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.inner-banner-text {
  position: absolute;
  top: 70%;
  left: 0px;
  right: 0px;
  color: #fff;
  z-index: 9;
  text-align: center;
}

.inner-banner-text h1 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  text-align: center;
}

.inner-banner-text h1 span {
  font-style: italic;
  color: #eddb84;
}

.about-page-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.about-page-section-text {
  padding: 0px 100px 0px 0px;
}

.about-page-section-text h6 {
  padding: 0px 0px 20px 0px;
  text-align: left;
}

.about-page-section-text h2 {
  color: #073f42;
  text-align: left;
}

.about-page-section-text h2 span {
  color: #a43506;
  font-style: Italic;
}

.about-page-section-text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  color: #073f42;
}

.about-page-section-images {
  background-size: cover;
  background-position: center;
  min-height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about-page-section-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--transition-smooth);
}

.about-page-section-images:hover img {
  transform: scale(1.08);
}

.page-id-160 h2 {
    font-size: 30px;
    line-height: 35px;
    color: #a43506;
    text-align: center;
    font-weight: 600;
}

.page-id-160 h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	padding: 16px 0px;
	margin: 40px 0;
	width: 100%;
	height: auto;
	background: #a43506;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
	color: #fff;
	line-height: 22px;
	border-radius: 10px;
}

.page-id-160 p {
padding: 0 0 0 10px;
}

.page-id-160 label {
    display: inline-block;
    padding-bottom: 14px;
}

/*================================================
moveing CSS
=================================================*/
.marque {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  z-index: 111;
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
  height: 40px;
  background: #eddb84;
  color: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;


  animation: blink 2.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.marque p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}


.gallery-sec{
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.gallery-sec img{
  width: 100%; 
  cursor: zoom-in;
  margin-bottom: 5px;
}

.gallery-loop h2 {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    padding: 40px 0px 33px 0px;
    margin: 0px;
    text-align: center;
}

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/
