 /*--
    License: Creative Commons Attribution 3.0 
    License URL: http://creativecommons.org/licenses/by/3.0/
--*/

:root {
    --primary-blue: #1a4b8c;
    --secondary-blue: #2a6fc9;
    --accent-gold: #d4af37;
    --light-bg: #f8f9fa;
    --dark-text: #333;
    --light-text: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], button.btn, button.btn:hover, .team ul.social-icons li a, .team ul.social-icons li a:hover, .contact-grid-2 input.text, .contact-grid-2 textarea, .contact-grid-2 input.text:hover, .contact-grid-2 textarea:hover {
    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;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    width: 100%;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}


/*-- Index-Page-Styling --*/

/*-- Navbar --*/

.navbar-default {
    position: absolute;
    z-index: 99999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.88);
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 0;
}

.navbar-default .navbar-brand {
    color: #1dc8d9;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 36px;
    font-weight: 800;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #1dc8d9;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #1dc8d9;
    background-color: transparent;
}

/*-- //Navbar --*/

/*-- Slider --*/

.slider {
    position: relative;
    padding: 0;
}

.slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
}

.caption {
    position: absolute;
    top: 38%;
    left: 14%;
}

.caption h3 {
    text-align: left;
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #FFF;
    width: 65%;
}

.caption h3 span {
    color: #1dc8d9;
}

a.callbacks_nav {
    display: none;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 9999;
    top: 35%;
    right: 10%;
}

ul.callbacks_tabs li {
    display: block;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #1dc8d9;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(45deg);
}

.callbacks_here a:after {
    border: 2px solid #FFF;
    background: #FFF;
}

.slider-2 ul.callbacks_tabs, .slider-3 ul.callbacks_tabs, .slider-4 ul.callbacks_tabs {
    display: none;
}

/*-- //Slider --*/

/*-- Projects --*/

.projects {
    padding: 100px 0 235px;
}

.slider-2 {
    position: relative;
    width: 75%;
}

.slider-3 {
    position: absolute;
    width: 50%;
    right: 5%;
    top: 60%;
    z-index: 99999;
}

.projects h1, .services h2, .awards h3 {
    text-align: left;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 100px;
    color: #1dc8d9;
}

.projects h4 {
    text-align: left;
    font-weight: 700;
    padding-left: 30px;
}

.h4-underline {
    width: 150px;
    height: 5px;
    background-color: #1dc8d9;
    margin: 30px 0;
}

.projects p {
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 50px;
    color: #777;
}

.projects a, .services a {
    font-weight: 600;
    color: #1dc8d9;
    padding: 10px 30px;
    border: 1px solid #1dc8d9;
    border-right: none;
    margin-left: 30px;
}

.projects a:hover, .services a:hover {
    background-color: #1dc8d9;
    color: #FFF;
}

.projects-grid .glyphicon {
    margin-left: 5px;
}

/*-- //Projects --*/

/*-- Services --*/

.services {
    background-color: #f7f7f7;
    padding: 150px 0 100px;
}

.services h2 {
    margin-bottom: 50px;
}

.services-grid1 p {
    font-size: 15px;
    line-height: 35px;
    color: #777;
}

.services-grid1 {
    position: relative;
}

.services-grid2 img {
    position: absolute;
    width: 80%;
    right: 0;
    top: -200px;
}

.service-info-grids {
    margin-top: 100px;
}

.service-info img {
    width: 100px;
}

.service-info h4 {
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
    font-weight: 700;
}

.service-info .h4-underline {
    margin: 25px 0;
    margin-left: -30px;
}

.service-info p {
    color: #777;
    line-height: 30px;
    padding-right: 75px;
    margin-bottom: 30px;
}

.services a {
    margin: 0;
}

.service-info .glyphicon {
    margin-left: 5px;
}

/*-- //Services --*/

/*-- Awards --*/

.awards {
    padding: 200px 0;
    background: url("../images/IMAGE 11.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #FFF;
}

.awards h3 {
    margin-bottom: 50px;
    margin-left: 170px;
}

.awards-grids {
    margin-left: 200px;
}

.awards-grid {
    padding: 0;
}

.awards-grid img {
    width: 125px;
    margin-bottom: 30px;
}

.awards-grid h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.awards-grid .h4-underline {
    margin: 25px 0;
    margin-left: -30px;
}

.awards-grid p {
    font-size: 16px;
    line-height: 30px;
}

/*-- //Awards --*/

/* Features Section */
.features {
    padding: 5rem 5%;
    background-color: var(--light-bg);
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--primary-blue);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent-gold);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background-color: var(--light-text);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

/* Testimonials */
.testimonials {
    padding: 5rem 5%;
    background-color: var(--primary-blue);
    color: var(--light-text);
    text-align: center;
}

.testimonials .section-title {
    color: var(--light-text);
}

.testimonials .section-title::after {
    background-color: var(--accent-gold);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 8px;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: 600;
}

/*-- Footer --*/

.footer {
    padding: 100px 0 50px;
    background: url("../images/IMAGE 11.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #f8fbfc;
}

.footer-grid {
    padding: 0;
    text-align: left;
}

.footer-grid ul li {
    display: block;
    line-height: 30px;
    color: #CCC;
}

.footer-grid ul li a {
    color: #CCC;
}

.footer-grid ul li a:hover {
    color: #FFF;
}

.social {
    margin-top: 10px;
}

ul.social-icons {
    margin-left: -3px;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
}

ul.social-icons li a.facebook {
    background-position: 0px 0px;
}

ul.social-icons li a.facebook:hover {
    background-position: 0px -50px;
}

ul.social-icons li a.twitter {
    background-position: -50px 0px;
}

ul.social-icons li a.twitter:hover {
    background-position: -50px -50px;
}

ul.social-icons li a.googleapis {
    background-position: -100px 0px;
}

ul.social-icons li a.googleplus:hover {
    background-position: -100px -50px;
}

ul.social-icons li a.instagram {
    background-position: -150px 0px;
}

ul.social-icons li a.instagram:hover {
    background-position: -150px -50px;
}

ul.social-icons li a.youtube {
    background-position: -200px 0px;
}

ul.social-icons li a.youtube:hover {
    background-position: -200px -50px;
}

.copyright {
    padding-top: 25px;
}

/*-- Footer --*/

/*-- //Index-Page-Styling --*/

/*-- Inner-Pages-Navbar --*/

.inner-pages-navbar {
    position: inherit;
}

/*-- Inner-Pages-Navbar --*/

/* Hero Section */
.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.pt-16 {
    padding-top: 4rem;
}

.h-220px {
    height: 220px;
}

.overflow-hidden {
    overflow: hidden;
}

.object-cover {
    object-fit: cover;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-black\/30 {
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-to: rgba(0, 0, 0, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/60 {
    --tw-gradient-to: rgba(0, 0, 0, 0.6);
}

.bottom-4 {
    bottom: 1rem;
}

.left-4 {
    left: 1rem;
}

.right-4 {
    right: 1rem;
}

.text-white {
    color: white;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.font-semibold {
    font-weight: 600;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-white\/90 {
    color: rgba(255, 255, 255, 0.9);
}

.mt-1 {
    margin-top: 0.25rem;
}

/*-- //Inner-Pages-Banner --*/

/*-- //About-Page-Styling --*/

/* About Section */
.about-section {
    padding: 40px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    color: #333;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #c8a97e;
    margin: 20px auto 0;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.about-content:nth-child(even) {
    flex-direction: row-reverse;
}

.about-img {
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: scale(0.95);
    transition: all 0.5s ease;
    opacity: 0;
}

.about-img.animate__fadeInLeft,
.about-img.animate__fadeInRight {
    opacity: 1;
    transform: scale(1);
}

.about-text {
    width: 50%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.about-text.animate__fadeInLeft,
.about-text.animate__fadeInRight {
    opacity: 1;
    transform: translateY(0);
}

.about-text h3 {
    font-size: 1.8rem;
    color: #c8a97e;
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666;
}

/* Animation Classes */
.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

.animate__fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }
    
    .about-content:nth-child(even) {
        flex-direction: column;
    }
    
    .about-img, .about-text {
        width: 100%;
    }
    
    .about-img {
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

/*-- Details --*/

.details {
    padding: 100px 0;
    background-color: #EAEAEA;
}

.details h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1dc8d9;
}

.details-grid {
    padding: 0 5px;
}

.details-grid1, .details-grid2, .details-grid3 {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
}

.details-grid-info p {
    padding: 20px 40px 20px 0;
    line-height: 25px;
    font-size: 13px;
    color: #777;
}

.details-grid button.btn {
    font-weight: 600;
    color: #1dc8d9;
    padding: 10px 30px;
    border: 1px solid #1dc8d9;
    border-right: none;
    outline: none;
    background-color: #FFF;
    border-radius: 0;
}

.details-grid button.btn:hover {
    background-color: #1dc8d9;
    color: #FFF;
}

.details-grid .glyphicon {
    margin-left: 5px;
}

.modal-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #1dc8d9;
}

.modal-body {
    padding: 30px 30px 0;
}

.modal-body p {
    padding: 30px 0;
    line-height: 30px;
}

/*-- //Details --*/

/*-- Team --*/

.team {
    padding: 100px 0;
    background-color: #2f3238;
}

.team h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1dc8d9;
}

.team-grid {
    padding: 0;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    font-size: 25px;
    word-spacing: -0.15em;
    font-weight: 300;
    padding-top: 2px;
}

.grid figure h4 span {
    font-weight: 800;
}

.grid figure h4, .grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: -1px;
    padding: 16px 10px;
    height: 3.75em;
    background: #1dc8d9;
    color: #FFF;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h4 {
    float: left;
}

figure.effect-zoe ul.social-icons a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover ul.social-icons a:hover, figure.effect-zoe:hover ul.social-icons a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 119px;
    padding: 14px;
    left: 0;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.47);
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-zoe h4, figure.effect-zoe ul.social-icons a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe ul.social-icons a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h4 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h4, figure.effect-zoe:hover ul.social-icons a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h4 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover ul.social-icons a:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover ul.social-icons a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover ul.social-icons a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover ul.social-icons a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team ul.social-icons {
    float: right;
}

.team ul.social-icons li {
    display: inline-block;
}

.team ul.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
    background-size: 200px;
}

.team ul.social-icons li a.facebook:hover {
    background-position: 0px -33px;
}

.team ul.social-icons li a.twitter {
    background-position: -35px 0px;
}

.team ul.social-icons li a.twitter:hover {
    background-position: -35px -33px;
}

.team ul.social-icons li a.googleplus {
    background-position: -69px 0px;
}

.team ul.social-icons li a.googleplus:hover {
    background-position: -69px -33px;
}

.team ul.social-icons li a.instagram {
    background-position: -102px 0px;
}

.team ul.social-icons li a.instagram:hover {
    background-position: -102px -33px;
}

/*-- //Team --*/

/*-- //About-Page-Styling --*/

/*-- Cuisines-Page-Styling --*/

/*-- Cuisines --*/

.cuisines {
    padding: 100px 0;
}

.cuisines h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1dc8d9;
}

.cuisines p {
    line-height: 35px;
    color: #777;
}

/*-- //Cuisines --*/

/* Weekend Specials Section */
.specials {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.specials h3 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.specials h3::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #4a6baf;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.specials-grids {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.special-grid {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.special-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.grid {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.special-grid:hover img {
    transform: scale(1.05);
}

/* Apollo Hover Effect */
.effect-apollo {
    position: relative;
    height: 100%;
}

.effect-apollo figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 107, 175, 0.7);
    opacity: 0;
    transition: opacity 0.45s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-apollo:hover figcaption {
    opacity: 1;
}

.effect-apollo figcaption::before {
    content: '+';
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
}

/* Lightbox Customization */
.lightbox .lb-image {
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.lb-data .lb-close {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234a6baf"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat center;
}

.lb-nav a.lb-prev, 
.lb-nav a.lb-next {
    opacity: 1;
    filter: none;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .specials-grids {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .grid {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .specials {
        padding: 60px 0;
    }
    
    .specials h3 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .specials-grids {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .specials {
        padding: 50px 0;
    }
    
    .specials h3 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .grid {
        height: 180px;
    }
}

@media (max-width: 400px) {
    .specials-grids {
        grid-template-columns: 1fr;
    }
    
    .grid {
        height: 250px;
    }
}

/* Menu Section Styling */
.menu {
    background: #f9f9f9;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.menu .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-tag {
    text-align: center;
    margin-bottom: 50px;
}

.menu-tag .title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.menu-tag .title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ff6b6b;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Menu Grid Layout */
.l_g {
    margin-bottom: 30px;
}

.g_r {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.menu-grids {
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
}

/* Menu Item Styling */
.menu-text {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menu-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.menu-text-left {
    float: left;
    width: 70%;
}

.menu-text-right {
    float: right;
    width: 20%;
    text-align: right;
}

.menu-text-midle {
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 8px;
}

.menu-text h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.menu-text .line {
    display: block;
    width: 2px;
    height: 40px;
    background: #eee;
    margin: 0 auto;
}

/* Price Styling */
.menu-text-right h4 {
    color: #ff6b6b;
    font-size: 20px;
    font-weight: 700;
}

/* Load More Button */
.load_more {
    text-align: center;
    margin-top: 30px;
}

#loadMore, #showLess {
    display: inline-block;
    padding: 12px 30px;
    background: #ff6b6b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    margin: 0 10px;
}

#loadMore:hover, #showLess:hover {
    background: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .menu-grids {
        width: 100%;
    }
    
    .menu-text-left {
        width: 60%;
    }
    
    .menu-text-right {
        width: 30%;
    }
    
    .menu-text-midle {
        width: 10%;
    }
}

@media (max-width: 768px) {
    .menu-tag .title {
        font-size: 28px;
    }
    
    .menu-text {
        padding: 20px;
    }
    
    .menu-text h4 {
        font-size: 16px;
    }
    
    .menu-text p {
        font-size: 13px;
    }
    
    .menu-text-right h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .menu-text-left, 
    .menu-text-right {
        width: 100%;
        float: none;
        text-align: left;
    }
    
    .menu-text-midle {
        display: none;
    }
    
    .menu-text-right {
        margin-top: 10px;
        text-align: left;
    }
    
    #loadMore, #showLess {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Animation Effects */
.wow {
    visibility: hidden;
}

.fadeInLeft, .fadeInRight, .fadeInUp, .fadeInDown {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

/*-- //Cuisines-Page-Styling --*/

/*-- Portfolio-Page-Styling --*/

/* Banner Styles */
.banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    width: 100%;
    text-align: center;
}

/* Rooms Section Styles */
.rooms-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.room-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.room-image {
    height: 250px;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-card:hover .room-image img {
    transform: scale(1.05);
}

.room-details {
    padding: 25px;
}

.room-details h2 {
    font-family: 'Cinzel Decorative', serif;
    color: #333;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.price {
    color: #aa8453;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

.price span {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.features {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    gap: 15px;
}

.features span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
}

.features i {
    margin-right: 5px;
    color: #aa8453;
}

.room-details p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.actions {
    display: flex;
    gap: 10px;
}

.btn-view, .btn-book {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-view {
    background: transparent;
    border: 2px solid #aa8453;
    color: #aa8453;
}

.btn-book {
    background: #aa8453;
    border: 2px solid #aa8453;
    color: white;
}

.btn-view:hover {
    background: #aa8453;
    color: white;
}

.btn-book:hover {
    background: #936f3f;
    border-color: #936f3f;
}

/* Modal Styles */
.modal-room-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.modal-room-title {
    font-family: 'Cinzel Decorative', serif;
    color: #333;
    margin-top: 0;
}

.modal-room-price {
    color: #aa8453;
    font-size: 24px;
    margin: 10px 0;
}

.modal-room-features {
    margin: 20px 0;
}

.modal-room-features span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #555;
}

.modal-room-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.amenities-list {
    columns: 2;
    column-gap: 20px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.amenities-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.amenities-list i {
    margin-right: 8px;
    color: #aa8453;
    width: 20px;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .room-card {
        margin-bottom: 30px;
    }
    
    .amenities-list {
        columns: 1;
    }
}

@media (max-width: 767px) {
    .rooms-section {
        padding: 60px 0;
    }
    
    .actions {
        flex-direction: column;
    }
    
    .btn-view, .btn-book {
        width: 100%;
    }
}

/* Animation Delays for Wow.js */
.wow.fadeInUp {
    animation-delay: 0.1s;
}

.wow.fadeInUp[data-wow-delay="0.2s"] {
    animation-delay: 0.2s;
}

.wow.fadeInUp[data-wow-delay="0.4s"] {
    animation-delay: 0.4s;
}
/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    animation: modalopen 0.5s;
}

@keyframes modalopen {
    from {opacity: 0; transform: translateY(-50px);}
    to {opacity: 1; transform: translateY(0);}
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #777;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.modal-body {
    padding: 40px;
}

/* Mobile Booking Bar */
.mobile-booking-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    z-index: 100;
}

.booking-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-weight: 700;
    color: #d4af37;
    font-size: 18px;
}

.availability {
    color: #666;
    font-size: 14px;
}

.mobile-booking-bar .btn {
    background: #d4af37;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    animation: modalopen 0.5s;
}

@keyframes modalopen {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-room {
    display: flex;
    flex-direction: column;
}

.modal-room-image {
    height: 350px;
    overflow: hidden;
}

.modal-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-room-details {
    padding: 30px;
}

.modal-room-details h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.modal-room-price {
    font-size: 24px;
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-room-features h3,
.modal-room-description h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 15px;
}

.features-list i {
    margin-right: 8px;
    color: #d4af37;
    width: 20px;
    text-align: center;
}

.modal-room-actions {
    margin-top: 30px;
    text-align: center;
}

.modal-room-actions .btn-book {
    padding: 12px 30px;
    background: #d4af37;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.modal-room-actions .btn-book:hover {
    background: #c19b2e;
    transform: translateY(-3px);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 90%;
        margin: 20px auto;
    }
    
    .modal-room {
        flex-direction: column;
    }
    
    .modal-room-image {
        height: 250px;
    }
    
    .features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .modal-content {
        width: 95%;
    }
    
    .modal-room-details {
        padding: 20px;
    }
    
    .modal-room-details h2 {
        font-size: 24px;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .rooms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .rooms-grid {
        grid-template-columns: 1fr;
    }
    
    .banner {
        height: 300px;
    }
    
    .banner h1 {
        font-size: 30px;
    }
    
    .footer-grids {
        text-align: center;
    }
    
    .copyright {
        text-align: center;
        margin-top: 20px;
    }
    
    .mobile-booking-bar {
        display: block;
    }
}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 24px;
    }
    
    .modal-content {
        width: 95%;
    }
    
    .modal-body {
        padding: 20px;
    }
}

/* Animation Classes */
.wow {
    visibility: hidden;
}

.bounceInUp {
    animation-name: bounceInUp;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Rooms Section */
.rooms {
    padding: 80px 0;
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.rooms .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.rooms h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.rooms h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #4a6baf;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.rooms-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rooms-grid {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1/1; /* Makes images square */
}

.rooms-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.rooms-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.rooms-grid:hover img {
    transform: scale(1.05);
}

.rooms-grid h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.rooms-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
.room-card {
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 15px;
            border-radius: 5px;
        }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .rooms-grids {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rooms-grid:nth-child(3) {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .rooms {
        padding: 60px 0;
    }
    
    .rooms h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .rooms-grid h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .rooms-grids {
        grid-template-columns: 1fr;
    }
    
    .rooms-grid:nth-child(3) {
        grid-column: span 1;
    }
    
    .rooms {
        padding: 50px 0;
    }
    
    .rooms h2 {
        font-size: 1.8rem;
    }
    
    .rooms-grid {
        aspect-ratio: 16/9; /* Wider aspect ratio on mobile */
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.modal-content {
    display: block;
    max-width: 90%;
    max-height: 80vh;
    margin: 5% auto;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {transform: scale(0.9);}
    to {transform: scale(1);}
}

.modal-caption {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover {
    color: #4a6baf;
    transform: scale(1.2);
}

/* Existing Rooms Grid Styles (with cursor pointer added) */
.rooms-grid {
    cursor: pointer;
}

/* Responsive Modal Adjustments */
@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
        max-height: 70vh;
    }
    
    .close {
        top: 15px;
        right: 25px;
        font-size: 30px;
    }
    
    .modal-caption {
        font-size: 1.2rem;
    }
}

/*-- Portfolio --*/

.portfolio {
    padding-bottom: 100px;
}

.portfolio-top {
    padding: 0;
}

.portfolio .grid figure {
    margin: 0;
    height: 100%;
    width: 100%;
    background: #000;
    text-align: center;
    cursor: pointer;
}

figure.effect-apollo {
    background: #000;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Portfolio --*/

/*-- //Portfolio-Page-Styling --*/

/*-- Typography-Page-Styling --*/

.typography {
    padding: 75px 0 50px;
}

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
}

.label {
    font-weight: 300!important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, .grid_5 h6, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #1dc8d9;
    text-align: left;
}

h3.hdg {
    font-size: 30px;
}

.table h1, .table h2, .table h3, .table h4, .table h5, .table h6 {
    text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none!important;
}

.grid_3 .table td {
    padding-left: 0!important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none!important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300!important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

/* Video Thumbnail Styling */
.portfolio-item video {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

/* Play Icon */
.fa-play {
  color: white;
  font-size: 40px;
  opacity: 0.8;
  transition: all 0.3s;
}

/* Hover Effects */
.portfolio-item:hover video {
  transform: scale(1.03);
}

.portfolio-item:hover .fa-play {
  opacity: 1;
  transform: scale(1.2);
}

/* Lightbox Video Styling */
.lightbox-video {
  max-width: 90%;
  max-height: 90vh;
}

h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
    padding-left: 15px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 320px) {
    .caption span {
        margin: 0 0 1.5em;
    }
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    table.table.table-striped,.table-bordered,.bs-docs-example {
        display: none;
    }
}

/*-- Typography-Page-Styling --*/

/*-- Booking-&-Contact-Page-Styling --*/

/*-- Location --*/

.location {
    padding: 100px 0;
}

.location h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1dc8d9;
}

.location p {
    line-height: 30px;
    color: #777;
}
 /* Global Styles */
        body {
            font-family: 'Open Sans', sans-serif;
            color: #333;
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }
        
        .navbar-brand {
            font-family: 'Cinzel Decorative', cursive;
            font-weight: 700;
            font-size: 24px;
            color: #b38b6d;
        }
        
        /* Header Styles */
        .hero-section {
            position: relative;
            height: 300px;
            overflow: hidden;
        }
        
        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
        }
        
        .hero-content {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
            padding: 0 20px;
            color: white;
        }
        
        /* About Section */
        .about-section {
            padding: 60px 0;
        }
        
        .about-content {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }
        
        .about-img {
            width: 50%;
            height: 400px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .about-text {
            width: 50%;
            padding: 0 30px;
        }
        
        /* Explore Cards */
        .details {
            padding: 60px 0;
            background-color: #f9f9f9;
        }
        
        .details-grid {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .details-grid:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }
        
        .details-grid-image img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        
        .details-grid-info {
            padding: 20px;
        }
        
        .details-grid-info h4 {
            color: #b38b6d;
            margin-bottom: 15px;
        }
        
        /* Book Now Section */
        .book-now-section {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/IMAGE-17.jpg');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            text-align: center;
            color: white;
            margin: 50px 0;
        }
        
        .book-now-btn {
            background: #fff;
            color: #b38b6d;
            border: none;
            padding: 12px 35px;
            border-radius: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .book-now-btn:hover {
            background: #b38b6d;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        /* Modal Styles */
        .modal-content {
            border-radius: 10px;
            overflow: hidden;
            border: none;
        }
        
        .modal-header {
            border-bottom: 1px solid #eee;
            padding: 15px 20px;
        }
        
        .modal-body img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            margin-bottom: 20px;
        }
        
        .modal-footer {
            border-top: 1px solid #eee;
        }

/*-- Footer --*/
.footer {
    background: url("../images/IMAGE 11.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
    padding: 80px 0 30px;
    font-family: 'Montserrat', sans-serif;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

/* Main Footer Content - Original Colors */
.footer-grid {
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer h3 {
    color: #1dc8d9; /* Original teal color */
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1dc8d9; /* Original teal color */
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer ul li a:hover {
    color: #1dc8d9; /* Original teal color */
}

/* Contact Section - Different Colors */
.contact-grid {
    background: rgba(29, 200, 217, 0.1); /* Light teal tint */
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(29, 200, 217, 0.3);
}

.contact-grid h4 {
    color: white !important; /* Force white for contact headings */
}

.contact-grid .glyphicon {
    color: white !important; /* Force white for icons */
}

.contact-grid li, 
.contact-grid p, 
.contact-grid a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-grid a:hover {
    color: white !important;
}

/* Social Icons - Original Colors */
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 30px 0;
}

.social-icons li {
    margin: 0 10px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    background: #1dc8d9; /* Original teal color */
    transform: translateY(-3px);
}

/* Copyright - Original Colors */
.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
    color: #1dc8d9; /* Original teal color */
}

/* Responsive Adjustments (unchanged) */
@media (max-width: 768px) {
    .footer {
        padding: 50px 0 20px;
    }
    .footer-grid {
        margin-bottom: 40px;
    }
    .contact-grid {
        padding: 20px;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer {
        padding: 60px 0;
    }
    
    .footer-grid {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 50px 0 20px;
    }
    
    .footer h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .social-icons {
        margin: 20px 0;
    }
    
    .copyright {
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 15px;
    }
    
    .footer h3 {
        font-size: 1.2rem;
    }
    
    .footer ul li {
        font-size: 14px;
    }
    
    .social-icons a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    
    .copyright {
        font-size: 13px;
    }
}
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-img, .about-text {
                width: 100%;
            }
            
            .about-img {
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .hero-section {
                height: 250px;
            }
            
            .details-grid {
                margin-bottom: 20px;
            }
        }
/* Your custom styles here */
        .hero-banner {
            position: relative;
            text-align: center;
            color: white;
        }
        .hero-banner img {
            width: 100%;
            height: auto;
        }
        .hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .room-card {
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 15px;
            border-radius: 5px;
        }
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
            background: #333;
            color: white;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
        }/* Your custom styles here */
        .hero-banner {
            position: relative;
            text-align: center;
            color: white;
        }
        .hero-banner img {
            width: 100%;
            height: auto;
        }
        .hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .room-card {
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 15px;
            border-radius: 5px;
        }
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
            background: #333;
            color: white;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
        }

/*-- //Location --*/

/*-- Booking --*/
.reg {
    padding: 100px 0;
    background: url("../images/IMAGE 11.jpg") no-repeat center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.reg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(8px);
    z-index: -1;
}

.register {
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.reg h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

.reg h4 {
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Form Elements */
#bookingForm {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#bookingForm .form-group {
    margin-bottom: 20px;
}

#bookingForm label {
    display: block;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

#bookingForm input[type="text"],
#bookingForm input[type="email"],
#bookingForm input[type="tel"],
#bookingForm input[type="date"],
#bookingForm select,
#bookingForm textarea {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #000;
}

#bookingForm input:focus,
#bookingForm select:focus,
#bookingForm textarea:focus {
    outline: none;
    border-color: #1dc8d9;
    box-shadow: 0 0 0 3px rgba(29, 200, 217, 0.2);
}

#bookingForm .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#bookingForm textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    background: #1dc8d9;
    color: #000;
    border: none;
    padding: 14px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-submit:hover {
    background: #17a8b8;
}

/* Date Picker Styles */
.date {
    background: url(../images/date-icon.png) no-repeat 95% 50% #fff;
    cursor: pointer;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .register {
        width: 80%;
    }
    
    #bookingForm .form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .register {
        width: 95%;
    }
    
    .reg {
        padding: 60px 0;
    }
}
/*-- Contact --*/

.contact {
    padding: 100px 0;
}

.contact h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1dc8d9;
}

p.contact-p {
    width: 70%;
    margin: 30px auto;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.contact-grids {
    padding-top: 50px;
}

.contact-grid h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #1dc8d9;
    margin-bottom: 10px;
}

.contact-grid li {
    display: block;
    color: #666;
    line-height: 25px;
    font-size: 13px;
}

.contact-grid p {
    color: #666;
    line-height: 25px;
    font-size: 13px;
}

.phone {
    margin-bottom: 20px;
}

.contact-grid .glyphicon {
    color: #1dc8d9;
    margin-right: 5px;
}

.email p a {
    color: #666;
}

.email p a:hover {
    color: #000;
}

.contact-grid-2 input.text, textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    outline: none;
    background-color: #111;
    border: none;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}

.contact-grid-2 textarea {
    height: 120px;
}

.contact-grid-2 input.more_btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
    color: #EEE;
    background-color: #0bb46d;
}

.contact-grid-2 input.more_btn:hover {
    background-color: #009688;
    color: #FFF;
}

/*-- //Contact --*/

/*-- Map --*/

.map iframe {
    width: 100%;
    height: 400px;
}

.map-hover {
    position: relative;
}

.map-hover-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.46);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.map-hover-1:hover {
    background-color: transparent;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@media screen and (max-width:966px) {
    .map iframe {
        height: 300px;
    }
}

@media screen and (max-width:736px) {
    .map iframe {
        height: 250px;
    }
}

@media screen and (max-width: 568px) {
    .map iframe {
        height: 200px;
    }
}

/*-- //Map --*/

/*-- //Contact-Page-Styling --*/

/*-- Go-To-Top-Button --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top.png") no-repeat 0px 0px;
}

/*-- //Go-To-Top-Button --*/

/*-- Responsive Code --*/

@media screen and (max-width: 1920px) {
    .caption {
        position: absolute;
        top: 45%;
        left: 20%;
    }
    ul.callbacks_tabs {
        top: 43%;
    }
    .awards h3 {
        margin-left: 220px;
    }
    .awards-grids {
        margin-left: 250px;
    }
    
    .slider-3 {
        width: 60%;
        right: 5%;
        top: 75%;
    }
    .principles-grids2 {
        padding: 100px 50px 100px 125px;
        top: 30%;
        right: 23%;
        width: 31%;
    }
    .banner h1 {
        top: 47%;
    }
}

@media screen and (max-width: 1680px) {
    .caption {
        left: 16%;
    }
    .awards h3 {
        margin-left: 195px;
    }
    .awards-grids {
        margin-left: 225px;
    }
    .principles-grids2 {
        right: 19%;
        width: 36%;
    }
    .banner h1 {
        top: 45%;
    }
}

@media screen and (max-width: 1600px) {
    .caption {
        left: 15%;
        top: 42%;
    }
    ul.callbacks_tabs {
        top: 40%;
    }
    .awards h3 {
        margin-left: 180px;
    }
    .principles-grids2 {
        right: 18%;
        width: 37%;
    }
}

@media screen and (max-width: 1440px) {
    .caption {
        left: 11%;
        top: 47%;
    }
    .awards h3 {
        margin-left: 145px;
    }
    .awards-grids {
        margin-left: 180px;
    }
    .principles-grids2 {
        right: 14%;
        width: 41%;
        padding: 100px 50px 100px 100px;
    }
}

@media screen and (max-width: 1366px) {
    .caption {
        left: 8%;
        top: 45%;
    }
}

@media screen and (max-width: 1280px) {
    .caption {
        left: 5%;
        top: 47%;
    }
    ul.callbacks_tabs {
        top: 45%;
    }
    .awards {
        padding: 150px 0;
    }
    .awards-grids {
        margin-left: 150px;
    }
    .services-grid1 p {
        line-height: 34px;
    }
    .principles-grids2 {
        right: 10%;
        width: 46%;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-default .navbar-brand {
        font-size: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
        font-size: 15px;
    }
    .caption {
        left: 4%;
        top: 48%;
    }
    .caption h3 {
        font-size: 50px;
    }
    .projects {
        padding: 100px 0 110px;
    }
    .projects p {
        margin-bottom: 40px;
    }
    .awards {
        padding: 100px 0;
    }
    .awards h3 {
        margin-left: 60px;
    }
    .awards-grids {
        margin-left: 100px;
    }
    .awards-grid img {
        width: 90px;
    }
    .awards-grid h4 {
        font-size: 17px;
    }
    .awards-grid p {
        font-size: 15px;
        line-height: 27px;
    }
    .services {
        padding: 100px 0;
    }
    .services-grid1 p {
        line-height: 30px;
    }
    .services-grid2 img {
        width: 90%;
        top: -150px;
    }
    .service-info p {
        font-size: 13px;
        padding-right: 15px;
    }
    .principles {
        padding: 100px 0 250px;
    }
    .principles-grids1 {
        padding: 20px;
    }
    .bott-img .icon-holder {
        margin-bottom: 60px;
        padding: 16px 14px;
        font-size: 25px;
    }
    .bott-img .mission {
        top: 5px;
        font-size: 18px;
    }
    .bott-img:hover .mission {
        top: -75px;
    }
    .bott-img:hover .icon-holder {
        margin-bottom: 80px;
    }
    .principles-grids2 {
        right: 4%;
        width: 52%;
        padding: 50px 50px 50px 100px;
    }
    .newsletter input[type="text"] {
        width: 70%;
        padding: 10px;
    }
    .newsletter input[type="submit"] {
        padding: 10px 25px;
    }
    .footer {
        padding: 50px 0;
    }
    .banner h1 {
        top: 44%;
        font-size: 45px;
    }
    .ventures-grid-info h4 {
        font-size: 19px;
        margin: 15px 0;
    }
    figure.effect-zoe p.description {
        bottom: 98px;
        padding: 15px 0;
        font-size: 14px;
    }
    .grid figure h4 {
        padding-top: 3px;
    }
    .cuisines-grids-2 {
        padding: 0;
    }
    .cuisines p {
        line-height: 30px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 70px;
        padding-right: 70px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 70px;
    }
    #loadMore, #showLess {
        width: 17%;
    }
    .register {
        width: 60%;
    }
    li.li2 {
        margin: 0 119px;
    }
    p.contact-p {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .caption {
        left: 2%;
        top: 47%;
    }
    .caption h3 {
        font-size: 49px;
    }
    
    .principles-grids2 {
        width: 53%;
    }
    .bott-img:hover .icon-holder {
        top: -33px;
    }
    .banner h1 {
        top: 43%;
    }
}

@media screen and (max-width: 966px) {
    .principles-grids2 {
        width: 55%;
        right: 2%;
    }
    .details-grid-info p {
        padding: 20px 5px 20px 0;
    }
    .grid figure h4 {
        padding-top: 4px;
    }
    li.li2 {
        margin: 0 113px;
    }
    p.contact-p {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    div#navbar {
        padding: 0;
    }
    .caption {
        top: 48%;
    }
    .caption h3 {
        font-size: 45px;
    }
    .projects h1, .services h2, .location h3 {
        margin-bottom: 35px;
    }
    .awards h3 {
        margin-left: 160px;
    }
    .awards-grids {
        margin-left: 200px;
    }
    .awards-grid {
        width: 50%;
        float: left;
    }
    .awards-grid-1, .awards-grid-2 {
        margin-bottom: 65px;
    }
    .services-grid1 p {
        font-size: 14px;
    }
    .services-grid2 img {
        width: 100%;
    }
    .principles {
        padding: 100px 0;
    }
    .principles-grids {
        width: 100%;
    }
    .principles-grids2 {
        position: initial;
        margin-bottom: 75px;
        background-color: #eeeeee;
        padding: 0 35px;
    }
    .principles-grids2 h3 {
        width: 100%;
    }
    .principles-grids1 {
        padding: 50px;
    }
    .footer-grids {
        padding: 0;
    }
    .copyright {
        padding-top: 25px;
    }
    .banner h1 {
        top: 42%;
    }
    .ventures-grid {
        width: 50%;
        float: left;
    }
    .ventures-grid-image, .ventures-grid-info {
        height: 250px;
    }
    
    .ventures-grid-image img {
        height: 250px;
    }
    .ventures-grid-info {
        padding-top: 50px;
    }
    .ventures-grid-info p {
        font-size: 14px;
        line-height: 30px;
    }
    .ventures-grid.ventures-grid7, .ventures-grid.ventures-grid8 {
        margin: 0;
    }
    .grid figure h4 {
        padding-top: 6px;
        font-size: 23px;
    }
    .location p {
        line-height: 25px;
        font-size: 13px;
    }
    .register {
        width: 70%;
    }
    p.contact-p {
        width: 100%;
    }
}

@media screen and (max-width: 853px) {
    .navbar-default .navbar-brand {
        font-size: 27px;
    }
    .caption h3 {
        width: 69%;
    }
    .projects {
        padding: 100px 0;
    }
    .services-grid1 p {
        font-size: 13px;
        line-height: 25px;
    }
    .newsletter input[type="text"] {
        width: 68%;
    }
    .banner h1 {
        top: 41%;
    }
    .gallery-grid-info h3 {
        font-size: 25px;
        margin-top: 10px;
    }
    .gallery-grid-info h4 {
        font-size: 20px;
        margin: 7px 0;
    }
    figure.effect-zoe p.description {
        bottom: 66px;
    }
    .grid figure h4 {
        font-size: 20px;
    }
    .cuisines h2 {
        margin-bottom: 30px;
    }
    .cuisines p {
        line-height: 25px;
        font-size: 13px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 57px;
        padding-right: 60px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 60px;
    }
}

@media screen and (max-width: 800px) {
    .navbar-default .navbar-brand {
        font-size: 22px;
    }
    .caption h3 {
        font-size: 43px;
    }
    .projects-grid1 {
        width: 60%;
        float: left;
    }
    .projects-grid2 {
        width: 40%;
        float: left;
    }
    .slider-3 {
        width: 75%;
        right: 5%;
        top: 85%;
    }
    .awards h3 {
        margin-left: 115px;
    }
    .awards-grids {
        margin-left: 150px;
    }
    .awards-grid img {
        width: 80px;
        margin-bottom: 15px;
    }
    .awards-grid .h4-underline, .service-info .h4-underline {
        margin: 15px 0;
        margin-left: -30px;
    }
    .awards-grid p {
        line-height: 25px;
    }
    .service-info-grids {
        margin-top: 30px;
    }
    .service-info img {
        width: 75px;
    }
    .newsletter input[type="text"] {
        width: 66%;
    }
    .banner h1 {
        top: 40%;
    }
    #loadMore, #showLess {
        width: 23%;
    }
    li.li2 {
        margin: 0 100px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 13px 9px;
        font-size: 14px;
    }
    .caption h3 {
        font-size: 41px;
    }
    
    .slider-3 {
        width: 66%;
    }
    .projects p {
        font-size: 13px;
    }
    .projects, .awards, .services, .principles, .gallery, .details, .ventures, .team, .cuisines, .specials, .rooms, .location, .reg, .contact {
        padding: 75px 0;
    }
    .projects h1, .awards h3, .services h2, .principles-grids1 h3, .location h3, .principles-grids2 h3, .gallery h2, .details h3, .ventures h3, .team h3, .cuisines h2, .specials h3, h3.title, .rooms h2, .reg h2, .contact h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .awards-grid img {
        width: 75px;
    }
    .services-grid2 img {
        top: -110px;
    }
    .service-info p {
        padding-right: 10px;
        line-height: 25px;
    }
    .abt-btm {
        margin-top: 0;
    }
    .slider-4 p {
        font-size: 14px;
        line-height: 27px;
    }
    .newsletter p {
        padding-right: 0;
    }
    .newsletter input[type="text"] {
        width: 65%;
    }
    .newsletter input[type="submit"] {
        padding: 10px 24px;
    }
    .copyright p {
        line-height: 20px;
        font-size: 13px;
    }
    .banner h1 {
        top: 41%;
        font-size: 40px;
    }
    .gallery-grid-info h4 {
        font-size: 18px;
        margin: 5px 0;
    }
    .gallery-grid-info h5 {
        font-size: 18px;
    }
    .details-grid1, .details-grid2, .details-grid3 {
        padding: 15px;
    }
    .details-grid-info p {
        padding: 20px 0 20px 0;
    }
    .ventures-grid-info {
        padding-top: 30px;
    }
    figure.effect-zoe figcaption {
        padding: 8px 10px;
        height: 4.75em;
    }
    .grid figure h4 {
        font-size: 25px;
        float: none;
    }
    .team ul.social-icons {
        float: none;
    }
    figure.effect-zoe p.description {
        padding: 5px 0;
        font-size: 13px;
        bottom: 92px;
    }
    .menu {
        padding: 10em 0 5em;
    }
    .menu-tag {
        margin-top: 70px;
    }
    .menu-grids {
        padding: 0;
    }
    .menu-text {
        margin-bottom: 30px;
    }
    .menu-text-left h4 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .footer {
        padding: 60px 0 50px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 50px;
        padding-right: 50px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 50px;
    }
    .portfolio {
        padding-bottom: 75px;
    }
    li.li2 {
        margin: 0 89px;
    }
    p.contact-p {
        margin: 0 auto;
        font-size: 15px;
        line-height: 25px;
    }
    .contact-grid-1 {
        width: 35%;
        float: left;
    }
    .contact-grid-2 {
        width: 65%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default {
        padding: 10px 0;
    }
    .navbar-default .navbar-brand {
        font-size: 25px;
    }
    .navbar-default .navbar-toggle {
        border-color: #000;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
    }
     /* Privacy Content */
        .privacy-content {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 5% 5rem;
        }
        
        .section-title {
            font-size: 2rem;
            margin: 3rem 0 1.5rem;
            color: var(--primary-blue);
        }
        
        .privacy-content h2 {
            font-size: 1.8rem;
            margin: 2rem 0 1rem;
            color: var(--primary-blue);
        }
        
        .privacy-content h3 {
            font-size: 1.4rem;
            margin: 1.5rem 0 0.8rem;
            color: var(--primary-blue);
        }
        
        .privacy-content p {
            margin-bottom: 1rem;
        }
        
        .privacy-content ul {
            margin: 1rem 0 1rem 2rem;
        }
        
        .privacy-content li {
            margin-bottom: 0.5rem;
        }
        
        .last-updated {
            font-style: italic;
            margin-bottom: 2rem;
            color: #666;
        }
    
    .caption {
        top: 46%;
    }
    ul.callbacks_tabs {
        top: 42%;
    }
    .services-grid {
        width: 50%;
        float: left;
    }
    .service-info {
        width: 33.3%;
        float: left;
    }
    .bottom-gds {
        width: 33.3%;
        float: left;
    }
    .footer-grids {
        width: 50%;
        float: left;
    }
    .footer-grid {
        width: 33.3%;
        float: left;
    }
    .gallery-grids {
        width: 50%;
        float: left;
    }
    .gallery-grid {
        padding: 5px;
        width: 33.3%;
        float: left;
    }
    .details-grid {
        width: 33.3%;
        float: left;
    }
    .details-grid1, .details-grid2, .details-grid3 {
        padding: 10px;
    }
    .details-grid-info p {
        padding: 10px 0 15px;
    }
    .ventures-grid3, .ventures-grid7 {
        padding-left: 0;
    }
    
    .team-grid {
        width: 33.3%;
        float: left;
    }
    .cuisines-grids {
        width: 50%;
        float: left;
    }
    .menu-grids {
        width: 50%;
        float: left;
    }
    .menu-text-left h4 {
        font-size: 18px;
    }
    .menu-text-left h6 {
        line-height: 20px;
    }
    .portfolio-top {
        width: 50%;
        float: left;
    }
    .location-grids {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 736px) {
    .caption h3 {
        font-size: 39px;
        line-height: 50px;
    }
    .awards h3 {
        margin-left: 100px;
    }
    .awards-grids {
        margin-left: 135px;
    }
    .newsletter input[type="submit"] {
        padding: 10px 21px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 45px;
        padding-right: 45px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 45px;
    }
    li.li2 {
        margin: 0 78px;
    }
}

@media screen and (max-width: 667px) {
    .caption {
        top: 48%;
    }
    .caption h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .awards h3 {
        margin-left: 75px;
    }
    .awards-grids {
        margin-left: 110px;
    }
    .services {
        padding-top: 50px;
    }
    .services-grid2 img {
        top: -80px;
    }
    .service-info h4 {
        font-size: 19px;
    }
    .service-info p {
        font-size: 14px;
    }
    .newsletter input[type="submit"] {
        padding: 9px 17px;
        font-size: 13px;
    }
    .banner h1 {
        top: 40%;
        font-size: 35px;
    }
    .team-grid {
        width: 50%;
    }
    figure.effect-zoe figcaption {
        padding: 15px 10px;
        height: 3.75em;
    }
    .grid figure h4 {
        float: left;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 40px;
        padding-right: 40px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 40px;
    }
    .portfolio-top {
        padding: 2px;
    }
    li.li2 {
        margin: 0 54px;
    }
}

@media screen and (max-width: 640px) {
    .caption h3 {
        font-size: 34px;
    }
    .projects h1, .cuisines h2, .location h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .h4-underline {
        height: 4px;
        margin: 15px 0 10px;
    }
    .projects p {
        line-height: 25px;
        margin-bottom: 20px;
    }
    .projects a, .services a, .details-grid button.btn {
        padding: 8px 20px;
    }
    .services {
        padding-top: 30px;
    }
    .services h2 {
        margin-bottom: 15px;
    }
    .services-grid2 img {
        top: -50px;
    }
    .service-info .h4-underline {
        margin: 10px 0;
        height: 4px;
        margin-left: -20px;
    }
    .service-info p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .cuisines-grids {
        width: 100%;
    }
    .cuisines-grids-1 {
        margin-bottom: 30px;
        padding: 0;
    }
    .cuisines p {
        line-height: 26px;
    }
    .menu-text-left h4 {
        line-height: 25px;
    }
    .menu-text-left h6 {
        font-size: 13px;
    }
    #loadMore, #showLess {
        width: 26%;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 35px;
    }
    .location p {
        line-height: 22px;
    }
    .reg h4 {
        font-weight: normal;
        font-size: 17px;
    }
    select.dropdown, input#datepicker1, input#datepicker2 {
        padding: 6px 10px;
        margin-bottom: 20px;
    }
    li.li2 {
        margin: 0 44px;
    }
    .mfp-close-btn-in .mfp-close {
        padding: 0 0 5px 0px;
        right: -5px;
    }
    .footer-grids {
        width: 100%;
    }
    .footer-grid ul li {
        color: #EEE;
    }
    .footer-grid ul li a {
        color: #EEE;
    }
    .newsletter {
        margin: 25px 0;
    }
    .newsletter h4 {
        font-size: 25px;
        font-weight: 100;
    }
    .newsletter p {
        margin: 10px 0;
        font-size: 15px;
    }
    .newsletter input[type="submit"] {
        padding: 9px 15px;
    }
    .social {
        margin-top: 0;
    }
    .copyright {
        padding-top: 15px;
    }
    .copyright p {
        font-size: 14px;
    }
}

@media screen and (max-width: 603px) {
    .caption h3 {
        font-size: 32px;
        line-height: 43px;
    }
    ul.callbacks_tabs {
        top: 40%;
    }
    .projects, .awards, .services, .principles, .gallery, .details, .ventures, .team, .cuisines, .specials, .rooms, .location, .reg, .contact {
        padding: 50px 0;
    }
    .awards h3, .services h2, .principles-grids1 h3, .principles-grids2 h3, .gallery h2, .details h3, .ventures h3, .team h3, .specials h3, h3.title, .rooms h2, .reg h2, .contact h2 {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 20px;
    }
    .projects-grid {
        width: 100%;
        padding: 0;
    }
    .projects-grid1 {
        padding-bottom: 100px;
    }
    .slider-2 {
        width: 70%;
    }
    .slider-3 {
        width: 50%;
        right: 0;
        top: 40%;
    }
    .projects h1 {
        padding-left: 27px;
    }
    .awards h3 {
        margin-left: 55px;
    }
    .awards-grids {
        margin-left: 90px;
    }
    .awards-grid-1, .awards-grid-2 {
        margin-bottom: 50px;
    }
    .awards-grid img {
        width: 65px;
        margin-bottom: 10px;
    }
    .service-info-grids {
        margin-top: 30px;
    }
    .service-info {
        width: 100%;
        margin-bottom: 30px;
    }
    .service-info h4 {
        margin-top: 10px;
    }
    .services-grid1 p {
        line-height: 22px;
    }
    .service-info h4 {
        font-size: 18px;
    }
    .service-info p {
        padding-right: 10px;
    }
    .principles-grids1 {
        padding: 20px;
    }
    .principles-grids2 {
        padding: 0;
        margin-bottom: 50px;
    }
    
    .slider-4 p {
        font-size: 13px;
        line-height: 25px;
    }
    .gallery-grids {
        width: 100%;
        float: left;
    }
    .details-grid {
        width: 100%;
    }
    .details-grid-image {
        width: 50%;
        float: left;
        padding-right: 10px;
    }
    .details-grid-info {
        width: 50%;
        float: left;
    }
    .details-grid-info p {
        padding: 10px 0;
    }
    .ventures-grid-info p {
        font-size: 13px;
    }
    .grid figure h4 {
        font-size: 20px;
    }
    .menu-tag {
        margin-top: 50px;
    }
    .load_more {
        margin-top: 0;
    }
    .menu-text-left {
        width: 60%;
        margin-left: 1em;
    }
    .menu-text-midle {
        width: 15%;
    }
    
    .menu-text-left h4 {
        font-size: 17px;
    }
    #loadMore, #showLess {
        width: 30%;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        font-weight: 100;
    }
    .portfolio {
        padding-bottom: 50px;
    }
    .location-grids {
        width: 100%;
    }
    .location-grids-1 {
        margin-bottom: 30px;
    }
    .register {
        width: 80%;
    }
    .footer {
        padding: 50px 0 30px;
    }
}

@media screen and (max-width: 568px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 9px;
    }
    .caption {
        top: 50%;
    }
    .caption h3 {
        font-size: 30px;
        line-height: 40px;
    }
    ul.callbacks_tabs {
        position: absolute;
        right: 5%;
    }
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    
    .details-grid {
        padding: 0;
    }
    .details-grid1, .details-grid2, .details-grid3 {
        padding: 0;
        margin: 5px 0;
    }
    .cuisines p {
        line-height: 22px;
    }
    .menu-grids {
        width: 100%;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 33px;
        padding-right: 35px;
        font-size: 27px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 35px;
    }
    p.contact-p {
        font-size: 14px;
        line-height: 22px;
    }
    a.popup-with-zoom-anim {
        padding: 8px 40px;
    }
    ul.social-icons li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("../images/img-sprite.png") no-repeat 0px 0px;
        background-size: 200px;
    }
    ul.social-icons li a.facebook:hover {
        background-position: 0px -33px;
    }
    ul.social-icons li a.twitter {
        background-position: -35px 0px;
    }
    ul.social-icons li a.twitter:hover {
        background-position: -35px -33px;
    }
    ul.social-icons li a.googleplus {
        background-position: -69px 0px;
    }
    ul.social-icons li a.googleplus:hover {
        background-position: -69px -33px;
    }
    ul.social-icons li a.instagram {
        background-position: -102px 0px;
    }
    ul.social-icons li a.instagram:hover {
        background-position: -102px -33px;
    }
    ul.social-icons li a.youtube {
        background-position: -135px 0px;
    }
    ul.social-icons li a.youtube:hover {
        background-position: -135px -33px;
    }
}

@media screen and (max-width: 533px) {
    .caption h3 {
        font-size: 28px;
    }
    .awards h3 {
        margin-left: 40px;
    }
    .awards-grids {
        margin-left: 50px;
    }
    .services-grid {
        width: 100%;
        padding: 0;
    }
    .services-grid2 {
        margin-top: 20px;
    }
    .services-grid2 img {
        position: initial;
        height: 300px;
    }
    .details-grid1, .details-grid2, .details-grid3 {
        padding: 0 0 4px;
    }
    .details-grid-info p {
        padding: 5px 0 10px;
        line-height: 23px;
    }
    .details-grid button.btn {
        padding: 6px 15px;
    }
    .contact-grid-1 {
        padding: 0;
    }
    .banner h1 {
        top: 42%;
        font-size: 30px;
    }
    li.li2 {
        margin: 0 31px;
    }
}

@media screen and (max-width: 480px) {
    .navbar-default {
        padding: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 20px;
    }
    .navbar-toggle {
        padding: 8px;
    }
    .caption {
        top: 48%;
    }
    .caption h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .projects, .awards, .services, .principles, .gallery, .details, .ventures, .team, .cuisines, .specials, .rooms, .location, .reg, .contact {
        padding: 30px 0;
    }
    .projects h1, .awards h3, .services h2, .principles-grids1 h3, .location h3, .principles-grids2 h3, .gallery h2, .details h3, .ventures h3, .team h3, .cuisines h2, .specials h3, h3.title, .rooms h2, .reg h2, .contact h2 {
        font-size: 27px;
        font-weight: 100;
        margin-bottom: 15px;
    }
    .h4-underline {
        margin: 10px 0;
    }
    .awards-grids {
        margin-left: 30px;
    }
    .awards-grid-1, .awards-grid-2 {
        margin-bottom: 30px;
    }
    .awards-grid img {
        width: 50px;
    }
    .awards-grid h4 {
        font-size: 16px;
        font-weight: 100;
    }
    
    .awards-grid .h4-underline, .service-info .h4-underline {
        margin: 10px 0;
        margin-left: -20px;
    }
    .awards-grid p {
        font-size: 14px;
    }
    .principles-grids2 {
        margin-bottom: 30px;
    }
    .bottom-gds {
        width: 50%;
    }
    .details-grid-image img {
        height: 153px;
    }
    .ventures-grid-info h4 {
        font-size: 18px;
    }
    .ventures-grid-info p {
        line-height: 20px;
    }
    .team-grid {
        width: 70%;
        margin-left: 15%;
    }
    .special-grid {
        width: 50%;
    }
    .rooms h2 {
        font-size: 26px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 25px;
        padding-right: 25px;
        font-size: 25px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 25px;
    }

    .portfolio {
        padding-bottom: 30px;
    }
    .register {
        width: 95%;
    }
    .submit {
        margin-top: 35px;
    }
    .footer-grid ul li {
        line-height: 25px;
        font-size: 13px;
    }
    .newsletter p {
        font-size: 13px;
        line-height: 20px;
    }
    .copyright p {
        font-size: 13px;
    }
    .submit {
        margin-top: 35px;
    }
}

@media screen and (max-width: 414px) {
    .caption {
        top: 50%;
    }
    .caption h3 {
        font-size: 21px;
        line-height: 30px;
    }
    ul.callbacks_tabs li {
        line-height: 20px;
    }
    .callbacks_tabs a:after {
        height: 8px;
        width: 8px;
    }
    .projects-grid1 {
        padding-bottom: 75px;
    }
    .projects a, .services a, .details-grid button.btn {
        padding: 5px 15px;
        font-size: 13px;
    }
    .awards-grid {
        width: 100%;
    }
    .awards h3 {
        margin-left: 40px;
    }
    .awards-grids {
        margin-left: 75px;
    }
    .awards-grid .h4-underline, .service-info .h4-underline {
        margin: 10px 0;
        margin-left: -30px;
    }
    .awards-grid {
        margin-bottom: 25px;
    }
    .services-grid2 img {
        height: 250px;
    }
    .gallery-grid {
        padding: 1px;
        width: 50%;
    }
    .footer-grid-1 {
        width: 45%;
    }
    .footer-grid-2, .footer-grid-3 {
        width: 27.5%;
    }
    .banner img {
        height: 175px;
    }
    .banner h1 {
        top: 45%;
        font-size: 25px;
    }
    .details-grid1, .details-grid2, .details-grid3 {
        padding: 10px;
        margin: 0;
        margin-bottom: 20px;
    }
    .details-grid3 {
        margin: 0;
    }
    .details-grid-image {
        width: 100%;
        padding: 0;
    }
    .details-grid-image img {
        height: 100%;
    }
    .details-grid-info {
        width: 100%;
        margin: 10px 0;
    }
    .modal-body {
        padding: 15px 15px 0;
    }
    .modal-header {
        padding: 10px 15px;
    }
    .modal-title {
        font-size: 25px;
        letter-spacing: 0;
    }
    .modal-body p {
        font-size: 13px;
        padding: 15px 0;
        line-height: 25px;
    }
    .ventures-grid {
        width: 100%;
    }
    .ventures-grid-info {
        padding-top: 0;
        margin: 0;
    }
    .ventures-grid-image, .ventures-grid-info {
        margin-bottom: 0;
    }
    .ventures-grid-info {
        padding-bottom: 10px;
        margin-bottom: 30px;
        height: 100%;
    }
    .ventures-grid-info h4 {
        font-size: 20px;
        margin: 20px 0 10px 0;
    }
    .ventures-grid-info p {
        line-height: 23px;
    }
    .team-grid {
        width: 80%;
        margin-left: 10%;
    }
    #loadMore, #showLess {
        width: 45%;
    }
    .rooms h2 {
        font-size: 25px;
    }
    .rooms-grid img {
        height: 100px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 38px;
        padding-right: 35px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 35px;
    }
    .location-grids {
        padding: 0;
    }
    li.li2 {
        margin: 0 11px;
    }
    .book-pag-frm1, .book-pag-frm2 {
        width: 100%;
    }
    input#datepicker1 {
        width: 100%;
    }
    #small-dialog {
        height: 100%;
    }
    .payment-online-form-left input[type="text"] {
        width: 100%;
    }
    .payment-online-form-left ul li:first-child input[type="text"] {
        margin-right: 0;
    }
    .payment-sendbtns {
        margin: 20px 15px 20px 0;
    }
    .contact h2 {
        font-size: 26px;
    }
    p.contact-p {
        font-size: 13px;
        line-height: 25px;
    }
    .contact-grids {
        padding-top: 30px;
    }
    .contact-grid {
        width: 100%;
        padding: 0;
    }
    .contact-grid-2 {
        margin-top: 35px;
    }
    .contact-grid-2 input.text, textarea {
        padding: 8px 10px;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .contact-grid-2 input.more_btn {
        padding: 10px 30px;
        font-size: 14px;
        font-weight: 100;
    }
}

@media screen and (max-width: 384px) {
    .service-info {
        padding-right: 0;
    }
    .banner h1 {
        line-height: 33px;
    }
    #loadMore {
        margin-right: 10px;
    }
    li.li2 {
        margin: 0 22px;
    }
    .food input[type="checkbox"]+label {
        padding-left: 20px;
        font-size: 12px;
        font-weight: 100;
    }
    .food input[type="checkbox"]+label span:first-child {
        width: 15px;
        height: 15px;
        border: 1px solid #FFFFFF;
    }
    .payment-sendbtns input[type="reset"] {
        padding: 6px 35px;
    }
}

@media screen and (max-width: 375px) {
    .reg h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    li.li2 {
        margin: 0 18px;
    }
    .contact h2 {
        font-size: 25px;
    }
    p.contact-p {
        font-size: 13px;
        line-height: 22px;
    }
    .grid figure h4 {
        font-size: 17px;
    }
}

@media screen and (max-width: 360px) {
    .ventures-grid-info {
        height: 100%;
    }
    .team-grid {
        width: 90%;
        margin-left: 5%;
    }
    .portfolio-top {
        width: 100%;
        padding: 0;
    }
    .contact h2 {
        font-size: 24px;
    }
    .payment-sendbtns input[type="reset"] {
        padding: 6px 25px;
    }
}

@media screen and (max-width: 320px) {
     .navbar-default .navbar-brand {
        font-size: 20px;
        margin-left: 10px;
        padding: 15px 0;
    }
    .caption h3 {
        width: 75%;
    }
    .caption h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .projects h1, .awards h3, .services h2, .location h3, .principles-grids2 h3, .gallery h2, .details h3, .ventures h3, .team h3, .cuisines h2, .specials h3, h3.title, .rooms h2, .reg h2, .contact h2 {
        font-size: 23px;
    }
    .projects h4 {
        font-size: 16px;
    }
    .slider-4 p {
        line-height: 22px;
    }
    .bottom-gds {
        width: 100%;
    }
    .newsletter input[type="submit"] {
        padding: 9px 14px;
        font-size: 12px;
    }
    .banner h1 {
        top: 43%;
    }
    .gallery-grid {
        width: 100%;
    }
    .team-grid {
        width: 100%;
        margin-left: 0;
    }
    #loadMore, #showLess {
        margin-right: 0;
        width: 49%;
        font-size: 14px;
    }
    .rooms-grid-1 h3, .rooms-grid-3 h3, .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-top: 40px;
        padding-right: 25px;
    }
    .rooms-grid-2 h3, .rooms-grid-4 h3 {
        padding-left: 25px;
    }
    .contact h2 {
        font-size: 21px;
    }
    p.contact-p {
        font-size: 12px;
    }
    .payment-sendbtns {
        margin: 20px 25px 20px 0;
    }
    .payment-sendbtns input[type="reset"] {
        padding: 6px 15px;
        font-size: 14px;
    }
    input.order {
        padding: 6px 15px;
        font-size: 14px;
    }
}

/*-- //Responsive Code --*/