html,body {
    background: black;
    scroll-behavior: smooth;
    overflow-x: hidden;
	margin:0;
}

.rotate-warning {
    display: none;
}
@media (min-aspect-ratio: 13/12) and (max-width: 1024px){
    .rotate-warning {
        display: flex;
        position: fixed;
        top: 0; left: 0; 
		width: 100%; 
		height: 100%;
        background: #000; 
		color: #fff;
        z-index: 9999;
        align-items: center; 
		justify-content: center;
		font-size: 50px;
    }
}

.topmenu {
    width: 100%;
    height: auto; 
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.logoicon {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 30px;
    height: 70px;
}

/* Menu Icon */
.hicon {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
}

.line {
    width: 40px;
    height: 4px;
    display: block;
    background: white;
    transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -2px;
    border-radius: 2px;
	z-index:10;
}

.top { transform: translateY(-12px); }
.middle { transform: translateY(0px); }
.bottom { transform: translateY(12px); }

.hicon.active .middle {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    transform: scale(1);
    margin-top: -30px;
    margin-left: -30px;
}
.hicon.active .top { transform: translateY(0) rotate(45deg); }
.hicon.active .bottom { transform: translateY(0) rotate(-45deg); }

.navmenu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    position: absolute;
    right: 20px;
    top: 100%;
    background: rgba(255,255,255,0.9);
	padding: 20px 5px 20px 5px;
    width: 280px;
    height: auto;
    border-radius: 15px;
    z-index: 4;
}

.navmenu.active {
    opacity: 1;
    visibility: visible;
	right: 3%;
}

.navmenu a {
    cursor: pointer;
    display: block;
    font-size: 40px;
    color: #494949;
    text-align: center;
    text-decoration: none;
}

.navmenu a:hover {
    font-size: 28px;
}

.pagecontainer {
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.fullpage {
    height: 100%;
    scroll-snap-align: start;
    position: relative;
    display: flex;
	flex-direction:column;
    align-items: center;
}

.pagetitle {
    text-align: center;
    color: #fbfbfb;
    font-size: 75px;
    font-weight: bold;
	margin-bottom: 40px;
	padding-top: 100px;
}

/* Interactive Arrows */
.arrow, .arrowup {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-style: solid;
    border-color: white;
    transition: border-width 150ms ease-in-out;
    position: absolute;
    animation: bounce 2s infinite;
    z-index: 2;
}

.arrow {
    border-width: 0px 4px 4px 0px;
    transform: rotate(45deg);
    bottom: 9%;
}

.arrowup {
    border-width: 4px 0px 0px 4px;
    transform: rotate(45deg);
    bottom: 9%;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(45deg); }
    40% { transform: translateY(-15px) rotate(45deg); }
    60% { transform: translateY(-7px) rotate(45deg); }
}
/*End Interactive Arrows*/

.PUlandpage {
    width: auto;
    height: 40vh;
    position: absolute;
    z-index: 3;
    top: 20%;
}

.PUlandslide {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}

.PUlandingtext {
    width: 90%;
    position: absolute;
    z-index: 3;
    top: 60%;
    color: white;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}

/*About Section*/
.aboutpage { display: block; width: 100%; height: 100%; background: blue; }

.aboutwrap{
	color: #fbfbfb;
	width: 90%;
	height: 1000px;
  }
  
.aboutwrap h1{
	text-align:center;
	font-size:clamp(1.9rem, 2.2rem + 3vw, 4rem);
}
.aboutwrap ul{
	font-size:clamp(1.75rem, 1.2rem + 2vw, 3rem);
}

.aboutwrap p{
	font-size:clamp(1.75rem, 1.2rem + 2vw, 3rem);
}
  
#jumpcontact{
	cursor: pointer;
	font: inherit;
	font-size: inherit;
	border: none;
	background: none;
	color: inherit;
}

.aboutcontent{color: white;}
/*End About Section*/

/*Services Section*/

.aboutboxcon {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto; 
    position: relative;
    margin: 40px auto;
    align-items: center;
    gap: 20px;
}

.modal-top-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
}

.modal-top-row img {
    order: 1;
    height: 175px;
    width: auto;
    margin-right: 0;
    margin-left: 15px;
}

.modal-top-row .box-title {
    order: 2;
    font-size: 50px;
}

.aboutbox {
    border: 3px solid #fbfbfb;
    width: 100%;
    height: auto;
    min-height: 110px;
    display: flex;
    color: #fbfbfb;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    box-sizing: border-box;
	font: menu;
}

.aboutbox img {
    width: auto;
    height: 150px;
    margin-right: 15px;
}

/* Hide detailed text by default */
.aboutbox .content {
    display: none;
    margin-top: 15px;
    font-size: 36px;
    line-height: 1.5;
}

.close-btn {
    display: none;
}

/* Background Overlay */
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
	transition-timing-function:ease-out;
    transition: 0.3s;
	transform: translateY(0);
    z-index: 998;
	
}

.page-overlay.active {
    visibility: visible;
    opacity: 1;
}

.aboutbox.expanded {
position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 20%) !important; 
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    
    width: 92% !important;
    height: auto;
    overflow-y: auto;
    background-color: #1a1a1a;
    z-index: 999;
    cursor: default;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.aboutbox.expanded.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) !important;
}

.aboutbox.expanded img {
    height: 150px;
    margin-right: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.aboutbox.expanded .box-main-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.aboutbox.expanded .box-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}

.aboutbox.expanded .content {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 35px;
    line-height: 1.25;
}

.aboutbox.expanded .close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}
/*Services Section*/


/*Contact Page*/
.contactcon{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
    width: 90%;
    padding: 50px 20px;
    box-sizing: border-box;
}

.contacttitle{
	grid-column: 1 / -1;
}

.mailsec, .telsec, .emailsec, .socialsec {
    width: 100%;
    color: white;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.mailsec a, .telsec a, .emailsec a { text-decoration: none; color: white; }

.soccicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
    background: gray;
    margin: 5px;
}
.soccicon img { width: 100%; height: 100%; }

/*End Contact*/

/*CallButton*/
.callnow {
    width: 100%;
    height: 150px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.callnow a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 5%;
    bottom: 30px;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    color: black;
	align-content:center;
}
/*End CallButton */


/*Responsive Section*/
@media (min-width: 1024px) {
	.pagecontainer {
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
        overflow-y: scroll;
    }

    .fullpage {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .pagetitle { 
	font-size: 4rem;
	top: 10%; 
	padding-top: 10px;
	}
    .PUlandingtext { 
	font-size: 60px; 
	top: 55%; 
	}
    
    .logoicon { 
	height: 75px; 
	top: 25px; 
	left: 50px; 
	}
    
    .hicon { width: 65px; height: 65px; top: 25px; right: 50px; }
	.aboutwrap h1 {
		text-align: center;
		font-size: 3rem;
}
	.aboutwrap p {
		font-size: 25px;
		text-align: center;
}
    
    .aboutboxcon {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
		flex-wrap: wrap;
    }
    
    .aboutbox {
        width: 30%;
        height: 20vh;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-size: 28px;
        padding: 20px;
    }

    .aboutbox img {
        height: 100px;
        margin-right: 0;
        margin-bottom: 20px;
    }
	
	.aboutbox.expanded .content {
  font-size: 30px;
}
	
	.modal-top-row .box-title {
  font-size: 30px;
}

.contactcon {
  gap: 0px;
}

    .modalcon { width: 50%; padding: 40px; }
    .modalcon h2 { font-size: 45px; }
    .modalcon p { font-size: 22px; }

    .mailsec, .telsec, .emailsec, .socialsec { font-size: 25px; }
    .soccicon { width: 75px; height: 75px; margin: 15px; }

    .callnow { display: none; }
}

/*End Responsive Section*/