
/* ===========================
        GLOBAL STYLING
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&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&family=Satisfy&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;
    background: var(--bg-dark);
    overflow-x: hidden;
}
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;
}
a:hover{color: var(--blue)}
p{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
p.paragraph:empty {line-height: 0px !important;}

/* ===== GLOBAL SCROLLBAR STYLE ===== */

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    width: 3px;
    height: 3px; /* horizontal scrollbars */
}

*::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 10px;
    box-shadow: 0 0 6px var(--green);
}

*::-webkit-scrollbar-thumb:hover {
    background: #00ff99;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--green) rgba(255,255,255,0.05);
}


/* 👉 Variables  */

:root {
    --bg-grey: #F6F8FA;
    --bg-green: #03252f;
    --bg-deep: #001a2a;
    --bg-blue: #04273c;
    --bg-light-blue: #EAF3FF;
    --bg-light-green: #E9F7EF;
    --bg-light: #f6f6f6;
    

    /* --blue: #1f54a3; */
    --deep-blue: #1f54a3;
    --white: #ffffff;
    --dark: #06212f;
    --black: #000000;
    --grey: #666666;

    --blue: #1A4C86; /* logo blue */    
    --green: #4CB050; /* logo green */    
    --yellow: #F4C532; /* logo yellow */
    
    --text-muted: #bdbdbd;
    --text-dark: #222;
    --text-light: #eee;
    
    --glass: rgba(255,255,255,0.06);
    --shadow: 0 8px 20px rgba(0,0,0,0.1);
    
}

/* --------------------------------------------
   TYPOGRAPHY
---------------------------------------------- */
.big-heading {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 1px 1px 2px #010101, 2px 2px 1px #000000;
}
.heading {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.sub-heading {
    font-size: 32px;
    color: var(--text-light);
    font-weight: 600;
    line-height: 1.2;
}
.mid-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.small-heading {
    font-size: 22px;
    color: #1d3557;
    font-weight: 600;
}
.mini-heading {
    font-size: 18px;
    color: #1d3557;
    font-weight: 600;
}
.bold-paragraph {
    font-size: 15px;
    color: #1d3557;
    font-weight: 600;
}
.big-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #415a77;
}
.paragraph, .paragraph a {
    font-size: 15px;
    color: #445c78;
    line-height: 1.5;
}
.small-paragraph {
    font-size: 14px;
    color: #445c78;
    line-height: 1.5;
}
.mini-text{
    font-size: 12px;
}
.label-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dim);
    margin-bottom: 5px;
    display: block;
}
.label-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--yellow);
    margin-bottom: 12px;
    text-transform: uppercase;
}
.tagline-light{
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--oceanBlue);
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tagline-dark {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-text {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    margin-bottom: 16px;
}

/* --------------------------------------------
   COLOR TEXT
---------------------------------------------- */

.white-text{color: var(--white) !important;}
.black-text{color: var(--black) !important;}
.blue-text{color: var(--deep-blue);}
.grey-text{color: var(--grey);}
.muted-text{color: var(--text-muted);}

/* --------------------------------------------
   BUTTONS
---------------------------------------------- */
.fill-btn, .submit-btn, .inquiry-btn {
    width: fit-content;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 20px;
    background: var(--blue);
    border: 1px solid var(--blue);
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .12);
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.outline-btn {
    width: fit-content;
    white-space: nowrap;
    display: inline-block; 
    padding: 8px 20px; 
    border-radius: 8px;
    font-size: 16px; 
    background-color: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.icon-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: var(--black);
  border: 1px solid var(--blue);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: solid 2px transparent;
}
.icon-btn:hover {
  transform: scale(1.1);
  color: var(--white);
  box-shadow: var(--neon-glow);
}
.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;
}
.small-btn {
    padding: 6px 14px;
    font-size: 12px;
    width: fit-content;
    white-space: nowrap;
    background: var(--blue);
    color: var(--white);
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid var(--blue); 
    cursor: pointer;
    transition: 0.25s;
    text-transform: uppercase;
}
.fill-btn:hover, .outline-btn:hover, .auth-btn:hover, .small-btn:hover, .fill-btn-sq:hover, .inquiry-btn:hover {
    background: var(--blue); 
    color: var(--white); 
    border: 1px solid var(--blue);
}

/* --------------------------------------------
   SECTION WRAPPER SPACING
---------------------------------------------- */
.group-btn{
    display: flex;
    gap: 20px;
    align-items: center;
}
.section{
    padding: 70px 0;
}
.small-section {
    padding: 50px 0;
}
.page-banner {
    position: relative;
    background: url("https://images.pexels.com/photos/236089/pexels-photo-236089.jpeg") center/cover no-repeat;
    padding: 120px 0;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}
.page-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(10, 36, 99, 0.65),
        rgba(10, 36, 99, 0.65)
    );
    backdrop-filter: blur(2px);
}
.page-banner .banner-content {
    position: relative;
    color: #fff;
    max-width: 760px;
    margin: auto;
    padding: 0 20px;
}


/* --------------------------------------------
   CARD DESIGN
---------------------------------------------- */
.glass-tag {
    background: rgba(255,255,255,0.08);
    padding: 10px 16px;
    border-radius: 8px;
    color: #d8f7e8;
    font-size: 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    backdrop-filter: blur(10px);
}
.green-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    padding: 6px 12px;
    background: rgba(13,191,109,0.25);
    border-radius: 6px;
    backdrop-filter: blur(6px);
    color: #c8ffdf;
}
.dark-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--dark);
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: .35s;
    color: var(--white);
    font-size: 15px;
}
.dark-tag:hover {
    background: rgba(13,191,109,0.15);
    border-color: rgba(13,191,109,0.4);
    transform: translateY(-4px);
}
.blue-tag {
    background: rgba(255,255,255,0.06);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    color: #c8dfe7;
}
.small-blue-tag {
    background: rgba(255, 255, 255, 0.06);
    padding: 5px 7px;
    font-size: 11px;
    border-radius: 6px;
    color: #c8dfe7;
}

/* --------------------------------------------
   FLEX HELPERS
---------------------------------------------- */

.flex {
    display: flex;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* --------------------------------------------
   GRID HELPERS
---------------------------------------------- */


/* --------------------------------------------
   UTILITY SPACING
---------------------------------------------- */
.mt-0{margin-top: 0px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}

.mb-0{margin-bottom: 0px;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}

.w-auto{width: auto;}
.w-60{width:60%;}
.w-40{width:60%;}

/* --------------------------------------------
   ALIGN & TEXT HELPERS
---------------------------------------------- */

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

/* --------------------------------------------
   BACKGROUND UTILITIES
---------------------------------------------- */

.bg-green {background: var(--bg-green);}
.bg-blue  {background: var(--bg-blue);}
.bg-deep  {background: var(--bg-deep);}
.bg-grey{background-color: var(--bg-grey);}
.bg-light-green{background-color: var(--bg-light-green);}
.bg-light-blue{background-color: var(--bg-light-blue);}


/* --------------------------------------------
   DIVIDER
---------------------------------------------- */
.divider {
    width: 70px;
    height: 3px;
    background: var(--neon-green);
    margin: 10px 0 20px;
    border-radius: 5px;
}
.underline {
  width: 70px;
  height: 6px;
  background: linear-gradient(90deg, #00ff6e, #001b11);
  border-radius: 3px;
  margin: 0.8rem 0 1.5rem;
  transition: all 0.5s ease;
}
.thin-underline {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #00ff6e, #001b11);
    border-radius: 3px;
    margin: 0.8rem 0 1.5rem;
    transition: all 0.5s ease;
}


/* --------------------------------------------
   CONDITIONAL
---------------------------------------------- */

.relative{
    position: relative;
}
.hidden{
    display: none;
}

/* --------------------------------------------
   FORM
---------------------------------------------- */

.input-item  {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d4dcec;
    border-radius: 7px;
    font-size: 14px;
}
textarea.input-item  {
  height: 100px;
}
.checkbox-field {
  display: flex;
  align-items: center;
}
.checkbox-field input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

/* --------------------------------------------
   INQUIRY MODAL
---------------------------------------------- */

/* #applyModal.modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
}
#applyModal .modal-header {
    background: #1976d2;
    color: white;
    border-radius: 18px 18px 0 0;
}
#applyModal .modal-content {
    background: var(--white); padding: 20px; width: 90%; max-width: 400px; border-radius: 8px;
    position: relative;
}
#applyModal .close-btn {
    position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 20px;
} */



