.elementor-6268 .elementor-element.elementor-element-19778af{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS */:root {
    --bat-blue: #007bc1;
    --bat-dark-blue: #065186;
    --bat-text: #1f2933;
    --bat-muted: #5f6f7f;
    --bat-light: #f7f7f7;
    --bat-border: #e2e8f0;
    --bat-white: #ffffff;
    --bat-max: 980px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--bat-text);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    scroll-behavior: smooth;
}

a {
    color: var(--bat-blue);
    text-decoration: none;
    font-weight: 600;
}

a:hover {
color: var(--bat-dark-blue);
text-decoration: underline;
}

img {
display: block;
max-width: 100%;
height: auto;
}

.bat-guide-page {
width: 100%;
background: #ffffff;
}

.bat-guide-container {
max-width: var(--bat-max);
margin: 0 auto;
padding: 56px 24px 72px;
}

.bat-guide-category {
margin-bottom: 12px;
color: var(--bat-dark-blue);
font-size: 16px;
font-weight: 600;
}

.bat-guide-title {
margin: 0 0 18px;
font-family: "Poppins", "Roboto", Arial, sans-serif;
font-size: clamp(36px, 5vw, 58px);
font-weight: 700;
line-height: 1.1;
letter-spacing: -0.03em;
}

.bat-guide-intro {
max-width: 900px;
margin: 0 0 24px;
color: #ffffff;
font-size: 20px;
line-height: 1.65;
opacity;0.95;
}

.bat-guide-hero {
background: linear-gradient(35deg, #0f172a 0%, #1e293b 15%, #2563eb 100%);
color: #ffffff;
border-radius: 28px;
padding: 56px 40px;
margin-bottom: 56px;
}

.bat-guide-eyebrow {
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 14px;
font-weight: 700;
opacity: 0.85;
margin-bottom: 16px;
}
.bat-guide-meta {
margin: 0 0 34px;
color: var(--bat-muted);
font-size: 15px;
}

.bat-guide-image {
margin: 34px 0 42px;
}

.bat-guide-image img {
width: 100%;
border-radius: 0;
height:240px;
}

.bat-guide-image figcaption {
margin-top: 10px;
color: var(--bat-muted);
font-size: 14px;
text-align: center;
}

.bat-guide-content h2 {
margin: 44px 0 16px;
color: #111827;
font-family: "Poppins", "Roboto", Arial, sans-serif;
font-size: clamp(28px, 4vw, 36px);
font-weight: 700;
line-height: 1.22;
letter-spacing: -0.02em;
}

.bat-guide-content h3 {
margin: 30px 0 12px;
color: #111827;
font-family: "Poppins", "Roboto", Arial, sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 1.3;
}

.bat-guide-content p {
margin: 0 0 20px;
}

.bat-guide-content ul,
.bat-guide-content ol {
margin: 0 0 26px 22px;
padding: 0;
}

.bat-guide-content li {
margin-bottom: 8px;
}

.bat-guide-content strong {
color: #111827;
}

.bat-callout {
margin: 32px 0;
padding: 24px 26px;
background: var(--bat-light);
border-left: 5px solid var(--bat-blue);
}

.bat-callout p:last-child,
.bat-callout ul:last-child,
.bat-callout ol:last-child {
margin-bottom: 0;
}

.bat-checklist {
margin: 28px 0;
padding: 26px;
background: #ffffff;
border: 1px solid var(--bat-border);
}

.bat-checklist h3 {
margin-top: 0;
}

.bat-two-column {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 22px;
margin: 30px 0;
}

.bat-column-card {
padding: 24px;
background: var(--bat-light);
border: 1px solid var(--bat-border);
}

.bat-column-card h3 {
margin-top: 0;
}

.bat-link-card {
margin: 26px 0;
padding: 26px;
background: var(--bat-light);
border: 1px solid var(--bat-border);
}

.bat-link-card h3 {
margin-top: 0;
}

.bat-final-cta {
margin: 54px 0 40px;
padding: 34px;
background: var(--bat-dark-blue);
color: #ffffff;
}

.bat-final-cta h2,
.bat-final-cta p {
color: #ffffff;
}

.bat-final-cta h2 {
margin-top: 0;
}

.bat-button {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 8px;
color: #ffffff;
padding: 14px 26px;
background: linear-gradient(45deg, var(--bat-blue), #009fe3);
font-weight: 700;
text-decoration: none;
border-radius: 6px;
border: 2px solid linear-gradient(135deg, var(--bat-blue), #009fe3);
box-shadow: 0 8px 20px rgba(0, 123, 193, 0.22);
transition: all 0.25s ease;
}

.bat-button:hover {
background: linear-gradient(135deg, var(--bat-blue), #009fe3);
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(6, 81, 134, 0.28);
}

.bat-button:focus {
outline: 3px solid rgba(0, 123, 193, 0.28);
outline-offset: 3px;
}

.bat-related {
margin-top: 50px;
padding-top: 34px;
border-top: 1px solid var(--bat-border);
}

.bat-related h2 {
margin-top: 0;Use "body.elementor-page-6268" to target wrapper element. Examples:
body.elementor-page-6268 {color: red;} // For main element
body.elementor-page-6268 .child-element {margin: 10px;} // For child element
.my-class {text-align: center;} // Or use any custom body.elementor-page-6268

Scroll Snap

}

.bat-related-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
margin-top: 22px;
}

.bat-related-card {
padding: 24px;
background: var(--bat-light);
border: 1px solid var(--bat-border);
}

.bat-related-card h3 {
margin: 0 0 10px;
font-size: 21px;
}

.bat-related-card p {
margin-bottom: 14px;
color: var(--bat-muted);
}

@media (max-width: 760px) {
.bat-guide-container {
padding: 42px 18px 56px;
}

.bat-two-column,
.bat-related-grid {
grid-template-columns: 1fr;
}

.bat-final-cta,
.bat-checklist,
.bat-column-card,
.bat-link-card {
padding: 22px;
}

}
.cover {
    object-fit: cover;
    width:100px;
    height: 200px;
}/* End custom CSS */