.elementor-2159 .elementor-element.elementor-element-37245e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2159 .elementor-element.elementor-element-2a3a728{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2159 .elementor-element.elementor-element-27edd6f .elementor-toc__header-title{text-align:start;}.elementor-2159 .elementor-element.elementor-element-27edd6f .elementor-toc__header{flex-direction:row;}.elementor-2159 .elementor-element.elementor-element-27edd6f{--item-text-hover-decoration:underline;}.elementor-2159 .elementor-element.elementor-element-6c1521f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2159 .elementor-element.elementor-element-1ac993f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:600;color:#000304;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2159 .elementor-element.elementor-element-aedabf1{--grid-columns:1;}.elementor-2159 .elementor-element.elementor-element-646a5ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2159 .elementor-element.elementor-element-a42a2ec{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:5px;--grid-row-gap:0px;}@media(min-width:768px){.elementor-2159 .elementor-element.elementor-element-2a3a728{--width:42%;}.elementor-2159 .elementor-element.elementor-element-6c1521f{--width:89%;}.elementor-2159 .elementor-element.elementor-element-646a5ac{--width:50%;}}@media(max-width:1024px){.elementor-2159 .elementor-element.elementor-element-aedabf1{--grid-columns:2;}}@media(max-width:767px){.elementor-2159 .elementor-element.elementor-element-aedabf1{--grid-columns:1;}}/* Start custom CSS for table-of-contents, class: .elementor-element-27edd6f */.elementor-2159 .elementor-element.elementor-element-27edd6f {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;
    overflow: visible !important;
}
 /* ===========================
   Premium Glass TOC
=========================== */

.elementor-widget-table-of-contents .elementor-toc{
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(190,12,9,.18);
    border-radius:20px;
    overflow:hidden;

    box-shadow:
        0 10px 35px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.7);

    transition:.35s ease;
}

.elementor-widget-table-of-contents .elementor-toc:hover{
    transform:translateY(-4px);
    box-shadow:
        0 18px 45px rgba(190,12,9,.15),
        inset 0 1px 0 rgba(255,255,255,.9);
}

/* Header */

.elementor-widget-table-of-contents .elementor-toc__header{
    background:rgba(255,255,255,.45);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(190,12,9,.12);
    padding:20px 22px;
}

.elementor-widget-table-of-contents .elementor-toc__header-title{
    color:#222;
    font-size:24px;
    font-weight:700;
    position:relative;
    padding-left:18px;
}

.elementor-widget-table-of-contents .elementor-toc__header-title:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:34px;
    border-radius:20px;
    background:#be0c09;
}

.elementor-widget-table-of-contents .elementor-toc__toggle-button{
    color:#be0c09;
}

/* Body */

.elementor-widget-table-of-contents .elementor-toc__body{
    padding:16px;
}

/* Links */

.elementor-widget-table-of-contents .elementor-toc__list-item{
    margin:8px 0;
}

.elementor-widget-table-of-contents .elementor-toc__list-item a{
    display:block;
    padding:13px 16px;
    border-radius:12px;
    color:#333;
    background:rgba(255,255,255,.45);
    border:1px solid rgba(190,12,9,.08);
    transition:.3s;
    text-decoration:none;
    line-height:1.6;
}

.elementor-widget-table-of-contents .elementor-toc__list-item a:hover{
    background:rgba(190,12,9,.08);
    border-color:#be0c09;
    color:#be0c09;
    transform:translateX(6px);
}

/* Active */

.elementor-widget-table-of-contents .elementor-active>a{
    background:rgba(190,12,9,.12)!important;
    border-left:4px solid #be0c09;
    color:#be0c09!important;
    font-weight:600;
}

/* Nested */

.elementor-widget-table-of-contents ul ul{
    margin-left:18px;
}

.elementor-widget-table-of-contents ul ul a{
    font-size:15px;
}

/* Scroll */

.elementor-widget-table-of-contents .elementor-toc__body{
    max-height:650px;
    overflow:auto;
}

.elementor-widget-table-of-contents .elementor-toc__body::-webkit-scrollbar{
    width:6px;
}

.elementor-widget-table-of-contents .elementor-toc__body::-webkit-scrollbar-thumb{
    background:#be0c09;
    border-radius:20px;
}/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-1ac993f *//* ===== Premium Blog Title ===== */

.elementor-widget-theme-post-title h1{

    font-size:52px;
    font-weight:800;
    line-height:1.15;
    color:#1d1d1d;

    letter-spacing:-1px;

    margin-bottom:20px;
    padding-bottom:18px;

    position:relative;
}

/* Premium Underline */

.elementor-widget-theme-post-title h1::after{

    content:"";

    position:absolute;
    left:0;
    bottom:0;

    width:100px;
    height:5px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        #be0c09,
        #ff7b72
    );
}

/* Hover Effect */

.elementor-widget-theme-post-title h1:hover{
    color:#be0c09;
    transition:.3s ease;
}

/* Mobile */

@media (max-width:768px){

.elementor-widget-theme-post-title h1{
    font-size:34px;
    line-height:1.25;
}

.elementor-widget-theme-post-title h1::after{
    width:70px;
}

}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-11775d8 */.elementor-widget-theme-post-content a,
.elementor-widget-post-content a{
    color: #be0c09 !important;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.elementor-widget-theme-post-content a:hover,
.elementor-widget-post-content a:hover{
    color: #8b0000 !important;
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6c1521f *//* Premium Blog CSS - Part 1 */
.elementor-widget-theme-post-content{
background:linear-gradient(135deg,#ffffff 0%,#fff8f8 100%);
border:1px solid rgba(190,12,9,.12);
border-radius:24px;
padding:45px;
position:relative;
overflow:hidden;
box-shadow:0 15px 45px rgba(0,0,0,.08);
}
.elementor-widget-theme-post-content:before{
content:"";
position:absolute;left:0;top:0;width:100%;height:5px;
background:linear-gradient(90deg,#be0c09,#ff8a80,#be0c09);
}
.elementor-widget-theme-post-content h2{
font-size:34px;font-weight:700;color:#222;
margin:45px 0 20px;padding-left:18px;
border-left:6px solid #be0c09;line-height:1.4;
}
.elementor-widget-theme-post-content h3{
font-size:28px;font-weight:700;color:#333;
margin:35px 0 18px;
}
.elementor-widget-theme-post-content p{
font-size:18px;line-height:1.9;color:#555;
margin-bottom:20px;
}
.elementor-widget-theme-post-content img{
width:100%;border-radius:18px;
box-shadow:0 12px 35px rgba(0,0,0,.08);
margin:25px 0;
}
/* FAQ Numbering */
.elementor-widget-theme-post-content{counter-reset:faq;}
.elementor-widget-theme-post-content details{counter-increment:faq;margin:22px 0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);}
.elementor-widget-theme-post-content summary{
list-style:none;cursor:pointer;position:relative;
padding:22px 75px 22px 80px;
font-size:30px;font-weight:700;
border-left:6px solid #be0c09;
}
.elementor-widget-theme-post-content summary::-webkit-details-marker{display:none;}
.elementor-widget-theme-post-content summary:before{
content:counter(faq,decimal-leading-zero);
position:absolute;left:22px;top:50%;
transform:translateY(-50%);
color:#be0c09;font-size:24px;font-weight:700;
}
.elementor-widget-theme-post-content summary:after{
content:"+";
position:absolute;right:22px;top:50%;
transform:translateY(-50%);
width:40px;height:40px;border-radius:50%;
display:flex;align-items:center;justify-content:center;
background:#be0c09;color:#fff;font-size:24px;
}
.elementor-widget-theme-post-content details[open] summary:after{
content:"−";background:#16a34a;
}
.elementor-widget-theme-post-content details p{
position:relative;
padding:24px 24px 24px 80px;
}
.elementor-widget-theme-post-content details p:before{
content:"Answer";
position:absolute;left:22px;top:20px;
background:#16a34a;color:#fff;
padding:5px 12px;border-radius:20px;
font-size:12px;font-weight:700;
}
@media(max-width:768px){
.elementor-widget-theme-post-content{padding:25px;}
.elementor-widget-theme-post-content h2{font-size:28px;}
.elementor-widget-theme-post-content summary{font-size:22px;padding:18px 60px 18px 70px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d8d66f *//* Contact Card */
.contact-card {
    background: linear-gradient(135deg, #ffffff 0%, #fff7f7 50%, #fdeaea 100%);
    padding: 40px;
    border-radius: 18px;
    border: 1px solid rgba(190, 12, 9, 0.12);
    box-shadow: 0 10px 30px rgba(190, 12, 9, 0.08);
    max-width: 500px;
}

/* Heading */
.contact-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-heading .line {
    width: 5px;
    height: 70px;
    background: #be0c09;
    border-radius: 10px;
    margin-right: 18px;
}

.contact-heading h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
}

.contact-heading p {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
}

/* Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Inputs & Select */
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #e6d8d8;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #be0c09;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(190, 12, 9, 0.12);
}

/* Button */
.contact-form button {
    background: #be0c09;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background: #980906;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(190, 12, 9, 0.25);
}

.contact-form button:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-card {
        padding: 25px;
        border-radius: 14px;
    }

    .contact-heading h2 {
        font-size: 28px;
    }

    .contact-heading .line {
        height: 55px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea,
    .contact-form button {
        font-size: 14px;
        padding: 14px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-646a5ac */.elementor-2159 .elementor-element.elementor-element-646a5ac {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;
    overflow: visible !important;
}/* End custom CSS */