/* Container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
}

/* Mobile responsive container adjustments */
@media (max-width: 768px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }
}

/* Row */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Mobile responsive row adjustments */
@media (max-width: 768px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 480px) {
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}

/* Base Column Classes */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Mobile responsive column padding adjustments */
@media (max-width: 768px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



/* ===========================================
   MARGIN UTILITY CLASSES
   =========================================== */

/* Desktop Margin Classes (Default) */
.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

/* Negative Margin Classes (Desktop) */
.margin-top-n5 {
    margin-top: -5px;
}

.margin-top-n10 {
    margin-top: -10px;
}

.margin-top-n15 {
    margin-top: -15px;
}

.margin-top-n20 {
    margin-top: -20px;
}

.margin-top-n25 {
    margin-top: -25px;
}

.margin-top-n30 {
    margin-top: -30px;
}

.margin-top-n35 {
    margin-top: -35px;
}

.margin-top-n40 {
    margin-top: -40px;
}

.margin-top-n45 {
    margin-top: -45px;
}

.margin-top-n50 {
    margin-top: -50px;
}

.margin-top-n55 {
    margin-top: -55px;
}

.margin-top-n60 {
    margin-top: -60px;
}

.margin-top-n65 {
    margin-top: -65px;
}

.margin-top-n70 {
    margin-top: -70px;
}

.margin-top-n75 {
    margin-top: -75px;
}

.margin-top-n80 {
    margin-top: -80px;
}

.margin-top-n85 {
    margin-top: -85px;
}

.margin-top-n90 {
    margin-top: -90px;
}

.margin-top-n95 {
    margin-top: -95px;
}

.margin-top-n100 {
    margin-top: -100px;
}

.margin-bottom-n5 {
    margin-bottom: -5px;
}

.margin-bottom-n10 {
    margin-bottom: -10px;
}

.margin-bottom-n15 {
    margin-bottom: -15px;
}

.margin-bottom-n20 {
    margin-bottom: -20px;
}

.margin-bottom-n25 {
    margin-bottom: -25px;
}

.margin-bottom-n30 {
    margin-bottom: -30px;
}

.margin-bottom-n35 {
    margin-bottom: -35px;
}

.margin-bottom-n40 {
    margin-bottom: -40px;
}

.margin-bottom-n45 {
    margin-bottom: -45px;
}

.margin-bottom-n50 {
    margin-bottom: -50px;
}

.margin-bottom-n55 {
    margin-bottom: -55px;
}

.margin-bottom-n60 {
    margin-bottom: -60px;
}

.margin-bottom-n65 {
    margin-bottom: -65px;
}

.margin-bottom-n70 {
    margin-bottom: -70px;
}

.margin-bottom-n75 {
    margin-bottom: -75px;
}

.margin-bottom-n80 {
    margin-bottom: -80px;
}

.margin-bottom-n85 {
    margin-bottom: -85px;
}

.margin-bottom-n90 {
    margin-bottom: -90px;
}

.margin-bottom-n95 {
    margin-bottom: -95px;
}

.margin-bottom-n100 {
    margin-bottom: -100px;
}

/* Mobile Margin Classes - Large screens (1200px and below) */
@media screen and (max-width: 1200px) {
    .m-margin-top-5 {
        margin-top: 5px;
    }

    .m-margin-top-10 {
        margin-top: 10px;
    }

    .m-margin-top-15 {
        margin-top: 15px;
    }

    .m-margin-top-20 {
        margin-top: 20px;
    }

    .m-margin-top-25 {
        margin-top: 25px;
    }

    .m-margin-top-30 {
        margin-top: 30px;
    }

    .m-margin-top-35 {
        margin-top: 35px;
    }

    .m-margin-top-40 {
        margin-top: 40px;
    }

    .m-margin-top-45 {
        margin-top: 45px;
    }

    .m-margin-top-50 {
        margin-top: 50px;
    }

    .m-margin-top-55 {
        margin-top: 55px;
    }

    .m-margin-top-60 {
        margin-top: 60px;
    }

    .m-margin-top-65 {
        margin-top: 65px;
    }

    .m-margin-top-70 {
        margin-top: 70px;
    }

    .m-margin-top-75 {
        margin-top: 75px;
    }

    .m-margin-top-80 {
        margin-top: 80px;
    }

    .m-margin-top-85 {
        margin-top: 85px;
    }

    .m-margin-top-90 {
        margin-top: 90px;
    }

    .m-margin-top-95 {
        margin-top: 95px;
    }

    .m-margin-top-100 {
        margin-top: 100px;
    }

    .m-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .m-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .m-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .m-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .m-margin-bottom-25 {
        margin-bottom: 25px;
    }

    .m-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .m-margin-bottom-35 {
        margin-bottom: 35px;
    }

    .m-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .m-margin-bottom-45 {
        margin-bottom: 45px;
    }

    .m-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .m-margin-bottom-55 {
        margin-bottom: 55px;
    }

    .m-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .m-margin-bottom-65 {
        margin-bottom: 65px;
    }

    .m-margin-bottom-70 {
        margin-bottom: 70px;
    }

    .m-margin-bottom-75 {
        margin-bottom: 75px;
    }

    .m-margin-bottom-80 {
        margin-bottom: 80px;
    }

    .m-margin-bottom-85 {
        margin-bottom: 85px;
    }

    .m-margin-bottom-90 {
        margin-bottom: 90px;
    }

    .m-margin-bottom-95 {
        margin-bottom: 95px;
    }

    .m-margin-bottom-100 {
        margin-bottom: 100px;
    }

    /* Negative Margin Classes - Large screens */
    .m-margin-top-n5 {
        margin-top: -5px;
    }

    .m-margin-top-n10 {
        margin-top: -10px;
    }

    .m-margin-top-n15 {
        margin-top: -15px;
    }

    .m-margin-top-n20 {
        margin-top: -20px;
    }

    .m-margin-top-n25 {
        margin-top: -25px;
    }

    .m-margin-top-n30 {
        margin-top: -30px;
    }

    .m-margin-top-n35 {
        margin-top: -35px;
    }

    .m-margin-top-n40 {
        margin-top: -40px;
    }

    .m-margin-top-n45 {
        margin-top: -45px;
    }

    .m-margin-top-n50 {
        margin-top: -50px;
    }

    .m-margin-top-n55 {
        margin-top: -55px;
    }

    .m-margin-top-n60 {
        margin-top: -60px;
    }

    .m-margin-top-n65 {
        margin-top: -65px;
    }

    .m-margin-top-n70 {
        margin-top: -70px;
    }

    .m-margin-top-n75 {
        margin-top: -75px;
    }

    .m-margin-top-n80 {
        margin-top: -80px;
    }

    .m-margin-top-n85 {
        margin-top: -85px;
    }

    .m-margin-top-n90 {
        margin-top: -90px;
    }

    .m-margin-top-n95 {
        margin-top: -95px;
    }

    .m-margin-top-n100 {
        margin-top: -100px;
    }

    .m-margin-bottom-n5 {
        margin-bottom: -5px;
    }

    .m-margin-bottom-n10 {
        margin-bottom: -10px;
    }

    .m-margin-bottom-n15 {
        margin-bottom: -15px;
    }

    .m-margin-bottom-n20 {
        margin-bottom: -20px;
    }

    .m-margin-bottom-n25 {
        margin-bottom: -25px;
    }

    .m-margin-bottom-n30 {
        margin-bottom: -30px;
    }

    .m-margin-bottom-n35 {
        margin-bottom: -35px;
    }

    .m-margin-bottom-n40 {
        margin-bottom: -40px;
    }

    .m-margin-bottom-n45 {
        margin-bottom: -45px;
    }

    .m-margin-bottom-n50 {
        margin-bottom: -50px;
    }

    .m-margin-bottom-n55 {
        margin-bottom: -55px;
    }

    .m-margin-bottom-n60 {
        margin-bottom: -60px;
    }

    .m-margin-bottom-n65 {
        margin-bottom: -65px;
    }

    .m-margin-bottom-n70 {
        margin-bottom: -70px;
    }

    .m-margin-bottom-n75 {
        margin-bottom: -75px;
    }

    .m-margin-bottom-n80 {
        margin-bottom: -80px;
    }

    .m-margin-bottom-n85 {
        margin-bottom: -85px;
    }

    .m-margin-bottom-n90 {
        margin-bottom: -90px;
    }

    .m-margin-bottom-n95 {
        margin-bottom: -95px;
    }

    .m-margin-bottom-n100 {
        margin-bottom: -100px;
    }
}

/* Mobile Margin Classes - Medium screens (992px and below) */
@media screen and (max-width: 992px) {
    .md-margin-top-5 {
        margin-top: 5px;
    }

    .md-margin-top-10 {
        margin-top: 10px;
    }

    .md-margin-top-15 {
        margin-top: 15px;
    }

    .md-margin-top-20 {
        margin-top: 20px;
    }

    .md-margin-top-25 {
        margin-top: 25px;
    }

    .md-margin-top-30 {
        margin-top: 30px;
    }

    .md-margin-top-35 {
        margin-top: 35px;
    }

    .md-margin-top-40 {
        margin-top: 40px;
    }

    .md-margin-top-45 {
        margin-top: 45px;
    }

    .md-margin-top-50 {
        margin-top: 50px;
    }

    .md-margin-top-55 {
        margin-top: 55px;
    }

    .md-margin-top-60 {
        margin-top: 60px;
    }

    .md-margin-top-65 {
        margin-top: 65px;
    }

    .md-margin-top-70 {
        margin-top: 70px;
    }

    .md-margin-top-75 {
        margin-top: 75px;
    }

    .md-margin-top-80 {
        margin-top: 80px;
    }

    .md-margin-top-85 {
        margin-top: 85px;
    }

    .md-margin-top-90 {
        margin-top: 90px;
    }

    .md-margin-top-95 {
        margin-top: 95px;
    }

    .md-margin-top-100 {
        margin-top: 100px;
    }

    .md-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .md-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .md-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-25 {
        margin-bottom: 25px;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-35 {
        margin-bottom: 35px;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .md-margin-bottom-45 {
        margin-bottom: 45px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-55 {
        margin-bottom: 55px;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .md-margin-bottom-65 {
        margin-bottom: 65px;
    }

    .md-margin-bottom-70 {
        margin-bottom: 70px;
    }

    .md-margin-bottom-75 {
        margin-bottom: 75px;
    }

    .md-margin-bottom-80 {
        margin-bottom: 80px;
    }

    .md-margin-bottom-85 {
        margin-bottom: 85px;
    }

    .md-margin-bottom-90 {
        margin-bottom: 90px;
    }

    .md-margin-bottom-95 {
        margin-bottom: 95px;
    }

    .md-margin-bottom-100 {
        margin-bottom: 100px;
    }

    /* Negative Margin Classes - Medium screens */
    .md-margin-top-n5 {
        margin-top: -5px;
    }

    .md-margin-top-n10 {
        margin-top: -10px;
    }

    .md-margin-top-n15 {
        margin-top: -15px;
    }

    .md-margin-top-n20 {
        margin-top: -20px;
    }

    .md-margin-top-n25 {
        margin-top: -25px;
    }

    .md-margin-top-n30 {
        margin-top: -30px;
    }

    .md-margin-top-n35 {
        margin-top: -35px;
    }

    .md-margin-top-n40 {
        margin-top: -40px;
    }

    .md-margin-top-n45 {
        margin-top: -45px;
    }

    .md-margin-top-n50 {
        margin-top: -50px;
    }

    .md-margin-top-n55 {
        margin-top: -55px;
    }

    .md-margin-top-n60 {
        margin-top: -60px;
    }

    .md-margin-top-n65 {
        margin-top: -65px;
    }

    .md-margin-top-n70 {
        margin-top: -70px;
    }

    .md-margin-top-n75 {
        margin-top: -75px;
    }

    .md-margin-top-n80 {
        margin-top: -80px;
    }

    .md-margin-top-n85 {
        margin-top: -85px;
    }

    .md-margin-top-n90 {
        margin-top: -90px;
    }

    .md-margin-top-n95 {
        margin-top: -95px;
    }

    .md-margin-top-n100 {
        margin-top: -100px;
    }

    .md-margin-bottom-n5 {
        margin-bottom: -5px;
    }

    .md-margin-bottom-n10 {
        margin-bottom: -10px;
    }

    .md-margin-bottom-n15 {
        margin-bottom: -15px;
    }

    .md-margin-bottom-n20 {
        margin-bottom: -20px;
    }

    .md-margin-bottom-n25 {
        margin-bottom: -25px;
    }

    .md-margin-bottom-n30 {
        margin-bottom: -30px;
    }

    .md-margin-bottom-n35 {
        margin-bottom: -35px;
    }

    .md-margin-bottom-n40 {
        margin-bottom: -40px;
    }

    .md-margin-bottom-n45 {
        margin-bottom: -45px;
    }

    .md-margin-bottom-n50 {
        margin-bottom: -50px;
    }

    .md-margin-bottom-n55 {
        margin-bottom: -55px;
    }

    .md-margin-bottom-n60 {
        margin-bottom: -60px;
    }

    .md-margin-bottom-n65 {
        margin-bottom: -65px;
    }

    .md-margin-bottom-n70 {
        margin-bottom: -70px;
    }

    .md-margin-bottom-n75 {
        margin-bottom: -75px;
    }

    .md-margin-bottom-n80 {
        margin-bottom: -80px;
    }

    .md-margin-bottom-n85 {
        margin-bottom: -85px;
    }

    .md-margin-bottom-n90 {
        margin-bottom: -90px;
    }

    .md-margin-bottom-n95 {
        margin-bottom: -95px;
    }

    .md-margin-bottom-n100 {
        margin-bottom: -100px;
    }
}

/* Mobile Margin Classes - Small screens (768px and below) */
@media screen and (max-width: 768px) {
    .sm-margin-top-5 {
        margin-top: 5px;
    }

    .sm-margin-top-10 {
        margin-top: 10px;
    }

    .sm-margin-top-15 {
        margin-top: 15px;
    }

    .sm-margin-top-20 {
        margin-top: 20px;
    }

    .sm-margin-top-25 {
        margin-top: 25px;
    }

    .sm-margin-top-30 {
        margin-top: 30px;
    }

    .sm-margin-top-35 {
        margin-top: 35px;
    }

    .sm-margin-top-40 {
        margin-top: 40px;
    }

    .sm-margin-top-45 {
        margin-top: 45px;
    }

    .sm-margin-top-50 {
        margin-top: 50px;
    }

    .sm-margin-top-55 {
        margin-top: 55px;
    }

    .sm-margin-top-60 {
        margin-top: 60px;
    }

    .sm-margin-top-65 {
        margin-top: 65px;
    }

    .sm-margin-top-70 {
        margin-top: 70px;
    }

    .sm-margin-top-75 {
        margin-top: 75px;
    }

    .sm-margin-top-80 {
        margin-top: 80px;
    }

    .sm-margin-top-85 {
        margin-top: 85px;
    }

    .sm-margin-top-90 {
        margin-top: 90px;
    }

    .sm-margin-top-95 {
        margin-top: 95px;
    }

    .sm-margin-top-100 {
        margin-top: 100px;
    }

    .sm-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .sm-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .sm-margin-bottom-25 {
        margin-bottom: 25px;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .sm-margin-bottom-35 {
        margin-bottom: 35px;
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .sm-margin-bottom-45 {
        margin-bottom: 45px;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-55 {
        margin-bottom: 55px;
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .sm-margin-bottom-65 {
        margin-bottom: 65px;
    }

    .sm-margin-bottom-70 {
        margin-bottom: 70px;
    }

    .sm-margin-bottom-75 {
        margin-bottom: 75px;
    }

    .sm-margin-bottom-80 {
        margin-bottom: 80px;
    }

    .sm-margin-bottom-85 {
        margin-bottom: 85px;
    }

    .sm-margin-bottom-90 {
        margin-bottom: 90px;
    }

    .sm-margin-bottom-95 {
        margin-bottom: 95px;
    }

    .sm-margin-bottom-100 {
        margin-bottom: 100px;
    }

    /* Negative Margin Classes - Small screens */
    .sm-margin-top-n5 {
        margin-top: -5px;
    }

    .sm-margin-top-n10 {
        margin-top: -10px;
    }

    .sm-margin-top-n15 {
        margin-top: -15px;
    }

    .sm-margin-top-n20 {
        margin-top: -20px;
    }

    .sm-margin-top-n25 {
        margin-top: -25px;
    }

    .sm-margin-top-n30 {
        margin-top: -30px;
    }

    .sm-margin-top-n35 {
        margin-top: -35px;
    }

    .sm-margin-top-n40 {
        margin-top: -40px;
    }

    .sm-margin-top-n45 {
        margin-top: -45px;
    }

    .sm-margin-top-n50 {
        margin-top: -50px;
    }

    .sm-margin-top-n55 {
        margin-top: -55px;
    }

    .sm-margin-top-n60 {
        margin-top: -60px;
    }

    .sm-margin-top-n65 {
        margin-top: -65px;
    }

    .sm-margin-top-n70 {
        margin-top: -70px;
    }

    .sm-margin-top-n75 {
        margin-top: -75px;
    }

    .sm-margin-top-n80 {
        margin-top: -80px;
    }

    .sm-margin-top-n85 {
        margin-top: -85px;
    }

    .sm-margin-top-n90 {
        margin-top: -90px;
    }

    .sm-margin-top-n95 {
        margin-top: -95px;
    }

    .sm-margin-top-n100 {
        margin-top: -100px;
    }

    .sm-margin-bottom-n5 {
        margin-bottom: -5px;
    }

    .sm-margin-bottom-n10 {
        margin-bottom: -10px;
    }

    .sm-margin-bottom-n15 {
        margin-bottom: -15px;
    }

    .sm-margin-bottom-n20 {
        margin-bottom: -20px;
    }

    .sm-margin-bottom-n25 {
        margin-bottom: -25px;
    }

    .sm-margin-bottom-n30 {
        margin-bottom: -30px;
    }

    .sm-margin-bottom-n35 {
        margin-bottom: -35px;
    }

    .sm-margin-bottom-n40 {
        margin-bottom: -40px;
    }

    .sm-margin-bottom-n45 {
        margin-bottom: -45px;
    }

    .sm-margin-bottom-n50 {
        margin-bottom: -50px;
    }

    .sm-margin-bottom-n55 {
        margin-bottom: -55px;
    }

    .sm-margin-bottom-n60 {
        margin-bottom: -60px;
    }

    .sm-margin-bottom-n65 {
        margin-bottom: -65px;
    }

    .sm-margin-bottom-n70 {
        margin-bottom: -70px;
    }

    .sm-margin-bottom-n75 {
        margin-bottom: -75px;
    }

    .sm-margin-bottom-n80 {
        margin-bottom: -80px;
    }

    .sm-margin-bottom-n85 {
        margin-bottom: -85px;
    }

    .sm-margin-bottom-n90 {
        margin-bottom: -90px;
    }

    .sm-margin-bottom-n95 {
        margin-bottom: -95px;
    }

    .sm-margin-bottom-n100 {
        margin-bottom: -100px;
    }
}

/* new category module */
/* Style for the container */
/* Import Mukta font from Google Fonts */





/* Back to Top Button - Modern & Responsive */

#button {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transform: translateY(20px) scale(0.8);
}

#button::after {
    content: none;
    display: none;
}

#button:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    border-color: rgba(255, 255, 255, 0.4);
}

#button:hover::after {
    content: none;
    display: none;
}

#button:active {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5);
}

#button.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Responsive Design */
@media (max-width: 768px) {
    #button {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    #button::after {
        content: none;
        display: none;
    }
}

@media (max-width: 480px) {
    #button {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
    }

    #button::after {
        content: none;
        display: none;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    #button {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        box-shadow: 0 4px 20px rgba(79, 172, 254, 0.4);
    }

    #button:hover {
        background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
        box-shadow: 0 8px 30px rgba(79, 172, 254, 0.6);
    }
}

/* Animation for page load */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#button.show {
    animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Accessibility improvements */
#button:focus {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
}

#button:focus:not(:focus-visible) {
    outline: none;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    #button {
        background: #000;
        border: 3px solid #fff;
    }

    #button:hover {
        background: #333;
    }
}

/* Back to Top Button End */







/* responsive youtube video */




.video-responsive {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    margin: 20px 0;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

/* Modern browsers with aspect-ratio support */
@supports (aspect-ratio: 16 / 9) {
    .video-responsive {
        height: auto;
        padding-bottom: 0;
        aspect-ratio: 16 / 9;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .video-responsive {
        margin: 15px 0;
        border-radius: 4px;
    }

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        border-radius: 4px;
    }
}

@media (max-width: 480px) {
    .video-responsive {
        margin: 10px 0;
    }
}

/* Ensure videos don't exceed container width */
.video-responsive {
    max-width: 100%;
    box-sizing: border-box;
}

/* Fix for WordPress admin bar on mobile */
@media (max-width: 782px) {
    .video-responsive {
        margin-top: 0;
    }
}



/* responsive youtube video end */



/* new category module start */

/* Container */
.latest-news-header {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0 7px 0;
    margin-bottom: 12px;
    background: transparent;
    border: none;
    border-image: none;
    box-shadow: none;
    border-radius: 0;
}

/* Full-width gradient underline (like .protech_cat_suren-full-width-underline) */
.latest-news-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #139a8a, #606060);
}

/* Title: vertical bar (border-left) + teal background */
.latest-news-title {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 4px 10px;
    background-color: #139a8a;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
    border-left: 5px solid #606060;
    font-family: 'Mukta', sans-serif;
    border-radius: 0;
    text-shadow: none;
    position: static;
    order: unset;
}

.latest-news-title a {
    color: inherit;
    text-decoration: none;
}

.latest-news-title a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* View-all button (like .protech_cat_suren-view-all-button) */
.latest-news-icon {
    background: none;
    border: 2px solid #606060;
    color: #606060;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    transition: background 0.3s ease, color 0.3s ease;
    backdrop-filter: none;
    order: unset;
}

.latest-news-icon a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
}

.latest-news-icon:hover {
    background-color: #606060;
    border-color: #606060;
    color: #ffffff;
    transform: none;
    box-shadow: none;
}

.latest-news-icon:hover a {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .latest-news-header {
        padding-bottom: 6px;
        margin-bottom: 10px;
    }

    .latest-news-title {
        font-size: 16px;
        padding: 3px 8px;
    }

    .latest-news-icon {
        padding: 3px 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .latest-news-title {
        font-size: 15px;
        padding: 3px 7px;
    }

    .latest-news-icon {
        padding: 2px 8px;
        font-size: 12px;
    }
}



/* new category module end */



/* Ad Widget Spacing */
.ad-widget {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

.ad-widget:last-child {
    margin-bottom: 0 !important;
}

/* Additional spacing for better visual separation */
.ad-widget img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

/* Politics Ad Space Specific Styling */
.politics-ad-space {
    display: block !important;
    width: 100% !important;
}

.politics-ad-space .ad-widget {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

.politics-ad-space .ad-widget:last-child {
    margin-bottom: 0 !important;
}

/* Force spacing between any elements in ad space */
.politics-ad-space>* {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
}

.politics-ad-space>*:last-child {
    margin-bottom: 0 !important;
}

/* Debug and force spacing - very aggressive approach */
.politics-right-ads .politics-ad-space {
    padding: 0 !important;
    margin: 0 !important;
}

.politics-right-ads .politics-ad-space * {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    position: static !important;
}

.politics-right-ads .politics-ad-space *:last-child {
    margin-bottom: 0 !important;
}

/* Target any div inside ad space */
.politics-ad-space div {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

.politics-ad-space div:last-child {
    margin-bottom: 0 !important;
}

/* Single Post Sidebar Ad Styling */
.protech_single_sidebar_widget .ad-widget {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

.protech_single_sidebar_widget .ad-widget:last-child {
    margin-bottom: 0 !important;
}

.protech_single_sidebar_widget .ad-widget img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}

/* Ensure proper spacing in single post sidebar */
.protech_single_sidebar_widget>* {
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
}

.protech_single_sidebar_widget>*:last-child {
    margin-bottom: 0 !important;
}