/******************************************************************
  Template Name: Sona
  Description: Sona Hotel Html Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]
.slick-slide img
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: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Montserrat", sans-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: "Montserrat", sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
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: #dfa974;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
    font-size: 30px;
    color: #fff;
    line-height: 44px;
    margin-top: 10px;
    font-weight: 700;
}
.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;
	background: #dfa974;
	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.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
	border-bottom: 1px solid #e5e5e5;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}
.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #dfa974;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	margin-right: 35px;
	padding: 13px 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	margin-left: 15px;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #dfa974;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .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;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .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;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #dfa974;
}
.menu-item {
	position: relative;
	z-index: 9;
	border-bottom: 1px solid;
}
.menu-item .logo {
	padding: 10px 0;
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 16px;
	color: #19191a;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 10px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
/*---------------------
  Hero
-----------------------*/

.hero-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 0px;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}
.hero-text p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 24px;
    margin-bottom: 35px;
}
.hero-text h2
{
	font-size: 22px;
    color: white;
    font-weight: 600;
}
.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: #dfa974;
	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 #dfa974;
	border-right: 2px solid #dfa974;
	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 #ee3b24;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 500;
    background: #ee3b24;
    width: 100%;
    height: 46px;
    margin-top: 15px;
}
.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	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%;
}
/*---------------------
  About US
-----------------------*/

.about-text {
	text-align: center;
	padding: 0 35px;
}
.about-text p {
	color: #595960;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
}
.about-text p.s-para {
	margin-bottom: 35px;
}
.about-text .about-btn {
	color: #19191a;
}
.about-pic img {
	min-width: 100%;
}
/*---------------------
  Service Section
-----------------------*/

.services-section {
	padding-bottom: 40px;
	padding-top:40px;
	border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
	margin-bottom: 20px;
}
.service-item {
	text-align: center;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item:hover {
	background: #ee3b24;
}
.service-item:hover i {
	color: #ffffff;
}
.service-item:hover h4 {
	color: #ffffff;
}
.service-item:hover p {
	color: #ffffff;
}
.service-item i {
	display: inline-block;
	color: #dfa974;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item h4 {
	color: #19191a;
	font-size: 16px;
	margin-top: 10px;
	font-weight:500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item p {
	color: #707079;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 135px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -250px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}
/*---------------------
  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: #222736;
}
.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: #aaaab3;
	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: #dfa974;
	border-color: #dfa974;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #dfa974;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #dfa974;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Montserrat", 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: #dfa974;
	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: 70px;
	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: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}
/*------------------------
  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: #dfa974;
	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;
}
/*---------------------
  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: #dfa974;
	font-weight: 700;
	margin-bottom: 14px;
}
.room-item .ri-text h3 span {
	font-family: "Montserrat", 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: #dfa974;
	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: #dfa974;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: "Montserrat", 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: #dfa974;
	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: #dfa974;
	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: #dfa974;
	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 #dfa974;
	border-right: 2px solid #dfa974;
	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 #dfa974;
	border-radius: 2px;
	color: #dfa974;
	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: #dfa974;
	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: #dfa974;
	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: #dfa974;
	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: #dfa974;
}
.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: #dfa974;
	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: #dfa974;
	color: #ffffff;
	border-color: #dfa974;
}
.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: #dfa974;
}
.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: #dfa974;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	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: #dfa974;
	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;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
/* 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: #fff;
		border: 1px solid #fff;
		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: #dfa974;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #dfa974;
		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: #dfa974;
	}
	.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: #dfa974;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #dfa974;
	}
	.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: #dfa974;
		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;
	}
	.hero-text {
		margin-bottom: 40px;
	}
}
/* 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;
	}
}
.tn-right li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #19191a;
    font-weight: 500;
    padding: 14px 0 12px;
    margin-right: 50px;
    position: relative;
}
.tn-right li a {
    color: white;
}	
.tn-right li {
    position: relative;
}
.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.tn-right li:after {
    position: absolute;
    right: -25px;
    top: 0;
    width: 0px;
    height: 100%;
    background: #e5e5e5;
    content: "";
}
.tn-right li:not(:last-child):after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
}
.booking-form {
    background: #fff;
    padding: 20px 20px;
    border: 10px solid #ee3b24;
	border-radius: 4px;
}
.booking-form h3 {
    color: #ee3b24;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
	margin-bottom: 0px;
}
.booking-form p {
    margin-bottom: 10px;
    text-align: center;
    color: #000;
	font-size:13px;
}
.booking-form form .check-date {
    position: relative;
    margin-bottom: 10px;
}
.booking-form form .check-date input, .booking-form form .check-date select {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 12px;
    color: #19191a;
    background: #f2f2f2;
    font-weight: 500;
    padding-left: 10px;
}
.booking-form form .check-date textarea
{
	 border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 12px;
    color: #19191a;
    background: #f2f2f2;
}
.aboutus-section
{
	padding:40px 0;
}
.service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	    border: 1px solid #ee3b24;
}
.service-item i {
    font-size: 40px;
    color: #ee3b24;
    margin-bottom: 15px;
    display: inline-block;
}
.services-section .col-lg-3
{
	margin:15px 0;
}
.partner-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    padding-bottom: 15px;
}

.partner-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.partner-card h5 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.seo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.seo-item {
    background: linear-gradient(90deg,#1d4ed8,#7e22ce);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    min-width: 250px;
    transition: 0.3s;
}

.seo-item span {
    font-size: 22px;
}

.seo-item h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color:white;
}

.seo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.seo-audit-section {
    width: 100%;
    background: linear-gradient(90deg,#1d4ed8,#7e22ce);
    padding: 60px 20px;
}

.seo-audit-box {
    width: 100%;
    color: #fff;
}

.seo-audit-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
	color:white
}

.seo-audit-box p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
	color:white;
}

/* FULL WIDTH FORM */
.form-row {
    display: flex;
    width: 100%;
    gap: 10px;
}

.form-row input {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 6px;
    outline: none;
}

.form-row button {
    padding: 14px 25px;
    border: none;
    border-radius: 6px;
    background: #ee3b24;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
}

.form-row button:hover {
    background: #e2e6ea;
	color:#ee3b24
}

/* Mobile */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-row input,
    .form-row button {
        width: 100%;
    }
    .case-info
    {
        padding:0;
    }
}

.service-card {
    padding: 25px 20px;
    border-radius: 10px;
    background: #00177a;
    transition: 0.3s;
    height: 100%;
    color: #fff;
}

/* ICON WRAP */
.icon-wrap {
    position: relative;
    height: 30px;
    margin-bottom: 15px;
}

/* ICON */
.icon {
    font-size: 26px;
    position: absolute;
    left: 0;
    transition: 0.4s ease;
    color: #fff;
}

/* ARROW */
.arrow {
    font-size: 24px;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.4s ease;
    color: #fff;
}

/* TEXT */
.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.service-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

/* HOVER EFFECT */
.service-card:hover {
    background: #0022b3;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* ICON HIDE */
.service-card:hover .icon {
    opacity: 0;
    transform: translateX(20px);
}

/* ARROW SHOW */
.service-card:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}
.process-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-top:30px;
    align-items: stretch;
}

/* TOP LINE */
.process-line::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #00177a;
}

/* ITEM */
.process-item {
    text-align: center;
    position: relative;
    flex: 1;
	display: flex;
    flex-direction: column;
}

/* DOT */
.process-line .dot {
    width: 60px;
    height: 60px;
    background: #00177a;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* CONNECTOR (DOT â†’ BOX) */
.process-line .connector {
    width: 3px;
    height: 40px;
    background: #00177a;
    margin: 0 auto;
}

/* CARD */
.process-line .card {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00177a;
    transition: 0.3s;
    flex: 1; /* ðŸ”¥ ye sabse important */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* TEXT */
.process-line .card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.process-line .card p {
    font-size: 14px;
    color: #666;
	margin-bottom:0;
}

/* HOVER */
.process-line .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* MOBILE */
@media (max-width: 768px) {
    .process-line {
        flex-direction: column;
    }

    .process-line::before {
        display: none;
    }
}
.process-line {
     /* ðŸ”¥ important */
}

.process-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* CARD FULL HEIGHT LE */
.process-line .card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00177a;
    transition: 0.3s;
    flex: 1; /* ðŸ”¥ ye sabse important */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* CARD */
.industry-box {
    background: linear-gradient(90deg,#1d4ed8,#7e22ce);
    border-radius: 10px;
    padding: 25px 10px 15px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #eee;
}
.industry-box:hover
{
	background: #ececec;
	color:#00177a;
}
.industry-box:hover  h5
{
	color:#00177a;
}
/* ICON CIRCLE */
.icon-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    line-height: 70px;
    font-size: 28px;
    margin: -55px auto 10px;
    border: 3px solid #00177a;
    transition: 0.3s;
}

/* TEXT */
.industry-box h5 {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

/* UNDERLINE */
.line {
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px auto 0;
    background: #ee3b24;
    transition: 0.3s;
}

/* HOVER EFFECT ðŸ”¥ */
.industry-box:hover {
    transform: translateY(-6px);
    border-color: #00177a;
}

/* ICON CHANGE */
.industry-box:hover .icon-circle {
    background: #00177a;
    color: #fff;
}

/* LINE EXPAND */
.industry-box:hover .line {
    width: 70px;
    background: #00177a;
}
.health-industries .row {
    display: flex;
    flex-wrap: wrap;
}

.health-industries .col-lg-2,
.health-industries .col-md-4,
.health-industries .col-6 {
    display: flex;
	margin:15px 0;
}

.health-industries .industry-box {
    width: 100%;
    height: 100%; /* ðŸ”¥ main fix */
}
.case-pro-box {
    display: flex;
    gap: 30px;
    background: #060b1c;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.case-pro-box::before
{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(86, 102, 255, 0.18), transparent 70%);
    top: -70px;
    right: -70px;
}
/* IMAGE WRAPPER */
.case-img {
    max-width: 400px;
    height: auto;
}

/* IMAGE FULL HEIGHT */
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 👈 full fill, no gap */
    display: block;
}
/* CONTENT */
.case-info {
    padding: 30px;
}

.tag {
    display: inline-block;
    background: #00177a;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.case-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color:white;
}

.desc {
    font-size: 14px;
    color: #cdcdcd;
    margin-bottom: 20px;
}

/* RESULTS */
.results {
    display: flex;
    gap: 20px;
}

.results div {
    text-align: center;
}

.results strong {
    font-size: 17px;
    color: #fff;
    display: block;
}

.results span {
    font-size: 12px;
    color: #666;
}

/* MOBILE */
@media (max-width: 768px) {
    .case-pro-box {
        flex-direction: column;
    }

    .case-img img {
        width: 100%;
        height: auto;
    }
}
.tool-card{
  transition: all 0.3s ease;
  border: 1px solid #eee;
  background: #060b1c;
}
.tool-card::before
{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(86, 102, 255, 0.18), transparent 70%);
    top: -70px;
    right: 0px;
}
.tool-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  border-color: #00177a;
}
.tool-card h6
{
    color:white;
}
.seo-tools-section .col-lg-3
{
	margin-bottom:15px;
}

.lead-form-section {
     width: 100%;
    background: #00177a;
    padding: 60px 20px;
}

.lead-form-section .form-box {
  border-radius: 12px;
}

.lead-form-section .form-box h2 {
  font-weight: 700;
  color:white;
  margin-bottom:25px !important;
}

.lead-form-section .form-control {
  height: 45px;
  border-radius: 8px;
}

.lead-form-section textarea.form-control {
  height: auto;
}
.form-box .btn
{
	padding: 14px 25px;
    border: none;
    border-radius: 6px;
    background: #ee3b24;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
}
.faq-section {
  background: #f7f9fc;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.card-header {
  background: #fff;
  border-bottom: none;
}

.btn-link {
  text-decoration: none;
  font-weight: 600;
  color: #333;
}

.btn-link:hover {
  text-decoration: none;
  color: #0d6efd;
}
.faq-section {
  background: #f7f9fc;
}

.faq-section .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.faq-section .card-header {
     background: #fff;
    border-bottom: 1px solid #ececec;
}

.faq-section .btn-link {
  text-decoration: none;
  font-weight: 600;
  color: #333;
}

.faq-section .btn-link:hover {
  text-decoration: none;
  color: #00177a;
}
#faqAccordion .btn-link
{
	padding:0;
}


.contact-box {
  border-radius: 12px;
}

.contact-box h5 {
  font-weight: 700;
}

.contact-box p {
  margin-bottom: 6px;
  color: #555;
}
.banner-btn a 
{
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #ee3b24;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 600;
    background: #ee3b24;
    margin-top: 15px;
	padding:15px 30px;
}
.client-slider {
  padding: 15px 0;
  background: #040d25;
}

.client-carousel img {
  width: 100%;
  max-width: 140px;
  margin: auto;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}

.client-carousel img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.header-section
{
	background:black;
}
.header-section .logo img
{
	width:150px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
body{
    background:#030712;
}
.ai-hero-section{
    background:#00030a;
    color:#fff;
    padding:80px 0 50px 0;
    position:relative;
    overflow:hidden;
}

.ai-hero-section:before{
    content:'';
    position:absolute;
    right:-200px;
    top:0;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#6d28d9 0%,transparent 70%);
    opacity:.3;
}

.ai-badge{
    display:inline-block;
    background:#121827;
    border:1px solid rgba(168,85,247,.4);
    color:#c084fc;
    padding:10px 18px;
    border-radius:40px;
    font-size:12px;
    letter-spacing:1px;
    font-weight:600;
}

.hero-title {
    font-size: 55px;
    line-height: 1.4;
    font-weight: 800;
    color: white;
    margin-top: 25px;
}

.hero-title span{
    display:block;
    background:linear-gradient(90deg,#3b82f6,#8b5cf6);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.hero-desc {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    max-width: 620px;
    margin-top: 20px;
}

.hero-btns{
    margin-top:40px;
}

.hero-btn{
    display:inline-block;
    background:linear-gradient(90deg,#4f46e5,#9333ea);
    color:#fff;
    padding:12px 30px;
    border-radius:14px;
    font-weight:600;
    margin-right:15px;
	    font-size: 14px;
    text-decoration:none;
}

.hero-btn-outline{
    display:inline-block;
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    padding:12px 30px;
    border-radius:14px;
    font-weight:600;
	    font-size: 14px;
    text-decoration:none;
}

.hero-stats{
    margin-top:60px;
}

.stat-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.stat-icon{
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:4px;
    background:#111827;
    border:1px solid rgba(168,85,247,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8b5cf6;
    font-size:18px;
}

.stat-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1;
}

.stat-content p {
    color: #94a3b8;
    font-size: 10px;
    margin: 0;
    line-height: 1.5;
}


.dashboard-box{
    background:#07101f;
    border-radius:28px;
    padding:28px;
    border:1px solid rgba(255,255,255,.06);
    box-shadow:0 0 40px rgba(59,130,246,.12);
}


@media(max-width:991px){

    .hero-title{
        font-size:32px;
    }


}

.featured-bar{
    margin-top:20px;
    padding:18px 24px;
    border-radius:18px;
    background:linear-gradient(90deg,#4338ca,#7e22ce);
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
}

.featured-left{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    font-weight:600;
    font-size:15px;
}

.google-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
}

.featured-right{
    display:flex;
    align-items:center;
    gap:12px;
    color:#e9d5ff;
    font-size:14px;
}

.dot{
    width:5px;
    height:5px;
    border-radius:50%;
    background:rgba(255,255,255,.5);
}

@media(max-width:767px){

    .featured-bar{
        justify-content:center;
        text-align:center;
        margin-top: 20px;
    padding: 15px 5px;
    gap: 5px;
    }

    .featured-right{
        flex-wrap:wrap;
        justify-content:center;
        display: flex;
    align-items: center;
    gap: 5px;
    color: #e9d5ff;
    font-size: 10px;
    }
    .client-title{
    height:100%;
    display: block !important;
    margin-bottom: 15px;
    text-align: center;
    align-items:center;
}
    .hero-desc
    {
        font-size:14px;
    }
.hero-btns {
    margin-top: 25px;
}
    .hero-title {
        font-size: 25px;
    }
    .hero-title span {
    display: inline;
    }
    .hero-btn, .hero-btn-outline
    {
        padding:10px 15px;
        font-size:12px;
    }
    .hero-stats {
    margin-top: 20px;
}
.dashboard-box {
    padding: 5px;
}
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    background:#d7d7d7;
    padding:0 15px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.client-slider .row{
    align-items:center;
}

.client-title{
    height:100%;
    display:flex;
    align-items:center;
}

.client-title h3{
    margin-bottom:0;
	color:white;
	font-size:20px;
}

.ai-services-section{
    background:#030712;
    padding:80px 0;
    color:#fff;
}

.section-tag{
    display:table;
    margin:0 auto 18px;
    background:#1a1038;
    color:#c084fc;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
	color:white
}

.service-box{
    background:#08101f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:20px;
    padding:28px 20px;
    height:100%;
    transition:.3s;
    position:relative;
    overflow:hidden;
}

.service-box:before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:160px;
    height:160px;
    background:radial-gradient(circle,#7c3aed40 0%,transparent 70%);
}

.service-box:hover{
    transform:translateY(-6px);
    border-color:#7c3aed;
}

.service-icon{
    width:62px;
    height:62px;
    border-radius:50%;
    background:rgba(124,58,237,.12);
    border:1px solid rgba(124,58,237,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8b5cf6;
    font-size:24px;
    margin-bottom:15px;
}

.service-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.service-box p{
    color:#cbd5e1;
    font-size:13px;
    line-height:1.2;
    margin-bottom:15px;
}

.service-box a{
    color:#8b5cf6;
    font-weight:600;
    text-decoration:none;
}

.stats-bar{
    margin-top:35px;
    background:linear-gradient(90deg,#1d4ed8,#7e22ce);
    border-radius:24px;
    padding:30px 15px;
}

.stats-item{
    display:flex;
    align-items:center;
    gap:10px;
    border-right:1px solid rgba(255,255,255,.18);
    padding:0;
}

.stats-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d8b4fe;
    font-size:22px;
}

.stats-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
	color:white;
}

.stats-item p{
    margin:0;
    color:#e2e8f0;
    font-size:12px;
}

@media(max-width:991px){

    .section-title{
        font-size:34px;
    }

    .stats-item{
        border-right:0;
        margin-bottom:20px;
    }

}
.ai-demo-section{
    background:#030712;
    padding:0px 0 80px;
    overflow:hidden;
}

.demo-tag{
    display:table;
    margin:0 auto 18px;
    background:#1a1038;
    color:#c084fc;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
}

.demo-title{
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:50px;
}

.slider-wrapper{
    position:relative;
}

.ai-demo-slider{
    margin:0 45px;
}

.slide-item{
    padding:0 12px;
}

.demo-card{
    border-radius:22px;
    overflow:hidden;
    background:#fff;
}

.demo-card img{
    width:100%;
    border-radius:22px;
    display:block;
}

.custom-arrow{
    width:56px;
    height:56px;
    border:none;
    border-radius:50%;
    background:linear-gradient(90deg,#4f46e5,#9333ea);
    color:#fff;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    font-size:18px;
    transition:.3s;
}

.custom-arrow:hover{
    transform:translateY(-50%) scale(1.08);
}

.prev-arrow{
    left:-5px;
}

.next-arrow{
    right:-5px;
}

.slick-slide{
    outline:none;
}

@media(max-width:991px){

    .demo-title{
        font-size:34px;
    }

    .ai-demo-slider{
        margin:0;
    }

    .custom-arrow{
        display:none !important;
    }

}
.results-section{
    background:#030712;
    padding:40px 0 60px;
    color:#fff;
}

.results-top{
    position:relative;
    text-align:center;
    margin-bottom:45px;
}

.result-tag{
    display:inline-block;
    background:#1a1038;
    color:#c084fc;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:18px;
}

.results-title{
    font-size:30px;
    font-weight:700;
    margin:0;
	color:white;
}

.case-study-btn{
    position:absolute;
    right:0;
    top:20px;
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    padding:14px 26px;
    border-radius:14px;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.case-study-btn:hover{
    background:#fff;
    color:#111;
}

.case-study-btn i{
    margin-left:8px;
}

.result-box{
    background:#08101f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:22px;
    padding:28px;
    position:relative;
    overflow:hidden;
    min-height:270px;
}

.result-box:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:220px;
    height:220px;
    background:radial-gradient(circle,rgba(124,58,237,.18) 0%,transparent 70%);
}

.industry-badge{
    display:inline-block;
    padding:8px 14px;
    border-radius:10px;
    font-size:12px;
    font-weight:600;
    margin-bottom:20px;
}

.industry-badge.purple{
    background:#4c1d95;
    color:#e9d5ff;
}

.industry-badge.green{
    background:#14532d;
    color:#bbf7d0;
}

.industry-badge.orange{
    background:#7c2d12;
    color:#fed7aa;
}

.result-box h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
	color:white;
}

.result-stat h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.result-stat p{
    color:#cbd5e1;
    font-size:10px;
    margin:0;
}

.ecommerce-box .result-stat h4{
    color:#8b5cf6;
}

.healthcare-box .result-stat h4{
    color:#22c55e;
}

.education-box .result-stat h4{
    color:#fb923c;
}

.graph{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:90px;
}


@media(max-width:991px){

    .results-title{
        font-size:34px;
    }

    .case-study-btn{
        position:relative;
        top:auto;
        right:auto;
        display:inline-block;
        margin-top:25px;
    }

    .result-box h3{
        font-size:24px;
    }

    .result-stat h4{
        font-size:18px;
    }

}
/* GRAPH AREA */
.graph{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:90px;
    overflow:hidden;
}

/* COMMON SVG STYLE */
.graph svg{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
}

/* PURPLE */
.purple-graph path{
    stroke:#8b5cf6;
    stroke-width:3;
    fill:none;
    filter:drop-shadow(0 0 6px #8b5cf6);
}

/* GREEN */
.green-graph path{
    stroke:#22c55e;
    stroke-width:3;
    fill:none;
    filter:drop-shadow(0 0 6px #22c55e);
}

/* ORANGE */
.orange-graph path{
    stroke:#fb923c;
    stroke-width:3;
    fill:none;
    filter:drop-shadow(0 0 6px #fb923c);
}
.custom-section{
    background:#020617;
    padding:40px 0;
    font-family:'Poppins',sans-serif;
}

/* COMMON BOX STYLE */
.founder-box,
.right-box{
    background:#060b1c;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:22px;
    padding:28px;
    color:#fff;
    height:100%;
    position:relative;
    overflow:hidden;
}

/* LEFT BOX */
.founder-box img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}
.founder-label {
    font-size: 18px;
    color: #b8c0d9;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.founder-box p{
    font-size:13px;
    line-height:1.7;
    color:#d6dcef;
    margin-bottom:15px;
}

.founder-box h4{
    font-size:18px;
    margin-bottom:3px;
    font-weight:600;
}

.founder-role{
    font-size:14px;
    color:#8f99b7;
}

.signature{
    font-size:28px;
    font-family:cursive;
    margin-top:10px;
}


/* RIGHT BOX */
.right-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:radial-gradient(circle,rgba(75,91,255,0.20),transparent 70%);
    top:-150px;
    left:100px;
}

/* CTA CONTENT */
.cta-content{
    position:relative;
    z-index:2;
}

.cta-content h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
	color:white;
}

.cta-content p{
    color:#cfd6ef;
    margin-bottom:28px;
}

/* BUTTONS */
.btn-wrap{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-audit{
    background:linear-gradient(90deg,#3554ff,#7b3cff);
    color:#fff;
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
}

.btn-call{
    border:1px solid rgba(255,255,255,0.2);
    color:#fff;
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
    font-weight:500;
    display:inline-block;
}

/* FEATURES */
.features-list{
    position:relative;
    z-index:2;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
    color:#d7ddf2;
    font-size:15px;
}

.feature-item span{
    width:38px;
    height:38px;
    border-radius:10px;
    background:rgba(255,255,255,0.06);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}


/* MOBILE */
@media(max-width:991px){

    .cta-content{
        margin-bottom:30px;
    }

    .cta-content h2{
        font-size:30px;
    }

}
.tn-right .hero-btn
{
    padding: 10px 20px;
}
.tn-right span
{
        background: linear-gradient(90deg, #adccff, #cdb6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
/* =========================
   Ksquare99 Process Section
========================= */

.process-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
    align-items: stretch;
}

/* TOP LINE */
.process-line::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 6%;
    width: 88%;
    height: 3px;
    background: linear-gradient(90deg,#3554ff,#7b3cff);
    opacity: 0.4;
}

/* ITEM */
.process-item {
    text-align: center;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* NUMBER DOT */
.process-line .dot {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg,#3554ff,#7b3cff);
    color: #fff;
    border-radius: 50%;
    line-height: 62px;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(74,91,255,0.35);
}

/* CONNECTOR */
.process-line .connector {
    width: 3px;
    height: 45px;
    background: linear-gradient(180deg,#3554ff,#7b3cff);
    margin: 0 auto;
    opacity: 0.7;
}

/* CARD */
.process-line .card {
    background: #060b1c;
    padding: 28px 22px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.35s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

/* GLOW EFFECT */
.process-line .card::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle,rgba(86,102,255,0.18),transparent 70%);
    top: -70px;
    right: -70px;
}

/* HEADING */
.process-line .card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

/* TEXT */
.process-line .card p {
    font-size: 14px;
    color: #b9c2df;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/* HOVER */
.process-line .card:hover {
    transform: translateY(-8px);
    border-color: rgba(91,109,255,0.35);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* MOBILE */
@media (max-width: 768px) {

    .process-line {
        flex-direction: column;
        gap: 25px;
    }

    .process-line::before {
        display: none;
    }

    .process-line .connector {
        height: 25px;
    }

    .process-line .card {
        padding: 24px 20px;
    }

    .process-line .card h4 {
        font-size: 17px;
    }

}/* =========================
   Featured Section
========================= */

.featured-one{
    position:relative;
    padding:30px 0;
    z-index:10;
    overflow:hidden;
}


/* GRID */
.featured-one .feature-block_one{
    width:20%;
    float:left;
    margin-top:20px;
    padding:0 10px;
}

.featured-one-heading{
    font-weight:600;
    color:#fff;
}

/* FEATURE BLOCK */
.feature-block_one{
    position:relative;
    margin-bottom:30px;
}

.feature-block_one-inner{
    position:relative;
    text-align:center;
    padding:30px 18px 25px;
    background:#08101f;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:none;
}
.feature-block_one-inner::before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(124, 58, 237, .18) 0%, transparent 70%);
}
/* TEXT */
.feature-block_one-inner p{
    font-size:12px;
    color:#d4dcf2;
    font-weight:500;
    margin-bottom:0;
    transition:0.4s;
    position:relative;
    z-index:2;
}

/* FULL LINK */
.feature-block_one-inner .overlay-link{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:10;
}

/* HOVER LAYER */
.feature-block_one .color-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transition:transform 0.4s ease;
    transform:scale(0,1);
    transform-origin:right center;
    background:linear-gradient(135deg,#3554ff,#7b3cff);
}

.feature-block_one-inner:hover .color-layer{
    transform:scale(1,1);
    transform-origin:left center;
}

/* GLOW EFFECT */
.feature-block_one .color-layer::before{
    position:absolute;
    content:'';
    width:180px;
    height:180px;
    background:radial-gradient(circle,rgba(255,255,255,0.18),transparent 70%);
    top:-70px;
    right:-70px;
}

/* ICON */
.feature-block_one-icon{
    position:relative;
    line-height:1em;
    display:inline-block;
    transition:all 0.5s ease;
    font-size:52px;
    background:linear-gradient(135deg,#3554ff,#7b3cff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    z-index:2;
}

/* TITLE */
.feature-block_one-title{
    position:relative;
    font-weight:700;
    transition:all 0.5s ease;
    color:#ffffff;
    margin-top:10px;
    font-size:34px;
    z-index:2;
}

/* HOVER */
.feature-block_one-inner:hover{
    transform:translateY(-10px);
    border-color:rgba(91,108,255,0.35);
    box-shadow:0 18px 40px rgba(0,0,0,0.35);
}

.feature-block_one-inner:hover .feature-block_one-title,
.feature-block_one-inner:hover .feature-block_one-icon,
.feature-block_one-inner:hover p{
    color:#fff;
    -webkit-text-fill-color:#fff;
}

/* ICON ROTATE */
.feature-block_one-inner:hover .feature-block_one-icon{
    transform:rotateY(180deg);
}

/* MOBILE */
@media (max-width:991px){

    .featured-one .feature-block_one{
        width:50%;
    }

}

@media (max-width:768px){

    .featured-one .feature-block_one{
        width:100%;
    }

    .feature-block_one-title{
        font-size:28px;
    }

}
/* =========================
   FAQ SECTION - Ksquare99 Theme
========================= */

.faq__area{
    background:#020617;
    position:relative;
    overflow:hidden;
}

/* SHAPES */
.faq__shape img{
    position:absolute;
    opacity:0.15;
}

.faq__shape img.faq-shape-1{
    top:19%;
    left:42%;
    max-width:29px;
}

.faq__shape img.faq-shape-2{
    top:7%;
    right:15%;
    max-width:72px;
}

.faq__shape img.faq-shape-3{
    bottom:18%;
    left:9%;
}

.faq__shape img.faq-shape-4{
    bottom:27%;
    left:43.5%;
    max-width:69px;
}

/* MAIN BOX */
.faq__bg{
    position:relative;
    z-index:2;
}

.faq__bg::before{
    position:absolute;
    content:"";
    right:0;
    top:0;
    width:70%;
    height:100%;
    background:#060b1c;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:35px;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
    z-index:-1;
}

/* IMAGE */
.faq__thumb h3{
    margin-bottom:25px;
    color:#fff;
    font-weight:700;
    line-height:1.4;
}

.faq__thumb-image{
    position:relative;
}

.faq__thumb-image img{
    width:564px;
    height:366px;
    object-fit:cover;
    border-radius:150px 20px 20px 20px;
    position:relative;
    z-index:2;
    border:1px solid rgba(255,255,255,0.08);
}

.faq__thumb-image::before{
    position:absolute;
    content:"";
    top:-24px;
    left:-24px;
    height:325px;
    width:534px;
    border-radius:170px 40px 40px 40px;
    background:linear-gradient(135deg,#3554ff,#7b3cff);
    opacity:0.18;
}

/* CONTENT */
.faq__content{
    padding:85px 0;
}

.section__sub-title{
    color:#7b8cff !important;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
}

.section__title span{
    color:#fff;
    line-height:1.5;
    font-weight:700;
}

/* ACCORDION WRAPPER */
.faq__wrapper{
    padding:0 35px;
    border-radius:22px;
    background:#0b1229;
    border:1px solid rgba(255,255,255,0.06);
    margin-top:25px;
    overflow:hidden;
    position:relative;
}

.faq__wrapper::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:radial-gradient(circle,rgba(75,91,255,0.18),transparent 70%);
    top:-100px;
    right:-100px;
}

/* ITEM */
.faq__wrapper .accordion-content{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    position:relative;
    z-index:2;
}

/* BUTTON */
.faq__wrapper .accordion-header .accordion-button{
    font-size:18px;
    color:#fff;
    border:none;
    padding:0;
    background:none;
    text-align:left;
    box-shadow:none;
    font-weight:600;
}

/* PLUS ICON */
.faq__wrapper .accordion-header .accordion-button::after{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-family:"Font Awesome 6 Free";
    font-size:16px;
    font-weight:700;
    color:#8ea2ff;
    background-image:none;
    content:"\f068";
}

.faq__wrapper .accordion-header .accordion-button.collapsed::after{
    content:"\f067";
}

/* BODY */
.faq__wrapper .accordion-body{
    padding:20px 0 0;
}

.faq__wrapper .accordion-body p{
    color:#b9c2df;
    line-height:1.8;
    margin-bottom:15px;
    padding-right:35px;
}

/* LINKS */
.faq__wrapper .accordion-body a{
    color:#8ea2ff;
    text-decoration:none;
}

/* HOVER */
.faq__wrapper .accordion-content:hover .accordion-button{
    color:#8ea2ff;
}

/* MOBILE */
@media(max-width:991px){

    .faq__bg::before{
        width:100%;
        height:70%;
        top:30%;
    }

    .faq__content{
        padding:50px 20px;
    }

    .faq__thumb{
        margin-bottom:40px;
    }

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

    .faq__thumb-image::before{
        width:90%;
        height:90%;
    }

}

@media(max-width:768px){

    .faq__wrapper{
        padding:0 20px;
    }

    .faq__wrapper .accordion-header .accordion-button{
        font-size:16px;
        line-height:1.5;
        padding-right:20px;
    }

    .faq__wrapper .accordion-body p{
        padding-right:0;
        font-size:14px;
    }

}
.faq__wrapper .btn-link{
    width:100%;
    text-align:left;
    color:#fff !important;
    font-size:18px;
    font-weight:600;
    text-decoration:none !important;
    position:relative;
    padding:0;
    padding-right:35px;
    box-shadow:none !important;
}

/* PLUS ICON */
.faq__wrapper .btn-link::after{
    content:"+";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    font-weight:700;
    color:#7b3cff;
    line-height:1;
}

/* MINUS ICON WHEN OPEN */
.faq__wrapper .btn-link:not(.collapsed)::after{
    content:"−";
}

/* REMOVE BUTTON FOCUS */
.faq__wrapper .btn-link:focus{
    box-shadow:none;
    text-decoration:none;
}
.accordion-header
{
    COLOR:WHITE;
}
/* =========================
   RESULTS SLIDER
========================= */

.results-slider-section{
    background:#020617;
    position:relative;
    overflow:hidden;
}

.results-slider-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle,rgba(91,108,255,0.12),transparent 70%);
    top:-200px;
    right:-150px;
}

/* HEADING */
.results-heading span{
    color:#7b3cff;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
    text-transform:uppercase;
}

.results-heading h2{
    color:#fff;
    font-size:42px;
    line-height:1.4;
    font-weight:700;
    margin-top:10px;
}

/* SLIDE */
.results-slider .slide-item{
    padding:12px;
}

.results-slider .slide-item img{
    width:100%;
    border-radius:22px;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.4s ease;
    background:#0b1124;
}

.results-slider .slide-item img:hover{
    transform:translateY(-8px);
    border-color:#5b6cff;
    box-shadow:0 18px 40px rgba(0,0,0,0.35);
}

/* SLICK DOTS */
.results-slider .slick-dots{
    bottom:-50px;
}

.results-slider .slick-dots li button:before{
    color:#7b3cff;
    font-size:12px;
    opacity:0.4;
}

.results-slider .slick-dots li.slick-active button:before{
    opacity:1;
    color:#5b6cff;
}

/* ARROWS */
.results-slider .slick-prev,
.results-slider .slick-next{
    width:48px;
    height:48px;
    background:#0b1124;
    border-radius:50%;
    z-index:10;
    transition:0.3s;
    border:1px solid rgba(255,255,255,0.08);
}

.results-slider .slick-prev:hover,
.results-slider .slick-next:hover{
    background:linear-gradient(135deg,#3554ff,#7b3cff);
}

.results-slider .slick-prev{
    left:-20px;
}

.results-slider .slick-next{
    right:-20px;
}

.results-slider .slick-prev:before,
.results-slider .slick-next:before{
    font-size:20px;
    opacity:1;
}

/* MOBILE */
@media(max-width:768px){

    .results-heading h2{
        font-size:28px;
    }

    .results-slider .slick-prev{
        left:0;
    }

    .results-slider .slick-next{
        right:0;
    }

}
.faq__area h3
{
    font-size:22px; 
}
