
@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;scroll-behavior: smooth;max-width: 100% !important;background: var(--bg-dark);overflow-x: hidden;
    font-family: "Segoe UI", sans-serif;color: #fff;}
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(--white)}
p{font-size: 15px;font-weight: 400;line-height: 20px;margin: 0!important;}
button{border: none;}
p.paragraph:empty {line-height: 0px !important;}

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



/*============== VARIABLES ==============*/

:root {
    --bg-gradient: #031c2b;
    --bg-green: #03252f;
    --bg-deep: #001a2a;
    --bg-blue: #04273c;
    --bg-light: #f6f6f6;
    
    --orange:#ff6600;
    --blue: #4ea3ff;
    --white: #ffffff;
    --dark: #06212f;
    --black: #000000;
    --grey: #cfcfcf;
    
    --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: 52px;line-height: 1.15;font-weight: 700;}
.heading {font-size: 40px;font-weight: 700;letter-spacing: 0.5px;line-height: 1.2;color: var(--black);}
.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;
    color: var(--black);
}
.small-heading {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    line-height: 1.2;
}
.mini-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
.big-paragraph {color:var(--grey);font-size: 16px !important;max-width: 520px;line-height: 1.7;color:var(--black);}
.paragraph, .paragraph a {
    font-size: 14px;
    line-height: 1.5;
}
.small-paragraph {
    font-size: 13px;
    color: var(--text-muted);
}
.mini-text{
    font-size: 12px;
}
.label-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dim);
    margin-bottom: 5px;
    display: block;
}
.tagline{color: var(--orange);font-size: 13px;letter-spacing: 3px;font-weight: 600;display: inline-block;}


/* --------------------------------------------
   COLOR TEXT
---------------------------------------------- */
.orange{color:var(--orange)}
.white{color: var(--white) !important;}
.black{color: var(--black) !important;}
.blue-text{
    color: var(--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: flex;align-items: center;gap: 6px;padding:4px 15px 4px 6px;background:var(--orange);
    color:var(--white);border-radius: 40px;font-weight: 600;text-transform: uppercase;font-size: 15px;text-decoration: none;transition: 0.25s;}
.fill-btn .arrow-circle {width: 27px;height: 27px;background:var(--white);border-radius: 50%;display: flex;align-items: center;
    justify-content: center;font-size: 18px;transition: transform 0.3s;color: var(--orange);}

.outline-btn {
    width: fit-content;
    white-space: nowrap;
    padding: 14px 25px; 
    border-radius: 10px;
    text-decoration: none; 
    font-size: 16px; 
    display: inline-block; 
    transition: 0.3s;
    border: 1px solid var(--blue); 
    color: var(--blue); 
    transition: 0.25s;    
}
.icon-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: var(--black);
  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;
}


/* --------------------------------------------
   SECTION WRAPPER SPACING
---------------------------------------------- */
.group-btn{
    display: flex;
    gap: 20px;
    align-items: center;
}
.section{
    padding: 70px 0;
}
.small-section {
    padding: 50px 0;
}
.page-banner{
    background-color: #0b1c3f;
    height: 300px;
}
.banner-content{
    height: 300px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
}


/* --------------------------------------------
   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);}


/* --------------------------------------------
   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;
}


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

#inquiryModal.modal {
    position: fixed; top: 50px; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
}
#inquiryModal .modal-content {
    background: var(--white); padding: 20px; width: 90%; max-width: 400px; border-radius: 8px;
    position: relative;
}
#inquiryModal .close-btn {
    position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 20px;
}
#inquiryForm.contact-form {
     background: transparent; 
    border: 1px solid rgba(0, 255, 150, 0.25);
     backdrop-filter: blur(0px); 
    border: none;
    padding: 0px; 
    border-radius: 0px;
}
#inquiryForm.contact-form input, #inquiryForm.contact-form textarea{
    color: var(--black);
    margin-bottom: 10px;
}

/*================ NAVIGATION ========================*/

.menu-toggle, .menu-close, .mobile-title{
    display: none;
}

@media (max-width: 768px) {
.desktop-title, .header-action{
    display: none;
}
.min-mg {
    margin-top: 10px !important;
}  
.mid-mg {
    margin-top: 20px !important;
}
.section, .footer-section {
    padding: 40px 0 !important;
}
.mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header {
    backdrop-filter: none;
}
.header-block {
    height: 75px;
}
.site-nav {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background: #fff;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu {
    flex-direction: column;
}
.menu li a {
    font-size: 20px;
}
.menu-toggle {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.menu-close {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin-left: auto;
}
.header-contact{
    display: none;
}
.site-nav.active {
    right: 0;
}
.logo {
    width: 100px;
    margin-top: 0;
    padding: 5px;
    z-index: 9;
    position: relative;
}
.mobile-title{
    color: var(--blue);
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    display: flex;
    align-items: center;
    margin: 0 0 0 0px;
}
.heading {
    font-size: 25px;
    line-height: 30px;
}
.big-heading {
    font-size: 40px;
}
.mini-heading{
    font-size: 15px;
    line-height: 20px;
}
.fill-btn, .submit-btn, .inquiry-btn, .outline-btn {
    padding: 12px 15px;
    font-size: 14px;
}
.group-btn {
    flex-wrap: wrap;
}
.package-card, .feature-card, .testimonial-card, .footer-col{
    margin-bottom: 20px;
    height: auto;
}
.package-card:has(.package-page), .testimonial-card:has(.testimonial-page){
    margin-bottom: 0px;
}
.package-image:has(.package-page){
    margin-top: 20px;
}
.footer-bottom .container {
    flex-direction: column;
}
.filter-container {
    justify-content: space-between;
}
.filter-select {
    min-width: 48%;
}
}

