@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;}
.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;}
p{font-size: 15px;font-weight: 400;line-height: 1.5;margin-bottom: 0;}
p.paragraph:empty {line-height: 0px !important;}
h1, h2, h3, h4, h5, h6 {transition: all 0.3s ease;}

:root {--orange: #fd7702;--blue: #003366;--white: #ffffff;--dark: #000000;--black: #333333;--muted:#f6f5f3;}

/*=========== TYPOGRAPHY ===============*/

.big-heading {font-size: 60px;font-weight: 800;line-height: 1.2;}
.heading {font-size: 36px;font-weight: 700;margin-bottom: 0px;}
.heading span {color:var(--orange);}
.sub-heading {font-size: 22px;font-weight: 600;margin-bottom: 0px;line-height:1.2;}
.mid-heading {color: var(--blue);font-size: 18px;font-weight: 500;}
.mini-heading {font-size: 15px;font-weight: 600;line-height: 25px;margin: 0;}
.small-heading {color: var(--black);font-size: 17px;font-weight: 600;margin-bottom: 0;}
.big-paragraph{font-size: 15px;font-weight: 400;line-height: 1.6;margin-bottom: 0;}
.paragraph, .paragraph a {font-size: 15px;font-weight: 400;line-height: 1.5;margin-bottom: 0;}
.small-paragraph {font-size: 13px;font-weight: 400;line-height: 1.5;margin: 0;color: var(--grey);}
.bold-text {font-size: 14px;font-weight: 600;line-height: 1.3;margin: 0;}

.small-text {display: block;font-size: 12px;color: #555;}
.tagline {display: inline-flex;align-items: center;gap: 10px;font-size: 14px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.6px;
  color: #111;background: #f4f4f4;padding: 8px 18px;border-radius: 50px;position: relative;overflow: hidden;
  animation: taglineReveal 0.7s ease forwards;}
.tagline::before {content: "";width: 6px;height: 18px;border-radius: 4px;background: linear-gradient(135deg, #ffbb80, #fd7702);
  display: inline-block;transition: 0.3s ease;}
.underline{width: 70px;}

/*=========== MARGIN ===============*/

.mt-40{margin-top: 40px;}
.mt-30{margin-top: 30px;}
.mt-20{margin-top: 20px;}
.mt-10{margin-top: 10px;}
.mt-6{margin-top: 6px;}
.mt-0{margin-top: 0px;}
.mb-40{margin-bottom: 40px;}
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-6{margin-bottom: 6px;}
.mb-0{margin-bottom: 0px;}

.m-auto{margin: 0 auto;}

.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}

.w-80{width: 80%;}

/*=========== COLOR ===============*/

.bg-soft{background-color:#f4f4f4;}
.bg-blue { background: #dbeafe; }
.bg-yellow { background: #fef9c3; }
.bg-green { background: #dcfce7; }
.bg-purple { background: #e9d5ff; }
.bg-pink { background: #e7cfd4; }
.bg-grey { background: #cfd8df; }

.blue-text{color:var(--blue);}
.white{color: var(--white)}
.black{color: var(--black)}
.orange{color: var(--orange)}
.blue{color: var(--blue)}

/*=========== SECTION ===============*/

.section{padding: 55px 0;position: relative;}
.align-center{text-align: center;}
.align-right{text-align: right;}
.relative{position: relative;}
.section-head-left {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.section-head-center {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.section-head-left p, .section-head-center p {
    max-width: 80%;
}
.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;
}

.flexer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-banner{height: 270px;padding-top: 70px;display: flex;align-items: center;}

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


.fill-btn, .submit-btn, .inquiry-btn {font-weight: 600;color: var(--white);background-color: var(--orange);border: solid 2px var(--orange);border-radius: 4px;
    font-size: 12px;padding: 6px 20px;transition: .3s ease-in-out;text-transform: uppercase;text-decoration: none;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;}
.outline-btn{font-weight: 600;color: var(--black);background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));border: solid 2px var(--black);
    border-radius: 4px;font-size: 12px;padding: 6px 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);}
.small-btn {font-weight: 600;color: var(--black);background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));border: solid 2px var(--black);
    border-radius: 4px;font-size: 12px;padding: 4px 12px;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);}
.hero-btn {background: var(--orange);color: var(--white);padding: 10px 25px;border-radius: 4px;text-decoration: none;font-weight: 600;
    border: solid 2px var(--orange);transition: 0.3s;}
.fill-btn:hover, .submit-btn:hover, .inquiry-btn:hover, .hero-btn:hover, .small-btn:hover {
    color: var(--white);
    background-color: var(--orange);
    border: solid 2px var(--orange);
}
.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;
}
.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(--black);
    color: var(--white);
}
.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: 12px 0 20px;
}
.white-underline {
    width: 60px;
    height: 3px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #ffffff, #cdd0ff);
    margin: 12px 0 20px;
}
.hidden{
    display: none;
}