@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&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');

/* 👉 Core CSS  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Poppins", sans-serif !important;
    scroll-behavior: smooth;
    max-width: 100% !important;
}
/* Remove unwanted padding/margin from main content wrapper */
.site-content,
.content-area,
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
}
img{
    width: 100%;
}
ul{
    padding-left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
li{
    list-style: none !important;
}
a{
    text-decoration: none !important;
    color: inherit;
}
button{
    border: none;
    box-shadow: none;
}

p{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
p.paragraph:empty {
    line-height: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
    transition: all 0.3s ease;
}

/* 👉 Variables  */

:root {
    --orange: #fbbb57;
    --green: #00a676;
    --blue: #002277;
    --white: #ffffff;
    --grey: #666666;
    --black: #000000;
    --accent:#c49a6c;
    --muted:#f6f5f3;
    --dark: #0f1720;
    --glass: rgba(255,255,255,0.06);
}

/* ============================================= 👉 Global CSS ======================================== */

/*=========== Text ===============*/

.big-heading {
    color: var(--white);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

.heading {
    color: var(--blue);
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin: 0px 0 0 0;
    width: 70%;
}
.sub-heading {
    font-size: 26px;
    font-weight: 600;
    color: var(--blue);
}
.mid-heading {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
}
.small-heading {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}
.mini-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.mini-text {
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
}
.soft-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    color: var(--grey);
}
.paragraph, .paragraph a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.small-paragraph {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--grey);
}
.white-text{
    color: var(--white) !important;
}
.black-text{
    color: var(--black) !important;
}
.tagline-black {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
    padding: 0px 30px;
    letter-spacing: 0.4px;
}
.tagline-white {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    padding: 0px 30px;
    letter-spacing: 0.4px;
}
.tagline-circle{
    display: inline-block;
  font-size: 0.9rem;
  color: var(--blue);
  background: rgb(0 34 119 / 17%);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
}


/* 🎓 Left Icon */
.tagline-black::before, .tagline-white::before {
  content: "\f19d"; /* fa-graduation-cap */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--red);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* ➖ Right Line */
.tagline-black::after, .tagline-white::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--red), #00c3ff);
  border-radius: 2px;
  transform: translateY(-50%);
  transition: width 0.4s ease, opacity 0.4s ease;
  opacity: 0.8;
}

/* Hover effect */
.tagline-black:hover::before, .tagline-white:hover::before {
  transform: translateY(-50%) scale(1.2);
  color: #00c3ff;
}



/*=========== Margin ===============*/

.big-mt{
    margin-top: 40px;
}
.mid-mt{
    margin-top: 30px;
}
.small-mt{
    margin-top: 20px;
}
.min-mt{
    margin-top: 10px;
}
.zero-mt{
    margin-top: 0px;
}
.big-mb{
    margin-bottom: 40px;
}
.mid-mb{
    margin-bottom: 30px;
}
.small-mb{
    margin-bottom: 20px;
}
.min-mb{
    margin-bottom: 10px;
}
.zero-mb{
    margin-bottom: 0px;
}

/*=========== Section ===============*/

.section{
    padding: 70px 0;
    position: relative;
}
.intro-section-left {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.intro-section-center {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.breadcrumb-section {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    background-color: #eeeeee;
    border-radius: 15px;
    padding: 2px 9px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.breadcrumb-section p{
    margin: 0;
}
.btn-row{
    display: flex;
    align-items: center;
    gap: 10px;
}
.align-center{
    text-align: center;
}
.flexer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-banner{
    height: 240px;
    display: flex;
    align-items: center;
}

/*=========== Button ===============*/

.fill-btn, .submit-btn, .inquiry-btn {
    font-weight: 500;
    color: var(--white);
    background-color: var(--blue);
    border: solid 2px var(--blue);
    border-radius: 50px;
    font-size: 13px;
    padding: 12px 20px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.fill-btn:hover, .submit-btn:hover, .inquiry-btn:hover {
    color: var(--blue);
    background-color: var(--white);
    border: solid 2px var(--blue);
}
.outline-btn{
    font-weight: 500;
    color: var(--blue);
    background:var(--white);
    border: solid 2px var(--blue);
    border-radius: 50px;
    font-size: 13px;
    padding: 12px 20px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    backdrop-filter: blur(6px);
    width: fit-content;
    box-shadow:0 8px 30px rgba(0,0,0,.35);
}
.outline-btn:hover{
    color: var(--white);
    background-color: var(--blue);
    border: solid 2px var(--blue);
}
.icon-btn {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: var(--orange);
    color: var(--white);
    font-size: 16px;
    display: block;
    line-height: 30px;
    transition: .3s ease-in-out;
}
.icon-btn:hover{
    background-color: var(--blue);
    color: var(--white);
}
.event-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(90deg, #0078d7, #001fa6);
    color: #fff;
    transition: all 0.3s 
ease;
}
.whatsapp-btn {
    font-size: 24px;
    background-color: #128c7e;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
}

/*=========== Element ===============*/

.underline {
    width: 60px;
    height: 3px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #003676, #cdd0ff);
    margin: 5px 0;
}
.white-underline {
    width: 60px;
    height: 3px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #ffffff, #cdd0ff);
    margin: 12px 0 20px;
}
.hidden{
    display: none;
}

/*==================== Color ========================*/

.deep-bg {
  background: #091f38;
}
.deep-dense-bg{
    background: linear-gradient(180deg, rgb(9 31 56) 0%, rgb(9 31 56) 40%, rgb(0 32 88) 100%);
}
.dense-bg {
    background: linear-gradient(160deg, #012056 0%, #002b77 70%, #0040b5 100%);
}
.royal-bg {
    background: linear-gradient(180deg, #002277 0%, #0037a5 50%, #004eb9 100%);
}
.ocean-bg {
    background: linear-gradient(135deg, #0d4fb6 0%, #00398c 50%, #0057c2 100%);
}
.glass-bg {
    background: linear-gradient(125deg, rgba(0,34,119,0.08) 0%, rgba(0,52,155,0.18) 100%);
    backdrop-filter: blur(4px);
}
.mist-bg {
    background: linear-gradient(180deg, #f0f5ff 0%, #dce8ff 60%, #c9dbff 100%);
}
.soft-bg {
    background: linear-gradient(180deg, #ffffff 0%, #eef3ff 50%, #d9e8ff 100%);
}




.light-bg{
    background:light-bg: linear-gradient(125deg, rgba(0, 34, 119, 0.08) 0%, rgb(0 52 155) 100%);
}


