

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

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

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

/* Template default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
	font-family: "Mulish", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Quattrocento", serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Mulish", sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
.logo-img{
	position: absolute;
    top: 10%;
  }

img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 14px;
	color: #e83132;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------
  Header
-----------------------*/
.header-section-floating {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff; /* Make sure it has a background */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Optional */
}

body,
html,
.container,
.container-fluid,
.banner-wrapper, /* or whatever wraps your banner */
.wrapper {
  overflow: visible !important;
}

.header-sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}


/* === Floating Logos === */
.floating-logo {
  position: absolute;
  top: 0; /* Reduce vertical space */
  z-index: 999;
}


.floating-logo-left {
  left: 0;
  padding-left: 16rem;
}

.floating-logo-right {
  right: 0;
  padding-right: 16rem;
}


@media screen and (max-width: 1919px) {
  /* Styles for screens below 1920px wide */
  
  .floating-logo-left {
  left: 0;
  padding-left: 12rem;
}

.floating-logo-right {
  right: 0;
  padding-right: 12rem;
}
  
}


.floating-logo img {
  height: 110px;
  width: auto;
  padding-top: 10px;
}

/* === Top Bar Flex (Centered Content) === */
.top-bar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  margin: 0 280px; /* Stops border before logos */
}



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

.top-contact {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.top-contact li {
  font-size: 15px;
  color: #19191a;
  font-weight: 500;
}

.top-contact li i {
  color: #e83132;
  margin-right: 6px;
}

.top-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-social a {
  font-size: 16px;
  color: #19191a;
}



/* === Menu Bar === */
.menu-bar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 140px; /* Border ends before logos */
  position: relative;
}

.mainmenu-floating ul {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.mainmenu-floating ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #19191a;
  position: relative;
  padding: 8px 0;
}

.mainmenu-floating ul li a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background: #e83132;
  opacity: 0;
  transition: all 0.3s ease;
}

.mainmenu-floating ul li.active a::after,
.mainmenu-floating ul li:hover a::after {
  opacity: 1;
}


/* === Responsive Fix === */
@media (max-width: 991px) {
  .top-bar-flex,
  .menu-bar-flex,
  .floating-logo {
    display: none !important;
  }
}



.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
/*---------------------
  Hero
-----------------------*/

.hero-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}
.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 16px;
}
.hero-text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}

/* === Mobile: make hero video landscape & override Owl heights === */
@media (max-width: 768px) {

  /* Keep section tidy on mobile */
  .hero-section {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .hero-text {
    padding-top: 0px;
    margin-bottom: -190px;
    text-align: center;
  }
  .hero-text h1 { font-size: 36px; line-height: 42px; }
  .hero-text p  { font-size: 16px; line-height: 24px; margin-bottom: 25px; }
  .hero-text .primary-btn {display:none;}

  /* --- Owl Carousel height overrides --- */
  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item {
    height: auto !important;
    min-height: 0 !important;
  }

  /* --- Landscape frame for each slide --- */
  .hero-slider .hs-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Prefer true 16:9 */
    aspect-ratio: 16 / 9;
  }

  /* Fallback if aspect-ratio isn't supported */
  @supports not (aspect-ratio: 16 / 9) {
    .hero-slider .hs-item {
      height: 0 !important;
      padding-top: 56.25%; /* 16:9 */
    }
  }

  /* Make the <video> fill the frame like a background */
  .hero-slider .hs-item .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop to stay landscape */
    display: block;
  }

  /* Ensure overlay still covers fully */
  .hero-slider .hs-item .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }

  /* Keep text above the video/overlay */
  .hero-section .container { position: relative; z-index: 3; }
}



.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #e83132;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #e83132;
	border-right: 2px solid #e83132;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #e83132;
	border-radius: 2px;
	color: #e83132;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
.hero-slider {
	position: absolute;
	width: 100%;
height: 90vh; /* Full screen */
    overflow: hidden;
	left: 0;
	top: 0;
}


.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}

/* Video background */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: rgba(154, 19, 19, 0.4); /* dark red with 60% opacity */
    z-index: -1;
}
/*---------------------
  About US
-----------------------*/

.about-corporate {
  padding: 80px 0;
}

.corporate-image {
  position: relative;
}

.corporate-image img {
  width: 100%;
  height: auto;
  display: block;
}

.experience-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.experience-box h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

.experience-box p {
  font-size: 14px;
  margin: 0;
  color: #595960;
}

.about-text {
  padding-left: 40px;
}

.about-text .sub-title {
  color:#e83132;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.about-text .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0;
  color: #1c1c1c;
}

.about-text .main-para {
  color: #595960;
  margin-bottom: 30px;
}

.about-text h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.about-text p {
  color: #595960;
  font-size: 16px;
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color:#e83132;
  text-decoration: none;
}

.signature {
  margin-top: 20px;
}

.signature-name {
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  color:#e83132;
  margin-bottom: 5px;
}

.position {
  font-size: 14px;
  color: #1c1c1c;
}

/*---------------------
  Service Section
-----------------------*/

.skills-experience-section {
    padding: 80px 0;
  background: linear-gradient(rgba(75, 93, 121, 0.9), rgba(75, 93, 121, 0.9)),
              url('../img/about/hero-1.png') center center/cover no-repeat;
  color: #fff;
  position: relative;
}

.skills-text .sub-title {
  font-size: 14px;
  color: #e73b40;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.skills-text .title {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.skills-text p {
  color: #dddddd;
  margin-bottom: 30px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar h6 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.skill-bar .bar {
  background: #5c1a1a;
  height: 5px;
  position: relative;
  overflow: hidden;
}

.skill-bar .progress {
  height: 100%;
  background: #e73b40;
  transition: width 0.4s ease-in-out;
}

.primary-btn {
  border: 1px solid #eb3033;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

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


.law-services {
  margin-top: 0;
  padding: 0;
  background: rgb(246, 246, 246);
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}

.law-service {
  padding: 30px 20px;
  text-align: left;
  background: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.law-service:hover {
  background:  #4d5d78;
  color: #fff;
}

.law-service:hover h5,
.law-service:hover p,
.law-service:hover i {
  color: #fff;
}

.law-service i {
  font-size: 30px;
  color: #c89c2f;
  margin-bottom: 15px;
  display: block;
}

.law-service h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #19191a;
}

.law-service p {
  font-size: 14px;
  color: #595960;
}

.law-service.active {
  background:  #4d5d78;
  color: #fff;
}

.law-service.active h5,
.law-service.active p,
.law-service.active i {
  color: #fff;
}

.row.law-services > [class*='col-'] {
  padding: 0;
}



/*------------------------
  Home Page Room Section 
-------------------------*/

.expertise-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fff 50%,  #4d5d78 50%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header .subtitle {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b74242;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header p {
  max-width: 650px;
  margin: 0 auto;
  color: #777;
  font-size: 16px;
}

.case-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.case-box {
  text-align: center;
  background: #fff;
  margin-bottom: 0;
}

.case-box img {
  width: 100%;
  height: auto;
  display: block;
}

.case-info {
  background: #fff;
  padding: 15px 10px;
}

.case-info h6 {
  font-size: 16px;
  color: #a02727;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.case-info span {
  font-size: 11px;
  color: #999;
}
/*---------------------
  termdates
-----------------------*/
.justice-services-section {
  padding: 80px 0;
}

/* Container Section */
.justice-services-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
}

/* Header */
.justice-services-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.justice-services-subtitle {
  text-transform: uppercase;
  color: #e83c3f;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}

.justice-services-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 1.3;
}

.justice-services-description {
  font-size: 16px;
  color: #595960;
  line-height: 1.7;
}

/* Grid Layout */
.justice-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 per row */
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

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

@media (max-width: 600px) {
  .justice-services-grid {
    grid-template-columns: 1fr;
  }
}


/* Individual Card */
.justice-service-card {
  background: #ececec;
  padding: 30px 25px;
  transition: all 0.3s ease;
  color: #191919;
  border-left: 5px solid transparent;
}

.justice-service-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #4d5c78;
}

.justice-service-card div {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

/* Active Card */
.justice-service-card-active {
  background-color: #4d5c78;
  color: #fff;
}

.justice-service-card-active h5,
.justice-service-card-active div,
.justice-service-card-active i {
  color: #fff;
}

/* Hover Effect */
.justice-service-card:hover {
  background-color: #4d5c78;
  color: #fff;
  cursor: pointer;
}

.justice-service-card:hover h5,
.justice-service-card:hover div,
.justice-service-card:hover i {
  color: #fff;
}

/* Icons */
.justice-service-card i {
  font-size: 28px;
  color: #c89c2f;
  display: block;
  margin-bottom: 10px;
}

/* Button */
.text-center {
  text-align: center;
}



/*---------------------
  termdates
-----------------------*/
.why-justic-section {
  padding: 100px 0;
  background: linear-gradient(rgba(75, 93, 121, 1), rgba(75, 93, 121, 0.9)),
              url('/img/about/hero-1.png') center center/cover no-repeat;
  color: #fff;
}

.why-justic-header {
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.why-justic-term {
  font-size: 12px;
  color: #fffff7;
  margin-top: 10px;
  font-style: italic;
}


.why-justic-subtitle {
  color: #c89c2f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.why-justic-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color:#fff;
}

.why-justic-description {
  font-size: 14px;
  color: #ccc;
}

.why-justic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.why-justic-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
  color: #fff;
}

.why-justic-box:hover {
  border-color: #e73b40;
}

.why-justic-box.active {
  border: 1px solid #e73b40;
}

.why-justic-number {
  font-size: 32px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 10px;
}

.why-justic-box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-justic-box-text {
  font-size: 14px;
  color: #ccc;
}

/*---------------------
  Testimonial
-----------------------*/

.justic-testimonial-section {
  padding: 100px 0;
  background-color: #fff;
}

.justic-testimonial-subtitle {
  color: #e83d58;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: inline-block;
}

.justic-testimonial-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #19191a;
}

.justic-testimonial-description {
  color: #707079;
  font-size: 14px;
  margin-bottom: 40px;
  max-width: 90%;
}

.justic-testimonial-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.justic-testimonial-box-wrapper {
  gap: 0px;
}

.justic-testimonial-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: left;
  position: relative;
}

.justic-testimonial-box p {
  font-size: 15px;
  color: #595960;
  font-style: italic;
  position: relative;
}

.justic-testimonial-box p::after {
  content: "❞";
  font-size: 50px;
  color: #eaeaea;
  position: absolute;
  top: -20px;
  right: 0;
}

.justic-testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.justic-testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.justic-testimonial-author h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #19191a;
}

.justic-testimonial-author span {
  font-size: 13px;
  color: #e83132;
}



/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
	background: #f9f9f9;
}
.testimonial-section .section-title {
	margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.testimonial-slider .ts-item {
	text-align: center;
}
.testimonial-slider .ts-item p {
	font-size: 20px;
	color: #707079;
	line-height: 30px;
	margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
	margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
	color: #f5b917;
	font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
}
/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
	padding-bottom: 70px;
}
.blog-section .section-title {
	margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #ea3137;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}
.footer-section .footer-text .ft-about p {
	color: #fdfdff;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #e83132;
	border-color: #e83132;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Quattrocento", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #fdfdff;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #e83132;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Quattrocento", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #e83132;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
	background: rgba(16, 20, 31, 0.2);
	padding: 20px 0;
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 16px;
	color: #aaaab3;
}
.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-top: 100px;
	padding-bottom: 80px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "";
	font-size: 18px;
	font-family: "Quattrocento";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
}

/*------------------------
  About Us Page Section
-------------------------*/

.justic-commitment-section {
  padding: 80px 0;
  background-color: #fff;
}

.justic-commitment-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #191919;
}

.justic-commitment-text p {
  font-size: 16px;
  color: #595960;
  margin-bottom: 15px;
  line-height: 1.7;
}

.justic-awards h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #191919;
}

.justic-awards img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}


/*------------------------
  About Us 2 Page Section
-------------------------*/
.justic-corporate-section {
  padding: 80px 0;
  background-color: #f6f6f6;
}

.justic-subtitle {
  color:  #4d5d78;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.justic-title {
  font-size: 36px;
  color: #2c0f0f;
  font-weight: bold;
  margin-bottom: 20px;
}

.justic-lead {
  color: #557;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 90%;
}

.justic-feature-item {
  display: flex;
  margin-bottom: 25px;
}

.justic-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.justic-icon img {
  width: 24px;
  height: 24px;
}

.bg-maroon {
  background-color:  #4d5d78;
}

.bg-gold {
  background-color: #4d5c79;
}

.justic-feature-text h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2c0f0f;
}

.justic-feature-text p {
  margin: 0;
  color: #595960;
  font-size: 16px;
}

.justic-divider {
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.justic-signature .signature-name {
  font-family: 'Quattrocento', sans-serif;
  font-size: 28px;
  color: #430b0b;
  margin: 0;
}

.justic-signature .signature-title {
  display: block;
  font-size: 14px;
  color: #2c0f0f;
  font-weight: 600;
  margin-top: 5px;
}

.justic-vision-mission {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.justic-vision-mission .justic-box {
  width: 50%;
  height: 250px;
  padding: 20px;
  box-sizing: border-box;
}

.justic-vision-mission .box-text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.justic-vision-mission .box-text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.justic-vision-mission .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*------------------------
  About Us 3 Page Section
-------------------------*/
.board-slider-section {
  background: #f3f3f3;
  padding: 30px 0;
  overflow: hidden;
}

.board-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.board-logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}

.board-logo-slide {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.board-logo-slide img {
  max-width: 100%;
  height: auto;
  filter: grayscale(0);
  transition: transform 0.3s ease;
}

.board-logo-slide img:hover {
  transform: scale(1.05);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
	padding-top: 0;
	padding-bottom: 70px;
}
.about-page-text {
	margin-bottom: 65px;
}
.about-page-text .ap-title {
	margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 18px;
}
.about-page-text .ap-title p {
	font-size: 18px;
	color: #707079;
	line-height: 28px;
}
.about-page-text .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}
.about-page-text .ap-services li i {
	color: #e83132;
	margin-right: 5px;
}
.about-page-services .ap-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
	color: #ffffff;
}

/*------------------------
  About Us3 Page Section
-------------------------*/
.how-work-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.how-work-subtitle {
  color: #e73c3f;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.how-work-title {
  font-size: 36px;
  color: #2c1d18;
  margin-bottom: 15px;
  font-family: 'Quattrocento', serif;
}

.how-work-desc {
  color: #555;
  margin-bottom: 60px;
  font-size: 14px;
}

.how-work-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}

.how-work-step {
  width: 220px;
  text-align: center;
}

.how-work-step h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  color: #2c1d18;
}

.how-work-step p {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.how-work-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.how-work-icon i {
  font-size: 40px;
  color: #fff;
}

.how-work-arrow {
  align-self: center;
  height: 30px;
}

@media (max-width: 768px) {
  .how-work-steps {
    flex-direction: column;
    align-items: center;
  }

  .how-work-arrow {
    display: none;
  }
}




/*---------------------
  Video Section
-----------------------*/

.video-section {
	height: 500px;
	padding-top: 140px;
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}
/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	padding-bottom: 80px;
}
.gallery-section .section-title {
	margin-bottom: 38px;
}
.gallery-item {
	position: relative;
	height: 279px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.gallery-item:hover:after {
	opacity: 1;
}
.gallery-item:hover .gi-text {
	opacity: 1;
}
.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: "";
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item.large-item {
	height: 576px;
}
.gallery-item .gi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item .gi-text h3 {
	color: #ffffff;
}
/*---------------------
  Room Section
-----------------------*/

.rooms-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-item {
	margin-bottom: 30px;
}
.room-item img {
	min-width: 100%;
}
.room-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.room-item .ri-text h3 {
	color: #e83132;
	font-weight: 700;
	margin-bottom: 14px;
}
.room-item .ri-text h3 span {
	font-family: "Quattrocento", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.room-item .ri-text table {
	margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.room-item .ri-text .primary-btn {
	color: #19191a;
}
.room-pagination {
	text-align: center;
	padding-top: 20px;
}
.room-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.room-pagination a:last-child {
	margin-right: 0;
}
.room-pagination a:hover {
	background: #e83132;
	color: #ffffff;
}
/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-details-item {
	margin-bottom: 50px;
}
.room-details-item img {
	margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
	color: #19191a;
	float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #e83132;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #e83132;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: "Quattrocento", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}
.room-details-item .rd-text table {
	margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #707079;
}
.room-details-item .rd-text p {
	color: #707079;
}
.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}
.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.rd-reviews h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.rd-reviews .review-item {
	margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}
.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #e83132;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}
.review-add h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::placeholder {
	color: #aaaab3;
}
.review-add .ra-form h5 {
	font-size: 20px;
	color: #19191a;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}
.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}
.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}
.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}
.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #e83132;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.room-booking {
	padding: 0 30px 0 40px;
}
.room-booking h3 {
	color: #19191a;
	margin-bottom: 30px;
}
.room-booking form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.room-booking form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.room-booking form .check-date i {
	color: #e83132;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.room-booking form .select-option {
	margin-bottom: 15px;
}
.room-booking form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.room-booking form .select-option .nice-select:after {
	border-bottom: 2px solid #e83132;
	border-right: 2px solid #e83132;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.room-booking form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.room-booking form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #e83132;
	border-radius: 2px;
	color: #e83132;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 0;
	padding-bottom: 88px;
}
.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.blog-item.small-size {
	height: 400px;
}
.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #e83132;
	padding: 3px 10px;
	border-radius: 2px;
}
.blog-item .bi-text h4 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.blog-item .bi-text h4 a {
	color: #ffffff;
}
.blog-item .bi-text .b-time {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.load-more {
	text-align: center;
	padding-top: 30px;
}
.load-more .primary-btn {
	color: #19191a;
}
/*----------------------------
  Blog Details Hero Section
----------------------------*/

.blog-details-hero {
	height: 530px;
	padding-top: 165px;
}
.bd-hero-text {
	text-align: center;
}
.bd-hero-text span {
	font-size: 12px;
	color: #ffffff;
	background: #e83132;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}
.bd-hero-text h2 {
	font-size: 44px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.bd-hero-text ul li {
	list-style: none;
	font-size: 14px;
	color: #e83132;
	margin-right: 35px;
	display: inline-block;
}
.bd-hero-text ul li:last-child {
	margin-right: 0;
}
.bd-hero-text ul li.b-time {
	text-transform: uppercase;
}
/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 55px;
}
.blog-details-text .bd-title {
	margin-bottom: 52px;
}
.blog-details-text .bd-title p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .bd-pic {
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
	margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
	min-width: 100%;
}
.blog-details-text .bd-more-text {
	margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
	margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
	color: #19191a;
	margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .tag-share {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
	float: left;
}
.blog-details-text .tag-share .tags a {
	font-size: 12px;
	color: #707079;
	background: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
	color: #ffffff;
	background: #e83132;
}
.blog-details-text .tag-share .social-share {
	float: right;
}
.blog-details-text .tag-share .social-share span {
	display: inline-block;
	font-size: 18px;
	color: #707079;
}
.blog-details-text .tag-share .social-share a {
	display: inline-block;
	font-size: 16px;
	color: #707079;
	margin-left: 30px;
}
.blog-details-text .comment-option {
	margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 255px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
	padding-left: 120px;
	margin-bottom: 52px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
	display: table;
	position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #e83132;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
	font-size: 20px;
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
	color: #707079;
	margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
	display: inline-block;
	color: #19191a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 24px;
	border: 1px solid #F9EEE3;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
	background: #e83132;
	color: #ffffff;
	border-color: #e83132;
}
.blog-details-text .leave-comment h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
	width: 100%;
	height: 50px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
	border-color: #e83132;
}
.blog-details-text .leave-comment .comment-form textarea {
	width: 100%;
	height: 116px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 42px;
	resize: none;
	padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
	border-color: #e83132;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #e83132;
	border: none;
	padding: 14px 42px 13px;
	display: inline-block;
	border-radius: 2px;
}
/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
	padding-top: 65px;
	padding-bottom: 50px;
}
.recommend-blog-section .section-title {
	margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
	margin-top: 0;
}
/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}
.contact-text p {
	color: #707079;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #e83132;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
	.hp-room-items .hp-room-item .hr-text {
		bottom: -322px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
		bottom: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 25px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #19191a;
		border: 1px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #e83132;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #e83132;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #e83132;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #e83132;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #e83132;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #e83132;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.room-booking {
		padding: 0;
		margin-top: 40px;
	}
	.contact-form {
		padding-top: 30px;
	}

}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.hp-room-items {
		margin: 0;
	}
	.hp-room-item {
		margin-bottom: 15px;
	}
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.room-details-item .rd-text .rd-title {
		margin-bottom: 25px;
	}
	.room-details-item .rd-text .rd-title h3 {
		float: none;
		margin-bottom: 30px;
	}
	.room-details-item .rd-text .rd-title .rdt-right {
		float: none;
		text-align: left;
	}
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
	.blog-details-text .tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .tag-share .social-share {
		float: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
	.video-section {
		padding-top: 80px;
	}
	.rd-reviews .review-item .ri-pic, .blog-details-text .comment-option .single-comment-item .sc-author {
		float: none;
		margin-bottom: 30px;
	}
	.rd-reviews .review-item .ri-text .rating {
		position: relative;
	}
	.rd-reviews .review-item .ri-text, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
		padding-left: 0;
	}
	.blog-details-text .comment-option .single-comment-item.reply-comment {
		padding-left: 30px;
	}
	.rd-reviews .review-item .ri-text:before, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.blog-details-hero {
		padding-top: 70px;
	}
	.blog-details-text .bd-pic .bp-item {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-details-text .tag-share .tags a {
		margin-bottom: 6px;
	}
	.blog-details-text .comment-option .single-comment-item .sc-text a {
		margin-bottom: 10px;
	}
}


.tgs-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.tgs-header {
  text-align: center;
  margin-bottom: 30px;
}

.tgs-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tgs-tabs li {
  padding: 10px 20px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.tgs-tabs li:hover,
.tgs-tabs li.active {
  background: #ea3137;
  color: #fff;
}

.tgs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tgs-card {
  display: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.tgs-card.show {
  display: block;
}

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

.tgs-card img {
  width: 100%;
  height: auto;
  display: block;
}

.tgs-info {
  background: #ea3137;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.tgs-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.tgs-info span {
  font-size: 13px;
  color: #eee;
}

/* Responsive Design */
@media (max-width: 992px) {
  .tgs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.contactx-section {
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.contactx-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.contactx-left {
  flex: 1 1 48%;
}

.contactx-right {
  flex: 1 1 48%;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.contactx-subtitle {
  text-transform: uppercase;
  color: #4b5d79;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.contactx-title {
  font-size: 40px;
  margin-bottom: 15px;
  color: #2b0b0b;
}

.contactx-description {
  color: #444;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.contactx-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.contactx-info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contactx-icon {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contactx-gold {
  background-color: #ea3137;
}

.contactx-burgundy {
  background-color: #4e5d79;
}

.contactx-info-block h4 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  color: #2b0b0b;
}

.contactx-info-block p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #555;
}

.contactx-divider {
  margin: 40px 0 25px;
  border: none;
  border-top: 1px solid #ccc;
}

.contactx-socials h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2b0b0b;
  margin-bottom: 15px;
}

.contactx-social-icons a {
  display: inline-block;
  background-color: #ea3137;
  color: #000;
  margin-right: 10px;
  padding: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contactx-social-icons a:hover {
  background-color: #4e5d79;
  color: #fff;
}

.contactx-form input,
.contactx-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  resize: none;
}

.contactx-form button {
  width: 100%;
  padding: 15px;
  background-color: #ea3137;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.contactx-form button:hover {
  background-color: #4a0c0c;
  color: #fff;
}

@media (max-width: 768px) {
  .contactx-container {
    flex-direction: column;
  }

  .contactx-left, .contactx-right {
    flex: 1 1 100%;
  }
}


.request-fee-btn {
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
}

.modal-title {
  font-weight: bold;
}

.modal-body .form-label {
  font-weight: 500;
}
