/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #F8CB2E;
  --secondary-color: #EE5007;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #EE5007;
  --custom-btn-bg-hover-color: #c01f27;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #7fffd4;
  --link-hover-color: #B22727;


  --h1-font-size: 74px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --btn-font-size: 14px;
  --copyright-font-size: 16px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background-color: #ffffff;
  font-family: 'Gotham-Light';
  overflow-x: hidden;
  overflow-y: auto;
}

@font-face {
  font-family: 'Chronicle Display Roman';
  src: url(../Font/Chronicle\ Display\ Roman.otf);
}

@font-face {
  font-family: 'Chronicle Display Roman1';
  src: url(../Font/Chronicle\ Display\ Black.otf)
}

@font-face {
  font-family: 'Gotham-Book';
  src: url(../Font/Gotham-Book.otf);
}

@font-face {
  font-family: 'Gotham-Light';
  src: url(../Font/Gotham-Light.otf);
}

@font-face {
  font-family: 'Cooper Black';
  src: url(../Font/COOPBL.TTF);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.hero-caption {
  font-family: 'Chronicle Display Roman';
  font-weight: normal;
  color: white;
  align-content: center;


}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-overlay {
  background-color: #0000008a;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.Getintouch {

  background-color: transparent;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  font-family: 'Gotham-Light';
  text-transform: capitalize;

  border-radius: 5px;
}

.Getintouch:hover {

  background-color: white;
  color: black;

}

.explore-more {

  /* background-color: transparent;
  border: 1px solid white; */
  /* padding: 10px 20px; */
  font-size: 24px;
  color: white;
  cursor: pointer;
  font-family: 'Gotham-Light';
  text-transform: capitalize;

  /* border-radius: 5px; */
}

.explore-more:hover {
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;

}

.section-overlay+.container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color);
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* prevent jump */
}

/* Optional: Smooth transition */
.dropdown-menu {
  transition: all 0.3s ease;
}

/* tabs */
.tab-container {
  background: transparent;

}

.status-tabs {
  gap: 40px;
  border-bottom: 1px solid white;
}

.tab-item {
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tab-item.active {
  color: #fff;
}

.slider-bar {
  position: absolute;
  bottom: -10px;
  height: 4px;
  background-color: #f7d5c7;
  border-radius: 4px;
  transition: left 0.3s ease, width 0.3s ease;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: background 0.3s ease, transform 0.3s ease;
  display: none;
}

.icon-circle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}


/* .icon-circle-whatsapp {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: background 0.3s ease, transform 0.3s ease;
  
}

.icon-circle-whatsapp:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
} */


.icon-circle-whatsapp {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.icon-circle-whatsapp:hover {
  /* background: #1ebd5a; */
  transform: scale(1.1);
}

/* styles section */

.section-header {
  /* background-image: url('../images/ram-story-head-bg.jpg');
  background-size: contain;
  background-repeat: repeat-x; */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-header .section-header-title {
  background-color: #fee6dc;
  padding: 8px 0;
}

.section-header .section-header-desc {
  background-color: #fff0ea;
  padding: 10px 0;
}

.section-header h3 {
  font-weight: normal;
  color: black;
  display: inline;
  font-size: 41px;
  font-family: 'Chronicle Display Roman';

}

.tabs-wrapper {
  text-align: center;
  font-size: 8px !important;
}

.tabs-wrapper .pad {
  padding: 20px;
}

.tabs-header-wrapper {
  background-image: url(../images/rams-project-head-bg.jpg);
  background-size: cover;
  font-family: 'Gotham-Light';
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 20px;
  font-family: 'Gotham-Light';
  border-radius: 0;
  font-size: 10px !important;
  text-align: center;
}

.highlight2 {
  font-size: 20px;
}

.explore-btn {
  padding: 0;
  right: 5%;
  bottom: 41%;


}

.section-header span {
  color: #ed1c24;
  font-family: 'Cooper Black';
  font-size: 40px;
}

.section-header p span {
  color: #ed1c24;
  font-family: 'Cooper Black';
  font-size: 20px;
}


.section-header p {
  font-family: 'Gotham-Light';
  font-size: 20px;
  color: #333;
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.stats-grid {
  padding: 40px 0px 0px 0px;
}

.stat-box {

  border: 1px solid black;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  color: #000;
  background: url('../images/large-bg.png');
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
  backdrop-filter: blur(2px);
}

.stat-box:hover {
  background: #ffe4dc;
  color: #d92332;
  transform: translateY(-5px);
}

.stat-number {
  font-size: 95px;
  font-weight: 500;
  font-family: 'Chronicle Display Roman';
}

.stat-label {
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Gotham-Light';
}

/* .project-tabs-section h3{
     font-weight: normal;
    color: black;
    display: inline;
    font-size: 41px;
    font-family: 'Chronicle Display Roman';
} */
.bg-image-5 {
  background-image: url('../images/small-bg.png');
  /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.bg-image-7 {
  background-image: url('../images/large-bg.png');
  /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  padding: 20px;
}

/* <!-- Explore Our Project --> */

.project-section {
  padding: 40px 0px;
}

.project-header {
  padding: 10px 0px;
}

/* Tabs Header Background */
.tabs-header-wrapper {
  background-image: url('../images/rams-project-head-bg.jpg');
  /* background-size: cover; */
  font-family: 'Gotham-Light';
  background-repeat: no-repeat;
  /* background-position: center; */
  padding: 40px 20px;
  font-family: 'Gotham-Light';
  border-radius: 0;
  text-align: center;
}

.tabs-header-wrapper {
  font-family: 'Chronicle Display Roman';

}

.highlight1 {
  color: #d33636;
  font-weight: bold;
  font-family: 'Chronicle Display Roman';
}

.highlight2 {
  color: #d33636;
  font-weight: bold;
  font-family: 'Chronicle Display Roman';
  font-size: 40px;
}

.project-overlay {
  position: absolute;
  z-index: 1;
  color: white;
  bottom: 0;
  width: 100%;
}

.section-header h3 {
  font-weight: normal;
  color: black;
  display: inline;
  font-size: 40px;
  padding-top: 10px;
  font-family: 'Chronicle Display Roman'
}

/* Title Styling */
.section-title {
  font-family: 'Chronicle Display Roman';
  font-size: 32px;
  color: #3b3b3b;
  margin-bottom: 30px;
}

/* Tab Navigation */
.custom-nav-tabs {
  list-style: none;
  /* padding: 20px; */
  font-family: 'Gotham-Book';
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 30px;
  border-bottom: none;
}

/* Each Tab Link */
.custom-nav-tabs .nav-link {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
  background: none;
  border: none;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'Gotham-Book';
  font-size: 20px;

}

.custom-nav-tabs2 .nav-link {
  color: white !important;
}

/* Hover underline only */
.custom-nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #ed1c24;
  transition: width 0.3s ease;
}

.status-tabs .custom-nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #FCE3D9;
  transition: width 0.3s ease;
}

.custom-nav-tabs .nav-link:hover::after {
  width: 100%;
}

/* Active link text styling only, no underline */
.custom-nav-tabs .nav-link.active {
  border-bottom: 2px solid #ed1c24;
}


/* <!-- RAMS WAYS --> */
.redevelopment-section {
  padding: 40px 0;
}

.rams-section {
  background-image: url('assets/images/map-bg.png');
  /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 40px; */
  color: #333;
  position: relative;
}

.overlay {
  font-family: 'Gotham-Book';
  background-image: url('../images/rams\ way-head-bg.jpg ');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  /* border-radius: 10px; */

  margin: 0 auto;
  text-align: center;
}

.rams-section h3 {
  font-weight: normal;
  color: black;
  display: inline;
  font-size: 40px;
  font-family: 'Chronicle Display Roman';
}

.rams-section .highlight {
  color: #ed1c24;
  font-family: 'cooper black';
  font-size: 40px;
}

.rams-section .description {
  font-size: 20px;
  max-width: 90%;
  color: #555;
  padding-top: 60px;
  display: inline-block;

  font-family: 'Gotham-Book';
}

.rams-section .description span {
  color: #ed1c24;
  font-family: 'cooper black';
  font-size: 20px;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0), transparent);
  box-sizing: border-box;
}

.project-overlay h3 {
  font-family: 'Gotham-Light';
  font-size: 40px;
  margin-bottom: 25px;
  text-align: center;
  color: white;
}

.project-info {
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
  /* gap: 6px;
  margin-bottom: 15px; */
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* .info-item img {
  margin-bottom: 10px;
} */

.info-item ul {
  list-style: none;
  padding-right: 20px;
}

.info-item ul li {
  color: #fff;
  font-family: 'Gotham-Light';
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.border-line {
  border-right: 2px solid #fff;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  gap: 6px;
  padding: 0;
  transition: 0.3s;
}

.explore-btn:hover {
  color: red;
}



.btn-icon {
  color: red;
}

.features-section {
  background-image: url('../images/map-image.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 520px;
  align-content: center;
}

.content-box {
  display: flex;
  /* max-width: 1200px; */
  margin: 0 auto;
  flex-wrap: wrap;
  border-radius: 0px;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
}

/* Left: Feature Boxes */
.features {
  flex: 0 0 60%;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;

}

.feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature img {
  width: 40px;
  height: auto;
}

.feature h4 {
  font-size: 24px;
  font-weight: 300;
  color: #303030;
  margin: 0;
  font-family: 'Gotham-Book';
}

.feature p {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  margin: 0;
  font-family: 'Gotham-light';
}

/* Button */
.know-more {
  margin-top: 20px;
  z-index: 1;
  position: absolute;

  bottom: 0;
  align-self: start;
  padding: 10px 20px;
  background-color: #f7d7c4;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* Right: Map */
.map-box {
  flex: 0 0 50%;
  background-color: #fef7f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


/* <!-- Happy customer stories --> */

.testimonial-section {
  padding: 40px 0px;
}

.testimonial-section h2 {
  font-weight: normal;
  color: black;
  display: inline;
  font-size: 41px;
  font-family: 'Chronicle Display Roman';
}

.header-box1 {

  background-image: url('../images/ram-story-head-bg.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 20px;
  font-family: 'gotham-Light';
  padding-top: 20px;

}

/* .header-box h2 {
 
  
} */
.text-muted {
  padding-top: 20px;
  font-family: 'Gotham-Book';
  padding-bottom: 30px;
}

.header-box span {
  font-weight: bold;
  color: red;
  font-family: 'Chronicle Display Roman';
}

.text-danger {
  color: #d33636;
  font-weight: bold;
  font-family: 'Chronicle Display Roman';
  font-size: 40px;
}

.quote-box {
  position: relative;
  background-color: white;
  font-family: 'Gotham-Book';
  border-radius: 12px;
}

.quote-mark.start,
.quote-mark.end {
  font-size: 80px;
  color: #f2b6b6;
  line-height: 1;
}

.quote-mark.start {
  position: absolute;
  top: 0;
  left: 0;
}

.quote-mark.end {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-text {
  padding: 30px 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}

.video-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-video {
  max-width: 100%;
}

.play-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #fa314a 0%, #d31639 100%);
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.play-btn img {
  width: 30px;
  height: 30px;
}

.side-videos img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

/* <!-- knowledge hub --> */


.knowledge-hub {
  padding: 40px 0px;
}

.knowledge-header {
  /* background-image: url('../images/rams-single-head-bg.jpg'); */
  /* background-color: #704010; */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;

  border-radius: 8px;
  margin-bottom: 20px;
}

.contnent2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.knowledge-header h2 {
  font-size: 41px;
  margin: 0;
  background-color: #fee6dc;
  font-weight: normal;

  font-family: 'Chronicle Display Roman';
  padding: 20px;
  color: #000;
}

.knowledge-header p {
  font-family: 'Gotham-Light';
  font-size: 20px;
  color: #333;
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.knowledge-header .highlight {
  color: #d33636;
  font-weight: bold;
  font-family: 'Chronicle Display Roman';
  font-size: 40px;
}

.knowledge-header .highlight-para {
  color: #d33636;
  padding-right: 10px;
}



.knowledge-header p {
  color: #555;
  font-size: 16px;
  font-family: 'Gotham-Book';
  display: inline-block;
  /* padding-top: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;

}

.knowledge-posts {
  display: block;
  padding-top: 40px;
  /* flex-wrap: wrap;
  gap: 30px;
  font-family: 'Gotham-Book';
  justify-content: center; */
}

.leadership-button {
  padding-top: 20px;
}


.post-card {
  width: 100%;
  /* max-width: 300px; */
  background-color: #fff;
}

.post-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.post-card .btn-icon {
  width: 50px;
}

.post-content {
  margin-top: 15px;
}

.post-content .date {
  font-size: 14px;
  color: #555;
}

.post-content h5 {
  font-size: 18px;
  color: #c41e3a;
  margin: 8px 0;
}

.read-more {
  text-decoration: none;
  font-size: 16px;
  color: #222;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 500;
}

.read-more span {
  margin-left: 5px;
  font-size: 18px;
}

/* Leadership Highlights */


.leadership-section {

  padding: 40px 0px;
  text-align: center;
}

.header-content h2 {

  font-size: 32px;
  margin: 0 0 10px;
  color: #333;
}

.header-content {
  background-image: url('../images/rams-single-head-bg.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-content .highlight {
  color: #e60012;
  font-weight: bold;
  font-family: 'Chronicle Display Roman';
}

.header-content p {
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 450px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.02);
}

.card img {
  /* width: 100%;
  display: block; */
  height: auto;
}

/* .explore-btn {
  display: inline-block;
  background-color: #fde9e4;
  padding: 12px 24px;
  margin: 15px auto 20px;
  text-decoration: none;
  color: #333;
 
  position: absolute;
  right:10%;
  bottom:0;
  font-weight: bold;
  border-radius: 3px;
  transition: background-color 0.3s;
} */
.property-banner {
  position: relative;
  overflow: hidden;
}

.text-overlay {
  position: absolute;
  top: 20%;
  left: 5%;
  color: white;
}

.explore-btn {
  display: inline-flex;
  background-color: #fde9e4;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  right: 5%;
  bottom: 33%;
  transition: background-color 0.3s;
}

.explore-btn:hover {
  background-color: #f8d5cb;
}

.btn:hover {
  background-color: #f8d5cb;
}

/* <!-- Footer Section --> */
.footer-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  /* makes icons white */
  transition: transform 0.2s ease;
}

.footer-icon:hover {
  transform: scale(1.1);
}

.footer-content {
  background-image: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Gotham-Light';
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  margin-right: 0px;
  margin-left: 20px;
}

.custom-btn2 {
  /* padding: 10px 32px;
  background-color: #fde9e4; */
  border: 2px solid #000;
}

.custom-btn:hover {
  background: transparent;
  color: var(--white-color);
  border: 1px solid #fff;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* margin-top: 20px; */
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
  border-bottom: 1px solid #ffffff59;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  /* border-radius: var(--border-radius-large); */
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Gotham-light';
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #fff;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ED1C24;
} */

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
  .nav-menu {
    width: 750px;
  }
}

/*Medium Screens */
@media (min-width: 922px) {
  .nav-menu {
    width: 970px;
  }
}

/*Large Screens */
@media (min-width: 1200px) {
  .nav-menu {
    width: 1170px;
  }
}

/* Burger Icon Container */
.burger-container {
  position: relative;
  top: 0px;
  right: -30px;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  /* box-shadow: 0 4px 6px #0000001a; */
}

/* Burger Icon Lines */
.burger-line {
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}

/* Checkbox Hack */
#burger-toggle {
  display: none;
}

/* Navigation Styles */
.nav-menu {
  position: fixed;
  top: 0;
  font-size: 20px;
  font-family: 'Gotham-Light';
  right: -300px;
  width: 300px;
  height: 100%;
  background: #eadcd6;
  transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: -4px 0 15px #00000033;
  overflow-y: auto;
  padding-top: 100px;
}

.nav-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff0d;
  backdrop-filter: blur(10px);
}

.nav-menu ul {
  list-style-type: none;
}

.nav-menu ul li {
  margin: 0 15px;
  border-bottom: 1px solid #ffffff1a;
}

.nav-menu ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  display: block;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}


.nav-menu ul li a span {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  /* display: block; */
  font-weight: 300;
  font-size: 16px;
}

.nav-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background-color: #ED1C24;
  transition: left 0.3s ease;
}

.nav-menu ul li a:hover::after {
  left: 0;
}

.nav-menu p {
  color: #000;
  text-align: right;
  display: block;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  font-family: 'Gotham-Book';
}

.nav-menu p span {
  color: #ED1C24;
  font-weight: bold;
  font-family: 'Cooper Black';
}


/* Burger Icon Animation on Checkbox Checked */
#burger-toggle:checked~.burger-container .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: #000;
}

#burger-toggle:checked~.burger-container .burger-line:nth-child(2) {
  opacity: 0;
}

#burger-toggle:checked~.burger-container .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
  background: #000;
}

/* Navigation Slide In */
#burger-toggle:checked~.nav-menu {
  right: 0;
}

/* Submenu Styles */
.nav-menu .submenu {
  display: none;
  list-style: none;
  padding-left: 1rem;
}

.nav-menu .has-submenu.open>.submenu {
  display: block;
}

/* Arrow default (down) */
.nav-menu .has-submenu .arrow::after {
  content: "▼";
  font-size: 0.7rem;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s;
}

/* When open, show up arrow */
.nav-menu .has-submenu.open .arrow::after {
  content: "▲";
}

/* Fullscreen video container */
#video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#video-intro video {
  width: 200px;

  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Fullscreen preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Change background color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease;
}

/* Optional fade-out effect */
#preloader.fade-out {
  opacity: 0;
}

/* Logo styling */
.preloader-logo {
  width: 150px;
  height: auto;
  animation: pulse 2s infinite ease-in-out;
}

/* Pulse animation (optional) */
@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 0px);
  border-bottom: 5px solid #fee6dc;
}

.hero-section h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  line-height: 90px;
  font-family: 'Chronicle Display Roman';
}

.hero-section h1 span {
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Chronicle Display Roman'
}

.hero-section p {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Gotham-Light';
  text-transform: capitalize;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}



/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  padding: 40px 0px;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}

.leader-post {
  padding: 40px 0px;
}

/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/upscale.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 500px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

/* .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */

.banner-title {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Gotham-book';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
  animation: fadeGlow 2s ease-in-out;
}

/* Optional subtle glowing effect */
@keyframes fadeGlow {
  0% {
    opacity: 0;
    transform: translateY(30px);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.4);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .ticket-section {
    /* background-image: url('../images/upscale/upscale-banner.jpg'); */
    height: auto;
    /* min-height: 400px; */
  }


}

@media (max-width: 480px) {
  .banner-title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
  }
}

/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .table-responsive {
  filter: drop-shadow(2px 2px 4px #606060);
} */

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th+td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: #000000;
  /* margin-bottom: 24px; */
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form [type="submit"] {
  background: #ed1c24;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  margin-bottom: 0;
  text-align: center;
}

.custom-form .white-arrow {
  filter: brightness(0) invert(1);
  width: 50px;
}


.custom-form a[type="submit"]:hover,
.custom-form a[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color);
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before {
  animation: spinAround 2s linear infinite;
}

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

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



.foot-first h6 {
  color: #fff;
  font-weight: normal;
  font-family: 'Chronicle Display Roman';
}

.foot-first p {
  color: #fff;
  font-family: 'Chronicle Display Roman';
}

.foot-second h6 {
  color: #fff;
  font-family: 'Gotham-book';
  font-size: 24px;
  font-weight: 300;
}


.foot-second p {
  color: #fff;
  font-family: 'Gotham-light';
  font-size: 15px;
  line-height: 30px;
}

.foot-third {
  justify-items: center;
}

.foot-fourth {
  justify-items: center;

}

.foot-third h6 {
  color: #fff;
  font-family: 'Gotham-book';
  font-size: 24px;
  font-weight: 300;
}

.foot-fourth h6 {
  color: #fff;
  font-family: 'Gotham-book';
  font-size: 24px;
  font-weight: 300;
}

.foot-third ul li a {
  color: #fff !important;
  font-family: 'Gotham-light';
  line-height: 36px;
}

.foot-fourth ul li a {
  color: #fff !important;
  font-family: 'Gotham-light';
  line-height: 36px;
}

.footer-contact a {
  font-size: 15px;
}

.social-icon i {
  font-size: 24px;
}

.social-icon p {
  color: #fff;
  font-family: 'Gotham-light';
  font-size: 16px;
}


/* //resposive styles */




/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 992px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: var(--dark-color);
  }



  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr,
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }

  .hero-section h1 {
    font-size: 40px;
  }

  .hero-section h1 span {
    font-size: 40px;
  }

  .stat-number {
    font-size: 60px;
  }

  .stat-label {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {

  .image-heading-completed {
    font-size: 14px !important;
  }

  .icon-circle-whatsapp {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    /* background-color: #25D366; */
    background-color: #F2F6F7;

    transition: background 0.3s ease, transform 0.3s ease;

    position: fixed;
    right: 20px;

    bottom: 20px;

    z-index: 9999;



    /* width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: background 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 250px;
    bottom: 30px; */

  }


  .tab-icons .icon-circle {
    /* display: none !important; */
  }

  .icon-circle {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: background 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 220px;
    bottom: 30px;
  }

  /* .icon-circle-whatsapp {
    display: none;
  } */

  .burger-container {
    right: 0px;
  }

  .features-section {
    background: none;
  }

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

  .foot-second h6,
  .foot-third h6,
  .foot-fourth h6 {
    font-size: 18px;
  }

  .foot-second p {
    font-size: 15px;
  }

  .foot-third ul li a,
  .foot-fourth ul li a {
    font-size: 15px;
  }

  .footer-contact a {
    font-size: 15px;
  }

  .social-icon i {
    font-size: 20px;
  }

  /* Headings */
  h1 {
    font-size: 32px;
    text-align: left;
  }

  h2 {
    font-size: 28px;
    text-align: center;
  }

  h3 {
    font-size: 22px;
    text-align: center;
  }

  h4 {
    font-size: 18px;
    /* text-align: center; */
  }

  h5 {
    font-size: 16px;
    text-align: left;
  }

  h6 {
    font-size: 14px;
    text-align: center;
  }

  /* Section Padding */
  .section-padding {
    padding: 40px 20px;
  }

  .custom-btn-mob {
    position: absolute;
    right: 10%;
  }

  /* Navbar */
  .navbar {
    background-color: transparent;
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;

  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    text-align: center;
  }

  /* Hero Section */
  .hero-section {
    padding-top: 100px;
    text-align: center;
    height: auto;
  }

  .hero-section h1,
  .hero-section h1 span {
    font-size: 30px;
    line-height: 50px;
    /* text-align: center; */
  }

  .hero-section p {
    font-size: 16px;
    text-align: left;
  }

  .explore-btn-wrapper {
    text-align: left;
  }

  .explore-btn-wrapper a {
    font-size: 20px;
  }

  .explore-btn-wrapper img {
    width: 30px;
  }

  /* About Section */
  .about-section {
    padding: 40px 0px;
    text-align: center;
  }

  .about-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-medium);
  }

  .about-text-icon {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .about-text-info {
    padding: 20px;
    font-size: 16px;
  }

  .section-header {
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: repeat-x;
    text-align: center;
  }

  .section-header h3 {
    text-align: center;
    font-size: 30px;
  }

  .section-header h3 span {
    text-align: center;
    font-size: 30px;
  }

  .section-header p {
    text-align: justify;
    padding: 0;
    font-size: 16px;
    margin: 0 auto;
  }


  .custom-nav-tabs {
    display: ruby;
    font-size: 10px !important;
    padding: 0px
  }

  .testimonial-section h2 {
    font-size: 30px;
  }

  .testimonial-section {
    padding: 40px 0px 0px;
  }

  .text-danger {
    font-size: 30px;

  }

  .highlight2 {
    font-size: 30px;

  }

  .text-muted {
    font-size: 17px;
    text-align: justify;
  }

  /* Pricing Section */
  .pricing-thumb {
    padding: 20px;
  }

  .knowledge-header .highlight {
    font-size: 30px;
  }

  .knowledge-header h2 {
    font-size: 30px;

  }

  .content-box {
    display: block;
  }

  .feature img {
    align-self: center;
  }

  .rams-section h3 {
    font-size: 30px;
  }

  .rams-section .highlight {
    font-size: 30px;
  }

  .rams-section .description {
    font-size: 17px;
    padding-top: 125px;
    display: inline-block;
    text-align: justify;

  }

  .list-unstyled {
    justify-items: center;
    /* font-size: 17px; */
  }

  /* Schedule Table */
  .schedule-table h3 {
    font-size: 20px;
    text-align: center;
  }

  .tabs-wrapper {
    text-align: center;
  }

  .custom-nav-tabs .nav-link {
    font-size: 14px;
  }

  .header-box h2 {
    font-size: 30px;
  }

  .footer {
    text-align: center;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }

  .header-box1 {
    font-size: 30px;
  }

  .features {
    font-size: 17px;
    align-items: center;
    text-align: center;
  }

  /* Ticket Section */
  .ticket-section {
    padding-top: 100px;
  }

  .ticket-form {
    padding: 20px;
  }

  .explore-btn {

    display: inline-block;
    background-color: #fde9e4;
    text-decoration: none;
    color: #333;

    font-weight: bold;
    border-radius: 2px;
    transition: background-color 0.3s;
  }

  .project-overlay h3 {
    font-family: 'Gotham-Light';
    font-size: 40px;
  }

  /* Features & Cards */
  .features {
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  /* Stats */
  .stat-number {
    font-size: 36px;
    text-align: center;
  }

  .stat-label {
    font-size: 18px;
    text-align: center;
  }

  /* Posts */
  .post-card {
    margin-bottom: 30px;
  }
}



@media screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: transparent;
  }



  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr,
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }

  .stat-number {
    font-size: 30px;
  }

  .stat-label {
    font-size: 20px;
  }
}


/* Extra small mobiles (320px and below) */
/* @media screen and (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 24px;
    
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }
.rams-section h3 {
  font-size: 30px;
 padding-top: 40px;
}
.hero-section p{
  font-size: 12px;
}
 .hero-section h1 span{
    font-size: 12px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section h1,
  .hero-section h1 span {
    font-size: 20px;
  }

  .pricing-thumb {
    padding: 15px;
  }

  .schedule-table h3 {
    font-size: 18px;
  }

  .schedule-table th,
  .schedule-table tr,
  .schedule-table td {
    padding: 10px;
  }

  .ticket-section {
    padding-top: 80px;
  }

  .ticket-form {
    padding: 15px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 18px;
  }

  .post-card {
    margin-bottom: 15px;
  }

  .features {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 15px 0;
  }

  .card {
    max-width: 100%;
    width: 100%;
  }
} */

/* testimonial section */
.img_container_inner {
  display: flex;
  gap: 10px;
}

.img_container_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1/1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.img_container_inner.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1/1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.image_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

/* Main image: active */
.img_container_inner.container_1 img {
  filter: none;
  transform: scale(1.05);
  transition: 0.4s ease;
}

/* Inactive images: black & white and dimmed */
.image_container img.inactive {
  filter: grayscale(100%) brightness(0.6);
  transform: scale(1);
  transition: 0.3s ease;
}

.image_container img.inactive:hover {
  filter: grayscale(70%) brightness(0.8);
  transform: scale(1.02);
}

.image-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.main-image {
  width: 300px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.side-images {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  grid-auto-rows: 100px;
  gap: 10px;
  align-content: start;
}

.side-images img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.side-images img:hover {
  transform: scale(1.05);
}

.img_container_inner {
  padding: 5px;
  width: 50%;
  height: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.img_container_inner:hover {
  transform: translateY(-5px);
}

.container_2,
.container_3,
.container_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.container_2 img:nth-child(2) {
  grid-column-start: 1;
}

.container_3 img:nth-child(3) {
  grid-column-start: 2;
}

/* Parallax hover effects for different image positions */
.container_2 img:hover:nth-child(1) {
  transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg) scale(1.08);
}

.container_2 img:hover:nth-child(2) {
  transform: perspective(1000px) rotateX(-3deg) rotateY(3deg) scale(1.08);
}

.container_2 img:hover:nth-child(3) {
  transform: perspective(1000px) rotateX(3deg) rotateY(-3deg) scale(1.08);
}

.container_3 img:hover:nth-child(1) {
  transform: perspective(1000px) rotateX(-2deg) rotateY(-2deg) scale(1.06);
}

.container_3 img:hover:nth-child(2) {
  transform: perspective(1000px) rotateX(-2deg) rotateY(2deg) scale(1.06);
}

.container_3 img:hover:nth-child(3) {
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) scale(1.06);
}

.container_4 img:hover:nth-child(1) {
  transform: perspective(1000px) rotateX(-4deg) rotateY(-4deg) scale(1.1);
}

.container_4 img:hover:nth-child(2) {
  transform: perspective(1000px) rotateX(-4deg) rotateY(4deg) scale(1.1);
}

.container_4 img:hover:nth-child(3) {
  transform: perspective(1000px) rotateX(4deg) rotateY(-4deg) scale(1.1);
}

/* Container hover effects */
.container_1:hover img {
  transform: perspective(1000px) rotateX(8deg) rotateY(8deg) scale(1.15);
}

.testimonial-content {
  padding-top: 40px;
}

.testimonial-section h2 {
  font-weight: normal;
  color: black;
  display: inline;
  font-size: 41px;
  font-family: 'Chronicle Display Roman';
}


.quote-box {
  position: relative;
  background-color: white;
  font-family: 'Gotham-Book';
  border-radius: 12px;
}

.quote-mark.start,
.quote-mark.end {
  font-size: 80px;
  color: #f2b6b6;
  line-height: 1;
}

.quote-mark.start {
  position: absolute;
  top: 0;
  left: 0;
}

.quote-mark.end {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-text {
  padding: 30px 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}

/* swiper */
.swiper-pagination-bullet {
  border: 2px solid #ffffff !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

/* img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
} */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.slider-image {
  height: 100%;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

/* .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
} */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  /* padding-bottom: 60px; */
}

/* .swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
} */

.two .swiper-slide {
  width: 300px;
}

.swiper-slide img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #176fcb;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #176fcb 0%, #3ac9b5 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

/* ongoing page */
.projects-section {
  padding: 40px 20px;
  background-color: white;
  text-align: center;
}

.rams-projects {
  background-color: #fef4f1;
  padding: 30px;
}

.projects-section h3 {
  font-size: 30px;
  background-color: white;
  font-family: 'Chronicle Display Roman';
  margin-bottom: 20px;
  font-weight: normal;
}

/* Style only the highlighted word inside span */
.highlight2 {
  color: #d62828;
  font-weight: bold;
  font-family: 'Cooper Black';
}

.projects-section h2 {
  background-image: url('images/background.jpg');
  background-color: white;
  background-size: cover;
  background-position: content;
  background-repeat: no-repeat;
  font-size: 28px;
  font-family: 'Chronicle Display Roman';
  margin-bottom: 30px;
  padding: 30px;
  /* background-image: white; */
}

.project-card {
  /* background-color: #fef4f1; */
  display: flex;
  flex-direction: row;
  /* padding:30px; */
  /* max-width: 1000px; */
  margin: auto;
  /* background-color: #fef4f1; */
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 420px;
}

.project-content {
  flex: 1;
  padding: 30px;
  background-color: #fff;
  text-align: left;
}

.project-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Chronicle Display Roman';
}

.rams-red {
  color: #d62828;
  font-weight: bold;
  font-family: 'cooper black';
}

.description {
  font-family: 'Gotham Light';
  font-size: 19px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.price-wrap {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.price {
  font-size: 19px;
  /* font-weight: bold; */
  color: #d62828;
  font-family: 'Gotham-Bold', 'Gotham Light';
  margin: 0;
}

.onwards {
  color: #333;
  font-weight: normal;
}

.divider {
  height: 4px;
  width: 0%;
  background-color: #d62828;
  border-radius: 4px;
  transition: width 0.3s ease;
  margin-top: 5px;
}

.price-wrap:hover .divider {
  width: 100%;
}


.btn-group {
  display: flex;
  /* gap: 10px; */
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.btn-outline {
  padding: 10px 20px;
  background: #ec1c24;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  font-family: 'Gotham Book';
  color: #fff;
}

.info-grid {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.info-grid .info-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 10px;
}

.info-grid .info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #ccc;
}

.info-item img {
  width: 24px;
  height: 24px;
}

.info-item p {
  margin: 0;
  font-size: 14px;
  color: #333;
}


.btn-fill {
  padding: 10px 20px;
  background: #ec1c24;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  font-family: 'Gotham Book';
  color: #fff;
}

.btn-fill:hover {
  background: #000;
  color: white;
}

.btn-outline:hover {
  background: #000;
  color: white;
}

/* media query */



@media screen and (max-width: 767px) {

  .project-content {
    padding: 25px 0px;
    text-align: center;
  }

  .footer-logo {
    width: 40%;
  }

  .custom-btn {
    padding: 10px 10px;
    font-size: 15px;
    margin-right: 30px !important;
  }

  /* .swiper-slide img {
    height: 270px;
  } */

  .swiper-slide .mobile-btn img {
    width: 20px !important;
    height: 20px;
  }

  .swiper-pagination {
    position: static !important;
  }

  .project-card {
    flex-direction: column;
  }

  .description {
    text-align: justify;

  }

  .info-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .info-item {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  /* .info-item:last-child {
    border-bottom: none;
  } */

  .info-item:not(:last-child)::after {
    content: none;
    display: none;
  }

  .price-wrap {
    justify-items: center;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
  }

  .rams-projects {
    background-color: #fef4f1;
    padding: 0px;
  }

  .project-image img {
    max-width: 100%;
  }

  .info-grid {
    flex-direction: row;
    gap: 0px;
  }

  .btn-group {
    flex-direction: column;
    gap: 10px;
  }
}

/* aboutus-page */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .since-section {
    flex-direction: column;
    text-align: center;
    background-size: cover;
    background-position: center top;
    padding: 60px 20px;
  }

  .since-text h1 {
    font-size: 60px;
  }

  .since-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
  }
}

/* score */
.stats-section {
  background-color: #fff;
  padding: 40px 0;
}

.stats-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  /* makes it responsive */

  text-align: center;
}

.stats-box {
  flex: 1 1 25%;
  /* each box takes 25% width */
  padding: 20px;
  min-width: 200px;
  /* for responsiveness */
  border-left: 2px solid #ffe6dc;
  /* Left border for each box */
  border-right: 2px solid#ffe6dc;

}

.presence-section {
  padding-bottom: 40px;
}

.stats-box h2 {
  font-family: 'chronicle Display Roman';
  font-size: 70px;
  color: #ed1c24;
  font-weight: bold;
  margin-bottom: 5px;
}

.stats-box p {
  margin: 0;
  font-family: 'Gotham-Light';
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* RAMS-origin */
.origin-section {
  font-family: 'Chronicle Display Roman';
  padding: 80px 0;
  /* background-color: #f9f9f9; */
}

.origin-text h4 {
  font-family: 'Chronicle Display Roman';
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.content-text p {
  font-family: 'Gotham-Light';
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

/* .container {
  background-color: #fff8f5;
} */
.highlight-title {
  font-family: 'cooper black';
  color: #ed1c24;
  font-size: 1.7 px;
}

.origin-text p {

  font-family: 'Gotham-Light';
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.image-container {
  text-align: center;
}

.image-container img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .origin-text h4 {
    text-align: center;
  }

  .origin-text p {
    text-align: justify;
  }
}

/* Rams-journey */
.rams-journey {
  background-color: #ffe6dc;
  font-family: 'Chronicle Display Roman';
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

.highlight2 {
  color: #ed1c24;
}

.journey-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* Mission-Vision */
.content-text {
  font-family: 'Gotham-Light';
  font-size: 19px;
}

.context-text {
  font-family: 'Gotham-Light' !important;
  font-size: 15px;
}

.origin-text p {
  font-family: 'Gotham-Light';
  font-size: 19px;
}

.vision-box,
.mission-box {
  border: 1px solid #ccc;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  color: #000;
  background: url('../images/large-bg.png');
  transition: background-color 0.3s ease, transform 0.2s ease;
  backdrop-filter: blur(2px);
}

.subheading {
  font-family: 'Chronicle Display Roman', ;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  position: relative;
  /* top: -1.2em; */
  left: -16%;
  color: #000;
  display: flex;
  flex-direction: column;
}

.subheading span {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: -10px;
  font-family: 'Chronicle Display Roman', ;
}

.vision-box .subheading,
highlight-presence .vision-box .heading,
.mission-box .subheading,
.mission-box .heading {
  color: #000;
  transition: color 0.3s ease;
  font-family: 'Chronicle Display Roman';
}

.mission-box .heading,
.vision-box .heading {
  font-size: 46px;
}


.vision-box:hover,
.mission-box:hover {
  background: #ffe4dc;
  transform: translateY(-5px);
}

.vision-box:hover .subheading,
.vision-box:hover .heading,
.mission-box:hover .subheading,
.mission-box:hover .heading {
  font-family: 'Chronicle Display Roman';
  color: #ed1c24;
  /* Red text on hover */
}

/* rams-presence */
.rams-parahraph {
  font-family: 'Gotham-Light';
  font-size: 19px;
}

.content-left {
  padding: 10px;
  /* margin-top: 30px; */
  /* background-color: #fff6f2; */
  border-radius: 0%;
  border-left: none;
  border: none;
}

.presence-point {
  /* background-color: #fff6f2; */
  padding: 15px 20px;
  border-radius: 0%;
  border-left: none;
  border: none;
  /* border-left: 4px solid #f5b9a4; */
  border-radius: 5px;
}

.point-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 24px;
  background: linear-gradient(to right, hsl(17, 100%, 95%), #fff8f6);
  /* background-color:#fff6f2; */
}

.highlight-presence {
  color: #ed1c24;
  font-family: 'cooper black';
  font-size: 17px;
}

.rams-journey {
  padding: 8px;
  font-family: 'Chronicle Display Roman';
  font-size: 40px;
  font-weight: normal;
  color: #000;
}

.highlight2 {
  font-size: 40px;
  color: #ed1c24;
  font-family: 'cooper black';
}

/* .rams-presence img{
  width: 100%;
  max-height: 400px;
  /* object-fit: cover; */
/* border-radius: 10px;

} */
*/

/* <!-- Founder's-message --> */
.founder-section {
  background-color: #fff7f3;
  padding: 60px 20px;
}

/* .Founder-row{
  padding
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
} */
.founder-title {
  font-family: 'chronicle display roman';
  background-color: #ffe6dc;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #3a3a3a;
}

.quote-box {
  position: relative;
  /* background-color: white;
  border-radius: 12px; */
  padding: 40px 30px 30px 60px;
  font-family: 'Gotham-Book', sans-serif;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

.quote-mark.start,
.quote-mark.end {
  position: absolute;
  font-size: 40px;
  color: #f8cfcf;
  font-family: Georgia, serif;
  opacity: 0.7;
}

.quote-mark.start {
  top: 10px;
  left: 15px;
  font-weight: bolder;
}

.quote-mark.end {
  bottom: 25px;
  left: auto;
  font-weight: bolder;
}

.founder-message {
  text-align: justify;
  padding: 30px;
  font-family: 'Gotham-Light';
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
}

.founder-name {
  font-family: 'Gotham Medium';
  font-weight: 700;
  margin-top: 20px;
  color: #000;
  margin-left: 35px;
}

.founder-image {
  /* padding: 30px;
      background-color: #fde8e2;
      border-radius: 20px; */
  width: 170%;
  /* aspect-ratio: 1/1; */
  /* display: flex;
      align-items: center;
      justify-content: center; */
}

.founder-image img {
  width: 50%;
  margin-top: 60px;
  /* opacity: 0.5; */
}

/* <!-- Leader-ship Team --> */
/* Leadership Team Section Styles */
.leadership-team-section {
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

/* Section Header */
.leadership-header {
  /* background-color: #fde9e6; */
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.leadership-header h2 {
  font-family: 'chronicle Display Roman';
  font-weight: 600;
  font-size: 2rem;
}

.leadership-name {
  font-family: 'Gotham Bold';
  font-weight: 600;
  font-size: 17px;
}

.leadership-designation {
  font-family: 'Gotham Book';
  font-size: 15px;
  background-color: #ffe6dc;
}

.leadership-header .text-danger-team {
  font-family: 'cooper black';
  color: #ed1c24;
}

.leadership-paragraph {
  background-color: #fff0ea;
  font-family: 'Gotham-Light';
  font-size: 17px;
  padding: 10px;
}

.leadership-email {
  font-family: 'Gotham Book';
  font-size: 12px;
}

/* Team Member Card */
.leadership-team-section .leader-card {
  text-align: center;
  padding: 20px 10px;
}

.leadership-team-section .leader-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.leadership-team-section .leader-card img:hover {
  transform: scale(1.03);
}

.leadership-team-section .leader-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

.leadership-team-section .leader-role {
  background-color: #f5e3dc;
  color: #333;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-block;
}

.leadership-team-section .email {
  font-size: 0.85rem;
  color: #666;
  margin-top: 8px;
}

/* Custom Arrow Buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 3%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-arrow-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s ease;
}

.custom-arrow-icon:hover {
  transform: scale(1.1);
}


.Team-heading {
  font-family: 'Chronicle Display Roman';
  background-color: #ffe6dc;
}

.map-presence {
  height: 500px;
  /* margin-top: 20px; */
}

.origin-section {
  background-color: none;
  margin-bottom: 40px;
  background-size: contain;
  padding-bottom: 40px;
  padding-top: 40px;
}

.since-section {
  align-items: center;
}

.since-text {
  max-width: 500px;
  z-index: 1;
}

@media (max-width: 768px) {
  .founder-image {
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .since-section {
    width: 100%;
    height: 100vh;
    background-image: url("../images/about-us-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }

  .map-presence {
    margin-bottom: 50px;
  }

  .journey-img {
    padding-top: 20px;
  }

  .stats-box {
    border-top: 2px solid #ffe6dc;
    border-right: none;
    border-left: none;
  }

  .mobile-stats {
    border-top: none;
  }

  .origin-section {
    margin-bottom: 40px;
    background-size: contain;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .content-text {
    background-size: contain;
  }

  .origin-wrapper {

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .since-text span {
    display: table;
  }

  .since-text h1 {
    font-size: 60px;
  }

  .content-text {
    margin-top: 30px;
    text-align: justify;
  }

  .content-left {
    margin-bottom: 50px;
  }

  .leadership-name {
    text-align: center;
  }

  .since-text {
    margin-top: 50px;
  }

}




/* project-page */
/* ✅ Project Subnav */
.project-subnav {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Base style */
.project-subnav .nav-link {
  position: relative;
  color: #000 !important;
  font-weight: 500;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-family: 'Gotham-Light';
  font-size: 20px;
}

/* Default: invisible, scaled to 0 from left */
.project-subnav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e4002b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Hover: animate from left to right */
.project-subnav .nav-link:hover::after {
  transform: scaleX(1);
}

/* Active: always fully visible */
.project-subnav .nav-link.active::after {
  transform: scaleX(1);
  z-index: 0;
}

/* When hovering nav, hide active underline temporarily */
.project-subnav:hover .nav-link.active::after {
  transform: scaleX(0);
}

/* Keep underline on active link if it's also hovered */
.project-subnav .nav-link.active:hover::after {
  transform: scaleX(1);
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .banner h1 {
    font-size: 2rem;
    padding: 0 15px;
  }

  .project-subnav .nav-link {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .project-subnav .nav {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .project-subnav .nav {
    flex-direction: column;
    align-items: center;
  }

  .project-subnav .nav-link::after {
    bottom: 2px;
    height: 2px;
  }
}

/* Wrapper aligns with tab width */
.nav-underline-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -1px;
  /* Align tightly under nav items */
}

/* Black line under nav */
.nav-bottom-line {
  width: 100%;
  max-width: 715px;
  /* Adjust as needed to match your nav's span */
  height: 2px;
  background-color: #000;
}

/* <!--project overview--> */

.project-image {
  /* width: 100%; */
  height: auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 0;
  /* 🛠 remove bottom margin */
}

.project-overview-section .row {
  margin-top: 0;
}

.project-overview-section .col-lg-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.project-overview-section,
.amenities-section {
  padding: 40px 0;
}

.project-overview-section h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Chronicle Display Roman';
}

.about-heading {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Chronicle Display Roman';
}

.about-heading span {
  color: #ED1C24;
  font-weight: 500;
  font-family: 'Cooper Black';
  font-size: 40px;
}

.project-text {
  font-size: 17px;
  color: #333;
  font-family: 'Gotham-Light';
}

/* Add margin between rows */
.info-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  /* 🟢 space between icon and text */
  margin-bottom: 40px;
  /* 🟢 vertical gap between boxes */
}

/* Ensure icons are aligned nicely */
.icon-img {
  /* width: 32px;
    height: 32px; */
  object-fit: contain;
  margin-top: 4px;
  /* 🟢 aligns icon vertically with heading */
}

.info-label {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 2px;
  font-family: 'Gotham-Book';
}

.info-value {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  font-family: 'Gotham-Book';
}

.over-text small {
  font-size: 12px;
  font-family: 'Gotham-Book';

}

/* Optional: Adjust spacing on small screens */
@media (max-width: 576px) {
  .info-box {
    gap: 10px;
    margin-bottom: 20px;
  }

  .icon-img {
    width: 28px;
    height: 28px;
  }
}






/* <!--amenities--> */

/* Entire Section Wrapper */

/* Heading container */
.heading-box {
  background-color: #FFE6DC;
  /* darker peach */
  padding: 20px 30px;
  /* border-radius: 8px; */
  text-align: center;
  /* margin-top: 40px; */
}

/* Heading text */
.section-title-upscale {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin: 0;
  font-family: 'Chronicle Display Roman';
}

.explore-word {
  color: #000;
  font-weight: 600;
}

.highlight {
  color: #e4002b;
  font-weight: 500;
  font-family: 'Gotham-Book';
}

/* Amenity items */
.amenity-icon {
  width: 100px;
  object-fit: contain;
  height: 100px !important;
}

.amenity-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

.amenities-grid {
  padding: 40px 0;
  background: #FFF0EA;
  border-bottom: 2px solid #C1552B;
}

/* <!--gallery--> */

.gallery-section {
  padding: 40px 0;
}


.section-title-upscale .highlight {
  color: #ED1C24;
  font-weight: 500;
  font-family: 'Cooper Black';
}

.gallery-tabs .nav-link {
  border: none !important;
  background: transparent;
  font-weight: 400;
  color: #000 !important;
  padding: 12px 15px;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: 'Gotham-Book';
  font-size: 17px;
  justify-self: center;
}


/* Hover and active underline with transition */
.gallery-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e4002b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Hover effect: underline animates left to right */
.gallery-tabs .nav-link:hover::after {
  transform: scaleX(1);
}

/* Active tab: underline always shown */
.gallery-tabs .nav-link.active::after {
  transform: scaleX(1);
}

/* Optional: fade + slide up effect */
.tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.tab-pane.active.show {
  opacity: 1;
  transform: translateY(0);
}

.tab-icon {
  width: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

/* Swiper styles */
.gallery-swiper-container {
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 0 80px;
  /* space for arrows */
}

.gallery-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.gallery-swiper .swiper-slide {
  text-align: center;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Arrows */
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-swiper .swiper-button-prev {
  left: -60px;
}

.gallery-swiper .swiper-button-next {
  right: -60px;
}

/* Pagination Dots */
.gallery-swiper-container .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/* Separate navigation arrows */
/* .swiper-button-prev,
.swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    color: #e4002b;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.swiper-pagination {
    text-align: center;
} */

/* Responsive */
@media (max-width: 767px) {

  .founder-message {
    text-align: justify;
  }

  .rams-parahraph {
    text-align: justify;
  }

  .gallery-tabs {
    flex-wrap: wrap;
    gap: 10px !important;
  }

  .gallery-tabs .nav-item {
    flex: 1 1 45%;
    text-align: center;
  }

  .gallery-tabs .nav-link {
    font-size: 13px;
  }

  .tab-icon {
    width: 16px;
    margin-right: 4px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    font-size: 24px;
  }
}

@media (max-width: 768px) {

  .swiper-button-prev.custom-arrow,
  .swiper-button-next.custom-arrow {
    /* left: 10px; */
    right: 10px;
  }
}


/* <!--Floorplan--> */

.floorplan-section {
  padding: 40px 0;
  background: #fff;
}

.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.floorplan-button-prev {
  left: -30px;
  /* Adjust spacing as needed */
}

.floorplan-button-next {
  right: -30px;
  /* Adjust spacing as needed */
}

@media (max-width: 767px) {

  .floorplan-button-prev,
  .floorplan-button-next {
    top: auto;
    bottom: -20px;
    transform: none;
  }


}

.specs-box {
  background-color: #FFF0EA;
  padding: 40px 30px;
  margin: auto;
  /* border-radius: 10px; */
  /* Removed shadow */
}

.specs-table-scroll {
  overflow-x: unset;
}

.specs-table {
  width: 100%;
  min-width: 600px;
  background-color: #fff0ea;
  border-collapse: collapse;
  border: 2px solid #ccc;
  /* Full border for table */
}

.specs-table th,
.specs-table td {
  border: 1px solid #ccc;
  padding: 16px;
  white-space: nowrap;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #fff0ea;
}

.specs-table thead th {
  background-color: #fff0ea;
  font-weight: 600;
  font-family: 'Chronicle Display Roman', serif;
}

.bold-text {
  font-weight: 700;
  font-size: 17px;
  color: #000;
}

/* Hide desktop table on mobile and show stacked layout */
.mobile-specs {
  background-color: #fff0ea;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #ccc;
}

.mobile-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

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

.label {
  font-weight: 600;
  width: 45%;
  color: #333;
  font-family: 'Chronicle Display Roman';
}

.value {
  width: 55%;
  text-align: right;
  font-family: 'Gotham-Book';
  font-weight: 500;
  color: #000;
}

@media (min-width: 768px) {
  .mobile-specs {
    display: none;
  }
}

@media (max-width: 768px) {
  .specs-section {
    padding: 40px 0px;
  }

  .specs-box {
    padding: 20px 15px;
  }

  .specs-table th,
  .specs-table td {
    font-size: 14px;
    padding: 12px;
  }
}

.location-map {
  padding: 40px 0;
}

/* <!--location advantage--> */
.accordion-button {
  background-color: white !important;
  /* border-radius: 10px; */
  padding: 25px 18px;
  box-shadow: 0 0 0 1px #ddd !important;
  display: flex;
  align-items: center;
  font-family: 'Gotham-Book';
  font-size: 17px;
}

.accordion-button:hover {
  background-color: white !important;
}

.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  /* Down arrow */
  font-weight: 900;
  font-size: 0.9rem;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  /* Up arrow on open */
}

.accordion-button img {
  padding-right: 15px;
}

.accordion-item {
  border: none;
  flex: 1;
  min-width: 280px;
  max-width: 320px;
}

.accordion-body {
  max-height: 110px;
  overflow-y: auto;
  padding: 0 1rem 0.5rem;
  border: 1px solid #00000033;
  margin-top: 10px;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-body li {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.km-line {
  color: red;
  font-weight: bold;
  display: block;
}

.location-text {
  display: block;
  font-size: 0.95rem;
}

.icon-rounded {
  background-color: #f8f9fa;
  border-radius: 50%;
  padding: 5px 8px;
  margin-right: 10px;
}

/* Red border when accordion is open */
.accordion-item.opened .accordion-body {
  border-top: 3px solid red;
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-item {
    max-width: 100%;
  }
}

.accordion-group {
  background-image: url('../images/upscale/Vector\ Smart\ Object\ copy\ 7.jpg');
  /* ✅ Update with your correct image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 60px 20px; */
  position: relative;
}


/* <!--schedule a site visit--> */
.visit-section {
  padding: 40px 0;
}

.left-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}

.visit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text inside image */
.image-text-overlay {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 90%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Line + "SCHEDULE A" */
.schedule-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.schedule-line .line {
  width: 80px;
  height: 2px;
  background-color: white;
}

.schedule-text {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Chronicle Display Roman', serif;
  color: white;
}

/* "VISIT WITH US" */
.visit-text {
  font-size: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Chronicle Display Roman', serif;
  color: white;
}

/* Form styles */
.form-box {
  background-color: #fff1ec;
  padding: 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-box h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Chronicle Display Roman', serif;
  padding-bottom: 20px;
}

.form-box input::placeholder {
  font-size: 13px;
  color: #888;
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .image-text-overlay {
    position: absolute;
    top: 40%;
    left: 0%;

  }

  .left-image-wrapper {
    min-height: 300px;
  }

  .image-text-overlay {
    padding: 0 10px;
  }

  .schedule-line .line {
    width: 30px;
  }

  .schedule-text {
    font-size: 28px;
  }

  .visit-text {
    font-size: 28px;
  }

  .form-box {
    padding: 30px 20px;
  }
}



@media (max-width: 767px) {

  .gallery-swiper-container {
    padding: 0 50px;
  }

  .info-label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 2px;
    font-family: 'Gotham-Book';
  }

  .project-overview-section h2 {

    font-size: 30px;
    margin-bottom: 0px;
  }

  .about-heading {
    font-size: 30px;
  }

  .project-text {
    font-size: 17px;
    text-align: justify;
  }

  .info-value {
    font-size: 13px;
  }

  .heading-box {
    background-color: #FFE6DC;
    padding: 15px 5px;
    /* border-radius: 8px; */
    text-align: center;
    /* margin-top: 40px; */
  }

  .section-title-upscale {
    font-size: 30px;
  }

  .amenity-label {
    font-size: 14px;
  }
}


/* 
<!--Navbar dropdown--? */

/* Dropdown container */
.navbar .dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  min-width: 220px;
}

/* Dropdown links */
.navbar .dropdown-menu .dropdown-item {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
  overflow: hidden;
  font-family: 'Gotham-Light';
}

/* Underline effect */
.navbar .dropdown-menu .dropdown-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 0;
  background-color: #d71920;
  /* Red underline */
  transition: width 0.4s ease;
}

/* Hover underline animation */
.navbar .dropdown-menu .dropdown-item:hover::after {
  width: 100%;
}

/* Optional hover effect for text */
.navbar .dropdown-menu .dropdown-item:hover {
  color: #ED1C24;
  transform: translateX(2px);
}


.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

/* 
<!--navbar dropdown end--> */


/* redevelopment page */
.img-wrap img {
  max-width: 100%;
  height: 100%;
}

.img-wrap .custom-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-section p {
  color: #ffffff;
  font-size: 18px;
  max-width: 100%;
  font-family: 'Gotham-Light';
  text-transform: capitalize;
}

.section-overlay {
  background-color: #000000;
}

.stats-box {
  flex: 1 1 25%;
  padding: 20px 0px 0px 40px;
  min-width: 200px;
  border-left: 2px solid #ffe6dc;
  border-right: 2px solid #ffe6dc;
  text-align: left;
}

.redeveloment-ways-section {
  padding: 40px 0px;
}

/* <!--new--> */
.redeveloment-ways-section .why-title {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chronicle Display Roman';
}

.redeveloment-ways-section .highlight-red {
  color: #ed1c24;
  font-family: 'Cooper Black';
  font-size: 40px;
}

.redeveloment-ways-section .why-description {
  text-align: justify;
  /* line-height: 1.8; */
  margin-bottom: 1.5rem;
  font-family: 'Gotham-Light';
  font-size: 19px;
}

.redeveloment-ways-section .check-icon {
  color: #ed1c24;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  line-height: 1.6;
}

.highlight-redevope {
  color: #ed1c24;
  font-weight: 700;
}

.redeveloment-ways-section .points span {
  font-size: 18px;
  font-family: 'Chronicle Display Roman';
  /* padding-left: 10px; */
}

.advantage-redevelopment {
  padding: 40px 0px;
}

.advantage-box {
  align-content: center;
  padding: 30px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 280px;
}

.peach-box {
  background-color: #fff4f0;
}

.white-box {
  background-color: #ffffff;
}

.advantage-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.advantage-box h6 {
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 24px;
}

.advantage-box img {
  height: 100px;
  object-fit: contain;
}


.easy-section {
  padding: 40px 0px;
}

.planning-box-odd {
  background-color: #fff0ea;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 40px;
}

.planning-box-even {
  background-color: #fff0ea;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 40px;
}

.easy-text-1 {
  display: flex;
  align-items: center;
  border-left: 5px solid #db0101;
  padding: 30px 30px;

}

.easy-text-2 {
  display: flex;
  align-items: center;
  border-right: 5px solid #db0101;
  padding: 30px 30px;

}

.number-col {
  flex: 0 0 auto;
  margin-right: 30px;
  margin-left: 30px;
}

.number-large {
  font-family: 'Chronicle Display Roman';
  font-size: 160px;
  font-weight: 500;
  color: #ff0000;
  line-height: 1;
}

.easy-text-2 .text-col .title,
.easy-text-2 .text-col .description {
  text-align: right;
}

.text-col .title {
  font-family: 'Chronicle Display Roman';
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
}

.text-col .description {
  font-family: 'Gotham-Light';
  font-size: 16px;
  color: #444;
  margin-top: 10px;
  max-width: 100%;
}

.easy-step-1 {
  background: linear-gradient(to right, #fff0ea 8%, rgba(255, 240, 234, 0) 65%),
    url('../images/redevelopment/easy-step-1.webp') no-repeat center center;
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.easy-step-2 {
  background: linear-gradient(to left, #fff0ea 8%, rgba(255, 240, 234, 0) 65%),
    url('../images/redevelopment/easy-step-2.webp') no-repeat center center;
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.easy-step-3 {
  background: linear-gradient(to right, #fff0ea 8%, rgba(255, 240, 234, 0) 65%),
    url('../images/redevelopment/easy-step-3.webp') no-repeat center center;
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.easy-step-4 {
  background: linear-gradient(to left, #fff0ea 8%, rgba(255, 240, 234, 0) 65%),
    url('../images/redevelopment/easy-step-4.webp') no-repeat center center;
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.partner-section {
  padding: 40px 0px;
}

@media screen and (max-width: 767px) {

  .redeveloment-ways-section .why-description {
    text-align: justify;
  }

  .img-wrap .custom-img {
    object-fit: initial;
  }

  .upscale-loc-map {
    margin-top: 10px;
  }

  .hero-section p {
    font-size: 15px;
    max-width: 100%;
    display: none;
  }

  .stats-box {
    padding: 20px 0px 0px 0px;
    border-left: none;
    border-right: none;
    text-align: center;
  }

  .planning-box-odd {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }

  .planning-box-even {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }

  .easy-text-1 {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;

  }

  .text-col .title {
    text-align: center;
  }

  .easy-text-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    align-items: center;

  }

  .easy-text-2 .text-col .title,
  .easy-text-2 .text-col .description {
    text-align: justify;
  }

  .number-large {
    font-size: 48px;
    margin-bottom: 15px;
  }


  .easy-step-1 {
    background: url('../images/redevelopment/easy-step-1.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    min-height: 280px;
  }

  .easy-step-2 {
    background: url('../images/redevelopment/easy-step-2.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    min-height: 280px;
  }

  .easy-step-3 {
    background: url('../images/redevelopment/easy-step-3.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    min-height: 280px;
  }

  .easy-step-4 {
    background: url('../images/redevelopment/easy-step-4.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    min-height: 280px;
  }
}


/* contact-us-page */


.contact-hero {
  background-image: url('../images/contact-us-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 500px;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.contact-heading {
  position: relative;
  z-index: 2;
  font-size: 60px;
  font-weight: 800;
  font-family: 'Gotham-book', sans-serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
  animation: fadeGlow 2s ease-in-out;
}

/* Contact Info Section */
.contact-info {
  background-color: #ffeee7;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  /* height:50vh; */
}


.contact-cards {
  margin-top: -125px;
}


.contact-icon {
  width: 100px;
  height: 100px;
  background-color: #fff0e9;
  border: 3px solid #e5252c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.contact-icon i {
  /* width: 50px;
  height: 40px; */
  color: #e5252c;

}

.details-text {
  font-size: 19px;
  font-family: 'Gotham Light';
}

.icon-text {
  font-family: 'Gotham Bold';
  font-size: 18px;
  font-weight: bold;
  color: #d62828;
}

/* contact-help-section */

.help-section {
  background-color: #fff;
  font-family: 'Gotham-book', sans-serif;
  padding: 40px 0;
}

.form-heading {
  font-family: 'Chronicle Display Roman';
  font-size: 40px;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.3;
}

.form-heading span {
  font-size: 40px;
  font-family: 'Chronicle Display Roman';
  color: #e5252c;
  font-weight: normal;
}

/* Custom Select */
.custom-dropdown-wrapper {
  position: absolute;
}

/* Red underline on top */
.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: sans-serif;
  font-size: 14px;
}

.selected {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.dropdown-options {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: 4px solid red;
  background-color: #fff;
  display: none;
  z-index: 10;
}

.dropdown-options li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.dropdown-options li:hover {
  background-color: #f9f9f9;
}


/* Form Box on Right */
.custom-input,
.custom-select {
  font-size: 15px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 14px;
  background-color: #fff;
  /* color: #333; */

}

.custom-input {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  resize: vertical;
}

.custom-input::placeholder {
  font-family: 'Gotham Light';
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
  color: #888;
  letter-spacing: 0.5px;
}

.form-text {
  font-family: 'Gotham Book';
  font-size: 18px;
}

/* 
.custom-select {
  width: 90px;
  font-size: 13px;
  border-right: 1px solid #ccc;
} */

.custom-input-group {
  display: flex;
  align-items: stretch;
  text-align: left;
  vertical-align: top;

}

.input-group.form-select {
  width: fit-content;
}

.custom-input-group .form-select:focus,
.custom-input:focus {
  box-shadow: none;
  outline: none;
}

.form-select {
  width: fit-content;
}

.main-btn {

  font-family: 'Gotham Book';
  font-weight: bold;
  color: #fff;
  background-color: #e5252c;
  border: 1px solid #e5252c;
  border-radius: 0;
  /* padding:0px; */

}

.placeholder-text {
  /* padding:70px; */
  align-items: start;
  font-family: 'Gotham Light';
  font-size: 14px;
  /* height:28vh; */

}

.main-btn img {
  width: 30px;
  height: 30px;
}

.dropdown-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.custom-select {
  position: relative;
  background: white;
  border: 1px solid #00000030;
  white-space: nowrap;
}

.select-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.select-header .arrow {
  font-size: 14px;
}

.select-header #selectedText {
  font-family: 'Gotham Light';
  font-size: 20px;
  font-weight: 500;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select.open .select-header .arrow {
  transform: rotate(180deg);
}

.select-options {
  font-family: 'Gotham Light';
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #00000030;
  border-top: 4px solid red;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-select.open .select-options {
  max-height: 200px;
  overflow: auto;
  z-index: 10;
  opacity: 1;
  top: calc(100% + 4px);
  font-family: 'Gotham Light';
}

.select-option {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 17px;
  color: #333;
  font-family: 'Gotham-Book';
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  color: #000;
  padding-left: 20px;
  font-weight: 600;
}

.select-option.selected {
  color: #000;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);

}

.mobile-form-control {
  width: 100%;
}

.map-section {
  padding: 40px 0;
}


@media (max-width: 767px) {
  .input-group {
    flex-direction: column;
    padding: 20px;
  }

  .country-select {
    border-radius: 4px 4px 0 0;
    max-width: 100%;
    width: 100%;
    border-right: none;
    padding: 20px;
    margin-bottom: 5px;
  }

  .custom-select {
    left: 35px;

  }

  /* .mobile-form-control {
    width: 320px !important;
  } */

  .input-group .form-control {
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}


.arrow-buttons {
  justify-self: center;
}



.viewjourney a {
  background-color: #dd1a22;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 25px;
  margin-bottom: 20px;
}

.map-wrapper {
  position: relative;
  display: inline-block;
}

.map-wrapper .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 10px;
  /* Adjust for desired size */
  border-radius: 50%;
  /* Makes it circular */
  pointer-events: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1;
  /* Keeps the + vertically centered */
}

.map-presence {
  border-radius: 10px;
}

.fa-phone {
  font-weight: 200;
  /* Lighter appearance */
}


.image-heading-completed {
  color: #d60000;
  /* Red color */
  font-weight: bold;
  font-size: 18px;
}

.image-heading-completed span {
  color: #000;
}

.image-description-completed {
  color: #000000;
  /* Black */
  font-size: 14px;
  margin-top: 5px;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

/* Remove default Swiper arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.btn-icon {
  /* width: 40px !important; */
  cursor: pointer;
  /* height: 40px; */
}

/* Position custom nav where pagination normally appears */
.custom-nav {
  position: absolute;
  bottom: 30px;
  /* Adjust height if needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.quote-box-video {
  padding-bottom: 90px;
}


.popup-trigger-wrapper {
  position: relative;
  display: inline-block;
}

.popup-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 10px;
  border-radius: 50%;
  pointer-events: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1;
}


.breadcrumb {
  background: transparent;
  padding: 0;

}

.breadcrumb-item a {
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-family: 'Gotham-book', sans-seriff;
}

.breadcrumb-item.active {
  color: #ed1c24;
  font-weight: 800;
  font-family: 'Gotham-Light';
}