/* =========================================================
BESTGOADEALS PREMIUM HEADER V2
Full CSS – Same Layout Style, Better UI/UX
Blue + Gold Luxury Theme
All classes prefixed: bgdnew-
========================================================= */


/* =========================================================
1. GLOBAL RESET
========================================================= */

body {
margin: 0;
padding: 0;
font-family: 'Roboto Flex', sans-serif;
font-optical-sizing: auto;
font-weight: 450;
font-style: normal;
color: #222222;
background: #ffffff;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Flex', sans-serif;
font-weight: 700;
letter-spacing: -0.5px;
color: #0A2342;
}

a {
text-decoration: none;
transition: all 0.3s ease;
}

a:hover {
text-decoration: none;
}

img {
max-width: 100%;
height: auto;
display: block;
}


/* =========================================================
2. HEADER MAIN WRAPPER
========================================================= */

.bgdnew-header-main {
position: relative;
z-index: 9999;
}


/* =========================================================
3. TOP BAR
========================================================= */

.bgdnew-topbar-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}

/* Left */

.bgdnew-top-left {
display: flex;
align-items: center;
gap: 22px;
}

.bgdnew-top-left span {
font-size: 14px;
font-weight: 500;
}

.bgdnew-top-left i {
margin-right: 8px;
}

/* Center Logo */

.bgdnew-logo-center img {
max-height: 74px;
width: auto;
}

/* Right */

.bgdnew-top-right {
display: flex;
align-items: center;
gap: 24px;
}

.bgdnew-social-icons {
display: flex;
align-items: center;
gap: 12px;
}

.bgdnew-social-icons a {
color: #ffffff;
font-size: 15px;
}

.bgdnew-social-icons a:hover {
color: #D4AF37;
}

.bgdnew-top-right ul {
list-style: none;
display: flex;
align-items: center;
gap: 16px;
margin: 0;
padding: 0;
}

.bgdnew-top-right ul li a {
color: #ffffff;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.4px;
}

.bgdnew-top-right ul li a:hover {
color: #D4AF37;
}


/* =========================================================
4. NAVBAR AREA
========================================================= */

.bgdnew-navbar-area {
background: #0A2342;
position: relative;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.bgdnew-navbar > ul {
list-style: none;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
}

.bgdnew-navbar > ul > li {
position: relative;
}

.bgdnew-navbar > ul > li > a {
display: block;
font-family: 'Roboto Flex', sans-serif;
padding: 24px 18px;
color: #ffffff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.4px;
white-space: nowrap;
}

.bgdnew-navbar > ul > li > a:hover {
color: #D4AF37;
}


/* =========================================================
5. CTA BUTTON IN HEADER
========================================================= */

.bgdnew-header-cta a {
background: #ffeb00;
color: #0A2342 !important;
padding: 12px 24px !important;
border-radius: 50px;
font-weight: 700;
margin-left: 12px;
}

.bgdnew-header-cta a:hover {
background: #ffffff;
color: #0A2342 !important;
}


/* =========================================================
6. DROPDOWN MENU
========================================================= */

.bgdnew-dropdown {
position: relative;
}

.bgdnew-submenu {
position: absolute;
top: 100%;
left: 0;
min-width: 260px;
background: #ffffff;
display: none;
flex-direction: column;
padding: 0;
margin: 0;
list-style: none;
z-index: 99999;
border-radius: 0 0 10px 10px;
box-shadow: 0 18px 40px rgba(0,0,0,0.08);
overflow: hidden;
}

.bgdnew-submenu li a {
display: block;
padding: 15px 22px;
color: #222222 !important;
font-size: 14px;
font-weight: 600;
background: #ffffff;
border-bottom: 1px solid #f2f2f2;
}

.bgdnew-submenu li:last-child a {
border-bottom: none;
}

.bgdnew-submenu li a:hover {
background: #f8fbff;
color: #123C69 !important;
}

.bgdnew-dropdown:hover > .bgdnew-submenu {
display: flex;
}


/* =========================================================
7. MOBILE HEADER
========================================================= */

.bgdnew-mobile-header {
display: none;
justify-content: space-between;
align-items: center;
padding: 18px 22px;
background: #ffffff;
}

.bgdnew-mobile-logo {
max-width: 170px;
}

.bgdnew-mobile-logo img {
max-height: 60px;
object-fit: contain;
}


/* =========================================================
8. MOBILE HAMBURGER
========================================================= */

.bgdnew-mobile-toggle {
width: 54px;
height: 54px;
min-width: 54px;
border: 2px solid #000000;
background: transparent;
color: #000000;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 0;
line-height: 1;
}


/* =========================================================
9. FULL MOBILE OVERLAY MENU
========================================================= */

.bgdnew-mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: 100%;
background: #0A2342;
z-index: 999999;

padding: 24px;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;

opacity: 0;
visibility: hidden;
transition: all 0.35s ease;
}

.bgdnew-mobile-menu.active {
opacity: 1;
visibility: visible;
}


/* =========================================================
10. MOBILE MENU HEADER
========================================================= */

.bgdnew-mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
margin-bottom: 35px;
width: 100%;
}

.bgdnew-mobile-menu-header img {
max-height: 55px;
}

.bgdnew-mobile-menu-header button {
width: 54px;
height: 54px;
min-width: 54px;
border: 2px solid #ffffff;
background: transparent;
color: #ffffff;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 0;
line-height: 1;
}


/* =========================================================
11. MOBILE MENU LINKS
========================================================= */

.bgdnew-mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
}

.bgdnew-mobile-menu ul li {
margin-bottom: 22px;
}

.bgdnew-mobile-menu ul li a {
color: #ffffff;
font-size: 22px;
font-weight: 700;
display: block;
}

.bgdnew-mobile-menu ul li a:hover {
color: #D4AF37;
}


/* =========================================================
13. DEMO CONTENT SECTION
========================================================= */

.bgdnew-demo-section h1 {
font-size: 48px;
font-weight: 800;
margin-bottom: 20px;
color: #0A2342;
}

.bgdnew-demo-section p {
font-size: 18px;
color: #555555;
max-width: 700px;
margin: 0 auto;
}


/* =========================================================
14. DESKTOP HIDE MOBILE OVERLAY
========================================================= */

@media (min-width: 992px) {
.bgdnew-mobile-menu {
display: none !important;
}
}


/* =========================================================
15. TABLET + MOBILE
========================================================= */

@media (max-width: 991px) {

.bgdnew-topbar {
display: none !important;
}

.bgdnew-navbar {
display: none !important;
}

.bgdnew-mobile-header {
display: flex !important;
}

.bgdnew-navbar-area {
background: #0A2342;
width: 100%;
}
}



/* =========================================================
DESKTOP TOP LOGO AREA FIX
========================================================= */

.bgdnew-topbar {
background: #ffffff;
padding: 18px 0;
border-bottom: 1px solid #eeeeee;
}

.bgdnew-top-left span,
.bgdnew-top-left i,
.bgdnew-top-right ul li a,
.bgdnew-social-icons a {
color: #111111;
}

.bgdnew-top-right ul li a:hover,
.bgdnew-social-icons a:hover {
color: #D4AF37;
}

.bgdnew-logo-center {
background: #ffffff;
padding: 8px 20px;
border-radius: 6px;
}

.bgdnew-logo-center img {
max-height: 72px;
width: auto;
}

/* prevent desktop overflow */

.bgdnew-topbar-wrap,
.bgdnew-navbar > ul {
width: 100%;
max-width: 100%;
overflow: visible;
}

/* =========================================================
LUXURY SPACING VERSION
========================================================= */

.bgdnew-topbar .container {
padding-left: 50px;
padding-right: 50px;
}
/* =========================================================
MOBILE CLOSE BUTTON FIX
========================================================= */

/* keep header inside */

.bgdnew-mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}


/* =========================================================
MOBILE CTA FIX
========================================================= */

.bgdnew-mobile-cta a {
background: #D4AF37;
color: #0A2342 !important;
padding: 16px 20px;
border-radius: 40px;
display: block;
width: 100%;
font-weight: 700;
margin-top: 15px;
font-size: 16px;
text-align: center;
box-sizing: border-box;
}



/* =========================================================
WHITE TOP BAR PREMIUM FIX
========================================================= */

.bgdnew-topbar {
background: #ffffff;
padding: 18px 0;
border-bottom: 1px solid #eeeeee;
}

/* text color reset */

.bgdnew-top-left,
.bgdnew-top-right,
.bgdnew-top-left span,
.bgdnew-top-right span,
.bgdnew-top-left i,
.bgdnew-top-right i,
.bgdnew-top-right a {
color: #111111 !important;
font-size: 14px;
font-weight: 600;
}

/* mini logo */

.bgdnew-top-mini-logo img {
max-height: 50px;
width: auto;
}

/* trust text */

.bgdnew-top-trust {
font-weight: 700;
}

/* call / whatsapp */

.bgdnew-top-call {
font-weight: 700;
white-space: nowrap;
}

/* rating text */

.bgdnew-top-rating {
font-size: 13px;
color: #444444 !important;
}

/* Google Translate cleaner */

#google_translate_element {
margin-left: 10px;
}

.goog-te-gadget {
font-size: 0 !important;
color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
height: 38px;
padding: 6px 12px;
border: 1px solid #dddddd;
border-radius: 6px;
background: #ffffff;
color: #111111;
font-size: 14px !important;
font-weight: 500;
outline: none;
box-shadow: none;
}

/* remove ugly Google branding line */

.goog-logo-link,
.goog-te-gadget span {
display: none !important;
}

/* mobile */

@media (max-width: 991px) {
.bgdnew-topbar {
display: none !important;
}
}

/* =========================================================
HERO SECTION WITH BACKGROUND IMAGE + WHITE TRANSPARENT OVERLAY
========================================================= */

.bgdnew-demo-section {
position: relative;
padding: 110px 0;
background: url('images/beach-holidays-in-goa.webp') center center no-repeat;
background-size: cover;
overflow: hidden;
}
/* Transparent White Overlay */

.bgdnew-demo-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

background: rgba(255, 255, 255, 0.78);

z-index: 1;
}

/* Content Above Overlay */

.bgdnew-demo-content {
position: relative;
z-index: 2;
text-align: center;
max-width: 850px;
margin: 0 auto;
}

.bgdnew-demo-content h1 {
font-size: 64px;
font-weight: 800;
color: #0A2342;
margin-bottom: 25px;
line-height: 1.2;
}

.bgdnew-demo-content p {
font-size: 22px;
line-height: 1.8;
color: #444444;
max-width: 760px;
margin: 0 auto;
font-weight: 400;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 991px) {

.bgdnew-demo-section {
padding: 120px 0;
}

.bgdnew-demo-content h1 {
font-size: 46px;
}

.bgdnew-demo-content p {
font-size: 18px;
}
}

@media (max-width: 768px) {

.bgdnew-demo-section {
padding: 90px 0;
}

.bgdnew-demo-content h1 {
font-size: 34px;
}

.bgdnew-demo-content p {
font-size: 16px;
line-height: 1.7;
}
}

/* =========================================================
PREMIUM ARTICLE LAYOUT
========================================================= */

.bgdnew-article-section {
padding: 100px 0;
background: #ffffff;
}

.bgdnew-article-wrap {
max-width: 850px;
margin: 0 auto;
padding: 0 20px;
}

/* H2 */

.bgdnew-article-wrap h2 {
font-size: 42px;
line-height: 1.3;
font-weight: 800;
color: #0A2342;
margin-bottom: 35px;
}

/* H3 */

.bgdnew-article-wrap h3 {
font-size: 28px;
line-height: 1.4;
font-weight: 700;
color: #111111;
margin-top: 45px;
margin-bottom: 22px;
}

/* Paragraph */

.bgdnew-article-wrap p {
font-size: 18px;
line-height: 1.8;
color: #555555;
margin-bottom: 28px;
font-weight: 400;
}

/* UL */

.bgdnew-article-list {
padding-left: 24px;
margin-bottom: 35px;
}

.bgdnew-article-list li {
font-size: 17px;
line-height: 1.9;
color: #444444;
margin-bottom: 12px;
}

/* CTA */

.bgdnew-article-cta {
margin-top: 80px;
padding: 55px;
background: #f8fbff;
border-left: 5px solid #ffeb00;
}

.bgdnew-article-btn {
display: inline-block;
margin-top: 15px;
background: #ffeb00;
color: #0A2342;
padding: 16px 32px;
font-weight: 700;
border-radius: 4px;
}


/* =========================================================
TOP CTA STRIP PREMIUM SPACING
========================================================= */

.bgdnew-footer-topcta {
background: linear-gradient(90deg, #1b8ed1, #0A2342);
padding: 0;
overflow: hidden;
}

.bgdnew-footer-topcta-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
min-height: 230px;
}

/* LEFT IMAGE */

.bgdnew-footer-team {
flex: 0 0 180px;
display: flex;
align-items: flex-end;
}

.bgdnew-footer-team img {
max-height: 250px;
width: auto;
display: block;
}

/* CENTER CONTENT */

.bgdnew-footer-topcta-content {
flex: 1;
padding: 20px 0;
}

.bgdnew-footer-topcta-content h2 {
font-size: 38px;
line-height: 1.4;
font-weight: 700;
color: #ffffff;
margin-bottom: 18px;
letter-spacing: -0.3px;
}

.bgdnew-footer-topcta-content h2 span {
color: #ffb300;
font-weight: 800;
}

.bgdnew-footer-topcta-content p {
font-size: 18px;
color: rgba(255,255,255,0.92);
margin: 0;
line-height: 1.8;
}

/* RIGHT CTA BUTTON */

.bgdnew-footer-topcta-btn {
flex-shrink: 0;
}

.bgdnew-footer-topcta-btn a {
background: #ffffff;
color: #111111;
padding: 20px 42px;
font-size: 16px;
font-weight: 700;
display: inline-block;
border-radius: 2px;
transition: 0.3s;
}

.bgdnew-footer-topcta-btn a:hover {
background: #D4AF37;
color: #0A2342;
}

/* =========================================================
BESTGOADEALS FOOTER
REBUILT TO MATCH SCREENSHOT 1 STYLE
Clean Premium Horizontal Layout
========================================================= */


/* =========================================================
MAIN FOOTER SECTION
========================================================= */

.bgdnew-footer-content {
background: #050505;
padding: 80px 0 70px;
}

.bgdnew-footer-main .container {
max-width: 1320px;
margin: 0 auto;
padding-left: 50px;
padding-right: 50px;
}


/* =========================================================
ROW PERFECT HORIZONTAL ALIGNMENT
========================================================= */

.bgdnew-footer-content .row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 50px;
}


/* =========================================================
COLUMN 1 — BRAND AREA
========================================================= */

.bgdnew-footer-logo {
max-width: 260px;
margin-bottom: 30px;
display: block;
}

.bgdnew-footer-box:first-child p {
font-size: 15px;
line-height: 1.9;
color: rgba(255,255,255,0.78);
margin-bottom: 22px;
}


/* =========================================================
ALL OTHER COLUMNS
========================================================= */

.bgdnew-footer-box h3 {
font-size: 18px;
font-weight: 700;
color: #ffffff;
margin-bottom: 28px;
white-space: nowrap;
}

.bgdnew-footer-box ul {
list-style: none;
margin: 0;
padding: 0;
}

.bgdnew-footer-box ul li {
margin-bottom: 14px;
}

.bgdnew-footer-box ul li a {
font-size: 15px;
color: rgba(255,255,255,0.82);
transition: 0.3s;
white-space: nowrap;
}

.bgdnew-footer-box ul li a:hover {
color: #D4AF37;
}

@media (max-width: 991px) {

.bgdnew-footer-topcta {
padding: 0;
overflow: hidden;
}

.bgdnew-footer-topcta-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

text-align: center;
padding: 50px 0;
min-height: auto;
gap: 25px;
}

.bgdnew-footer-team {
flex: unset;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.bgdnew-footer-team img {
max-height: 180px;
width: auto;
margin: 0 auto;
display: block;
}

.bgdnew-footer-topcta-content {
width: 100%;
padding: 0;
}

.bgdnew-footer-topcta-content h2 {
font-size: 30px;
line-height: 1.4;
margin-bottom: 15px;
word-break: normal;
}

.bgdnew-footer-topcta-content p {
font-size: 16px;
line-height: 1.8;
}

.bgdnew-footer-topcta-btn {
width: 100%;
display: flex;
justify-content: center;
}

.bgdnew-footer-topcta-btn a {
width: auto;
min-width: 220px;
text-align: center;
}
}
/* =========================================================
CONTACT COLUMN
========================================================= */

.bgdnew-footer-contact li {
font-size: 15px;
line-height: 1.8;
color: rgba(255,255,255,0.85);
margin-bottom: 18px;
white-space: nowrap;
}


/* =========================================================
BOTTOM FOOTER
========================================================= */

.bgdnew-footer-bottom {
background: #050505;
border-top: 1px solid rgba(255,255,255,0.08);
padding: 30px 0;
}

.bgdnew-footer-bottom-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}

.bgdnew-footer-bottom-left,
.bgdnew-footer-bottom-right {
font-size: 14px;
color: rgba(255,255,255,0.72);
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 991px) {

.bgdnew-footer-content .row {
flex-wrap: wrap;
gap: 40px;
}

.bgdnew-footer-box:first-child {
width: 100%;
}

.bgdnew-footer-box {
width: calc(50% - 20px);
}

.bgdnew-footer-contact li,
.bgdnew-footer-box ul li a,
.bgdnew-footer-box h3 {
white-space: normal;
}

.bgdnew-footer-bottom-wrap {
flex-direction: column;
gap: 12px;
text-align: center;
}
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 768px) {

.bgdnew-mobile-logo {
max-width: 150px;
}

.bgdnew-mobile-toggle {
width: 48px;
height: 48px;
min-width: 48px;
font-size: 24px;
}

.bgdnew-mobile-menu {
padding: 20px;
}

.bgdnew-mobile-menu-header img {
max-height: 46px;
}

.bgdnew-mobile-menu-header button {
width: 42px;
height: 42px;
min-width: 42px;
font-size: 22px;
}

.bgdnew-mobile-menu ul li {
margin-bottom: 18px;
}

.bgdnew-mobile-menu ul li a {
font-size: 18px;
line-height: 1.5;
}

.bgdnew-mobile-cta a {
width: 100%;
padding: 14px 16px;
font-size: 14px;
}
}


/* =========================================================
STICKY MOBILE BAR
========================================================= */

.bgdnew-sticky-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
    z-index: 99999;

    display: none;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #eeeeee;
}

.bgdnew-sticky-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 14px 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.3s;
}

.bgdnew-sticky-btn i {
    font-size: 18px;
    margin-bottom: 5px;
}

/* WHATSAPP */

.bgdnew-whatsapp-btn {
    color: #25D366;
}

/* CALL */

.bgdnew-call-btn {
    color: #0A2342;
}

/* PLAN */

.bgdnew-plan-btn {
    color: #D4AF37;
}

/* HOVER */

.bgdnew-sticky-btn:hover {
    background: #f8f8f8;
}


/* =========================================================
DESKTOP FLOATING WHATSAPP
========================================================= */

.bgdnew-floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 120px;
    z-index: 9999;
}

.bgdnew-floating-whatsapp a {
    background: #25D366;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition: 0.3s;
}

.bgdnew-floating-whatsapp a:hover {
    transform: translateY(-2px);
}

.bgdnew-floating-whatsapp i {
    font-size: 20px;
}


/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .bgdnew-sticky-mobile-bar {
        display: grid;
    }

    .bgdnew-floating-whatsapp {
        display: none;
    }

    body {
        padding-bottom: 75px;
    }
}

/* =========================================================
CONTACT US PREMIUM SECTION
Separate CSS File
Unique Prefix: bgdcontact-
No Conflict with Existing Styles
Mobile Responsive Premium UI
Based on contact-us2.php Layout
========================================================= */


/* =========================================================
MAIN SECTION
========================================================= */

.bgdcontact-section {
    padding: 140px 0 110px;
    background: #fcfbf8;
}

.bgdcontact-section .container {
    padding-left: 45px;
    padding-right: 45px;
}

.bgdcontact-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}


/* =========================================================
LEFT SIDE
========================================================= */

.bgdcontact-left {
    flex: 0 0 48%;
    max-width: 48%;
}

.bgdcontact-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d4af37;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bgdcontact-left h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #0A2342;
    margin-bottom: 25px;
}

.bgdcontact-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 35px;
}


/* =========================================================
INFO GRID
========================================================= */

.bgdcontact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.bgdcontact-info-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.bgdcontact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #fff5d6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 20px;
}

.bgdcontact-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0A2342;
}

.bgdcontact-info-box p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #666666;
}


/* =========================================================
SOCIAL
========================================================= */

.bgdcontact-social h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #0A2342;
}

.bgdcontact-social-icons {
    display: flex;
    gap: 12px;
}

.bgdcontact-social-icons a {
    width: 42px;
    height: 42px;
    background: #fff5d6;
    color: #0A2342;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}

.bgdcontact-social-icons a:hover {
    background: #d4af37;
    color: #ffffff;
}


/* =========================================================
RIGHT FORM BOX
========================================================= */

.bgdcontact-form-box {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 55px;
    margin-top: -40px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
    border: 1px solid #f5f5f5;
}

.bgdcontact-form-box h3 {
    font-size: 36px;
    font-weight: 800;
    color: #0A2342;
    margin-bottom: 15px;
}

.bgdcontact-form-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 35px;
}


/* =========================================================
FORM GRID
========================================================= */

.bgdcontact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.bgdcontact-field {
    margin-bottom: 18px;
}

.bgdcontact-field.full {
    grid-column: span 2;
}

.bgdcontact-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333333;
}

.bgdcontact-field input,
.bgdcontact-field textarea {
    width: 85%;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 15px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.bgdcontact-field textarea {
    resize: vertical;
    min-height: 160px;
}


/* =========================================================
SUBMIT BUTTON
========================================================= */

.bgdcontact-submit {
    margin-top: 10px;
}

.bgdcontact-submit button {
    width: 100%;
    background: #d4af37;
    color: #0A2342;
    border: none;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.bgdcontact-submit button:hover {
    background: #0A2342;
    color: #ffffff;
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 991px) {

    .bgdcontact-section {
        padding: 80px 0;
    }

    .bgdcontact-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .bgdcontact-left,
    .bgdcontact-form-box {
        max-width: 100%;
        width: 100%;
    }

    .bgdcontact-left h2 {
        font-size: 38px;
    }

    .bgdcontact-form-box {
        padding: 35px;
    }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 768px) {

    .bgdcontact-section {
        padding: 60px 21px;
    }

    .bgdcontact-left h2 {
        font-size: 30px;
    }

    .bgdcontact-info-grid {
        grid-template-columns: 1fr;
    }

    .bgdcontact-form-grid {
        grid-template-columns: 1fr;
    }

    .bgdcontact-field.full {
        grid-column: span 1;
    }

    .bgdcontact-form-box {
        padding: 28px 0px;
    }

    .bgdcontact-form-box h3 {
        font-size: 28px;
    }

    .bgdcontact-social-icons {
        flex-wrap: wrap;
    }
}

/* CONTACT PAGE FIX — Prevent WhatsApp overlap */

.contact-page .bgdnew-floating-whatsapp {
    bottom: 40px;
    right: 25px;
    z-index: 999;
}

@media (max-width: 991px) {
    .contact-page .bgdnew-floating-whatsapp {
        display: none;
    }
}