    /* =====================================================
    TOPBAR + HEADER RESPONSIVE + NAVBAR FIX
    Bootstrap 3 / Existing Mobile Nav Compatible
        ===================================================== */

    .dsm-header-area {
        background: url('images/slider/bg30.jpg') center center / cover no-repeat;
        background-attachment: fixed;
    }

    .dsm-header-overlay {
        background: rgba(255, 255, 255, .9);
    }

    .dsm-header-area .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dsm-header-area .row {
        margin-left: 0;
        margin-right: 0;
    }

    .dsm-inner-container {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* =========================
    Topbar
    ========================= */

    .dsm-topbar {
        background: rgba(106, 103, 121, 0.7);
        min-height: 35px;
    }

    .dsm-topbar-row {
        min-height: 35px;
        display: table;
        width: 100%;
    }

    .dsm-social-col,
    .dsm-links-col {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .dsm-social-col {
        text-align: left;
    }

    .dsm-links-col {
        text-align: right;
    }

    .dsm-social-icons {
        display: inline-block;
        vertical-align: middle;
    }

    .dsm-social-icons a {
        width: 24px;
        height: 24px;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        margin-right: 6px;
    }

    .dsm-social-icons a i {
        color: #fff;
        font-size: 14px;
    }

    .dsm-top-links {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }

    .dsm-top-links span {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        margin-left: 14px;
    }

    .dsm-top-links a {
        color: #fff;
        text-decoration: none;
        padding-left: 4px;
    }

    /* =========================
        Main Header
        ========================= */

    .dsm-main-header {
        padding: 28px 0 30px;
    }

    .dsm-main-header-row {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .dsm-logo-col,
    .dsm-title-col,
    .dsm-cas-col {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .dsm-logo-col {
        width: 110px;
        text-align: left;
    }

    .dsm-title-col {
        width: auto;
        text-align: left;
    }

    .dsm-cas-col {
        width: 340px;
        text-align: right;
    }

    .dsm-logo-box img {
        width: 86px;
        max-width: 86px;
        height: auto;
        display: inline-block;
    }

    .muskan1 {
        margin: 0;
        color: #a72d4d;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.15;
        white-space: nowrap;
    }

    .muskan12 {
        display: block;
        margin-top: 6px;
        color: #111;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
    }

    #cas {
        width: 250px;
        height: 58px;
        background: #a72d4d;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 0 18px;
        font-size: 15px;
        font-weight: 700;
        line-height: 58px;
        white-space: nowrap;
        text-align: center;
    }

    /* =========================
        Navbar Base
        ========================= */

    #header {
        background: #ad2954 !important;
        height: auto !important;
        min-height: 56px !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        position: relative;
        z-index: 999;
    }

    #header .container {
        width: 100% !important;
        max-width: 1180px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #navbar {
        margin: 0 auto;
    }

    #navbar ul {
        margin: 0;
        padding: 0;
    }

    /* =========================
        Desktop 1200px+
        ========================= */

    @media (min-width: 1200px) {
        #navbar {
            width: 100%;
            text-align: center;
        }

        #navbar>ul {
            display: flex !important;
            align-items: center;
            justify-content: center;
            flex-wrap: nowrap;
            width: 100%;
            margin: 0;
            padding: 0;
            height: 56px;
        }

        #navbar>ul>li {
            float: none !important;
            white-space: nowrap;
        }

        #navbar>ul>li>a {
            font-size: 16px !important;
            padding-left: 13px !important;
            padding-right: 13px !important;
            white-space: nowrap;
        }

        .mobile-nav-toggle {
            display: none !important;
        }
    }

    /* =========================
        992px to 1199px
        ========================= */

    @media (min-width: 992px) and (max-width: 1199px) {
        #header {
            height: auto !important;
            min-height: 56px !important;
            max-height: none !important;
            overflow: visible !important;
        }

        #header .container {
            width: 100% !important;
            max-width: 1160px !important;
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        #navbar {
            width: 100% !important;
            text-align: center !important;
        }

        #navbar>ul {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex-wrap: wrap !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            height: 56px !important;
        }

        #navbar>ul>li {
            float: none !important;
            display: block !important;
            white-space: nowrap !important;
        }

        #navbar>ul>li>a {
            font-size: 16px !important;
            padding: 14px 8px !important;
            line-height: 1.2 !important;
            white-space: nowrap !important;
        }

        #navbar>ul>li.dropdown>a i,
        #navbar>ul>li.dropdown>a .bi {
            font-size: 10px !important;
            margin-left: 2px;
        }

        .mobile-nav-toggle {
            display: none !important;
        }
    }

    /* =========================
        768px to 991px - Collapse Bar
        ========================= */

    @media (min-width: 768px) and (max-width: 991px) {
        #header {
            height: 60px !important;
            min-height: 60px !important;
            max-height: 60px !important;
            background: #ad2954 !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: visible !important;
        }

        #header .container {
            width: 100% !important;
            max-width: 100% !important;
            height: 60px !important;
            min-height: 60px !important;
            padding: 0 18px !important;
            margin: 0 auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-end !important;
        }

        #navbar {
            width: auto !important;
            height: 60px !important;
            margin: 0 !important;
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-end !important;
        }

        #navbar>ul {
            display: none !important;
        }

        #navbar .mobile-nav-toggle,
        .mobile-nav-toggle {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 44px !important;
            height: 60px !important;
            line-height: 60px !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #fff !important;
            font-size: 32px !important;
            cursor: pointer !important;
            position: relative !important;
            top: 0 !important;
            right: 0 !important;
            z-index: 10000 !important;
        }

        #navbar .mobile-nav-toggle:before,
        .mobile-nav-toggle:before {
            color: #fff !important;
        }

        #navbar.navbar-mobile {
            position: fixed !important;
            overflow: hidden !important;
            top: 0 !important;
            right: 0 !important;
            left: 0 !important;
            bottom: 0 !important;
            background: rgba(0, 0, 0, 0.75) !important;
            transition: 0.3s !important;
            z-index: 9999 !important;
            width: 100% !important;
            height: auto !important;
        }

        #navbar.navbar-mobile .mobile-nav-toggle {
            position: absolute !important;
            top: 12px !important;
            right: 18px !important;
            width: 44px !important;
            height: 44px !important;
            line-height: 44px !important;
            color: #fff !important;
        }

        #navbar.navbar-mobile>ul {
            display: block !important;
            position: absolute !important;
            top: 64px !important;
            right: 15px !important;
            bottom: 15px !important;
            left: 15px !important;
            padding: 10px 0 !important;
            background-color: #fff !important;
            overflow-y: auto !important;
            border-radius: 4px !important;
            margin: 0 !important;
        }

        #navbar.navbar-mobile>ul>li {
            display: block !important;
            width: 100% !important;
            float: none !important;
        }

        #navbar.navbar-mobile>ul>li>a {
            color: #333 !important;
            padding: 12px 20px !important;
            font-size: 15px !important;
            font-weight: 600 !important;
            border-bottom: 1px solid #eee !important;
            white-space: normal !important;
        }

        #navbar.navbar-mobile>ul>li>a:hover,
        #navbar.navbar-mobile>ul>li>a.active {
            color: #ad2954 !important;
            background: #f7f7f7 !important;
        }

        #navbar.navbar-mobile .dropdown ul {
            position: static !important;
            display: none !important;
            margin: 0 !important;
            padding: 0 !important;
            background: #f8f8f8 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
        }

        #navbar.navbar-mobile .dropdown>.dropdown-active {
            display: block !important;
        }

        #navbar.navbar-mobile .dropdown ul li a {
            color: #333 !important;
            padding: 10px 35px !important;
            font-size: 14px !important;
            border-bottom: 1px solid #e5e5e5 !important;
            white-space: normal !important;
        }
    }

    /* =========================
        Header Responsive
        ========================= */

    @media (min-width: 1200px) and (max-width: 1400px) {
        .dsm-inner-container {
            max-width: 1140px;
        }

        .dsm-logo-col {
            width: 105px;
        }

        .dsm-cas-col {
            width: 320px;
        }

        .muskan1 {
            font-size: 28px;
        }

        .muskan12 {
            font-size: 16px;
        }

        #cas {
            width: 240px;
            height: 56px;
            line-height: 56px;
            font-size: 14px;
        }
    }

    @media (max-width: 1199px) {
        .dsm-inner-container {
            max-width: 970px;
        }

        .dsm-logo-col {
            width: 95px;
        }

        .dsm-cas-col {
            width: 270px;
        }

        .dsm-logo-box img {
            width: 78px;
            max-width: 78px;
        }

        .muskan1 {
            font-size: 25px;
        }

        .muskan12 {
            font-size: 15px;
        }

        #cas {
            width: 230px;
            height: 52px;
            line-height: 52px;
            font-size: 13px;
        }

        .dsm-top-links span {
            font-size: 12px;
            margin-left: 10px;
        }
    }

    @media (max-width: 991px) {
        .dsm-inner-container {
            max-width: 750px;
        }

        .dsm-topbar-row,
        .dsm-social-col,
        .dsm-links-col {
            display: block;
            width: 100%;
        }

        .dsm-social-col,
        .dsm-links-col {
            text-align: center;
            min-height: auto;
        }

        .dsm-social-col {
            padding-top: 6px;
            padding-bottom: 3px;
        }

        .dsm-links-col {
            padding-bottom: 7px;
        }

        .dsm-top-links {
            text-align: center;
        }

        .dsm-top-links span {
            margin: 0 6px;
            font-size: 12px;
        }

        .dsm-main-header {
            padding: 18px 0;
        }

        .dsm-main-header-row,
        .dsm-logo-col,
        .dsm-title-col,
        .dsm-cas-col {
            display: block;
            width: 100%;
            text-align: center;
        }

        .dsm-logo-col {
            margin-bottom: 8px;
        }

        .dsm-logo-box img {
            width: 76px;
            max-width: 76px;
        }

        .muskan1 {
            font-size: 25px;
            white-space: normal;
        }

        .muskan12 {
            font-size: 15px;
            white-space: normal;
        }

        .dsm-cas-col {
            margin-top: 12px;
        }

        #cas {
            width: 250px;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
        }
    }

    /* =========================
        Mobile 767px and Below
        Icon White + Right Align + Proper Height
        ========================= */

    @media (max-width: 767px) {
        .dsm-header-area {
            background-attachment: scroll;
        }

        .dsm-inner-container {
            max-width: 100%;
            padding-left: 12px;
            padding-right: 12px;
        }

        .dsm-social-icons a {
            width: 23px;
            height: 23px;
            line-height: 19px;
            margin-right: 4px;
        }

        .dsm-top-links span {
            display: inline-block;
            font-size: 12px;
            margin: 2px 5px;
        }

        .dsm-main-header {
            padding: 15px 0;
        }

        .dsm-logo-box img {
            width: 70px;
            max-width: 70px;
        }

        .muskan1 {
            font-size: 22px;
            line-height: 1.2;
        }

        .muskan12 {
            font-size: 13px;
        }

        #cas {
            width: 240px;
            height: 46px;
            line-height: 46px;
            font-size: 13px;
            padding: 0 12px;
        }

        #header {
            height: 60px !important;
            min-height: 60px !important;
            max-height: 60px !important;
            background: #ad2954 !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: visible !important;
        }

        #header .container {
            width: 100% !important;
            max-width: 100% !important;
            height: 60px !important;
            min-height: 60px !important;
            padding: 0 18px !important;
            margin: 0 auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-end !important;
        }

        #navbar {
            width: auto !important;
            height: 60px !important;
            margin: 0 !important;
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-end !important;
        }

        #navbar>ul {
            display: none !important;
        }

        #navbar .mobile-nav-toggle,
        .mobile-nav-toggle {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 44px !important;
            height: 60px !important;
            line-height: 60px !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #fff !important;
            font-size: 32px !important;
            cursor: pointer !important;
            position: relative !important;
            top: 0 !important;
            right: 0 !important;
            z-index: 10000 !important;
        }

        #navbar .mobile-nav-toggle:before,
        .mobile-nav-toggle:before {
            color: #fff !important;
        }

        #navbar.navbar-mobile {
            position: fixed !important;
            overflow: hidden !important;
            top: 0 !important;
            right: 0 !important;
            left: 0 !important;
            bottom: 0 !important;
            background: rgba(0, 0, 0, 0.75) !important;
            z-index: 9999 !important;
            width: 100% !important;
            height: auto !important;
        }

        #navbar.navbar-mobile .mobile-nav-toggle {
            position: absolute !important;
            top: 12px !important;
            right: 18px !important;
            width: 44px !important;
            height: 44px !important;
            line-height: 44px !important;
            color: #fff !important;
        }

        #navbar.navbar-mobile>ul {
            display: block !important;
            position: absolute !important;
            top: 64px !important;
            right: 15px !important;
            bottom: 15px !important;
            left: 15px !important;
            padding: 10px 0 !important;
            background-color: #fff !important;
            overflow-y: auto !important;
            border-radius: 4px !important;
            margin: 0 !important;
        }

        #navbar.navbar-mobile>ul>li {
            display: block !important;
            width: 100% !important;
            float: none !important;
        }

        #navbar.navbar-mobile>ul>li>a {
            color: #333 !important;
            padding: 12px 20px !important;
            font-size: 15px !important;
            font-weight: 600 !important;
            border-bottom: 1px solid #eee !important;
            white-space: normal !important;
        }

        #navbar.navbar-mobile>ul>li>a:hover,
        #navbar.navbar-mobile>ul>li>a.active {
            color: #ad2954 !important;
            background: #f7f7f7 !important;
        }

        #navbar.navbar-mobile .dropdown ul {
            position: static !important;
            display: none !important;
            margin: 0 !important;
            padding: 0 !important;
            background: #f8f8f8 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
        }

        #navbar.navbar-mobile .dropdown>.dropdown-active {
            display: block !important;
        }

        #navbar.navbar-mobile .dropdown ul li a {
            color: #333 !important;
            padding: 10px 35px !important;
            font-size: 14px !important;
            border-bottom: 1px solid #e5e5e5 !important;
            white-space: normal !important;
        }
    }

    @media (max-width: 480px) {
        .dsm-top-links span {
            display: block;
            margin: 4px 0;
            white-space: normal;
        }

        .muskan1 {
            font-size: 18px;
        }

        .muskan12 {
            font-size: 12px;
        }

        .dsm-logo-box img {
            width: 62px;
            max-width: 62px;
        }

        #cas {
            width: 220px;
            height: 44px;
            line-height: 44px;
            font-size: 12px;
        }
    }

    /* =====================================================
   SLIDER OVERLAY + TEXT FINAL RESPONSIVE FIX
   Only .v and inside content
===================================================== */

    .v {
        background: rgba(167, 45, 77, 0.8);
        min-height: 450px;
        width: 800px;
        clip-path: polygon(61% 0, 100% 0%, 100% 100%, 0% 100%);
        margin-left: auto !important;
        margin-right: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 35px 45px 35px 170px;
        box-sizing: border-box;
    }

    .v .con,
    .con {
        width: 100%;
        max-width: 420px;
        text-align: center;
        margin: 0 auto !important;
        position: relative;
        z-index: 2;
    }

    .imagec {
        margin: 0 0 14px 0 !important;
        text-align: center;
    }

    .imagec img {
        width: 95px;
        max-width: 95px;
        height: auto;
    }

    .con1,
    .con2,
    .con3,
    .con4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .con1 {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px !important;
    }

    .con2 {
        font-size: 40px;
        line-height: 1.08;
        font-weight: 800;
        color: #fff;
        margin-bottom: 5px !important;
    }

    .con3 {
        font-size: 37px;
        line-height: 1.08;
        font-weight: 800;
        color: #fff;
        margin-bottom: 20px !important;
    }

    .con4 {
        margin-top: 12px !important;
    }

    #cas2 {
        width: 260px;
        height: 58px;
        border: 3px solid #fff;
        border-radius: 50px;
        background: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 52px;
        text-align: center;
        white-space: nowrap;
    }

    /* 1200px to 1399px */
    @media (max-width: 1399px) {
        .v {
            width: 700px;
            min-height: 420px;
            padding: 30px 40px 30px 130px;
            clip-path: polygon(52% 0, 100% 0%, 100% 100%, 0% 100%);
        }

        .v .con,
        .con {
            max-width: 380px;
        }

        .imagec img {
            width: 82px;
            max-width: 82px;
        }

        .con1 {
            font-size: 30px;
        }

        .con2 {
            font-size: 44px;
        }

        .con3 {
            font-size: 39px;
        }

        #cas2 {
            width: 235px;
            height: 54px;
            line-height: 48px;
            font-size: 14px;
        }
    }

    /* 992px to 1199px */
    @media (max-width: 1199px) {
        .v {
            width: 600px;
            min-height: 370px;
            padding: 25px 32px 25px 105px;
            clip-path: polygon(42% 0, 100% 0%, 100% 100%, 0% 100%);
        }

        .v .con,
        .con {
            max-width: 330px;
        }

        .imagec img {
            width: 70px;
            max-width: 70px;
        }

        .con1 {
            font-size: 25px;
        }

        .con2 {
            font-size: 36px;
        }

        .con3 {
            font-size: 32px;
            margin-bottom: 14px !important;
        }

        #cas2 {
            width: 210px;
            height: 48px;
            line-height: 42px;
            font-size: 13px;
        }
    }

    /* 768px to 991px - main fix */
    @media (min-width: 768px) and (max-width: 991px) {
        .v {
            width: 100% !important;
            min-height: 340px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;

            clip-path: none !important;
            background: rgba(167, 45, 77, 0.72) !important;

            padding: 35px 20px !important;

            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .v .con,
        .con {
            width: 100% !important;
            max-width: 420px !important;
            text-align: center !important;
            margin: 0 auto !important;
        }

        .imagec {
            margin-bottom: 8px !important;
        }

        .imagec img {
            width: 68px !important;
            max-width: 68px !important;
        }

        .con1 {
            font-size: 22px !important;
            line-height: 1.15 !important;
            margin-bottom: 4px !important;
        }

        .con2 {
            font-size: 32px !important;
            line-height: 1.1 !important;
            margin-bottom: 4px !important;
        }

        .con3 {
            font-size: 28px !important;
            line-height: 1.1 !important;
            margin-bottom: 14px !important;
        }

        #cas2 {
            width: 210px !important;
            height: 46px !important;
            line-height: 40px !important;
            font-size: 12px !important;
            border-width: 2px !important;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .v {
            width: 100% !important;
            min-height: 300px !important;
            margin-left: 0 !important;
            clip-path: none !important;
            background: rgba(167, 45, 77, 0.72) !important;
            padding: 28px 15px !important;
        }

        .v .con,
        .con {
            max-width: 360px !important;
        }

        .imagec img {
            width: 58px !important;
            max-width: 58px !important;
        }

        .con1 {
            font-size: 19px !important;
            margin-bottom: 3px !important;
        }

        .con2 {
            font-size: 27px !important;
            margin-bottom: 3px !important;
        }

        .con3 {
            font-size: 23px !important;
            margin-bottom: 12px !important;
        }

        #cas2 {
            width: 190px !important;
            height: 42px !important;
            line-height: 38px !important;
            font-size: 11px !important;
            border-width: 2px !important;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .v {
            min-height: 260px !important;
            padding: 22px 12px !important;
        }

        .imagec img {
            width: 48px !important;
            max-width: 48px !important;
        }

        .con1 {
            font-size: 16px !important;
        }

        .con2 {
            font-size: 22px !important;
        }

        .con3 {
            font-size: 19px !important;
        }

        #cas2 {
            width: 175px !important;
            height: 38px !important;
            line-height: 34px !important;
            font-size: 10px !important;
        }
    }

    /* ================================
   768px to 991px text spacing fix
   Paste at the very end
================================ */

    @media (min-width: 768px) and (max-width: 991px) {

        .imagec {
            margin-bottom: 12px !important;
        }

        .imagec img {
            width: 70px !important;
            max-width: 70px !important;
        }

        .con1 {
            font-size: 24px !important;
            line-height: 1.25 !important;
            margin-bottom: 15px !important;
        }

        .con2 {
            font-size: 32px !important;
            line-height: 1.22 !important;
            margin-bottom: 15px !important;
        }

        .con3 {
            font-size: 28px !important;
            line-height: 1.22 !important;
            margin-bottom: 22px !important;
        }

        .con4 {
            margin-top: 15px !important;
        }

        #cas2 {
            margin-top: 0 !important;
        }
    }

    /* ================================
   767px and below text spacing fix
   Paste at the very end
================================ */

    @media (max-width: 767px) {

        .v {
            min-height: 330px !important;
            padding: 35px 15px !important;
        }

        .v .con,
        .con {
            max-width: 330px !important;
        }

        .imagec {
            margin-bottom: 14px !important;
        }

        .imagec img {
            width: 62px !important;
            max-width: 62px !important;
        }

        .con1 {
            font-size: 20px !important;
            line-height: 1.35 !important;
            margin-bottom: 8px !important;
        }

        .con2 {
            font-size: 28px !important;
            line-height: 1.22 !important;
            margin-bottom: 8px !important;
        }

        .con3 {
            font-size: 24px !important;
            line-height: 1.25 !important;
            margin-bottom: 24px !important;
        }

        .con4 {
            margin-top: 0 !important;
        }

        #cas2 {
            width: 195px !important;
            height: 42px !important;
            line-height: 38px !important;
            font-size: 11px !important;
            margin-top: 0 !important;
        }
    }

    /* Very small mobile */
    @media (max-width: 480px) {

        .v {
            min-height: 300px !important;
            padding: 30px 12px !important;
        }

        .imagec {
            margin-bottom: 12px !important;
        }

        .imagec img {
            width: 52px !important;
            max-width: 52px !important;
        }

        .con1 {
            font-size: 17px !important;
            line-height: 1.35 !important;
            margin-bottom: 7px !important;
        }

        .con2 {
            font-size: 23px !important;
            line-height: 1.25 !important;
            margin-bottom: 7px !important;
        }

        .con3 {
            font-size: 20px !important;
            line-height: 1.25 !important;
            margin-bottom: 20px !important;
        }

        #cas2 {
            width: 180px !important;
            height: 38px !important;
            line-height: 34px !important;
            font-size: 10px !important;
        }
    }

    /* ================================
   Slider CAS Button Fix
   Paste at the very end
================================ */

    #cas2 {
        width: auto !important;
        min-width: 260px !important;
        height: 56px !important;
        line-height: normal !important;
        padding: 0 32px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;
        color: #fff !important;
        border: 3px solid #fff !important;
        border-radius: 50px !important;

        font-size: 16px !important;
        font-weight: 800 !important;
        text-align: center !important;
        white-space: nowrap !important;

        outline: none !important;
        box-shadow: none !important;
    }

    /* Tablet */
    @media (max-width: 991px) {
        #cas2 {
            min-width: 235px !important;
            height: 50px !important;
            padding: 0 26px !important;
            font-size: 14px !important;
            border-width: 2px !important;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        #cas2 {
            min-width: 215px !important;
            height: 46px !important;
            padding: 0 22px !important;
            font-size: 14px !important;
            border-width: 2px !important;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        #cas2 {
            min-width: 195px !important;
            height: 42px !important;
            padding: 0 18px !important;
            font-size: 14px !important;
        }
    }

    /* ================================
   About Section Responsive Only
================================ */

    .about .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .about img {
        width: 100%;
        height: auto;
        max-height: 380px;
        object-fit: cover;
    }

    .about .content h3 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .about .content p {
        font-size: 16px;
        line-height: 1.8;
    }

    /* Laptop */
    @media (max-width: 1199px) {
        .about img {
            max-height: 340px;
        }

        .about .content h3 {
            font-size: 28px;
        }

        .about .content p {
            font-size: 15px;
            line-height: 1.75;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .about .row {
            display: block;
        }

        .about .content {
            margin-top: 25px;
            padding-top: 0 !important;
        }

        .about img {
            max-height: 420px;
            object-fit: cover;
        }

        .about .content h3 {
            font-size: 26px;
            text-align: center;
        }

        .about .content p {
            font-size: 15px;
            line-height: 1.7;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .about img {
            max-height: 300px;
        }

        .about .content {
            margin-top: 20px;
        }

        .about .content h3 {
            font-size: 23px;
        }

        .about .content p {
            font-size: 14px;
            line-height: 1.65;
            text-align: justify;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .about .content h3 {
            font-size: 21px;
        }

        .about .content p {
            font-size: 13.5px;
            line-height: 1.6;
        }
    }

    /* ================================
   Leaders Cards Responsive
================================ */

    .leaders-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 24px 0;
    }

    .leaders-row>[class*="col-"] {
        display: flex;
        justify-content: center;
    }

    .leaders-row .car {
        width: 100% !important;
        max-width: 18rem;
        height: 100%;
        padding: 18px !important;
        margin: 0 auto !important;
        text-align: center;
        box-sizing: border-box;
    }

    .leaders-row .car img {
        width: 100%;
        height: 260px !important;
        object-fit: cover;
        object-position: top center;
    }

    .leaders-row .card-body {
        padding-top: 14px;
    }

    .leaders-row .name {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 20px;
        color: #a72d4d;
    }

    .leaders-row .card-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0;
        color: #222;
    }

    /* Laptop */
    @media (max-width: 1199px) {
        .leaders-row .car {
            max-width: 16.5rem;
            padding: 14px !important;
        }

        .leaders-row .car img {
            height: 235px !important;
        }

        .leaders-row .name {
            font-size: 16px;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .leaders-row>.col-sm-3 {
            width: 50%;
            max-width: 50%;
            flex: 0 0 50%;
        }

        .leaders-row .car {
            max-width: 18rem;
        }

        .leaders-row .car img {
            height: 250px !important;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .leaders-row {
            gap: 18px 0;
        }

        .leaders-row>.col-sm-3 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .leaders-row .car {
            max-width: 300px;
            padding: 14px !important;
        }

        .leaders-row .car img {
            height: 255px !important;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .leaders-row .car {
            max-width: 280px;
        }

        .leaders-row .car img {
            height: 235px !important;
        }

        .leaders-row .name {
            font-size: 15px;
        }

        .leaders-row .card-text {
            font-size: 13px;
        }
    }


    /* ================================
   Welcome + Important Links Section
================================ */

    .dsm-welcome-section {
        overflow: hidden;
    }

    .dsm-welcome-wrap {
        min-height: 400px;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed;
        border-radius: 3px;
        overflow: hidden;
    }

    .dsm-welcome-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dsm-welcome-content {
        background: rgba(167, 45, 77, 0.82);
        min-height: 400px;
        padding: 28px 75px !important;
    }

    .dsm-welcome-title {
        text-align: center;
        color: #fff;
        font-family: calibri;
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .dsm-welcome-desc {
        text-align: center;
        color: #fff;
        max-width: 850px;
        margin: 0 auto 34px;
        font-size: 16px;
        line-height: 1.7;
    }

    /* Feature Cards */
    .dsm-feature-box {
        margin-top: 18px;
    }

    .dsm-feature-card {
        height: 100%;
        min-height: 178px;
        padding: 24px 18px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.13);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
        transition: all 0.3s ease;
        text-align: center;
    }

    .dsm-feature-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.20);
    }

    .dsm-feature-card i {
        font-size: 30px !important;
        color: #fff !important;
        margin: 0 0 13px 0 !important;
        display: block;
    }

    .dsm-feature-title {
        font-size: 17px !important;
        font-weight: 800 !important;
        margin: 0 0 8px 0 !important;
        color: #000 !important;
        line-height: 1.22;
    }

    .dsm-feature-text {
        margin: 0 !important;
        color: #fff !important;
        font-size: 15px;
        line-height: 1.55;
    }

    /* Important Links */
    .dsm-links-panel {
        background: rgba(167, 45, 77, 0.82);
        border-left: 10px solid #fff;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 400px;
    }

    .dsm-links-title {
        background: #a72d4d;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 16px 8px;
        font-size: 25px;
        font-weight: 800;
    }

    .dsm-notice-marquee {
        min-height: 30.8em;
        max-height: 30.8em;
        height: 30.8em;
        padding: 1.2em;
        display: block;
    }

    .dsm-notice-marquee a {
        color: #fff !important;
        font-size: 15px;
        line-height: 1.5;
        text-decoration: none;
        font-weight: 600;
    }

    .dsm-view-more {
        text-align: center;
        border: none;
        margin-top: 6px !important;
        margin-bottom: 20px;
    }

    .dsm-view-more input {
        border: none !important;
        height: 36px !important;
        width: 135px !important;
        color: #a72d4d !important;
        font-size: 18px !important;
        font-weight: bold !important;
        background: #fff !important;
    }

    /* Laptop */
    @media (max-width: 1199px) {
        .dsm-welcome-content {
            padding: 28px 45px !important;
        }

        .dsm-welcome-title {
            font-size: 29px;
        }

        .dsm-feature-card {
            min-height: 170px;
            padding: 22px 15px;
        }

        .dsm-feature-title {
            font-size: 18px !important;
        }

        .dsm-feature-text {
            font-size: 13.5px;
        }

        .dsm-links-title {
            font-size: 22px;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .dsm-welcome-wrap {
            background-attachment: scroll;
        }

        .dsm-welcome-left,
        .dsm-links-panel {
            width: 100%;
        }

        .dsm-links-panel {
            border-left: none !important;
            border-top: 8px solid #fff;
            min-height: auto !important;
        }

        .dsm-welcome-content {
            min-height: auto;
            padding: 26px 28px !important;
        }

        .dsm-welcome-title {
            font-size: 27px;
        }

        .dsm-welcome-desc {
            font-size: 14.5px;
            line-height: 1.65;
            margin-bottom: 25px;
        }

        .dsm-feature-box {
            width: 50%;
            float: left;
            padding: 10px 12px;
        }

        .dsm-feature-card {
            min-height: 165px;
        }

        .dsm-feature-card i {
            font-size: 36px !important;
        }

        .dsm-notice-marquee {
            min-height: 220px !important;
            max-height: 220px !important;
            height: 220px !important;
            padding: 16px 18px !important;
        }

        .dsm-view-more {
            margin-top: 10px !important;
            margin-bottom: 16px !important;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .dsm-welcome-section {
            padding-left: 10px;
            padding-right: 10px;
        }

        .dsm-welcome-content {
            padding: 24px 66px !important;
        }

        .dsm-welcome-title {
            font-size: 23px;
        }

        .dsm-welcome-desc {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .dsm-feature-box {
            width: 100%;
            float: none;
            padding: 10px 0;
        }

        .dsm-feature-card {
            min-height: auto;
            padding: 22px 15px;
        }

        .dsm-feature-card i {
            font-size: 34px !important;
        }

        .dsm-feature-title {
            font-size: 18px !important;
        }

        .dsm-feature-text {
            font-size: 13.5px;
        }

        .dsm-links-title {
            font-size: 20px;
            padding: 12px 8px;
        }

        .dsm-links-panel {
            min-height: auto !important;
        }

        .dsm-notice-marquee {
            min-height: 170px !important;
            max-height: 170px !important;
            height: 170px !important;
            padding: 14px 16px !important;
        }

        .dsm-notice-marquee a {
            font-size: 13.5px;
        }

        .dsm-view-more {
            margin-top: 8px !important;
            margin-bottom: 14px !important;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .dsm-welcome-section {
            margin-top: 30px !important;
        }

        .dsm-welcome-content {
            padding: 22px 61px !important;
        }

        .dsm-welcome-title {
            font-size: 21px;
        }

        .dsm-welcome-desc {
            font-size: 13.5px;
        }

        .dsm-feature-card {
            padding: 20px 12px;
            border-radius: 12px;
        }

        .dsm-feature-title {
            font-size: 17px !important;
        }

        .dsm-feature-text {
            font-size: 13px;
        }

        .dsm-notice-marquee {
            min-height: 145px !important;
            max-height: 145px !important;
            height: 145px !important;
            padding: 12px 14px !important;
        }

        .dsm-view-more input {
            width: 120px !important;
            height: 34px !important;
            font-size: 15px !important;
        }
    }

    /* ================================
   Vision Mission Card Responsive Fix
================================ */

    .vm-section {
        padding: 30px 0 45px;
    }

    .vissionClass {
        color: #a72d4d;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
    }

    .vm-row {
        min-height: 200px;
    }

    .vm-card {
        background: #fff;
        padding: 28px 32px;
        min-height: 100%;
    }

    .vm-card-left {
        box-shadow: -5px 5px 10px 0px #a72d4d;
    }

    .vm-card-right {
        box-shadow: 5px 5px 10px #a72d4d;
    }

    .vm-card h3 {
        color: #a72d4d;
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 26px;
        font-weight: 600;
    }

    .vm-card ol {
        padding-left: 22px;
        margin-bottom: 0;
    }

    .vm-card ol li {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 6px;
        text-align: left;
    }

    /* Tablet */
    @media (max-width: 991px) {
        .vm-card {
            margin-bottom: 24px;
            padding: 26px 28px;
            border-radius: 6px;
            box-shadow: 0 6px 18px rgba(167, 45, 77, 0.25) !important;
        }

        .vm-card h3 {
            font-size: 24px;
        }
    }

    /* Mobile - fixed side buttons safe spacing */
    @media (max-width: 576px) {
        .vm-section {
            padding: 25px 42px 35px;
        }

        .vissionClass {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .vm-row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .vm-card {
            padding: 22px 18px 22px 34px;
            margin-bottom: 24px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(167, 45, 77, 0.35) !important;
        }

        .vm-card h3 {
            font-size: 22px;
            margin-top: 0 !important;
            margin-bottom: 14px;
        }

        .vm-card ol {
            padding-left: 20px;
        }

        .vm-card ol li {
            font-size: 15px;
            line-height: 1.55;
            margin-bottom: 7px;
        }
    }

    /* Very small mobile */
    @media (max-width: 420px) {
        .vm-section {
            padding-left: 46px;
            padding-right: 12px;
        }

        .vm-card {
            padding: 20px 14px 20px 28px;
        }

        .vm-card h3 {
            font-size: 21px;
        }

        .vm-card ol li {
            font-size: 14px;
            line-height: 1.5;
        }
    }

    /* ================================
   Vice Chancellor Desk Responsive
================================ */

    .vc-desk-section {
        overflow: hidden;
    }

    .vc-desk-main-row {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .vc-profile-box {
        text-align: center;
        margin-bottom: 25px;
    }

    .vc-profile-img {
        width: 100%;
        max-width: 230px;
        height: 230px;
        object-fit: cover;
        object-position: top center;
        border-radius: 50% !important;
        border: 6px solid #fff;
        box-shadow: 0 8px 22px rgba(167, 45, 77, 0.30);
    }

    .vc-profile-name-box {
        max-width: 260px;
        min-height: 58px !important;
        background: #a72d4d !important;
        color: #fff !important;
        margin: 12px auto 0;
        padding: 10px 8px;
        border-radius: 4px;
        text-align: center;
    }

    .vc-profile-name-box h5 {
        font-family: calibri;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 5px;
        line-height: 1.2;
    }

    .vc-profile-name-box p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.2;
    }

    .vc-desk-content {
        padding-left: 25px;
    }

    .vc-desk-content h3 {
        color: #a72d4d !important;
        font-weight: bold !important;
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 18px;
    }

    .vc-desk-content p,
    .vc-extra-content {
        text-align: justify;
        color: #222;
        font-size: 16px;
        line-height: 1.78;
    }

    .vc-desk-content p {
        margin-bottom: 0;
    }

    .vc-extra-content {
        margin-top: 10px;
        padding: 0 15px;
    }

    /* Laptop */
    @media (max-width: 1199px) {
        .vc-profile-img {
            max-width: 210px;
            height: 210px;
        }

        .vc-profile-name-box h5 {
            font-size: 16px;
        }

        .vc-desk-content h3 {
            font-size: 29px;
        }

        .vc-desk-content p,
        .vc-extra-content {
            font-size: 15px;
            line-height: 1.72;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .vc-desk-section {
            padding: 35px 0;
        }

        .vc-desk-main-row {
            display: block;
        }

        .vc-profile-box {
            margin-top: 0 !important;
            margin-bottom: 25px;
        }

        .vc-profile-img {
            max-width: 190px;
            height: 190px;
        }

        .vc-profile-name-box {
            max-width: 250px;
        }

        .vc-desk-content {
            padding-left: 15px;
            padding-right: 15px;
        }

        .vc-desk-content h3 {
            text-align: center;
            font-size: 27px;
            margin-bottom: 16px;
        }

        .vc-desk-content p,
        .vc-extra-content {
            font-size: 14.5px;
            line-height: 1.68;
        }

        .vc-extra-content {
            margin-top: 0;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .vc-desk-section {
            padding: 28px 10px;
        }

        .vc-profile-img {
            max-width: 165px;
            height: 165px;
            border-width: 4px;
        }

        .vc-profile-name-box {
            max-width: 230px;
            padding: 9px 8px;
        }

        .vc-profile-name-box h5 {
            font-size: 15px;
        }

        .vc-profile-name-box p {
            font-size: 13px !important;
        }

        .vc-desk-content {
            padding-left: 5px;
            padding-right: 5px;
        }

        .vc-desk-content h3 {
            font-size: 23px;
            line-height: 1.3;
        }

        .vc-desk-content p,
        .vc-extra-content {
            font-size: 14px;
            line-height: 1.62;
            text-align: justify;
        }

        .vc-extra-content {
            padding: 0 5px;
        }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
        .vc-profile-img {
            max-width: 145px;
            height: 145px;
        }

        .vc-profile-name-box {
            max-width: 210px;
        }

        .vc-desk-content h3 {
            font-size: 21px;
        }

        .vc-desk-content p,
        .vc-extra-content {
            font-size: 13.5px;
            line-height: 1.58;
        }
    }