:root {
    --main-font: "Roboto", sans-serif;
    --second-font: "Lobster", sans-serif;
    --main-color: #e4097f;
    --second-color:#000;
    --white-color:#ffffff;
}

body {
  background-color: #ffffff;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Roboto", sans-serif;
  color: #454545;
  position: relative;
}

element.style {
}
.single-contact-area-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lobster", sans-serif;
    color: #ffffff;
    font-weight: 400;
    margin-top: 0;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}
.nav-footer-wrapper-one .footer-float-nav li {
    margin: 0;
    flex-basis: 20%;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #333338;
}













.progress-wrap svg.progress-circle path {
    stroke: var(--main-color);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}

.main-menu > ul > li > a {
    display: block;
    color: #fff;
    padding: 0px 0;
    font-weight: 600;
    font-size: 16px;
}
.main-menu > ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    font-family: var(--main-font);
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center !important;
}
.main-menu {
    margin-right: 30px;
}
nav.main-menu a.active {
    color: var(--main-color) !important;
}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}
.main-menu > ul > li:first-child {
    margin-left: 0;
}

.main-menu > ul li {
    text-transform: uppercase;
}


/*--
    02. 1 Menu Css
---------------------*/
.main-menu {
  margin-right: 30px;
}
.main-menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 font-family: var(--main-font);
}
.main-menu > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.main-menu > ul > li:first-child {
  margin-left: 0;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li > a {
  display: block;
  color: #fff;
  padding: 0px 0;
  font-weight: 600;
  font-size: 16px;
}
.main-menu > ul > li > a:hover {
     color: var(--main-color) !important;
}
.copyrights-wrapper .row {
    align-items: center;
    justify-content: center;
}
.main-menu > ul > li:hover > a {
  color: #6bc2ce;
}
.main-menu > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
}
ul.breadcrumb-list {
    display: inline-block;
    background: var(--main-color);
    padding: 5px 10px;
    border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-menu > ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul li {
    margin: 0 8px;
  }
}
.main-menu.menu-color-black > ul > li > a {
  display: block;
  color: #222;
}
.main-menu.menu-color-black > ul > li > a:hover {
  color: #f9b809;
}
.main-menu.menu-color-black > ul > li:hover > a {
  color: #f9b809;
}
.main-menu.menu-color-black > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-menu.menu-color-black > ul > li li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-color-black > ul > li li {
    margin: 0 8px;
  }
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
    left: 0px;
    top: 100%;
    background-color: #000000;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #000;
    z-index: -999;
    width: 300px;
    padding: 15px 0;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.main-menu > ul li {
    text-transform: uppercase;
}
.sub-menu li {
  position: relative;
  text-align: left;
}
.sub-menu li > a {
  line-height: 24px;
  padding: 6px 20px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.sub-menu li > a:hover {
  color: #6bc2ce;
}
.sub-menu li.menu-item-has-children > a::after {
  font-family: 'themify';
  content: "\e649";
  margin-left: 5px;
  float: right;
  font-size: 10px;
}
.sub-menu li.active > a, .sub-menu li:hover > a {
  color: #ffffff;
  font-weight: 600;
}
.sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
}
.sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 0;
}
.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .sub-menu li a {
    padding: 6px 0px;
  }
}





/*--
    02. 2 Mobile Menu Css
----------------------*/
.slinky-theme-default {
  background: transparent;
  min-height: 300px;
}

.clickable-mainmenu {
  background: var(--main-color);
  color: #fff;
  height: 100vh;
  overflow-y: auto;
  padding: 30px 10px 30px;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  width: 300px;
  z-index: 9999;
}

.clickable-mainmenu.inside {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 9999;
}

.clickable-menu.clickable-mainmenu-active a {
  float: right;
  font-size: 36px;
  color: #fff;
}

.clickable-menu.clickable-mainmenu-active.bg-white-icon a {
  color: #333;
}

.clickable-mainmenu-close {
  background: transparent;
  text-align: right;
  border: none;
  font-size: 24px;
  margin-bottom: 30px;
  margin-left: 8px;
      margin-right: 15px;
}

.header-top-info-area {
  padding: 15px 0 5px;
}

.wlc-text {
  color: #fff;
  margin-bottom: 10px;
}

.social-share {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.social-share .social-info li {
  display: inline-block;
  margin: 0 10px;
}

.header-phone {
  text-align: right;
  color: #fff;
  margin-bottom: 10px;
}

.header-top-area.white-bg .listing-btn .btn-2 {
  color: #222;
}
.header-top-area.white-bg .listing-btn .btn-2:hover {
  color: #fff;
}
































main{
         background:#111216;
         }
         .header-bottom-area .row{
         justify-content: space-between;
         }
         .header-bottom-area .row {
         justify-content: space-between;
         }
         .align-items-center {
         -ms-flex-align: center!important;
         -webkit-box-align: center !important;
         align-items: center !important;
         }
         .row {
         display: -ms-flexbox;
         display: -webkit-box;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-right: -15px;
         margin-left: -15px;
         }
.pg-rooms-whitefield {
    padding: 50px 0;
}

.pg-rooms-whitefield h1 {
    font-size: 32px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.pg-rooms-whitefield .row {
    display: block;
}

.pg-rooms-whitefield p {
    text-align: justify;
    color: #fff;
}
.google-mpas {
    padding-top: 80px;
}
.call-to-action-pg .row {
    align-items: center;
    justify-content: center;
}

.call-to-action-pg {
    background: var(--main-color);
    padding: 25px 0;
}
a.white-bttn.pg_btn.hover-target
 {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.iner-butt {
    text-align: right;
}

.inner-call-to h4 {
    margin-bottom: 0px;
}

a.white-bttn.pg_btn.hover-target:hover {
    color: #fff !important;
}
.inner-call-to p {
    color: #fff;
}

.pg-rooms-whitefield h1, .pg-rooms-whitefield h2, .pg-rooms-whitefield h3 {
    color: var(--main-color);
}
.amenuties_area p {
    text-align: justify;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    text-align-last: center;
}
.amenuties_area h2, .pg-rooms-whitefields-bangalore h2 {
    color: var(--main-color);
}
.pg-rooms-whitefields-bangalore {
    padding: 50px 0;
    background: #222222;
}
ul.seo-links a {
    color: #fff;
}

ul.seo-links a:hover {
    color: var( --main-color);
}
ul.seo-links i {
    font-weight: 500;
    margin-right: 5px;
    color: var(--main-color);
}
ul.seo-links li
 {
    line-height: 35px;
}
section.fact-pg{
    background: #000000 !important;
    padding: 50px 0 !important;
}
.amenuties_area {
    padding: 50px 0 !important;
}
.pg-rooms-whitefields-bangalore h2 {
    text-align: center;
    margin-bottom: 30px;
}

.pg-rooms-whitefields-bangalore .row {
    display: block;
}

.offers-collections .item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
    .offers-collections {
      max-width: 600px;
      margin: 30px auto;
    }
.inner_page_slider{
  background-color: #302f2d;
}

.amenities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            padding: 20px;
        }
        .amenity {
            background: #222222;
            padding: 10px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
        }
        .amenity img {
            width: 50px;
            height: 50px;
        }
        .amenity h3 {
    margin-top: 0px;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

/*.amenity img {
    background: #87bb28;
    border-radius: 50%;
    padding: 10px;
}*/

.amenity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
        border: 1px solid rgb(170 189 215 / 26%);
}

.amenuties_area {
    position: relative;
    padding: 100px 0;
    background: url(../images/ami_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.amenuties_area h2, .pg-rooms-whitefields-bangalore h2 {
    text-align: center;
    font-family: "Lobster", sans-serif;
    text-transform: capitalize;
}

.footer-top {
    background: #222222;
}

.nav-footer-wrapper-one .footer-float-nav li {
    margin: 0;
    flex-basis: 20%;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #333338;
}
.nav-footer-wrapper-one .footer-float-nav li a {
    padding: 20px 40px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}































.nav-footer-wrapper-one
 {
    border-top: 1px solid #333338;
    border-bottom: 1px solid #333338;
    /* margin-top: 100px; */
    /* margin-bottom: 70px; */
}









@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-footer-wrapper-one .footer-float-nav li a {
        padding: 20px 10px;
    }
}

.nav-footer-wrapper-one .footer-float-nav li a {
    padding: 20px 40px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.nav-footer-wrapper-one .footer-float-nav li:last-child {
    border-right: 1px solid #333338;
}
}


.nav-footer-wrapper-one .footer-float-nav {
    padding: 0;
    list-style: none;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}







/* Get Directions Section */
       .get-directions {
    background: #222222eb;
    padding: 50px 20px;
    border-radius: 10px;
    /* width: 80%; */
    max-width: 360px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

        .get-directions h2 {
            font-size: 28px;
            color: #fff;
            margin-bottom: 15px;
        }

        .get-directions p {
            font-size: 16px;
            color: #fff;
            margin-bottom: 20px;
        }

        /* Button Styling */
        .get-directions .direction-btn {
            display: inline-block;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            background-color: #ff5733;
            text-decoration: none;
            border-radius: 5px;
            transition: background 0.3s, transform 0.2s;
        }

        .get-directions .direction-btn:hover {
            background-color: #d94327;
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .get-directions {
                width: 90%;
                padding: 40px 15px;
            }

            .get-directions h2 {
                font-size: 24px;
            }

            .get-directions p {
                font-size: 14px;
            }
        }

.pg_maps {
    position: relative;
}

.get-directions {position: absolute;bottom: 0;right: 60px;top: 0;}

.google-mpas {
    padding-bottom: 80px;
}


.carousel-container {
    position: relative;
        }

        /* Navigation Arrows */
        .slick-arrows {
            position: absolute;
            top: -50px;
            right: 10px;
            display: flex;
            gap: 10px;
        }

        .slick-prev, .slick-next {
            font-size: 20px;
            color: white;
            background: #333;
            border: none;
            padding: 10px 15px;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
        }

        .slick-prev:hover, .slick-next:hover {
            background: #ff5733;
            transform: scale(1.1);
        }
        section.fact-pg{
          padding:100px 0;
        }
section.fact-pg .slick-carousel {
    width: 100%;
    margin: auto;
}
        /* Slide Styling */
        section.fact-pg .slick-carousel .slide {
            text-align: center;
            padding: 10px;
            position: relative;
        }

        section.fact-pg .slick-carousel .slide img {
            width: 90%; /* Increased from 100% to 90% */
    max-width: 700px; /* Set a maximum width */
    height: auto;
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
        }

        section.fact-pg .slide-title {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 16px;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        /* Blur and Scale Effects */
       section.fact-pg .slick-slide {
    opacity: 0.9;
    filter: blur(1px);
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

        section.fact-pg .slick-center {
            opacity: 1;
            filter: blur(0);
            transform: scale(1.2);
        }

        section.fact-pg .slick-center .slide-title {
            opacity: 1;
        }

        /* Dots Styling */
        section.fact-pg .slick-dots {
            bottom: -30px;
        }

        section.fact-pg .slick-dots li button:before {
            font-size: 14px;
            color: gray;
            transition: color 0.3s, transform 0.3s;
        }

        section.fact-pg .slick-dots li.slick-active button:before {
            color: #ff5733;
            transform: scale(1.3);
        }

        section.fact-pg .slick-dots li button:hover:before {
            color: black;
            transform: scale(1.2);
        }
        a.direction-link {
    color: var(--main-color);
}
.nav-footer-wrapper-one .footer-float-nav li a:hover, .nav-footer-wrapper-one .footer-float-nav li a:focus {
    color: var(--main-color);
}
.landing-area:before {
    position: absolute;
    content: "";
    background: #00000080;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.pg-slider-text img {margin-left: auto;margin-right: auto;}

section.fact-pg .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent !important;
    border-radius: 50% !important;
    border: 2px solid var(--main-color);
}
section.fact-pg .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: var(--main-color) !important;
}


section.fact-pg .slick-dots li button:before {
    width: 15px !important;
    height: 27px !important;
}
@media(max-width:767px){
  .get-directions {
    position: relative;
    right: 0;
    margin-bottom: 0px;
}
}

.btn-action-area {
    text-align: center;
    display: block;
    width: 100%;
    margin: 52px 0 0;
}
section.fact-pg ul.slick-dots {
    bottom: -28px;
}
section.fact-pg .slick-carousel .slide img {
    margin-left: auto;
    margin-right: auto;
}
.sect-pg-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.pg-hostel-quicks_navbar {
    display: none;
}


@media only screen and (max-width: 767px) {
  .whatsapp-container {
    display: none;
}
    .pg-hostel-quicks_navbar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #06b31b;
        padding: 0px;
        text-align: center;
        z-index: 987654321;
        font-size: 18px;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
    }
    .pg-hostel-quicks_navbar ul.action {
        list-style: none;
        padding-left: 0px;
    }
        .pg-hostel-quicks_navbar ul.action li {
        float: left;
        display: inline;
        width: 50%;
        padding: 12px;
    }
        .pg-hostel-quicks_navbar ul.action li a {
        color: #fff;
    }
        .pg-hostel-quicks_navbar li.access {
        background: #1b5db3;
    }
}



















@media(max-width:767px){
    ul.seo-links a {
    font-size: 14px;
    line-height: 25px;
}
.pg-rooms-whitefields-bangalore .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.iner-butt {
    text-align: center !important;
}

.inner-call-to {
    margin-bottom: 20px;
}

.inner-call-to h3 {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
}

.inner-call-to p {
    text-align: center !important;
}
.amenuties_area p {
    text-align: center !important;
    width: 100% !important;
}
.pg-rooms-whitefield p {
    text-align: left;
    padding: 0 10px;
}
.pg-rooms-whitefield h3, .pg-rooms-whitefield h1 {
    padding-left: 10px;
    padding-right: 10px;
}

.pg-rooms-whitefield h1 {
    font-size: 28px !important;
}

.pg-rooms-whitefield h3 {
    margin-bottom: 15px !important;
            line-height: 40px;
}
.space_area {
    margin-bottom: 20px;
}

.single-contact-area-box h3 {
    margin-bottom: 0px !important;
}

.footer-logo {
            width: 220px;
    margin-bottom: 0px !important;
}
.owl-carousel.offers-collections img {
    margin-bottom: 0px !important;
}
}
.owl-carousel.offers-collections.owl-loaded.owl-drag {
    margin-bottom: 0px;
    margin-top: 0px;
}
.owl-carousel.offers-collections .owl-dots {
    bottom: 0px;
    right: 0;
}
.copyrights-wrapper
Specificity: (0,1,0)
 {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    background: #222222;
    border-top: 1px solid #f1f1f14a;
}
a.direction-link {
    color: var(--main-color);
}
a, button, img, input, span {
    transition: all 0.3s ease 0s;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
.whatsapp-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    z-index: 999;
}
.whatsapp-icon a {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    animation: floatAnimation 2s infinite ease-in-out;
}

.whatsapp-icon img {
    width: 35px;
    height: 35px;
}
.pulse {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.4);
    top: -5px;
    left: -5px;
    animation: pulseAnimation 1.5s infinite;
    z-index: -1
}
 @keyframes pulseAnimation {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }


.progress-wrap.active-progress
 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
*, *::after, *::before {
    box-sizing: border-box;
}
svg:not(:root) {
    overflow: hidden;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 0px;
    opacity: 0;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f106';
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    color: var(--main-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}