/*
Theme Name: White Campus Theme
Theme URI: https://yourwebsite.com
Author: Techito
Author URI: https://yourwebsite.com
Description: Custom WordPress Theme by Techito
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: White Campus
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {}

* {
    box-sizing: border-box;
    transition: all .5s;
}

body {
    font-family: 'Poppins', 'sans-sarif';
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', 'sans-sarif';
    font-weight: 700;
    color: #23346E;
}

span,
p,
li {
    color: #6c6c6c;
}

img.custom-logo {
    width: 88px;
    height: auto;
    background: #ffffffc2;
    padding: .2rem;
    border-radius: 10rem;
}



.navbar-transparent {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

/* White text for contrast */
.navbar-transparent .navbar-nav .nav-link,
.navbar-transparent .navbar-brand {
    color: #fff !important;
}

/* On scroll */
.navbar-scrolled {
    background-color: #000 !important;
    /* or your theme color */
    position: fixed;
    top: 0;
    width: 100%;
}

/* Hero Section */
.video-hero {
    height: 100vh;
    overflow: hidden;
}

.video-hero video {
    object-fit: cover;
    z-index: 1;
}

.video-hero .overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.video-hero .container {
    z-index: 3;
}

.stayBox img {
    width: 100%;
}

/* Highlights */
.highlights.py-5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.highlights.py-5 ul li {
    width: calc(100% / 3);
    height: 350px;
    background: #f5f5f5;
    overflow: hidden;
}

.highlights-box {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

a.CTA {
    background: #23346e;
    color: #ffff;
    text-decoration: none;
    padding: 1rem 1.5rem;
    margin-top: 3rem;
    display: inline-block;
}

a.CTA {
    background-color: #18244d;
}

.highlights-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #00000054, transparent);
    z-index: -1;
}

.highlights-box:hover {
    background-size: 110%;
}

.highlights-box h4 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 1.5rem;
    font-weight: 500;
}
.highlights-box:hover h4 {
    position: absolute;
    bottom: 4%;
}

.grid-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Dark overlay */
.grid-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    transition: all 0.4s ease;
}

/* Content */
.grid-box .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.grid-box h5 {
    font-weight: 600;
    margin: 0;
}

/* Hover Effects (Premium Feel) */
.grid-box:hover {
    transform: scale(1.05);
}

.grid-box:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}

.grid-box:hover .content {
    transform: translateY(0);
}

.amnitiesbox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amnitiesbox p {
    font-weight: 600;
}

.amnitiesbox img {
    width: 80px !important;
    display: block;
    margin: 0 auto;
}

.owl-stage .owl-item:nth-child(odd) .amnitiesbox {
    background: #EEEEEE;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.owl-stage .owl-item:nth-child(even) .amnitiesbox {
    background: #E5EBFF;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.staybox,
.stayBox,
.nearbyBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.staybox::after,
.stayBox::after,
.nearbyBox::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #0000006b, transparent);
    content: '';
}
.staybox:hover::after {
    background: #00000069;
    transition: all .5s;
}

.staybox:hover img{
    transform:scale(1.05);
}
.staybox img {
    height: 350;
}

.staybox h4 {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
}

.stayBox .content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
    z-index: 1;
}

.stayBox .content h4 {
    color: #fff;
    z-index: 1;
    font-weight: 400;
}

.stayBox .content span {
    color: #ffffff70;
    z-index: 1;
    font-weight: 400;

}

.nearbyBox {
    border-radius: 1.5rem;

}

.nearbyBox p {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
    z-index: 1;
    font-weight: 600;
    font-size: 1.2rem;
}

.nearbyBox:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media(max-width:768px) {
    .grid-box {
        height: 220px;
    }
}



.grid-box {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Dark overlay */
.grid-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    transition: all 0.4s ease;
}

/* Content */
.grid-box .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.grid-box h5 {
    font-weight: 600;
    margin: 0;
}

/* Hover Effects (Premium Feel) */
.grid-box:hover {
    transform: scale(1.05);
}

.grid-box:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}

.grid-box:hover .content {
    transform: translateY(0);
}






.activity-box {
    padding: 3rem 1.5rem;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #dedede;
}

.activity-box:hover {
    background: #f5f5f5;
}

.activity-box p {
    margin: 0;
}




p.lead {
    color: #ffffff94;
    font-weight: 500;
}

.htrbox {
    padding: 1.5rem;
    background: #f5f5f5;
    height: 100%;
}

.footer h4.text-whiet {
    color: #fff !IMPORTANT;
    font-weight: 600;
    font-size: 1.2rem;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}

.footer ul li+li {
    margin-top: 1rem;
}

.footer.bg-dark ul li a {
    color: #8d8d8d;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
}

.footer.bg-dark ul li a:hover {
    color: #fff;
}

.inner-page-header {
    background: #23346e;
}

.inner-page-header h1 {
    padding-top: 10rem;
    color: #fff;
    padding-bottom: 8rem;
    font-weight: 600;
}

/* Full Screen Loader */
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center Content */
.loader-content {
    text-align: center;
}

/* Logo */
.loader-logo {
    width: 80px;
    margin-bottom: 20px;
}

/* Spinner */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

/* Loading Text */
.loading-text {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer.bg-dark.text-white.text-center.p-3 {
    padding: .5rem !important;
    background: #fff ! IMPORTANT;
    color: #000 ! IMPORTANT;
    font-size: .9rem;
    font-weight: 500;
}

ol.breadcrumb {
    margin: 0;
}

nav.breadcrumb {
    margin: 0;
    padding: .8rem 0;
}

.navbar.bg-white {
    box-shadow: 1px 0 5px #00000045;
}

nav.breadcrumb a {
    text-decoration: none;
}

ul#bootscore-navbar li+li {
    padding-left: 2.5rem;
}

ul#bootscore-navbar a.nav-link.active {
    font-weight: 600;
    color: #fcbe4a !important;
}

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
}

#scrollTopBtn:hover {
    background: #333;
    transform: translateY(-3px);
}
.amnitiesbox:hover img {
    transform: scale(1.05);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    height: 50px;
    font-size: .9rem;
    padding: 1rem 1.5rem;
    text-transform: capitalize ! IMPORTANT;
}
span.wpcf7-spinner {
    display: none;
}
select,input{
    height:50px
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
    height: 50px;
    background: navy;
    padding: .5rem 1.5rem;
    color: #fff;
}

/* Responsive */
@media(max-width:768px) {
    .grid-box {
        height: 220px;
    }

    ul#bootscore-navbar li+li {
        padding-left: 0rem;
    }
}
[data-aos] {
    transition-property: transform, opacity;
}

.staybox {
    transition: all 0.4s ease;
}
.staybox:hover {
    transform: translateY(-10px);
	
}
@media screen and (max-width:480px) {
	.navbar-brand {
  		display: none;
		background:red;
}
	
    h1.display-4.fw-bold.text-white {
        font-size: 1.5rem;
    }

    p.lead {
        font-size: 1rem;
    }
	.amnitiesbox p {
	  font-weight: 600;
	  font-size: .8rem;
	}

    .highlights-box h4 {
        width: 100%;
        color: #fff;
        padding: 1rem;
        font-weight: 500;
        font-size: 16px;
    }
	
	.owl-stage .owl-item .amnitiesbox{
		height:150px;
	}
	.amnitiesbox img {
		width: 50px !important;
	}

    .highlights.py-5 ul li {
        width: calc(100% / 2);
        height: 150px;
        background: #f5f5f5;
        overflow: hidden;
    }

    .heading.text-center.mb-5.px-5 {
        padding: 2rem 0 !important;
        margin-bottom: 1rem !important;
    }
	.navbar-brand {
  		display: none !important;
	}
	.navbar-toggler {
  		border: none;
  		color: #fff !important;
	}
}