@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Funnel Sans", sans-serif;
    background-color: #f5f5f5;
}
h1,h2,h3,h4,h5,h6{ font-family: "Cal Sans", sans-serif; font-weight:400; }

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; /* Hide anything that goes out of the container */
}

.slider {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* Vertical layout */
    transition: transform 1s ease-in-out; /* Smooth transition for vertical slide */
}

.slide {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height for each slide */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; width: 1220px;
}
.overlay.width{ width: 70%; }
.overlay.width h1{ text-align: center; }
.overlay.togle_btns{ height:80%; }
.overlay h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.slide_button .slide_content p {
	font-size: 14px;
	line-height: 20.8px; text-align: justify;
}
.slide_button .slide_content p a{ text-decoration: underline;color: #0394ef;font-weight: bold; }
.slide_button .slide_content p a:hover{ color: #282454; }



/* Bullets Styling */
.bullets {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column; z-index:111111;
}
.bullets span {
    color: #fff;
    position: absolute;
    top: 0;
    right: -32px;
    font-weight: 600;
    height: 150px;
    writing-mode: vertical-rl;
}
.bullet {
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bullet.active {
    background-color: #fff;
}



.header {
    position: absolute;
    top: 0;
    justify-content: space-between;
    padding: 30px 0;
    width: 1220px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.header .cont a {  background: url(/assets/images/call.png) no-repeat; background-size: 100% 102% !important; color: #242454; width: 213px; height: 53px; align-items: center; display: flex; justify-content: end; font-size: 22px; letter-spacing: 3px; font-weight: 400; border-radius: 100px; text-transform: capitalize; font-family: "Cal Sans", sans-serif; padding-right: 20px; background-size: cover; text-decoration: none; }
.header .cont a.dark_logo{ background: url(/assets/images/call1.png) no-repeat; color: #fff; }
.navigation_bar { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 100%; }
.navigation_bar ul { display: flex; gap: 10px; justify-content: center; list-style: none; align-items:end; }

.navigation_bar ul li {
   
    text-align: center;
}


.navigation_bar ul li a { text-align: center; font-weight: 400; font-family: "Cal Sans", sans-serif; background: #fff; text-decoration: none; padding: 10px 53px; color: #242454; display:block; text-transform:uppercase; }
.navigation_bar ul li a img { display: none; margin: 0px auto;  }
.navigation_bar ul li a:hover img { display: block; }
.navigation_bar ul li a:hover span { display: none; }




.overlay h1{ font-size: 60px; margin-bottom: 20px; text-transform:uppercase; letter-spacing:10px; text-align:left; }
.slide .overlay img { width: auto; height: 350px; }


.slide_button { width: 550px; position: absolute; right: 0%; bottom: 5px; background: #FFFFFFF2; zoom:80%; }
.slide_button .toggle_btn { cursor: pointer; display: flex; justify-content: space-between; color: #282454; font-size: 24px; font-weight: 700; padding: 25px 15px; align-items: center; }
.slide_button .toggle_btn .no { font-size: 35px; position: relative; }
.slide_button .toggle_btn .no::after { position: absolute; content: ""; background: #8E8E8E; width: 1px; height: 100%; right: -15px; top: 0; }
.slide_button .toggle_btn .btn_icone { color: #8E8E8E; border: 2px solid #8E8E8E; font-size: 20px; }
.slide_button .slide_content { color: #282454; font-size: 15px; padding: 25px 25px 0px 25px; }


.contact_info { background: #FFFFFFF2; width: 600px; margin: 0px auto; display: block; padding: 40px; }
.contact_info h3 { color: #282454 !important; margin: 0 !important; font-family: "Funnel Sans", sans-serif; font-weight: 600; font-size: 30px; }
.contact_info p, .contact_info a { color: #282454 !important; font-family: "Funnel Sans", sans-serif; margin: 0; font-weight: 400; text-decoration: none; text-align: center !important; }
.contact_info .loop_info { margin-top: 50px; }
.contact_info .loop_info h3 { font-size: 24px; font-weight: 500; }

.mb-5{ margin-bottom:30px; }
.slide img { height: 100vh; }

.light_logo{ display:none !important; }
body.light .header .logo .light_logo{ display:block !important; }
body.light .header .logo .dark_logo{ display:none; }



.slide_button .toggle_btn .titles { text-transform: uppercase; }
.contact_info p { text-align: center; }

.overlay a#scrollMore {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100px);
    color: #fff;
    text-decoration: none; font-size: 20px; font-weight: 600; font-family: "Funnel Sans", sans-serif;
}

.navigation_bar a.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #fff;
}



/* Loader background */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* or #fff if using light theme */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #999;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.light .header {
    display: none;
}

html {
    font-size: 80%;
}

.overlay h1 {
    font-size: 48px; /* was 60px */
}

.overlay p {
	font-size: 16px;
	line-height: 20.8px;
	text-align: justify;
}

.header .cont a {
    font-size: 17.6px; /* was 22px */
}

.navigation_bar ul li a {
    font-size: 12.8px; /* assumed 16px default */
}

.slide_button .toggle_btn {
    font-size: 19.2px; /* was 24px */
}

.slide_button .toggle_btn .no {
    font-size: 28px; /* was 35px */
}

.slide_button .toggle_btn .btn_icone {
    font-size: 16px; /* was 20px */
}

.slide_button .slide_content {
    font-size: 12px; /* was 15px */
}

.contact_info h3 {
    font-size: 24px; /* was 30px */
}

.contact_info .loop_info h3 {
    font-size: 19.2px; /* was 24px */
}

.overlay a#scrollMore {
    font-size: 16px; /* was 20px */
}

.contact_info p,
.contact_info a {
    font-size: 12.8px; /* assumed 16px default */
}

.navigation_bar a.active {
    font-size: inherit; /* Keep inherited */
}

.slide_button .slide_content img.mb-5 {
	height: 100px;
	width: auto;
}

.slider-arrows {
	position: absolute;
	bottom: 20px;
	right: 52px;
	width: 35px;
}
.slider-arrows .arrow {
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(4px);
	border-radius: 8px;
	padding: 3px;
	cursor: pointer;
	user-select: none;
	transition: 0.3s;
	color: #fff;
	border: 1px solid transparent;
	width: 40px;
	height: 40px;
}
.slider-arrows .arrow:hover {
    background: rgba(255,255,255,0.3);
}
.slider-arrows .arrow.up-arrow {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

    .header{ padding:20px; width:100%; }
    .slide img { height: 100vh; }
    .slide .overlay img { width: auto; height: 150px !important; }
    .overlay h1 { font-size: 30px; margin-bottom: 20px; }

    .slide_button .slide_content img.mb-5 { width: 120px; height: auto !important; }

    .contact_info{ width:100%; }
    .slide_button { width: 100%; }

    .header .cont a {
    width: 152px;
    height: 34px;
    font-size: 18px;
}

    .overlay h1 { font-size: 20px; margin-bottom: 20px; }
    .overlay p { font-size: 14px; line-height: 19px; text-align: left; }

    .header .cont a{ letter-spacing:0 }
    .overlay{ width:90%; }
    .overlay.width{ width: 90%; }
    .slide_button .toggle_btn .no { font-size: 20px; }
    .slide_button .toggle_btn .titles { font-size: 16px; }

    .navigation_bar{ display:none !important; }
    .bullets { right: 15px; }
    .bullets span{ display:none; }
    .header img { width: 55px; }
    
    .overlay a#scrollMore{ width:100%; }
    
    .contact_info p { text-align: center; }
    
    .overlay.width p { font-size: 18px; }

    .slider-arrows { bottom: 400px; right: 10px; }

}

@media only screen and (min-width: 320px) and (max-width: 933px) and (orientation: landscape) {
    .header { padding: 20px 0; width: 90%; }
    .slide .overlay img { height: 100px; width: auto; margin: 0 0 10px 0; }
    .overlay.width,.overlay { width: 90%; }
    .overlay h1 { font-size: 30px; margin-bottom: 0; text-transform: uppercase; letter-spacing: 10px; text-align: left; }
    .overlay p { font-size: 14px; line-height: inherit; text-align: justify; }

    .slide_button{ bottom: 30px; }

    .navigation_bar ul li a{ padding:10px 10px; }

    .slide_button .toggle_btn{ padding:20px; }
    .slide_button .toggle_btn .no { font-size: 20px; }

    .contact_info .loop_info { margin-top: 14px;}
    .overlay p{ text-align:center; }
    
    .header img { width: 55px; }
    
    .overlay a#scrollMore{ width:100%; } 
     .contact_info p { text-align: center; }


}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .header{ width:90%; }
    .navigation_bar ul li a{ padding:10px 15px; }
    .overlay{ width: 90%; }
}
