﻿@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* GLOBAL STYLES */
body {
    font-family: 'Poppins', sans-serif;
    color: #1f1f1f;
    background-color: #fff;
    overflow-x: hidden;
}

.text-orange { color: #ff693d !important; }
.text-yellow { color: #ffdc1c !important; }
.bg-orange { background-color: #ff693d !important; }
.bg-light-orange { background-color: #fffaf9; }

/* NAVBAR */
.nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
}

.nav-btn-active {
    color: #ff693d !important;
    border: 1px solid #ff693d;
    border-radius: 8px;
    margin-right: 10px;
}

/* STICKY TOP STRIP */
.sticky-contact-bar {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 15px; border-top:1px #ddd solid;}


.btn-orange {
    background-color: #ff693d;
    color: white;
    border: none;
    transition: 0.3s;
}

.btn-orange:hover {
    background-color: #e55a33;
    color: white;
}

/* CARDS */
.course-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.course-card:hover {
    transform: translateY(-10px);
    border-color: #ff693d;
}

.location-card {
    border-radius: 16px;
    max-width: 450px;
}

.hero-section{background:#ff693d;}
.hero-section h2{color:#fff!important;}
.hero-section h1{color:yellow!important;}

.hero-section .btn-orange{color:#fff; text-align:left; font-size:17px; padding:0!important; padding-left:50px!important; position:relative; text-decoration:underline;}
.hero-section .btn-orange i{position:absolute; left:10px; top:5px; font-size:38px;}


.hero-sub-card {
    background: #fff4f1;
    border-radius: 20px;
}


.custom-bullet::before {
    content: "\f138";
    color: #ff693d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: 0em;
    font-family:'Font Awesome 6 Free'; font-weight:900; margin-right:7px;
}

/* SECTIONS */
.ile-card img {
    border-bottom: 1px solid #eee;
}

.tour-video-thumb {
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #ff693d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.ivsat-banner {
    background: #01202b;
    border-radius: 0;
}

.booking-section {
    background: #eee;
}
.text-orange{color:#ff693d!important;}



/* Highlight background animation */
.highlight-text {
    display: inline-block;
    animation: zoomFloat 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform;
}

/* Keyframes: zoom + slight upward movement */
@keyframes zoomFloat {
    0% {
        transform: scale(1) translateY(0px);
    }
    50% {
        transform: scale(1.05) translateY(-8px);
    }
    100% {
        transform: scale(1) translateY(0px);
    }
}


.mapContact{background:#f3f1fe!important; padding:30px 0; display:block;}
.mapContact h3{color:#5d41be; font-weight:700;}

.text-right{text-align:right;}


/* FORMS */
.form-control, .form-select {
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.btn-outline-orange {
    border-color: #ff693d;
    color: #ff693d;
}

/* ACCORDION */
.accordion-button:not(.collapsed) {
    background-color: #fff4f1;
    color: #ff693d;
    box-shadow: none;
}


.parentArea{padding:60px 0; display:block; overflow:hidden; background:#fff4f1;}
.parentArea img{height:60px;}
.parentArea p{font-size:17px;}

.floting-buttons{position:fixed; left:12px; bottom:12px; z-index:999;}

/* Golden Button Styling */
.floting-buttons a {
    display:block;
    width: 40px;
    height: 40px; line-height:40px; text-align:center;
    border-radius: 50%;
    background: #ff693d;
    color: #fff; /* Dark Maroon from your header */
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 1px solid #ff693d;
    margin: 5px;
}

.floting-buttons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.4);
    background:#fff;
    color:#ff693d;
}


.thankyou-box {
	background: #fff;
	padding: 50px;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	text-align: center;
	width: 100%;
}

.thankyou-box h1 {
	color: var(--orange);
	margin-bottom: 15px;
}

.thankyou-box p {
	color: #555;
	font-size: 16px;
	margin-bottom: 30px;
}

.btn-home {
	display: inline-block;
	padding: 14px 30px;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	transition: 0.3s;
}
.btn-home:hover {
	background: #333;
}


.privacy-section {
            padding: 70px 0;
        }

        .privacy-box {
            background: #fff;
            padding: 50px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .privacy-box h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #111;
        }

        .privacy-box h2 {
            font-size: 24px;
            font-weight: 600;
            margin-top: 35px;
            margin-bottom: 15px;
            color: #222;
        }

        .privacy-box p,
        .privacy-box li {
            font-size: 16px;
            color: #555;
        }

        .privacy-box ul {
            padding-left: 20px;
        }

        .last-updated {
            color: #888;
            font-size: 14px;
            margin-bottom: 30px;
        }

        .contact-box {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            margin-top: 20px;
        }


@media (max-width: 767px){
.navbar .me-3.text-end, .navbar-brand, .mapContact .text-right, .mapContact h3{width:100%; text-align:center!important; margin:5px 0;}
}

