/*--

Author: W3layouts

Author URL: http://w3layouts.com

License: Creative Commons Attribution 3.0 Unported

License URL: http://creativecommons.org/licenses/by/3.0/

--*/

html, body{

	margin:0;

	font-size: 100%;

	font-family: 'Lato', sans-serif;

	background: #fff;

}

body a {

	text-decoration:none;

	transition:0.5s all;

	-webkit-transition:0.5s all;

	-moz-transition:0.5s all;

	-o-transition:0.5s all;

	-ms-transition:0.5s all;

}

a:hover{

 text-decoration:none;

}

input[type="button"],input[type="submit"]{

	transition:0.5s all;

	-webkit-transition:0.5s all;

	-moz-transition:0.5s all;

	-o-transition:0.5s all;

	-ms-transition:0.5s all;

}

h1,h2,h3,h4,h5,h6{

	margin:0;

	font-family: 'Federo', sans-serif;

    font-weight: 600;

}	

p{

	margin:0;

}

ul{

	margin:0;

	padding:0;

}

label{

	margin:0;

}

/*-- header --*/

/*--header -top--*/

.social-bnr-agileits{

	float:left;

	margin-left:1em;

}

/*--social-icons--*/

ul.social-icons3 {

    display: block;

    padding: 0;

    margin-top: .55em;

}

.social-icons3 li{

	display:inline-block;

}

.social-icons3 li a{  

    display: block;

    height: 30px;

    width: 30px;

    margin-right: 1em;

    -webkit-transition: .5s all;

    transition: .5s all;

    -moz-transition: .5s all;

	margin-right: 1em;

	-webkit-transition: .5s all;

    transition: .5s all;

    -moz-transition: .5s all;

	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    line-height: 30px;

	color:#fff;

	text-align:center;

}

.social-icons3 li a.fa.fa-facebook.icon-border.facebook{

	 background:#4D669C;

}

.social-icons3 li a.fa.fa-instagram.icon-border.instagram{

	   background:#f09433;

}
.social-icons3 li a.fa.fa-youtube.icon-border.youtube{

	   background:#d34836;

}


.social-icons3 li a.fa.fa-google-plus.icon-border.google-plus{

    	background:#f28f1d;

}

.social-icons3 li a.fa.fa-rss.icon-border.rss{

	 background:#ee802f;

}

.social-icons3 li a:hover{

	text-decoration:none;

	opacity:0.8;

}

.contact-bnr-w3-agile {

    float: right;

}

.contact-bnr-w3-agile ul li {

    list-style: none;

    display: inline-block;

       /*border-left: 1px solid #0066b2;*/

    padding: 13px 20px;

        color: #101010;

	font-size:14px;

	 transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -o-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

}

.contact-bnr-w3-agile ul li a{

	    color: #101010;

	text-decoration:none;

	 transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -o-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

	text-transform: lowercase;

	font-size: 15px;

}

.contact-bnr-w3-agile ul li a:hover{

	 color: #0066b2;

	 transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -o-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

}

.contact-bnr-w3-agile ul li i {

       color: #000000;

    font-size: 16px;

    margin-right: 15px;

}

/*--search--*/

.contact-bnr-w3-agile ul li.s-bar {

    background: #ffef14;

	border-left:1px solid #ffce14;

}

.search label.icon-search {

    color: #212121;

	cursor: pointer;

}

.search_form{

	position:absolute;

	z-index:9999;

	right:0;

	top:15px;

	overflow: hidden;

	width: 20px;

	height:0px;

	background: #000000;

	transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;

	-webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;

}

.search_form form{

	opacity:0;

	transition:all 0.3s ease-out;

	-webkit-transition:all 0.3s ease-out;

}

.search_form input[type='search']{

      width: 353px;

    padding: 6px;

    outline: none;

    font-size: 14px;

    color: #555;

    border: 1px solid #fff;

    background: #fff;

	font-family: 'Lato', sans-serif;

}

.search_form input[type='search']::-webkit-input-placeholder{

	color:#fff !important;

}

.search_form input[type='submit'] {

    outline: none;

    display: inline-block;

    color: #fff;

    font-size: 14px;

    letter-spacing: .5px;

    background: #0f2453;

    border: 2px solid #ffffff;

    text-transform: uppercase;

    padding: 5px 31px;

	font-family: 'Federo', sans-serif;

}

.search_form input[type='submit']:hover {

    background: #ffce14;

    color: #000;

}

.search_box{

	visibility: hidden;

}

.search_box:checked~.search_form{

       width: 500px;

      height: 53px;

    padding: 10px;

        top: 52px;

	transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;

	-webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;

}

.search_box:checked~.search_form form{

	opacity:1;

	transition:0.3s all ease-out 0.5s;

	-webkit-transition:0.3s all ease-out 0.5s;

}

label.icon-search span {

    color: #fff;

    font-size: 1.2em;

    top: 2px;

    right: 2px;

    padding-right: 12px;

}

/*--//search--*/

/*-- nav --*/

.w3_navigation {

    background: #59574b ;

}

.navbar-default {

    background: none;

    border: none;

}

.navbar {

    margin-bottom: 0;

}

.navbar-collapse {

    padding: 0;

}

.navbar-right {

    margin-right: 0;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color:#fff;

    background:none;

}

.navbar-default .navbar-nav > li > a {

    font-weight: 500;

    letter-spacing: 1px;

}

.navbar-nav > li > a {

    margin: 0;

    padding:0 1.5em;

    text-transform: uppercase;

}

.navbar-default .navbar-nav > li > a:hover{

    color:#ffce14;

}

.navbar-default .navbar-nav > li > a:focus {

    color: #fff;

	outline:none;

}

nav.navbar.navbar-default {

    background: none;

    padding: .9em 0 .4em 0;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

    color:#fff;

    background: none;

}

.navbar-default .navbar-nav > li > a {

    color: #fff;

}

.navbar-default .navbar-nav  > .active.open > a:focus {

	background: #0a9dbd;

	color: #fff;

}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {

    color: #fff;

}

.navbar-brand {

    padding: 0;

    font-size: 31px;

    text-transform: uppercase;

    letter-spacing: 5px;

    line-height: 25px;

    position: relative;

    font-weight: bold;

}

.navbar-brand span {

       color: #ffce14;

}

p.logo_w3l_agile_caption {

    text-transform: uppercase;

    letter-spacing: 5.7px;

    font-size: 11px;

    color: #c79f07;

    text-shadow: 0px 1px 3px #454a47;

    font-family: 'Lato', sans-serif;

    font-weight: 600;

}

.agile_short_dropdown {

    border-radius: 0;

    background: #ffffff;

    text-align: center;

	padding:0;

	border: none;

}

.agile_short_dropdown li a{

	text-transform:uppercase;

	color:#212121;

	font-size:13px;

	font-weight:600;

	padding: .8em 0;

}

.agile_short_dropdown > li > a:hover{

    color: #fff;

    text-decoration: none;

   background-color: #ffce14;

}

/*-- nav-effect --*/

.menu__list {

    position: relative;

    margin: 0.69em 0 0;

}



.menu__item {

	display: block;

	margin: 1em 0;

}



.menu__link {

	font-size: .9em;

	font-weight: bold;

	display: block;

	padding: 1em;

	cursor: pointer;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-webkit-touch-callout: none;

	-khtml-user-select: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* Iris */

.menu--iris .menu__item {

	margin:0 0.3em;

}

li.menu__item:nth-child(6) {

    margin-right: 0;

}

.menu--iris .menu__link {

	position: relative;

	text-align: center;

	-webkit-transition: color 0.3s;

	transition: color 0.3s;

	text-shadow: 0px 1px 3px #033815;

}



.menu--iris .menu__link:hover,

.menu--iris .menu__link:focus {

	color: #929292;

}



.menu--iris .menu__item--current .menu__link,.menu__link:hover {

	color:#ffce14;

}



.menu--iris .menu__link::before,

.menu--iris .menu__link::after {

	content: '';

	position: absolute;

	width: 10px;

	height: 10px;

	opacity: 0;

	border: 2px solid #ffce14;

	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

	transition: transform 0.3s, opacity 0.3s;

	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);

	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);

}



.menu--iris .menu__link::before {

	top: 0;

	left: 0;

	border-width: 2px 0 0 2px;

	-webkit-transform: translate3d(10px, 10px, 0);

	transform: translate3d(10px, 10px, 0);

}



.menu--iris .menu__link::after {

	right: 0;

	bottom: 0;

	border-width: 0 2px 2px 0;

	-webkit-transform: translate3d(-10px, -10px, 0);

	transform: translate3d(-10px, -10px, 0);

}



.menu--iris .menu__item--current .menu__link::before,

.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}

/*-- //nav-effect --*/

/*-- //header --*/

/*-- banner-text --*/ 

.header-w3layouts{

    position: absolute;

    top: 0;

    z-index: 99;

    text-align: center;

    left: 0;

    width: 100%;

}

.agileits-banner-info h4 {

    font-size: 4em;

    color: #ffce14;

    letter-spacing: 27px;

    font-weight: bold;

    text-transform: uppercase;

    font-family: 'Oswald', sans-serif;

}

.agileits-banner-info h3 {

    color: #fff;

    font-size: 1.5em;

    margin: 10px 0 0;

    letter-spacing: 10px;

    text-transform: uppercase;

    font-weight: 700;

}

.agileits-banner-info h3 span {

    background: rgba(0, 0, 0, 0.68);

    padding: 0 36px;

}

.agileits-banner-info {

    text-align: center;

    padding: 7em 2em;

    margin-top: 8em;

}

.agileits-banner-info p {

    color: #ffce14;

    font-size: 1em;

    line-height: 1.8em;

    letter-spacing: 11px;

    margin: 1em auto;

    font-weight: 300;

    text-transform: uppercase;

}

.agileits_w3layouts_more{

	position:relative;

}

.agileits_w3layouts_more a {

    font-size: 13px;

    color: #fff;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 2px;

    padding: 8px 25px;

    position: relative;

    display: inline-block;

    background: #59574b



;

	    margin-top: 3em;

    z-index: 9999;

    border: 2px solid #fff;

}

.agileits_w3layouts_more a:focus{

	outline:none;

}

.agileits_w3layouts_more a:hover{

	color:#000;

	border: 2px solid #fff;

	background: #ffce14;

}

/*-- //banner-text --*/

/*-- banner-top --*/

.w3layouts-banner-top{

    background: url(../images/royal-residency.webp) no-repeat 0px 0px;

    background-size: cover;	

	-webkit-background-size: cover;	

	-moz-background-size: cover;

	-o-background-size: cover;		

	-moz-background-size: cover;

}

.w3layouts-banner-top1{

	background: url(../images/royal-residency-gallery-13.webp) no-repeat 0px 0px;

    background-size: cover;	

	-webkit-background-size: cover;	

	-moz-background-size: cover;

	-o-background-size: cover;		

	-moz-background-size: cover;

}

.w3layouts-banner-top2{

	background: url(../images/royal-residency-gallery-8.webp) no-repeat 0px 0px;

    background-size: cover;	

	-webkit-background-size: cover;	

	-moz-background-size: cover;

	-o-background-size: cover;		

	-moz-background-size: cover;	

}

.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{

	min-height:700px;

}

.w3ls-banner {

    position: relative;

}

/*-- //banner-top --*/ 

/*--slider--*/

#slider2,

#slider3 {

  box-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  margin: 0 auto;

}

.rslides_tabs li:first-child {

  margin-left: 0;

}

.rslides_tabs .rslides_here a {

  background: rgba(255,255,255,.1);

  color: #fff;

  font-weight: bold;

}

.events {

  list-style: none;

}

.callbacks_container {

  position: relative;

  float: left;

  width: 100%;

}

.callbacks {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;

}

.callbacks li {

  position: absolute;

  width: 100%;

}

.callbacks img {

  position: relative;

  z-index: 1;

  height: auto;

  border: 0;

}

.callbacks .caption {

	display: block;

	position: absolute;

	z-index: 2;

	font-size: 20px;

	text-shadow: none;

	color: #fff;

	left: 0;

	right: 0;

	padding: 10px 20px;

	margin: 0;

	max-width: none;

	top: 10%;

	text-align: center;

}



.callbacks_nav {

    position: absolute;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    top:55%;

    left: 40px;

    opacity: 0.7;

    z-index: 3;

    text-indent: -9999px;

    overflow: hidden;

    text-decoration: none;

    height: 34px;

    width: 34px;

    background: url(../images/left.png) no-repeat 0px 0px;

}

.callbacks_nav.next {

    left: auto;

    background: url(../images/right.png) no-repeat 0px 0px;

    right: -62px;

}

.callbacks_nav.prev {

    left: auto;

    background: url(../images/left.png) no-repeat 0px 0px;

    left: -58px;

}

#slider3-pager a {

  display: inline-block;

}

#slider3-pager span{

  float: left;

}

#slider3-pager span{

	width:100px;

	height:15px;

	background:#fff;

	display:inline-block;

	border-radius:30em;

	opacity:0.6;

}

#slider3-pager .rslides_here a {

  background: #FFF;

  border-radius:30em;

  opacity:1;

}

#slider3-pager a {

  padding: 0;

}

#slider3-pager li{

	display:inline-block;

}

.rslides {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

}

.rslides li {

  -webkit-backface-visibility: hidden;

  position: absolute;

  display:none;

  width: 100%;

  left: 0;

  top: 0;

}

.rslides li{

  position: relative;

  display:block;

  float: left;

}

.rslides img {

  height: auto;

  border: 0;

  }

.callbacks_tabs {

    list-style: none;

    position: absolute;

    top: 56%;

    left: 46.5%;

    padding: 0;

    margin: 0;

    display: block;

    z-index: 99;

}

.slider-top span{

	font-weight:600;

}

.callbacks_tabs li {

    display:inline-block;

    margin: 0px 7px;

}

/*----*/

.callbacks_tabs a{

 visibility: hidden;

}

.callbacks_tabs a:after {

    content: "\f111";

    font-size: 0;

    font-family: FontAwesome;

    visibility: visible;

    display: block;

    height:10px;

    width:10px;

    display: inline-block;

    background: #ffffff;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

}

.callbacks_here a:after{

       background:#ffce14;

}

.thim-click-to-bottom {

    position: absolute;

    bottom: 12%;

    left: 49%;

    width: 40px;

    height: 40px;

    font-size: 40px;

    line-height: 40px;

    -webkit-animation: bounce 2s infinite ease-in-out;

    z-index: 99;

}

.thim-click-to-bottom i {

    color: #ffce14;

    border: 2px solid #fff;

    font-size: 18px;

    width: 30px;

    height: 57px;

    text-align: center;

    line-height: 54px;

    border-radius: 20px;

	-webkit-border-radius: 20px;

    -o-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

}

@-webkit-keyframes bounce {

	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }

	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }

	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }

	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }

    40%  { -webkit-transform: translateY(-20px); }

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

}

/*-- //slider --*/



/*--modal--*/

.modal-content  img{

	width:100%;

}

.modal-content h4 {

    color: #59574b



;

    text-align: center;

    font-size: 26px;

    margin-bottom: .5em;

    text-transform: uppercase;

}

.modal-content h4 span {

    color: #ffce14;

}

.modal-content h5 {

    color: #000;

    padding-top: 15px;

    font-size: 22px;

	letter-spacing: 1px;

}

.modal-content p {

    color: #636363;

    font-size: 14.5px;

    letter-spacing: .8px;

    line-height: 32px;

    padding-top: 10px;

	word-spacing: .5px;

}

.modal-header {

    padding: 30px;

}

/*--//modal--*/

/*-- banner-form--*/

.book-form-left-w3layouts {

    padding: 0;

}

.book-form-left-w3layouts h2 {

    color: #fff;

    background: #c19236;

    padding: 60px 0;

    text-align: center;

    font-size: 25px;

    letter-spacing: 4px;

}

.book-form input[type="text"],.book-form input[type="date"],.book-form input[type="time"],.book-form input[type="email"],.book-form input[type="description"] ,.book-form .form-control{

      width: 100%;

    color: #9a9797;

    outline: none;

    font-size: 0.9em;

    line-height: 25px;

    padding: 3px 10px;

    border: 2px solid #fff;

    -webkit-appearance: none;

    margin-bottom: 1em;

    background: none;

	font-family: 'Lato', sans-serif;

}

.book-form input[type="text"]{

	 border: 2px solid #fff;

}

.book-form form input[type="submit"] {

    text-transform: capitalize;

    background: #0a1735;

    color: #FFFFFF;

    padding: 0em 2em;

    height: 147px!important;

    border: none;

    font-size: 16px;

    letter-spacing: 2px;

    outline: none;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

    text-transform: uppercase;

    /* width: 23%; */

    font-weight: 600;

    margin-left: 1em;

    -webkit-appearance: none;

}

.book-form {

    background: #59574b



;

    height: 147px;

    padding: 0 0 0 27px;

}

.fields-w3ls {

    width: 22%;

    float: left;

    margin: 2.2em 1em 0 0;

}

.book-form p {

    color: #fff;

    font-size: 13px;

    font-weight: bold;

    margin-bottom: .8em;

    letter-spacing: 2px;

    word-spacing: 1px;

    text-transform: uppercase;

}

.book-form select.form-control {

    /* outline: none; */

    /* font-size: 1em; */

    /* padding: 5px 10px; */

    /* width: 100%; */

    /* line-height: 20px; */

    border-radius: 0;

    /* background: none; */

    /* color: #9a9797; */

    /* border: 2px solid #fff; */

    box-shadow: none!important;

}

.form-date-w3-agileits.second-agile {

    width: 30%;

}

.form-date-w3-agileits.second-agile,.form-time-w3layouts.second-agile,.form-left-agileits-w3layouts.second-agile,.form-left-agileits-w3layouts.bottom-w3ls.second-agile {

 

    margin-right:0!important;

	    padding:0!important;

}

.form-left-agileits-w3layouts.bottom-w3ls {

    padding:0!important;

}

.book-form input[type=submit]:hover {

    background: #ffce14;

    color: #fff;

}

/*-- //banner-form--*/

/*-- banner-bottom --*/

/* Royal Residency - Modern Banner CSS */
/* Main Variables */
:root {
	--primary-color: #530f2f;
	--secondary-color: #f59e0b;
	--accent-color: #10b981;
	--text-light: #f8fafc;
	--text-dark: #1e293b;
	--shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--transition: all 0.3s ease;
	--border-radius: 8px;
  }
  
  /* Banner Bottom Section */
  .banner-bottom {
	padding: 5rem 0;
	background: rgba(250,247,242,0.7);
	position: relative;
	overflow: hidden;
  }
  
  .banner-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
	  radial-gradient(circle at 20px 20px, rgba(30, 58, 138, 0.05) 0, rgba(30, 58, 138, 0.05) 1px, transparent 1px),
	  radial-gradient(circle at 40px 40px, rgba(30, 58, 138, 0.05) 0, rgba(30, 58, 138, 0.05) 1px, transparent 1px);
	background-size: 40px 40px;
	opacity: 0.6;
	z-index: 1;
  }
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
	position: relative;
	z-index: 2;
  }
  
  /* Banner Heading */
  .agileits_banner_bottom {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
  }
  
  .agileits_banner_bottom h3 {
	font-size: 2rem;
	font-weight: 300;
	color: var(--text-dark);
	line-height: 1.4;
	max-width: 800px;
	margin: 0 auto;
  }
  
  .agileits_banner_bottom h3 span {
	display: block;
	font-weight: 700;
	color: var(--primary-color);
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
	position: relative;
  }
  
  .agileits_banner_bottom h3 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: var(--secondary-color);
	border-radius: 2px;
  }
  
  /* Grid System */
  .w3ls_banner_bottom_grids {
	margin-top: 4rem;
  }
  
  .cbp-ig-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .cbp-ig-grid li {
	display: flex;
	justify-content: center;
  }
  
  /* Grid Item Effect */
  .w3_grid_effect {
	background: white;
	padding: 2.5rem 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow);
	text-align: center;
	transition: var(--transition);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
  }
  
  .w3_grid_effect::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--secondary-color);
	transform: scaleX(0);
	transition: var(--transition);
	transform-origin: left;
  }
  
  .w3_grid_effect:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  
  .w3_grid_effect:hover::before {
	transform: scaleX(1);
  }
  
  /* Icons */
  .cbp-ig-icon {
	display: inline-block;
	font-size: 0;
	position: relative;
	margin-bottom: 1.5rem;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary-color) 0%, #3b82f6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: var(--transition);
  }
  
  .w3_grid_effect:hover .cbp-ig-icon {
	transform: scale(1.1) rotate(5deg);
	background: linear-gradient(135deg, var(--secondary-color) 0%, #fbbf24 100%);
  }
  
  /* Custom Icon Styles */
  .w3_road::before,
  .w3_cube::before,
  .w3_users::before,
  .w3_ticket::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
  }
  
  .w3_road::before {
	content: "\f236"; /* bed icon */
  }
  
  .w3_cube::before {
	content: "\f6fc"; /* mountain icon */
  }
  
  .w3_users::before {
	content: "\f540"; /* parking icon */
  }
  
  .w3_ticket::before {
	content: "\f1eb"; /* wifi icon */
  }
  
  /* Titles and Categories */
  .cbp-ig-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--text-dark);
	margin: 1rem 0 0.5rem;
	transition: var(--transition);
  }
  
  .w3_grid_effect:hover .cbp-ig-title {
	color: var(--primary-color);
  }
  
  .cbp-ig-category {
	font-size: 0.9rem;
	color: #64748b;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-bottom: 0.5rem;
	transition: var(--transition);
  }
  
  .w3_grid_effect:hover .cbp-ig-category {
	color: var(--secondary-color);
  }
  
  /* Responsive Styles */
  @media screen and (max-width: 992px) {
	.banner-bottom {
	  padding: 4rem 0;
	}
	
	.agileits_banner_bottom h3 {
	  font-size: 1.8rem;
	}
	
	.agileits_banner_bottom h3 span {
	  font-size: 2rem;
	}
	
	.cbp-ig-grid {
	  gap: 1.5rem;
	}
  }
  
  @media screen and (max-width: 768px) {
	.banner-bottom {
	  padding: 3rem 0;
	}
	
	.agileits_banner_bottom h3 {
	  font-size: 1.5rem;
	}
	
	.agileits_banner_bottom h3 span {
	  font-size: 1.7rem;
	}
	
	.cbp-ig-icon {
	  width: 70px;
	  height: 70px;
	}
	
	.cbp-ig-icon::before {
	  font-size: 1.8rem;
	}
  }
  
  @media screen and (max-width: 576px) {
	.banner-bottom {
	  padding: 2.5rem 0;
	}
	
	.agileits_banner_bottom h3 {
	  font-size: 1.2rem;
	}
	
	.agileits_banner_bottom h3 span {
	  font-size: 1.5rem;
	}
	
	.agileits_banner_bottom h3 span::after {
	  width: 60px;
	}
	
	.w3ls_banner_bottom_grids {
	  margin-top: 2rem;
	}
	
	.cbp-ig-grid {
	  grid-template-columns: 1fr;
	  gap: 1.5rem;
	}
	
	.w3_grid_effect {
	  padding: 2rem 1rem;
	}
	
	.cbp-ig-icon {
	  width: 60px;
	  height: 60px;
	  margin-bottom: 1rem;
	}
	
	.cbp-ig-icon::before {
	  font-size: 1.5rem;
	}
	
	.cbp-ig-title {
	  font-size: 1.1rem;
	}
  }
  
  /* Animation Effects */
  @keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
  }
  
  .w3_grid_effect {
	animation: fadeIn 0.6s ease-out forwards;
  }
  
  .cbp-ig-grid li:nth-child(1) .w3_grid_effect { animation-delay: 0.1s; }
  .cbp-ig-grid li:nth-child(2) .w3_grid_effect { animation-delay: 0.3s; }
  .cbp-ig-grid li:nth-child(3) .w3_grid_effect { animation-delay: 0.5s; }
  .cbp-ig-grid li:nth-child(4) .w3_grid_effect { animation-delay: 0.7s; }
  
 
/*-- //banner-bottom --*/

/*--main--*/

.contact-w3ls,.advantages,.banner-bottom ,.w3l-visitors-agile,e-black-wthree.plans-section,.team{

	padding: 100px 0px;

}

h3.title-w3-agileits {

    font-size: 3em;

   

	font-weight: 300;

    letter-spacing: 3px;

    margin-bottom: 1em;

    text-align: center;  

	text-transform: capitalize;

	font-family:'Oswald', sans-serif;

}

.title-black-wthree{

	color:#530f39!important;

}

/*--//main--*/

/*-- /about --*/


 .about-wthree {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255,253,250,1) 0%, rgba(248,245,240,1) 100%);
}

.about-wthree::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(139,107,67,0.1) 0%, rgba(139,107,67,0) 70%);
	border-radius: 50%;
	z-index: 0;
}

.about-wthree::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 250px;
	background: radial-gradient(circle, rgba(139,107,67,0.08) 0%, rgba(139,107,67,0) 70%);
	border-radius: 50%;
	z-index: 0;
}

.ab-w3l-spa {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Title Styles */
.title-wrapper {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}

.title-icon {
	color: #8b6b43;
	font-size: 1.8rem;
	margin-bottom: 15px;
	opacity: 0.8;
}

.title-w3-agileits  {
	font-size: 2.5rem;
	font-weight: 700;
	color: #530f2f;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 15px;
	position: relative;
	display: inline-block;
}

.title-w3-agileits::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: #8b6b43;
}

.subtitle {
	font-size: 1.1rem;
	color: #8b6b43;
	font-style: italic;
	margin-top: 20px;
	font-family: 'Lora', serif;
}

/* Content Layout */
.about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	width: 100%;
	margin-bottom: 50px;
}

.about-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	height: 100%;
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("https://royalresidencyindia.com/images/royal-residency-gallery-6.webp") center/cover no-repeat;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.about-image:hover .image-overlay {
	opacity: 1;
}

.overlay-text {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.about-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-para-w3ls {
	font-size: 1.05rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.about-para-w3ls:first-of-type::first-letter {
	font-size: 3.2rem;
	color: #8b6b43;
	font-weight: 600;
	padding-right: 8px;
	float: left;
	line-height: 0.8;
}

/* Features Section */
.amenities-section {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(139, 107, 67, 0.1);
}

.amenities-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #8b6b43, #d9be91);
}

.amenities-title {
	font-size: 1.8rem;
	color: #3f2e18;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
}

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

.amenity-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 15px;
	border-radius: 8px;
	transition: all 0.3s ease;
	background: rgba(250,247,242,0.7);
}

.amenity-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.amenity-icon {
	color: #8b6b43;
	font-size: 2rem;
	margin-bottom: 15px;
}

.amenity-name {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.amenity-desc {
	font-size: 0.95rem;
	color: #777;
	line-height: 1.5;
}

/* Animation Styles */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.title-wrapper, .about-image, .about-text, .amenities-section {
	opacity: 0;
	animation: fadeInUp 0.8s ease forwards;
}

.title-wrapper {
	animation-delay: 0.2s;
}

.about-image {
	animation-delay: 0.4s;
}

.about-text {
	animation-delay: 0.6s;
}

.amenities-section {
	animation-delay: 0.8s;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.about-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.about-image {
		min-height: 300px;
	}
	
	.amenities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.about-wthree {
		padding: 60px 0;
	}
	
	.title-w3-agileits {
		font-size: 2.2rem;
	}
	
	.subtitle {
		font-size: 1rem;
		padding: 0 15px;
	}
	
	.about-para-w3ls {
		font-size: 1rem;
	}
	
	.amenities-section {
		padding: 30px 20px;
	}
}

@media (max-width: 576px) {
	.title-w3-agileits {
		font-size: 1.8rem;
	}
	
	.about-para-w3ls:first-of-type::first-letter {
		font-size: 2.8rem;
	}
	
	.amenities-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.amenity-item {
		padding: 15px 10px;
	}
	
	.amenities-title {
		font-size: 1.6rem;
	}
}
/*-- //about --*/

/*--sevices-section--*/

.advantages {

    background: url(../images/nature.webp)no-repeat;

    min-height: 350px;

    background-size: cover;

}

.advantage-block {

    padding:2em 2em;

    background: rgba(0, 0, 0, 0.52);

    text-align: center;

}

.advantage-block:hover {

    background: rgba(255, 255, 255, 0.22);

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

}

.advantage-block h4 {

    font-size: 1.5em;

    color: #fff;

    margin: 0.5em 0em 0.5em 0em;

    text-transform: capitalize;

    letter-spacing: 1px;

}

.advantage-block p {

    font-size: 16px;

    color: #FFF;

    /* line-height: 1.8em; */

    text-align: left;

    padding-left: 3em;

    line-height: 35px;

	letter-spacing: .8px;

}

.advantage-grid {

    padding: 0;

}

.left-w3ls {

    border-right: 1px solid #b1b1b1;

}

.advantage-block .fa-credit-card,.advantage-block .fa-clock-o {

    color: #ffce14;

    font-size: 45px;

    margin-bottom: 10px;

}

.advantage-block p i {

    color: #ffce14;

    font-size: 13px;

    margin-right: 10px;

}

/*--//services-section--*/

/*-- team --*/



.tab1 .team-img-w3-agile{

	  background: url(../images/teamb1.jpg)no-repeat 0px 0px;

}

.tab2 .team-img-w3-agile{

	  background: url(../images/teamb2.jpg)no-repeat 0px 0px;

}

.tab3 .team-img-w3-agile{

	  background: url(../images/teamb3.jpg)no-repeat 0px 0px;

}

.tab4 .team-img-w3-agile{

	  background: url(../images/teamb4.jpg)no-repeat 0px 0px;

}

.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	-ms-background-size: cover;

    background-size: cover;

	min-height: 360px;

    width: 27%;

	margin-left: 4em;

}

.team-Info-agileits {

    text-align: left;

    padding: 4em 0 0 3em;

}

.team-Info-agileits h4 {

    font-size: 25px;

    letter-spacing: 1px;

}

.team-Info-agileits span {

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #7d7a7a;

}

.team-Info-agileits p {

    font-size: 16px;

    /* text-transform: uppercase; */

    letter-spacing: .5px;

    color: #337ab7;

    line-height: 30px;

    margin: 1.5em 0 1em;

}

.resp-tabs-list li{

    opacity: .5;

}

li.resp-tab-item.resp-tab-active{

	opacity:1;

}

ul.resp-tabs-list {

    margin-left: 15em;

}

.resp-tabs-list li img {

    border-radius: 100%;

	-webkit-border-radius: 100%;

    -o-border-radius: 100%;

    -moz-border-radius: 100%;

    -ms-border-radius: 100%;

	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);



}

/*-- //team --*/

/*--rooms & rates --*/

.price-list ul {

    padding: 0px;

    list-style: none;

}

.price-gd-top {

    text-align: center;

    position: relative;

}

.price-gd-top h4 {

    font-size: 1.5em;

    color: #fff;

    padding: 0.4em 1em;

    background: #530f37;

    font-weight: 300;

    position: absolute;

    top: 9.6em;

    right: 0em;

}



.price-selet h3 {

    padding: 0.2em 0em 0em 0em;

    font-size: 1.5em;

    float: left;

    margin-left: 20px;

}

.price-selet h3 span {

    color: #ef0404;

    font-size: 28px;

    margin-right: 5px;

}

.price-gd-bottom {

    background: #fff;

    text-align: center;

    padding: 1.8em 0em 1em;

}

.price-gd-top img {

    width: 100%;

}

.price-list ul li {

    padding: 0.5em 0em;

    font-size: 0.9em;

    color: #2b2b2b;

    display: inline-block;

}

.price-selet {

    padding: 1em 0em;

    text-align: center;

    background: #fff;

}

.price-selet a {

    font-size: 1.1em;

    color: #fff;

    display: block;

}

.price-selet a {

    font-size: 0.9em;

    color: #000000;

    display: inline-block;

    padding: 0.5em 2em;

    background: #ffce14;

    text-decoration: none;

    border: 2px solid #ecbf11;

}

.price-block {

    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

}

.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

    z-index: 1;

}

/*--//rooms & rates --*/

  /*-- visitors --*/

  .w3l-visitors-agile {

    background: rgba(15, 36, 83, 0.07);

}

.title-agileits1 {

    text-align: center;

}

.title-agileits1 h3{

    display: block;

    color: #212121;

    font-size: 2.5em;

    position: relative;

    padding-bottom: .5em;

}



.title-agileits1 h3:before {

       content: '';

    background: #bdbdbd;

    height: 1px;

    width: 23%;

    position: absolute;

    bottom: 0%;

    left: 38%;

}

.title-agileits1 h3:after {

         content: '';

    background: #00a4e4;

    height: 4px;

    width: 10%;

    position: absolute;

    bottom: -1px;

    left: 44%;

}



h3.w3l-agile:before,h2.w3l-agile:before  {

	content: '';

    background: #ccc;

    height: 1px;

    width: 15%;

    position: absolute;

    bottom: 0%;

    left: 43%;

}



.w3layouts_work_grid_left{

	float:left;

	width:50%;

	position:relative;

}

.w3layouts_work_grid_left_pos{

	position: absolute;

    top: 18%;

    right: -7%;

    width: 60%;

}

.w3layouts_work_grid_right {

    float: right;

    width: 50%;

    padding: 5em 13em 0em 6em;

    margin-top: 5em;

}

.w3layouts_work_grid_left_pos img {

      border: 10px solid #ffffff;

	  box-shadow: 0 0 15px rgba(98,98,98,0.32);

	  -webkit-box-shadow: 0 0 15px rgba(98,98,98,0.32);

}

.w3layouts_work_grid_right h4{

	font-size:1em;

       color: #530f2f;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.w3layouts_work_grid_right h4 i{

       color: #ffce14!important;

}

.w3layouts_work_grid_right h5 {

    font-size: 1.5em;

    letter-spacing: 2px;

	text-align:right;

    margin-top: 10px;

    color: #212121;

    line-height: 1.4em;

    text-transform: capitalize;

}

.w3layouts_work_grid_right p {

    margin: 2em 0 0;

    color: #444;

    font-size: 16px;

    line-height: 2.2em;

    letter-spacing: 1px;

}

.w3layouts_work_grid_right p:nth-child(4) {

    color: #ffce14;

    text-align: right;

    margin-top: 0!important;

    font-size: 14px;

    line-height: 20px;

}

  /*-- //visitors --*/

/*-- Gallery Section --*/


/*-- //Gallery Section --*/

/*-- contact --*/

section.contact-w3ls {

	background:url(../images/guesthouseimages/DSCF5941-Pano.JPG) no-repeat;

	background-position:center;

	background-attachment:fixed;

	background-size:100% 100%;

	-webkit-background-size:100% 100%;

	-moz-background-size:100% 100%;

	-o-background-size:100% 100%;

	-ms-background-size:100% 100%;

}

section.contact-w3ls p.contact-agile1 {

    font-size: 15px;

	letter-spacing: 1px;

    font-weight: normal;

    padding-bottom: 10px;

    line-height: 29px;

    color: #fff;

}

section.contact-w3ls p.contact-agile1 strong {

    font-family: 'Federo', sans-serif;

    letter-spacing: 1.5px;

    color: #ffce14!important;

	font-size: 16px;

}

section.contact-w3ls p.contact-agile1 a {

	color:#fff;

}

section.contact-w3ls .contact-agileits,.contact-w3-agile1 {

    background-color: rgba(0, 0, 0, 0.55);

    padding: 20px 35px;

}

section.contact-w3ls h4 {

	font-size:35px;

	letter-spacing: 1.5px;

	font-weight:normal;

	color:#fff;

	padding-bottom:20px;

	font-family: 'Federo', sans-serif;

	text-align:center;

}

section.contact-w3ls p.contact-agile2 {

	font-size:16px;

	font-weight:normal;

	padding-bottom:20px;

	line-height:30px;

	color:#ffce14;

	text-align:center;

}

section.contact-w3ls label.contact-p1 {

    font-size: 17px;

	letter-spacing: 1px;

    font-weight: 300;

    color:#fff;

    padding-bottom: 10px;

	font-family: 'Federo', sans-serif;

}

.form-group {

    margin-bottom: 5px;

}

section.contact-w3ls p.help-block {

    color:#ff0500!important;

}

section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone, section.contact-w3ls input#description  {

	height:37px;

}

section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone, section.contact-w3ls input#description {

	font-size:17px;

	font-weight:normal;

	color:#fff;

	background-color:transparent;

	border-radius:0;

	border-color:#fff;

	font-family: 'Lato', sans-serif;

}

section.contact-w3ls button.btn.btn-primary {

	color:#ffce14;

    background-color:transparent;

    border: 2px solid #ffce14;

    font-size: 17px;

    padding: 10px 20px;	

	width:100%;

	font-family: 'Federo', sans-serif;

	margin: 25px 0 8px;

}

section.contact-w3ls button.btn.btn-primary:hover {

	color: #fff;

    background-color:#ffce14;

    border: 2px solid #ffce14;

}

input::-webkit-input-placeholder {

color: #fff !important;

} 

input:-moz-placeholder { /* Firefox 18- */

color: #fff !important;  

} 

input::-moz-placeholder {  /* Firefox 19+ */

color: #fff !important;  

} 

input:-ms-input-placeholder {  

color: #fff !important;  

}

.footer-icons-agileinfo{

	margin-left:0!important;

}

.contact-w3-agile1 iframe {

    width: 100%;

    height: 190px;

    margin-top: 1.5em;

    outline: none;

    border: none;

}

/*-- /contact --*/

/*--copy-right--*/

.copy {

    text-align: center;

    background: #59574b;

}

.copy p {

    color: #fff;

    font-size: 14px;

    letter-spacing: 2px;

    padding: 1em;

}

.copy p a {

    color: #ffce14;

    text-decoration: none;

	transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}

.copy p a:hover{

	color:#fff;

	transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}

/*--//copy-right--*/

/*--//footer--*/

/*-- to-top --*/

#toTop {

    display: none;

    text-decoration: none;

    position: fixed;

    bottom: 30px;

    right: 25px;

    overflow: hidden;

    z-index: 999;

    width: 32px;

    height: 32px;

    border: none;

    text-indent: 100%;

    background: url(../images/arr.png) no-repeat 0px 0px;

}

#toTopHover {

    width: 32px;

    height: 32px;

	display: block;

	overflow: hidden;

	float: right;

	opacity: 0;

	-moz-opacity: 0;

	filter: alpha(opacity=0);

}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1600px){

	.callbacks_tabs {

		top: 100%;

	}

	.thim-click-to-bottom {

		bottom: 6%;

		left: 49%;

	}

}

@media(max-width:1440px){

	.agileits-banner-info {

		padding: 5em 2em;

	}

	.callbacks_tabs {

		left: 46%;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 640px;

	}

	.thim-click-to-bottom {

		bottom: 11%;

	}

	.fields-w3ls {

		width: 21.5%;

	}

}

@media(max-width:1366px){

	.agileits-banner-info h4 {

		font-size: 3.5em;

	}

	.agileits-banner-info {

		margin-top: 5em;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 560px;

	}

	.callbacks_tabs {

		top: 54.5%;

	}

	.thim-click-to-bottom i {

		height: 53px;

	}

	.book-form-left-w3layouts h2 {

		padding: 61px 0;

		font-size: 23px;

		letter-spacing: 3.5px;

	}

	.w3layouts_work_grid_right {

		padding: 5em 11em 0em 6em;

		margin-top: 4em;

	}

	.contact-w3-agile1 iframe {

		height: 190px;

	}

	ul.resp-tabs-list {

		margin-left: 17em;

	}

}

@media(max-width:1280px){

	.book-form form input[type="submit"] {

		margin-left: 0.2em;

	}

	.book-form {

		padding: 0 0 0 23px;

	}

	.w3layouts_work_grid_right {

		padding: 5em 11em 0em 5em;

		margin-top: 2.5em;

	}

	.textbox h4 {

		font-size: 1.7em;

	}

}

@media(max-width:1080px){

	.navbar-brand {

		font-size: 26px;

	}

	p.logo_w3l_agile_caption {

		letter-spacing: 4.7px;

		font-size: 10px;

	}

	.menu__link {

		font-size: .8em;

	}

	.agileits-banner-info h4 {

		font-size: 3.3em;

		letter-spacing: 23px;

	}

	.agileits-banner-info h3 {

		font-size: 1.2em;

		letter-spacing: 9px;

	}

	.agileits-banner-info p {

		font-size: .9em;

		letter-spacing: 9px;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 500px;

	}

	.agileits-banner-info {

		margin-top: 4em;

	}

	.callbacks_tabs {

		left: 44.8%;

	}

	.agileits_w3layouts_more a {

		font-size: 12.5px;

		margin-top: 2.5em;

	}

	.thim-click-to-bottom {

		bottom: 11%;

		left: 48.5%;

	}

	.book-form-left-w3layouts h2 {

		padding: 54px 0;

		font-size: 16px;

	}

	.book-form form input[type="submit"] {

		padding: 0em 1.6em;

		height: 125px!important;

		font-size: 14px;

	}

	.book-form p {

		font-size: 12px;

	}

	.fields-w3ls {

		width: 20.5%;

		margin: 1.8em 1em 0 0;

	}

	.book-form {

		height: 125px;

	}

	.contact-w3ls, .advantages, .banner-bottom, .w3l-visitors-agile, .plans-section, .team {

		padding: 70px 0px;

	}

	.about-wthree {

		padding: 4em 0 21.2em 0px;

	}

	.banner-bottom h3 span {

		font-size: 22px!important;

		letter-spacing: 2px;

	}

	.cbp-ig-icon:before {

		font-size: 3em;

	}

	.cbp-ig-grid .cbp-ig-title {

		font-size: .9em;

		letter-spacing: 2px;

	}

	.cbp-ig-grid .cbp-ig-category {

		text-transform: uppercase;

		display: inline-block;

		font-size: .8em;

		letter-spacing: 1.5px;

	}

	h3.title-w3-agileits {

		font-size: 2.4em;

		margin-bottom: .8em;

	}

	.w3l-slider-img {

		top: 23em;

	}

	.w3ls-info-about h4 {

		font-size: 1.2em;

	}

	.w3ls-info-about {

		left: 48%;

		padding: 2em 3em;

		top: 110%;

	}

	.w3ls-info-about p {

		letter-spacing: 1.5px;

	}

	.advantage-block p {

		padding-left: 1em;

	}

	.advantage-block .fa-credit-card, .advantage-block .fa-clock-o {

		font-size: 40px;

	}

	.advantage-block h4 {

		font-size: 23px;

		letter-spacing: 2px;

	}

	.resp-tabs-list li img {

		border-radius: 100%;

		width: 85%;

		margin: 0 auto;

	}

	.resp-tabs-list li {

		padding: 11px 10px;

	}

	ul.resp-tabs-list {

		margin-left: 11.5em;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		width: 33%;

	}

	.team-Info-agileits h4 {

		font-size: 23px;

	}

	.team-Info-agileits {

		padding: 3.3em 0 0 3em;

	}

	.team-Info-agileits p {

		margin: 1.3em 0 .8em;

	}

	.price-grid {

		padding: 0px 10px;

	}

	.price-gd-top h4 {

		font-size: 1.3em;

		top: 9.4em;

	}

	.price-selet h3 {

		font-size: 1.5em;

	}

	.price-selet a {

		padding: 0.5em 1.7em;

	}

	.w3layouts_work_grid_left {

		width: 45%;

	}

	.w3layouts_work_grid_right h4 {

		font-size: 15px;

	}

	.w3layouts_work_grid_right {

		padding: 1em 9em 0em 1em;

		margin-top: 2.5em;

	}

	.w3layouts_work_grid_right h5 {

		font-size: 1.3em;

	}

	.flex-control-nav {

		top: 23%;

	}

	section.contact-w3ls h4 {

		font-size: 29px;

	}

	section.contact-w3ls label.contact-p1 {

		font-size: 15px;

		padding-bottom: 6px;

	}

	section.contact-w3ls p.contact-agile1 {

		line-height: 24.7px;

	}

	section.contact-w3ls button.btn.btn-primary {

		padding: 8px 20px;

	}

	.contact-w3-agile1 iframe {

		height: 185px;

	}

	section.contact-w3ls p.contact-agile1 {

		font-size: 13px;

	}

	.textbox h4 {

		font-size: 1.5em;

	}

}

@media(max-width:1050px){

	

}

@media(max-width:1024px){

	.navbar-brand {

		font-size: 23px;

		letter-spacing: 4px;

	}

	p.logo_w3l_agile_caption {

		letter-spacing: 3.2px;

	}

	.search_form input[type='search'] {

		width: 266px;

	}

	.search_form input[type='submit'] {

		font-size: 12px;

		letter-spacing: 1px;

		padding: 6.5px 19px;

	}

	.search_box:checked~.search_form {

		width: 384px;

	}

	.agileits-banner-info h4 {

		font-size: 2.9em;

		letter-spacing: 20px;

	}

	.agileits-banner-info h3 {

		font-size: 1.1em;

		letter-spacing: 8px;

	}

	.agileits-banner-info p {

		letter-spacing: 9px;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 480px;

	}

	.callbacks_tabs {

		left: 44.5%;

		top: 50.5%;

	}

	.thim-click-to-bottom {

		bottom: 19%;

	}

	.agileits-banner-info {

		margin-top: 3em;

	}

	.w3layouts_work_grid_right {

		margin-top: 2em;

	}

	.thim-click-to-bottom {

		bottom: 10%;

	}

	.textbox h4 {

		font-size: 1.3em;

	}

}

@media(max-width:991px){

	.menu__link {

		font-size: .76em;

	}

	.navbar-nav > li > a {

		padding: 0 1em;

	}

	.navbar-brand {

		font-size: 22px;

	}

	p.logo_w3l_agile_caption {

		letter-spacing: 3px;

	}

	.agileits-banner-info {

		padding: 4em 0em;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 460px;

	}

	.thim-click-to-bottom {

		bottom: 14%;

	}

	.book-form-left-w3layouts h2 {

		padding: 20px 0;

	}

	.book-form {

		padding: 0 0 0 57px;

	}

	.book-form form input[type="submit"] {

		margin-left: 1.3em;

	}

	.banner-bottom h3 span {

		font-size: 20px!important;

	}

	.banner-bottom h3 {

		font-size: 14px;

		line-height: 2.5em;

	}

	.cbp-ig-grid li:last-child,.cbp-ig-grid li:nth-child(3) {

		border-top: 1px solid #cfdbf3;

	}

	.cbp-ig-grid li:nth-child(2){

		border-right: 1px solid #cfdbf3;

	}

	.w3l-slider-img {

		width: 60%;

		left: 1em;

	}

	.w3ls-info-about {

		left: 32%;

		padding: 1.5em 3em;

		top: 104.5%;

		width: 68%;

		border: 8px solid #000;

	}

	.w3l-slider-img {

		border: 8px solid rgba(255, 255, 255, 0.4);

	}

	.left-w3ls {

		border-bottom: 1px solid #b1b1b1;

		border-right: none;

	}

	.advantage-grid {

		width: 80%;

		margin: 0 auto;

	}

	ul.resp-tabs-list {

		margin-left: 5em;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		width: 40%;

		float: left;

		margin-left: 0em;

	}

	.team-Info-agileits {

		padding:3em 0 0 2.5em;

		float: left;

		width: 60%;

	}

	.price-grid {

		padding: 0px 10px;

		width: 41%;

		float: left;

		margin: 0 2.02em;

	}

	.price-grid:nth-child(1),.price-grid:nth-child(2){

		margin-bottom: 2em;

	}

	.price-gd-top h4 {

		top: 10em;

	}

	h3.title-w3-agileits {

		font-size: 2.3em;

	}

	.w3layouts_work_grid_right {

		margin-top: 1em;

		padding: 1em 6em 0em 1em;

	}

	.contact-w3-agile2 {

		padding-left: 0;

	}

	section.contact-w3ls h4 {

		font-size: 25px;

		padding-bottom: 15px;

	}

	section.contact-w3ls .contact-agileits, .contact-w3-agile1 {

		padding: 20px 25px;

	}

	section.contact-w3ls p.contact-agile1 strong {

		font-size: 14px;

	}

	section.contact-w3ls p.contact-agile1 {

		font-size: 13px;

	}

	.contact-w3-agile1 iframe {

		height: 175px;

	}

	section.contact-w3ls p.contact-agile1 {

		padding-bottom: 4.5px;

	}

	.about-wthree {

		padding: 4em 0 16.8em 0px;

	}

	.w3ls_banner_bottom_grids {

		margin: 2.5em 0 0;

	}

	.gallery-grid {

		padding: 0;

		float: left;

		width: 33%;

	}

	.textbox h4 {

		margin-top: 4.5em;

	}

}

@media(max-width:900px){

	.callbacks_tabs {

		left: 44%;

	}

	.social-icons3 li a {

		height: 25px;

		width: 25px;

		margin-right: .5em;

		font-size: 14px;

		line-height: 26px;

	}

	ul.social-icons3 {

		margin-top: .6em;

	}

	.contact-bnr-w3-agile ul li {

		padding: 10px 14px;

	}

	.book-form {

		padding: 0 0 0 45px;

	}

	.advantage-block h4 {

		font-size: 21px;

	}

	.advantage-block .fa-credit-card, .advantage-block .fa-clock-o {

		font-size: 35px;

		margin-bottom: 3px;

	}

	ul.resp-tabs-list {

		margin-left: 4.5em;

	}

	.tpl6 .dmbutton {

		margin: 90px 5px 20px 5px;

	}

	.search_box:checked~.search_form {

		top: 43px;

	}

	.w3layouts_work_grid_right p {

		margin: 1em 0 0;

	}

	.form-group {

		margin-bottom: 0px;

	}

	section.contact-w3ls button.btn.btn-primary {

		margin: 21px 0 8px;

	}

}

@media(max-width:800px){

	.agileits-banner-info h4 {

		font-size: 2.5em;

		letter-spacing: 18px;

	}

	.agileits-banner-info p {

		letter-spacing: 6px;

		font-size: .8em;

	}

	.agileits-banner-info {

		margin-top: 1.5em;

	}

	.agileits_w3layouts_more a {

		font-size: 12px;

		margin-top: 2em;

		padding: 6px 20px;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 373px;

	}

	.callbacks_tabs {

		left: 42.85%;

		top: 51.5%;

	}

	.thim-click-to-bottom i {

		height: 40px;

		width: 25px;

		line-height: 39px;

		font-size: 15px;

	}

	.thim-click-to-bottom {

		bottom: 10%;

	}

	.book-form-left-w3layouts h2 {

		padding: 15px 0;

		font-size: 15px;

	}

	.book-form {

		padding: 0 0 0 25px;

	}

	.book-form form input[type="submit"] {

		margin-left: .3em;

	}

	.banner-bottom h3 span {

		font-size: 19px!important;

	}

	.tpl6 .dmbutton {

		margin: 78px 5px 20px 5px;

	}

	.w3layouts_work_grid_right p {

		font-size: 15px;

		line-height: 1.8em;

		letter-spacing: 0.5px;

	}

	.w3layouts_work_grid_right h4 {

		font-size: 13px;

		letter-spacing: 1px;

	}

	.w3layouts_work_grid_right {

		margin-top: 0.5em;

	}

	.w3layouts_work_grid_right h5 {

		font-size: 1.2em;

	}

	.flex-control-nav {

		top: 10%;

	}

	h3.title-w3-agileits {

		font-size: 2.1em;

	}

	.textbox h4 {

		margin-top: 4em;

		font-size: 1.2em;

	}

}

@media(max-width:768px){

	.book-form form input[type="submit"] {

		font-size: 13px;

	}

	.banner-bottom h3 span {

		font-size: 16px!important;

	}

	.banner-bottom h3 {

		font-size: 13px;

	}

	.w3_grid_effect {

		padding: 1.5em;

	}

	.cbp-ig-icon:before {

		font-size: 2.5em;

	}

	.cbp-ig-grid .cbp-ig-title {

		font-size: .8em;

	}

	p.about-para-w3ls {

		font-size: 14.5px;

	}

	.w3l-slider-img {

		top: 20.5em;

	}

	.w3ls-info-about h4 {

		font-size: 1.1em;

	}

	.w3ls-info-about p {

		font-size: 0.8em;

	}

	.w3ls-info-about {

		left: 36%;

		top: 105.5%;

		width: 64%;

	}

	.advantage-block h4 {

		font-size: 19px;

		margin: 0.8em 0em 0.2em 0em;

	}

	.advantage-block p {

		font-size: 14.5px;

		line-height: 33px;

	}

	.resp-accordion img{

		border-radius: 50%;

		   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

		-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

		-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

		-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

	}

	h2.resp-accordion:first-child,h2.resp-accordion {

		border-top: none !important;

		border:none!important;

	}

	.w3layouts_work_grid_left_pos img {

		border: 7px solid #ffffff;

	}

	.team-Info-agileits p {

		font-size: 14.5px;

	}

	.team-Info-agileits h4 {

		font-size: 20px;

	}

	.w3layouts_work_grid_right p {

		font-size: 14.5px;

		line-height: 2em;

	}

	.flex-control-paging li a {

		font-size: 13px;

	}

	h3.title-w3-agileits {

		font-size: 2em;

		letter-spacing: 2px;

	}

	.w3layouts_work_grid_right h5 {

		font-size: 1.1em;

	}

	.contact-w3ls, .advantages, .banner-bottom, .w3l-visitors-agile, .plans-section, .team {

		padding: 55px 0px;

	}

	.about-wthree {

		padding: 4em 0 15.9em 0px;

	}

	.about-wthree {

		padding: 3em 0 13.9em 0px;

	}

}

@media(max-width:767px){

	.navbar-default .navbar-toggle .icon-bar {

		background-color: #fff;

	}

	.navbar-default .navbar-toggle {

		border-color: #ffce14;

		margin-top: 3px!important;

	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

		background-color: transparent;

	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

		border: none;

	}

	.nav > li > a {

		display: inline-block;

	}

	.navbar-collapse {

		box-shadow: none;

	}

	.menu__list {

		margin: 0;

		padding: 1em 0;

		background: #0a0a0a;

		text-align: center;

	}

	.menu--iris .menu__item {

		margin: 0 0 1em;

	}

	.navbar-nav .open .dropdown-menu {

		background-color:#1f7f9a;

	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {

		color: #fff;

	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {

		padding: 10px 15px 10px 25px;

	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

		border: none;

		position: absolute;

		width: 100%;

		background: #a5a5a5;

		z-index: 999;

	}

	.navbar-toggle {

		margin: .8em 0 0;

	}

	.navbar-nav > li > a {

		padding: 0 3em;

	}

	.nav-tabs {

		margin: 2em 0;

	}

	.w3_tab_img_left {

		padding: 0 5px;

		width: 50%;

		float: left;

	}

	.navbar-toggle {

		margin: 0em 0 0;

		border-radius: 0;

		padding: 10px 10px;

	}

	.thim-click-to-bottom {

		left: 48%;

	}

	.price-gd-top h4 {

		top: 10em;

		font-size: 1.2em;

	}

	.price-selet a {

		padding: 0.3em 1.7em;

	}

	.price-gd-bottom {

		padding: 1.3em 0em 1em;

	}

	.price-selet {

		padding: .5em 0em;

	}

	.price-selet h3 {

		padding: 0em 0em 0em 0em;

	}

	.modal-dialog {

		width: 80%;

		margin: 2.5em auto 0;

	}

	.contact-w3-agile2 {

		padding: 0;

		margin-bottom:1em!important;

	}

	.contact-w3-agile2, .contact-w3-agile1 {

		width: 80%;

		margin: 0 auto;

	}

	section.contact-w3ls p.contact-agile2 {

		font-size: 14px;

		letter-spacing: 1px;

	}

	.contact-w3-agile1 iframe {

		height: 200px;

	}

}

@media(max-width:736px){

	.agileits-banner-info h4 {

		font-size: 2.1em;

		letter-spacing: 14px;

	}

	.agileits-banner-info h3 {

		font-size: 15px;

		letter-spacing: 6px;

	}

	.agileits-banner-info {

		padding: 2.5em 0em;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 340px;

	}

	.callbacks_tabs {

		left: 42.5%;

		top: 46.5%;

	}

	.book-form-left-w3layouts h2 {

		padding: 12px 0;

		font-size: 14px;

	}

	.banner-bottom h3 span {

		font-size: 15px!important;

	}

	.banner-bottom h3 {

		font-size: 12px;

	}

	.w3ls_banner_bottom_grids {

		margin: 1.55em 0 0;

	}

	.w3ls-info-about {

		left: 39%;

		top: 104.5%;

		width: 60%;

		border: 7px solid #000;

		padding: 1em 2em;

	}

	.w3ls-info-about h4 {

		font-size: 1.05em;

	}

	.about-wthree {

		padding: 4em 0 14em 0px;

	}

	.dmbutton {

		padding: 9px 13px;

	}

	a.dmbutton i {

		font-size: 15px;

	}

	.viewbox-button-next {

		right: -33px;

	}

	.viewbox-button-prev {

		left: -33px;

	}

	.viewbox-button-close {

		width: 45px;

		height: 45px;

	}

	.price-grid {

		width: 43%;

		margin: 0 1.5em;

	}

	.w3layouts_work_grid_left {

		width: 70%;

		float: none;

		margin: 0 auto;

	}

	.w3layouts_work_grid_right {

		float: none;

		width: 100%;

		margin-top: 0em;

		padding: 2em 7em 0em;

	}

	.flex-control-nav {

		top: 17%;

	}

	.textbox h4 {

		font-size: 1.1em;

		letter-spacing: 3px;

	}

}

@media(max-width:667px){

	.book-form p {

		font-size: 11px;

	}

	.fields-w3ls {

		width: 20.5%;

		margin: 1.8em .5em 0 0;

	}

	.book-form input[type="text"], .book-form input[type="date"], .book-form input[type="time"], .book-form input[type="email"],.book-form input[type="description"] .book-form .form-control {

		font-size: 0.8em;

	}

	.book-form select.form-control {

		height: 34.8px;

	}

	.book-form form input[type="submit"] {

		font-size: 12px;

	}

	.fields-w3ls {

		width: 20.5%;

		margin: 1.2em .3em 0 0;

	}

	.book-form form input[type="submit"] {

		margin-left: .6em;

		height: 111px!important;

	}

	.w3l-slider-img {

		top: 23.5em;

		border: 6px solid rgba(255, 255, 255, 0.4);

		width: 50%;

	}

	.w3ls-info-about {

		left: 33%;

		width: 67%;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 318px;

	}

	.team-Info-agileits {

		padding: 1.8em 0 0 2em;

	}

	.viewbox-button-next {

		right: 18px;

	}

	.viewbox-button-prev {

		left: 18px;

	}

	.viewbox-button-next, .viewbox-button-prev {

		top: 54%;

		width: 90px;

		height: 90px;

	}

	.viewbox-body {

		top: 52%;

	}

	.tpl6 .dmbutton {

		margin: 67px 5px 20px 5px;

	}

	.price-grid {

		width: 48%;

		margin: 0 .3em;

	}

	.flex-control-nav {

		top: 14%;

	}

	.book-form {

		height: 111px;

	}

	.textbox h4 {

		margin-top: 3em;

	}

}

@media(max-width:640px){

	.agileits-banner-info h4 {

		font-size: 2em;

		letter-spacing: 12px;

	}

	.agileits-banner-info h3 {

		font-size: 13px;

	}

	.agileits-banner-info p {

		letter-spacing: 6px;

		font-size: .7em;

	}

	.agileits_w3layouts_more a {

		font-size: 11px;

		margin-top: 1.3em;

		padding: 5px 15px;

	}

	.callbacks_tabs a:after {

		height: 9px;

		width: 9px;

	}

	.callbacks_tabs li {

		margin: 0px 5px;

	}

	.callbacks_tabs {

		top: 49.5%;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 280px;

	}

	.agileits-banner-info {

		margin-top: 1em;

	}

	.thim-click-to-bottom {

		bottom: 6%;

	}

	.contact-bnr-w3-agile ul li i {

		font-size: 15px;

		margin-right: 9px;

	}

	.contact-bnr-w3-agile ul li {

		padding: 10px 9px;

	}

	.modal-content h4 {

		font-size: 22px;

	}

	.modal-content h5 {

		font-size: 20px;

	}

	.modal-content p {

		font-size: 14px;

		line-height: 28px;

	}

	.contact-w3ls, .advantages, .banner-bottom, .w3l-visitors-agile, .plans-section, .team {

		padding: 45px 0px;

	}

	.about-wthree {

		padding: 3em 0 13.5em 0px;

	}

	.w3ls-info-about h4 {

		font-size: 1em;

	}

	.w3ls-info-about {

		padding: 1em 1.9em;

	}

	h3.title-w3-agileits {

		font-size: 1.8em;

	}

	.advantage-block h4 {

		font-size: 18px;

	}

	.tpl6 .dmbutton {

		margin: 62px 5px 20px 5px;

	}

	.price-gd-top h4 {

		top: 10em;

	}

}

@media(max-width:600px){

	.thim-click-to-bottom {

		bottom: 5%;

	}

	.book-form-left-w3layouts h2 {

		padding: 10px 0;

		font-size: 12px;

	}

	.fields-w3ls {

		width: 19.5%;

	}

	.book-form p {

		font-size: 10px;

		letter-spacing: 1.5px;

	}

	.book-form {

		height: 106px;

	}

	.book-form form input[type="submit"] {

		height: 106px!important;

	}

	.banner-bottom h3 span {

		font-size: 14px!important;

		letter-spacing: 1px;

	}

	.w3l-slider-img {

		top: 18.5em;

		width: 48%;

	}

	.w3ls-info-about {

		left: 27%;

		width: 73%;

	}

	.about-wthree {

		padding: 2.6em 0 11.4em 0px;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 275px;

	}

	.advantage-block {

		padding: 1.5em 1em;

	}

	.team-Info-agileits {

		padding: 1.1em 0 0 1.9em;

	}

	.team-Info-agileits p {

		margin: .6em 0 .1em;

	}

	.tpl6 .dmbutton {

		margin: 96px 5px 20px 5px;

	}

	.price-gd-top h4 {

		top: 10em;

	}

	.w3layouts_work_grid_left {

		width: 80%;

	}

	.w3layouts_work_grid_right {

		padding: 2em 4em 0em;

	}

	section.contact-w3ls h4 {

		font-size: 23px;

	}

	section.contact-w3ls p.contact-agile2 {

		line-height: 15px;

	}

	.textbox h4 {

		margin-top: 5em;

		font-size: 1em;

	}

	.gallery-grid {

		padding: 0;

		float: left;

		width: 50%;

	}

	.textbox h4 {

		margin-top: 3.8em;

	}

}

@media(max-width:568px){

	.callbacks_tabs {

		left: 41.1%;

	}

	.thim-click-to-bottom i {

		height: 33px;

		width: 20px;

		line-height: 32px;

		font-size: 13px;

	}

	.fields-w3ls {

		width: 67%;

		margin: 0em auto 0;

		float: none;

	}

	.book-form {

		height: 285px;

		padding: 1.5em 0 0 0;

	}

	.book-form form input[type="submit"] {

		height: 40px!important;

		margin: 1em 0 0 14.5em;

	}

	.banner-bottom h3 {

		font-size: 11px;

	}

	#ui-datepicker-div {

		width: 215px;

	}

	.w3ls-info-about {

		left: 19.8%;

		width: 80%;

	}

	.advantage-grid {

		width: 85%;

	}

	.team-Info-agileits {

		padding: 0.2em 0 0 1.9em;

	}

	.tpl6 .dmbutton {

		margin: 89px 5px 20px 5px;

	}

	.price-grid {

		width: 100%;

		margin: 0 auto;

	}

	.priceing-table-main {

		width: 51%;

		margin: 0 auto;

	}

	.price-grid:nth-child(1), .price-grid:nth-child(2),.price-grid:nth-child(3) {

		margin-bottom: 1.5em;

	}

	.copy p {

		font-size: 13px;

	}

}

@media(max-width:480px){

	.banner-top .social-bnr-agileits {

		float: none;

		text-align: center;

		margin: 10px 0;

	}

	.search_form {

		top: 89px;

	}

	.search_box:checked~.search_form {

		top: 87px;

	}

	.contact-bnr-w3-agile ul li {

		padding: 10px 20px;

	}

	.navbar-brand {

		font-size: 20px;

	}

	p.logo_w3l_agile_caption {

		letter-spacing: 2.2px;

		line-height: 17px;

	}

	.navbar-toggle .icon-bar {

		width: 19px;

	}

	.navbar-default .navbar-toggle {

		margin-top: 5px!important;

		padding: 7px 8px;

	}

	nav.navbar.navbar-default {

		padding: .58em 0 0em 0;

	}

	.agileits-banner-info h4 {

		font-size: 1.5em;

		letter-spacing: 10px;

	}

	.agileits-banner-info p {

		margin: .5em auto;

		letter-spacing: 4px;

	}

	.agileits-banner-info {

		padding: 2em 0em;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 250px;

	}

	.callbacks_tabs {

		top: 46.5%;

		left: 39.9%;

	}

	.thim-click-to-bottom {

		left: 47.5%;

	}

	.book-form form input[type="submit"] {

		margin: .9em 0 0 11em;

	}

	.banner-bottom h3 {

		letter-spacing: 1.5px;

	}

	.cbp-ig-grid .cbp-ig-title {

		font-size: .7em;

	}

	.cbp-ig-grid .cbp-ig-category {

		font-size: .75em;

	}

	p.about-para-w3ls {

		font-size: 14px;

	}

	.w3ls-info-about {

		left: 0%;

		width: 100%;

		top: 108.5%;

	}

	.about-wthree {

		padding: 2.6em 0 12em 0px;

	}

	.advantage-block p {

		font-size: 14px;

		line-height: 30px;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 360px;

		width: 83%;

		margin: 0 auto;

		float: none;

	}

	.team-Info-agileits {

		padding: 1.5em 0 0 1.9em;

		width: 100%;

		float: none;

	}

	.team-Info-agileits p {

		font-size: 14px;

	}

	.team-Info-agileits span {

		font-size: 11px;

	}

	.team-Info-agileits h4 {

		font-size: 19px;

	}

	.tpl6 .dmbutton {

		margin: 70px 5px 20px 5px;

	}

	.viewbox-button-next, .viewbox-button-prev {

		top: 58%;

	}

	.priceing-table-main {

		width: 61%;

	}

	.price-gd-top h4 {

		top: 10em;

		font-size: 1.1em;

	}

	.price-selet h3 {

		font-size: 1.3em;

	}

	.price-selet h3 span {

		font-size: 27px;

	}

	.price-selet a {

		padding: 0.2em 1.5em;

	}

	.flex-control-nav li {

		margin: 9px 0;

	}

	.flex-control-nav {

		top: 13%;

	}

	h3.title-w3-agileits {

		font-size: 1.6em;

	}

	.w3layouts_work_grid_right p {

		font-size: 14px;

		letter-spacing: 0.5px;

		line-height: 30px;

	}

	.w3layouts_work_grid_right h4 {

		font-size: 12px;

	}

	section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {

		height: 30px;

	}

	section.contact-w3ls button.btn.btn-primary {

		padding: 5px 20px;

	}

	section.contact-w3ls label.contact-p1 {

		font-size: 14px;

		padding-bottom: 2px;

	}

	.contact-w3-agile2, .contact-w3-agile1 {

		width: 100%;

	}

	.copy p {

		font-size: 13px;

		line-height: 29px;

		padding: 10px 20px;

	}

}

@media(max-width:414px){

	.contact-bnr-w3-agile ul li {

		padding: 10px 9px;

	}

	.agileits-banner-info p {

		letter-spacing: 3px;

	}

	.callbacks_tabs {

		left: 38.4%;

	}

	.thim-click-to-bottom {

		bottom: 6%;

	}

	.agileits-banner-info {

		padding: 1.8em 0em;

	}

	.book-form form input[type="submit"] {

		margin: .9em 0 0 8.5em;

	}

	.cbp-ig-grid li {

		width: 100%;

	}

	.cbp-ig-grid li:last-child {

		border-right: none;

	}

	.cbp-ig-grid li {

		border-left: none;

	}

	.cbp-ig-grid li:nth-child(2) {

		border-top: 1px solid #cfdbf3;

		border-right: none;

	}

	.w3l-slider-img {

		top: 19.5em;

		width: 70%;

		left: 3.4em;

	}

	.w3ls-info-about {

		top: 132.5%;

		padding: 1em 1em;

	}

	.about-wthree {

		padding: 2.6em 0 19em 0px;

	}

	.advantage-block {

		padding: 1.5em .8em;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 355px;

		width: 100%;

	}

	.team-Info-agileits {

		padding: 1.5em 0 0 0em;

	}

	.tpl6 .dmbutton {

		margin: 131px 5px 20px 5px;

	}

	.viewbox-button-next {

		right: 2px;

	}

	.viewbox-button-prev {

		left: 2px;

	}

	.priceing-table-main {

		width: 72%;

	}

	.flex-control-nav {

		top: 9%;

		right: 2.5%;

	}

	.w3layouts_work_grid_right {

		padding: 2em 2.5em 0em;

	}

	.w3layouts_work_grid_right h5 {

		font-size: 1em;

		letter-spacing: 1.5px;

	}

	.w3layouts_work_grid_right p:nth-child(4) {

		font-size: 13px;

		letter-spacing: 1px;

	}

	.copy p {

		padding: 10px 21px;

	}

	.contact-bnr-w3-agile ul li {

		width: 100%;

		float: none;

		text-align: center;

	}

	.search_box:checked~.search_form {

		width: 396px;

		padding: 10px 15px;

	}

	.contact-bnr-w3-agile {

		float: none;

	}

	.contact-bnr-w3-agile ul li {

		padding: 7px 0px;

	}

	.search_box:checked~.search_form {

		top: 151px;

	}

	.search_form {

		top: 152px;

	}

	.banner-top .social-bnr-agileits {

		margin: 15px 0 6px;

	}

	.textbox h4 {

		margin-top: 3.1em;

		font-size: .9em;

	}

}

@media(max-width:384px){

	.agileits-banner-info h3 {

		letter-spacing: 5px;

	}

	.agileits-banner-info p {

		letter-spacing: 2px;

	}

	.callbacks_tabs li {

		margin: 0px 4px;

	}

	.search_box:checked~.search_form {

		width: 365px;

	}

	.search_form input[type='search'] {

		width: 250px;

	}

	.search_form input[type='submit'] {

		padding: 6.2px 12px;

	}

	.book-form form input[type="submit"] {

		margin: .9em 0 0 7.3em;

	}

	.cbp-ig-grid .cbp-ig-title {

		font-size: .9em;

	}

	.cbp-ig-grid .cbp-ig-category {

		font-size: .95em;

	}

	.callbacks_tabs {

		top: 44.5%;

	}

	.fields-w3ls {

		width: 75%;

	}

	.w3ls-info-about {

		top: 120.5%;

	}

	.w3ls-info-about p {

		line-height: 1.8em;

		padding: 7px 0;

	}

	.advantage-block p {

		line-height: 28px;

	}

	.priceing-table-main {

		width: 78%;

	}

	h3.title-w3-agileits {

		font-size: 1.5em;

	}

	.w3layouts_work_grid_left_pos {

		top: 14%;

		width: 65%;

	}

	.flex-control-nav {

		top: 7%;

	}

	.advantage-block h4 {

		font-size: 16px;

	}

}

@media(max-width:375px){

	.contact-w3ls, .advantages, .banner-bottom, .w3l-visitors-agile, .plans-section, .team {

		padding: 40px 0px;

	}

	.about-wthree {

		padding: 2.2em 0 18em 0px;

	}

	.tpl6 .dmbutton {

		margin: 116px 5px 20px 5px;

	}

	.priceing-table-main {

		width: 80%;

	}

	.search_box:checked~.search_form {

		width: 357px;

		padding: 10px 10px;

	}

	.navbar-brand {

		font-size: 18px;

	}

	p.logo_w3l_agile_caption {

		letter-spacing: 1.5px;

		line-height: 14px;

	}

	.agileits-banner-info {

		margin-top: .5em;

	}

	.callbacks_tabs {

		top: 41.5%;

	}

	.advantage-block {

		padding: 1.2em .8em;

	}

	.viewbox-button-next, .viewbox-button-prev {

		top: 60%;

		width: 80px;

		height: 80px;

	}

	.flex-control-nav li {

		margin: 8px 0;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 290px;

	}

}

@media(max-width:320px){

	.search_form input[type='search'] {

		width: 190px;

	}

	.search_box:checked~.search_form {

		width: 303px;

	}

	.agileits-banner-info h4 {

		font-size: 1.3em;

		letter-spacing: 8px;

	}

	.agileits-banner-info h3 {

		letter-spacing: 3px;

		font-size: 12px;

	}

	.agileits-banner-info p {

		letter-spacing: 0.4px;

	}

	.agileits_w3layouts_more a {

		margin-top: 1.1em;

	}

	.callbacks_tabs {

		left: 36.4%;

	}

	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {

		min-height: 230px;

	}

	.thim-click-to-bottom {

		bottom: 5%;

	}

	.book-form form input[type="submit"] {

		margin: .9em 0 0 4.6em;

	}

	.banner-bottom h3 span {

		font-size: 13px!important;

	}

	.w3l-slider-img {

		top: 21.5em;

		width: 76%;

		left: 2em;

	}

	.advantage-block p {

		padding-left: 0.5em;

	}

	.advantage-grid {

		width: 95%;

	}

	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {

		min-height: 245px;

	}

	.resp-tab-content {

		padding: 20px;

	}

	.tpl6 .dmbutton {

		margin: 99px 5px 20px 5px;

	}

	.priceing-table-main {

		width: 90%;

	}

	/*.price-gd-top h4 {

		top: 12.5em;

		font-size: 1.05em;

	}*/

	h3.title-w3-agileits {

		font-size: 1.4em;

		line-height: 33px;

	}

	.w3layouts_work_grid_right {

		padding: 2em 1.9em 0em;

	}

	.w3layouts_work_grid_left {

		width: 85%;

	}

	.w3layouts_work_grid_left_pos {

		top: 10%;

		width: 72%;

	}

	.flex-control-nav {

		top: 5%;

		right: 0%;

	}

	section.contact-w3ls h4 {

		font-size: 21px;

	}

	section.contact-w3ls p.contact-agile2 {

		font-size: 13px;

	}

	section.contact-w3ls .contact-agileits, .contact-w3-agile1 {

		padding: 15px 17px;

	}

	.gallery-grid {

		padding: 0;

		float: left;

		width: 100%;

	}

	.textbox h4 {

		margin-top: 5.5em;

	}

}
/* FAQs */
.main-content {
	max-width: 1000px;
	margin: auto;
  }

  .page-title {
	text-align: center;
	font-size: 2rem;
	color: #530f2f;
	margin-bottom: 10px;
	margin-top: 10px;
  }

  .page-description {
	text-align: center;
	font-size: 1rem;
	color: #7f8c8d;
	margin-bottom: 30px;
  }

  .faq-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
  }

  .faq-item {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
  }

  .faq-item:hover {
	transform: translateY(-4px);
  }

  .faq-question {
	font-weight: bold;
	font-size: 1.1rem;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	color: #34495e;
  }

  .faq-toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5rem;
	color: #3498db;
	transition: transform 0.3s ease;
  }

  .faq-answer {
	display: none;
	margin-top: 10px;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
	animation: fadeIn 0.4s ease;
  }

  .faq-item.active .faq-answer {
	display: block;
  }

  .faq-item.active .faq-toggle {
	transform: rotate(45deg);
  }

  @keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 600px) {
	.page-title {
	  font-size: 1.5rem;
	}

	.faq-question {
	  font-size: 1rem;
	}
  }
/* Gallery */
:root {
	--primary: #530f2f;
	--secondary: #c9a875;
	--light: #f8f9fa;
	--dark: #343a40;
	--shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	--transition: all 0.3s ease;
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
  }
  
  body {
	background-color: #fff;
	color: var(--dark);
	line-height: 1.6;
  }
  
  .gallery-section {
	padding: 60px 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
  }
  
  .container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
  }
  
  .section-title {
	text-align: center;
	margin-bottom: 40px;
  }
  
  .section-title h2 {
	font-size: 32px;
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
  }
  
  .section-title h2:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: var(--secondary);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  }
  
  /* Filter Categories */
  .gallery-filter {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	flex-wrap: wrap;
  }
  
  .filter-btn {
	background: transparent;
	border: none;
	color: var(--dark);
	font-size: 14px;
	padding: 8px 16px;
	margin: 5px;
	cursor: pointer;
	transition: var(--transition);
	font-weight: 500;
	border-radius: 4px;
	letter-spacing: 0.5px;
  }
  
  .filter-btn:hover {
	color: var(--secondary);
  }
  
  .filter-btn.active {
	background-color: var(--primary);
	color: white;
  }
  
  /* Gallery Grid */
  .gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 30px;
	background-color: #f8f8f8;
	border-radius: 12px;
	width: 100%;
  }
  
  .gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  }
  
  .gallery-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.5s ease;
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
  }
  
  .gallery-item:hover .gallery-image {
	transform: scale(1.05);
  }
  
  .gallery-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), transparent);
	color: white;
	transform: translateY(0);
	transition: transform 0.3s ease;
  }
  
  .gallery-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .view-details {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255,255,255,0.9);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 0;
	transform: scale(0.8);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 5;
  }
  
  .gallery-item:hover .view-details {
	opacity: 1;
	transform: scale(1);
  }
  
  .view-details:hover {
	background: white;
	color: #000;
	transform: scale(1.1);
  }
  
  .additional-images {
	display: none;
  }
  
  /* Lightbox Styles */
  .lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(8px);
  }
  
  .lightbox-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .lightbox-close {
	position: absolute;
	top: -50px;
	right: 0;
	color: white;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease, transform 0.3s ease;
	z-index: 10;
  }
  
  .lightbox-close:hover {
	color: #ff6b6b;
	transform: rotate(90deg);
  }
  
  .lightbox-image-container {
	width: 100%;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  
  .lightbox-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	transition: opacity 0.3s ease;
  }
  
  .lightbox-caption {
	color: white;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
  
  .lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.15);
	color: white;
	font-size: 22px;
	border: none;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  
  .lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-50%) scale(1.1);
  }
  
  .lightbox-nav.prev {
	left: -70px;
  }
  
  .lightbox-nav.next {
	right: -70px;
  }
  
  /* Tablet Media Queries */
  @media screen and (max-width: 1024px) {
	.gallery-section {
	  padding: 50px 0;
	  width: 100%;
	}
  
	.container {
	  width: 100%;
	  max-width: 100%;
	  padding: 0 15px;
	}
  
	.gallery-grid {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	  padding: 20px;
	  width: 100%;
	  max-width: 100%;
	  border-radius: 0;
	}
	
	.lightbox-nav {
	  width: 45px;
	  height: 45px;
	}
	
	.lightbox-nav.prev {
	  left: -55px;
	}
	
	.lightbox-nav.next {
	  right: -55px;
	}
	
	.section-title h2 {
	  font-size: 28px;
	}
	
	.gallery-image {
	  height: 280px;
	  width: 100%;
	}
  }
  
  /* Mobile Media Queries */
  @media screen and (max-width: 767px) {
	.gallery-section {
	  padding: 40px 0;
	  width: 100%;
	}
  
	.container {
	  width: 100%;
	  padding: 0;
	}
	
	.section-title {
	  margin-bottom: 30px;
	  padding: 0 10px;
	}
	
	.section-title h2 {
	  font-size: 24px;
	  padding-bottom: 10px;
	}
	
	.gallery-grid {
	  grid-template-columns: 1fr;
	  gap: 15px;
	  padding: 10px;
	  border-radius: 0;
	  background-color: #f8f8f8;
	  width: 100%;
	}
	
	.gallery-item {
	  width: 100%;
	  margin: 0 0 10px 0;
	}
	
	.gallery-image {
	  height: auto;
	  aspect-ratio: 16/9;
	  width: 100%;
	}
	
	.gallery-title {
	  font-size: 18px;
	}
	
	.filter-btn {
	  font-size: 13px;
	  padding: 6px 12px;
	  margin: 3px;
	}
	
	.lightbox-content {
	  width: 100%;
	}
	
	.lightbox-image-container {
	  height: 60vh;
	  width: 100%;
	}
	
	.lightbox-close {
	  top: -40px;
	  font-size: 30px;
	  right: 10px;
	}
	
	.lightbox-caption {
	  padding: 10px;
	  font-size: 16px;
	  width: 100%;
	}
	
	.lightbox-nav {
	  width: 40px;
	  height: 40px;
	  font-size: 18px;
	  position: absolute;
	  top: 50%;
	}
	
	.lightbox-nav.prev {
	  left: 10px;
	}
	
	.lightbox-nav.next {
	  right: 10px;
	}
  }
  
  /* Small Mobile Screens */
  @media screen and (max-width: 480px) {
	.gallery-section {
	  padding: 30px 0;
	}
	
	.section-title h2 {
	  font-size: 22px;
	}
	
	.gallery-filter {
	  margin-bottom: 20px;
	}
	
	.filter-btn {
	  font-size: 12px;
	  padding: 5px 10px;
	  margin: 2px;
	}
	
	.gallery-grid {
	  padding: 10px;
	  gap: 15px;
	}
	
	.gallery-image {
	  height: 220px;
	}
	
	.gallery-content {
	  padding: 15px;
	}
	
	.gallery-title {
	  font-size: 16px;
	}
	
	.view-details {
	  width: 40px;
	  height: 40px;
	}
	
	.lightbox-image-container {
	  height: 50vh;
	}
	
	.lightbox-nav {
	  position: relative;
	  margin: 10px;
	  display: inline-flex;
	}
	
	.lightbox-nav.prev {
	  left: 0;
	}
	
	.lightbox-nav.next {
	  right: 0;
	}
	
	.lightbox-caption {
	  font-size: 14px;
	}
  }
  
  /* 425px Screen Size */
  @media screen and (max-width: 425px) {
	.gallery-section {
	  padding: 20px 0;
	}
	
	.container {
	  width: 100%;
	  padding: 0;
	}
	
	.section-title {
	  margin-bottom: 20px;
	  padding: 0 8px;
	}
	
	.section-title h2 {
	  font-size: 20px;
	  padding-bottom: 8px;
	}
	
	.section-title h2:after {
	  width: 40px;
	  height: 2px;
	}
	
	.gallery-filter {
	  margin-bottom: 15px;
	  padding: 0 5px;
	}
	
	.filter-btn {
	  font-size: 11px;
	  padding: 4px 8px;
	  margin: 2px;
	  border-radius: 3px;
	}
	
	.gallery-grid {
	  padding: 8px;
	  gap: 12px;
	  width: 100%;
	}
	
	.gallery-item {
	  border-radius: 8px;
	  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	  width: 100%;
	}
	
	.gallery-image {
	  height: auto;
	  aspect-ratio: 16/9;
	  width: 100%;
	}
	
	.gallery-content {
	  padding: 12px;
	  width: 100%;
	}
	
	.gallery-title {
	  font-size: 15px;
	}
	
	.lightbox-close {
	  top: -35px;
	  font-size: 28px;
	  right: 8px;
	}
	
	.lightbox-caption {
	  font-size: 13px;
	  padding: 8px;
	}
	
	.lightbox-nav.prev {
	  left: 5px;
	}
	
	.lightbox-nav.next {
	  right: 5px;
	}
  }
  
  /* 375px Screen Size */
  @media screen and (max-width: 375px) {
	.gallery-section {
	  padding: 15px 0;
	  width: 100%;
	}
	
	.container {
	  width: 100%;
	  padding: 0;
	}
	
	.section-title {
	  margin-bottom: 15px;
	  padding: 0 5px;
	}
	
	.section-title h2 {
	  font-size: 18px;
	  padding-bottom: 6px;
	}
	
	.section-title h2:after {
	  width: 35px;
	}
	
	.gallery-filter {
	  margin-bottom: 10px;
	  padding: 0 3px;
	}
	
	.filter-btn {
	  font-size: 10px;
	  padding: 3px 6px;
	  margin: 1px;
	  letter-spacing: 0.3px;
	}
	
	.gallery-grid {
	  padding: 5px;
	  gap: 10px;
	  width: 100%;
	}
	
	.gallery-item {
	  border-radius: 6px;
	  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	  width: 100%;
	  margin-bottom: 10px;
	}
	
	.gallery-image {
	  height: auto;
	  aspect-ratio: 16/9;
	  width: 100%;
	}
	
	.gallery-content {
	  padding: 10px;
	  width: 100%;
	}
	
	.gallery-title {
	  font-size: 14px;
	  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}
	
	.view-details {
	  width: 35px;
	  height: 35px;
	  top: 8px;
	  right: 8px;
	}
	
	.lightbox-content {
	  width: 100%;
	}
	
	.lightbox-image-container {
	  height: 40vh;
	  width: 100%;
	}
	
	.lightbox-close {
	  top: -25px;
	  font-size: 24px;
	  right: 5px;
	}
	
	.lightbox-caption {
	  font-size: 12px;
	  padding: 5px;
	  width: 100%;
	}
	
	.lightbox-nav {
	  width: 32px;
	  height: 32px;
	  font-size: 16px;
	}
	
	.lightbox-nav.prev {
	  left: 3px;
	}
	
	.lightbox-nav.next {
	  right: 3px;
	}
  }
  
  /* For devices with touch capability */
  @media (hover: none) {
	.view-details {
	  opacity: 1;
	  transform: scale(1);
	}
	
	.gallery-item:hover .gallery-image {
	  transform: none;
	}
	
	.gallery-item:hover {
	  transform: none;
	}
  }
/* Rooms */


.title-section {
	text-align: center;
	padding: 70px 0 50px;
	position: relative;
}

.title-section h2 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #530f2f;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
}

.title-section p {
	font-size: 1.1rem;
	color: #6b7280;
	max-width: 650px;
	margin: 20px auto 0;
}

/* Rooms Grid */
.rooms-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 100px;
}

/* Room Card */
.room-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
	position: relative;
}

.room-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Image Container */
.room-img {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.room-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.room-card:hover .room-img img {
	transform: scale(1.05);
}

/* Room Type Badge */
.room-type {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Content */
.room-content {
	padding: 30px;
}

.room-title {
	font-size: 1.6rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 15px;
}

.room-features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}

.feature {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4b5563;
	font-size: 0.95rem;
}

.feature i {
	color: #4f46e5;
}

.room-description {
	color: #6b7280;
	font-size: 1rem;
	margin-bottom: 25px;
	line-height: 1.7;
}

/* Rating Stars */
.room-rating {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}

.room-rating i {
	color: #fbbf24;
	font-size: 1rem;
}

/* Price and Button */
.room-price-book {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.price {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
}

.price span {
	font-size: 1rem;
	font-weight: normal;
	color: #6b7280;
}

.book-btn {
	background: #4f46e5;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.book-btn:hover {
	background: #4338ca;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.4);
}

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

@media (max-width: 768px) {
	.rooms-grid {
		grid-template-columns: 1fr;
	}
	
	.title-section h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 576px) {
	.room-price-book {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}
	
	.book-btn {
		width: 100%;
		text-align: center;
	}
}

/* Room Type Specific Styles */
.single-room .room-type {
	background: rgba(37, 99, 235, 0.9);
}

.double-room .room-type {
	background: rgba(107, 33, 168, 0.9);
}

.suite-room .room-type {
	background: rgba(22, 163, 74, 0.9);
}

/* Animation */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.room-card {
	animation: fadeIn 0.8s ease forwards;
}

.room-card:nth-child(1) { animation-delay: 0.1s; }
.room-card:nth-child(2) { animation-delay: 0.3s; }
.room-card:nth-child(3) { animation-delay: 0.5s; }