/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');*/
@font-face {
    font-family: 'Adobe Caslon Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Caslon Pro Regular'), url('/fonts/ACaslonPro-Regular.woff') format('woff');
}

/*@font-face {*/
/*  font-family: poppins-r;*/
/*  src: url(../fonts/asap/Asap-VariableFont_wdth,wght.ttf);*/
/*}*/

/*@font-face {*/
/*  font-family: poppins-m;*/
/*  src: url(../fonts/asap/Asap-Italic-VariableFont_wdth,wght.ttf);*/
/*}*/


/* 1. Theme default css */
body {
    /*font-family: 'Asap', sans-serif;*/
    font-size: 17px;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
    font-family: 'Asap', sans-serif;
}

.text-left {
    text-align: left !important;
}

.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #fff;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    font-weight: 600;
}

.mean-container .mean-nav {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    position: absolute;
}

.mean-container .mean-nav ul {
    overflow: hidden;
}

.mean-container .mean-nav ul li a.mean-expand {
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 9px 12px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0);
}

.srb-line {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -90px;
}

.line5 {
    display: block;
}

.mr-15 {
    margin-right: 15px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    color: #141b22;
    outline: medium none;
}

a:hover {
    color: #a5182d;
}

.box20 .title a {
    color: #fff;
}

.box20 .title a:hover {
    color: #444;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Adobe Caslon Pro Regular';
    color: #141b22;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 15px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}


/* button style */

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 20px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: #a5182d;
    border: 1px solid #a5182d;
    overflow: hidden;
}

.btn i {
    margin-left: 10px;
    font-size: 18px;
}

.btn::before {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #a5182d;
    top: -60PX;
    left: 10px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.btn:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    content: "";
    background: #00468c;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn:hover {
    color: #fff;
    border-color: #00468c;
}


.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0px;
}

/* scrollUp */
#scrollUp {
    background: #a5182d;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

#scrollUp:hover {
    background: #a5182d;
}

/* 2. header */
.header {
    margin-bottom: -177px;
}

.header .second-header {
    background: none;
}

.header .second-header::before {
    display: none;
}

.header .second-menu {
    background: #fff;
    padding: 15px;
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.innder-ht {
    padding: 10px 0;
}

.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #a5182d;
}

.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}

.header-top-cta ul li:last-child {
    margin-right: 0;
}

.header-cta .call-box {
    display: inline-flex;
    text-align: left;
}

.header-cta .call-box .icon img {
    width: 35px;
}

.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}

.h-cta-content {
    overflow: hidden;
}

.h-cta-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}

.menu-area {
    position: relative;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu,
.menu .children {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #a5182d;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu {
    position: relative;
    z-index: 9;
    margin-right: -70px;
}

.menu .sub-menu li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a {
    padding: 15px;
}

.menu .sub-menu li,
.menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.menu .menu-item-has-children:hover>ul {
    display: block;
    margin-top: 0px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
    display: block;
    margin-top: 0px;
}

.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    margin-left: -265px;
    margin-top: 0;
    top: -3px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul,
.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul {
    display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul>.menu-item-has-children>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.main-menu ul li.active a {
    color: #a5182d;
}

.main-menu ul li a {
    display: block;
    color: #000;
    padding: 25px 0;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.main-menu ul li a::after {
    content: "+";
    margin-left: 10px;
    color: #a5182d;
    display: none;
}

.main-menu ul li:last-child a::after,
.main-menu .has-sub ul li a::after {
    display: none;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block;
}

.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s;
}

.main-menu ul li:hover>a {
    color: #a5182d !important;
}

.main-menu ul li:hover>a::before {
    width: 100%;
}

.display-ib {
    display: inline-block;
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    color: #191D3B;
}

.search-top {
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 2px solid #141b22;
    border-radius: 30px;
    left: 20%;
}

.search-top ul {
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border-radius: 23px;
    margin: 5px;
    padding: 10px 5px 5px;
}

.search-top li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #ffffff38;
}

.search-top li a {
    color: #fff;
    font-size: 18px;
    float: left;
}

.search-top li:last-child {
    border: none;
}

.header-social a:hover {
    color: #fff;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 10 !important;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
    display: none;
}

#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 0;
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

.right-menu .icon img {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.right-menu .text {
    float: left;
    padding-top: 5px;
}

.right-menu .text span {
    display: block;
    color: #517496;
}

.right-menu .text strong {
    color: #00468c;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
}

.menu-search {
    padding: 10px 0;
}

.menu-search a {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #b8bfc3;
}

.top-btn {
    background: #a5182d;
    padding: 16px 30px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.top-btn:hover {
    background: transparent linear-gradient(90deg, #a5182d0%, #a5182d100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.sticky-menu .logo {
    margin-top: 0;
    line-height: 60px;
    height: auto;
}

.slider-content {
    position: relative;
    z-index: 2;

}

.slider-bg .banner-img {
    overflow: hidden;
    height: 738px;
    margin-top: 115px;
    margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}

.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-price h3 {
    color: #fff;
}

.slider-price h2 {
    color: #a5182d;
    font-size: 60px;
    font-weight: 500;
}

.slider-btn {
    display: inline-block;
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #a5182d;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;

}

.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: #a5182d;
}

.slider-active .slick-dots li.slick-active button::before {

    opacity: 1;
}

.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.second-header {
    border: none;
    padding-bottom: 15px;
    background: #141b22;
    padding-top: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.second-header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 32%;
    background: #a5182d;
    top: 0;
    z-index: -1;
    left: -25px;
    transform: skew(30deg);
}

.second-header a,
.second-header span {
    color: #fff;
}

.second-header a:hover {
    color: #ffffffc2;
}

.second-menu {
    position: relative;
    z-index: 9;
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.sticky-menu .second-menu::before {
    content: none;
}

.second-menu .main-menu ul li {
    margin-left: 40px;
}

.second-menu .main-menu ul li:first-child {
    margin-left: 0;
}

.second-menu .main-menu ul li a::before {
    content: none;
}

.second-header-btn .btn {
    background: #a5182d;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    /*border: 1px solid #a5182d;*/
    position: relative;
    border-radius: 5px;
}

.second-header-btn .btn:hover {
    color: #fff;
    background: #00468c;
}

.img-main {
    position: relative;
    z-index: 2;
}

.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%);
}

.offcanvas-menu.active {
    transform: translateX(0)
}

.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.menu-close:hover i {
    color: #a5182d;
}

.offcanvas-menu ul {
    margin-top: 30px;
}

.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 0;
    display: block;
}

.offcanvas-menu ul li:hover a {
    color: #a5182d;
}

.side-social a {
    color: #fff;
    margin-right: 10px;
}

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

.side-social a:hover {
    color: #a5182d;
}

.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}

.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: #fff;
}

.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #a5182d;
    padding: 8px 14px;
    top: 0;
    cursor: pointer;
}

.offcanvas-menu form button i {
    color: #fff;
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

.off-logo {
    display: none;
}

.header-two .menu-area {
    padding: 15px 0;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    z-index: 1;
}

.header-two .menu-area.sticky-menu {
    background: #032e3f;
    border: none;
}

.header-two .top-callus {
    background: #a5182d;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}

.header-two {
    margin-bottom: -178px;
}

.header-two .second-header {
    background: none;
}

.header-two .second-header::before {
    display: none;
}

.header-two .main-menu ul li a {
    color: #fff;
}

.header-two .login li a {
    color: #fff;
}

.header-three {}

.header-three .second-header {
    background: #00468c;
}

.header-three .menu-area::before {
    display: none;
}

.header-three .menu-area {
    border-top: 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.header-three .sticky-menu {
    margin-top: 0;
    background: #fff;
}

.header-three .main-menu ul li a {
    color: #000;
}

.header-three .main-menu .sub-menu li a,
.menu .children li a {
    color: #4f4f4f !important;
}

.header-three .main-menu .sub-menu li a:hover,
.menu .children li a:hover {
    color: #a5182d !important;
}

.header-three .btn.ss-btn {
    float: right;
}

.login li {
    display: inline-block;
}

.login li a {
    color: #000;
    text-transform: uppercase;
}

.login li i {
    margin-right: 25px;
}

.slider-three .slider-img {
    margin-left: -25px;
    margin-top: 50px;
    margin-right: -227px;
}

.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}

.slider-four .slider-bg h5 {
    border: none;
    color: #ffffff1c;
    font-size: 170px;
}

.slider-four .slider-img {
    margin-left: 0;
    margin-top: 136px;
    margin-right: -235px;
    float: right;
}

.slider-four .slider-img img {
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: #a5182d;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.slider-four .slider-bg .video-i i {
    border: none;
    color: #a5182d;
    margin-right: 10px;
}

.slider-four .slider-bg .text2 p {
    color: #777;
}

.single-slider .subricbe {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 15px;
    margin-top: 40px;
    width: 92%;
}

.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 4.4rem;
    border-radius: 5px;
    outline: none !important;
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 0;
}

.contact-form .btn::before {
    display: none;
}

.header-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 4px;
    background: #a5182d;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.header-btn i {
    margin-left: 0;
}

.search-top2 {
    float: right;
}

.search-top2 li {
    margin-left: 20px;
    float: left;
    border-radius: 10px;
    background: #00468c;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.search-top2 li a {
    float: none !important;
}

.search-top2 li .fas.fa-search {
    color: #36383a;
}

/* breadcrumb */
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000;
}

.breadcrumb-wrap2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    z-index: 1;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    background: #a5182d;
    padding: 15px 35px;
    position: relative;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}

.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.breadcrumb>.active {
    color: #fffc !important;
    font-weight: 500;
}

.cart-top {
    display: inline-block;
}

.cart-top li {
    display: inline-block;
    padding: 0px 17px;
}

.cart-top li a {
    color: #fff;
    font-size: 18px;
    float: none !important;
}

.cart-top li:last-child {
    border: none;
}

.call-box .icon {
    display: inline-block;
}

.call-box li {
    float: left;
    color: #fff;
}

.call-box .text {
    margin-left: 10px;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: -5px;
}

.call-box strong {}

.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

/* 3. slider */
.overlay-bg-01 {
    position: absolute;
    left: 0;
    top: 0;
}

.overlay-bg-02 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px;
}

.overlay-bg-04 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.slider-bg {
    min-height: 600px !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.slider-bg.slick-active .image-layer {
    transform: scale(1.15);
}

.slider-bg .video-i.popup-video {
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}

.slider-bg2 .slider-content>span::before {
    content: "";
    background: #383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}

.slider-bg2 .slider-content h2 {
    color: #fff;
}

.slider-bg2 .slider-content p {
    color: #676f67;
    font-size: 16px;
    margin-bottom: 0;
}

.slider-bg2 .slider-content>span {
    font-size: 22px;
    font-weight: 500;
    color: #a5182d;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.slider-bg .video-i i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #a5182d;
    height: 60px;
    line-height: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);

}

.slider-bg2 .video-i {
    background: #383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.slider-bg2 .video-i:hover {
    background: #a5182d;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.slider-three .slider-bg {
    min-height: 959px !important;
}

.slider-three .slider-content h5::after {
    display: none;
}

#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-content>span {
    font-size: 16px;
    font-weight: 500;
    color: #a5182d;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 70px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
}

.slider-content h2 span {
    color: #fff;
    position: relative;
}

.slider-content h2 span::after {
    bottom: 13px;
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    display: inline-block;
    background: #a5182d;
    left: 0;
}

.slider-content h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.slider-content h5::after {
    content: "";
    height: 2px;
    width: 55px;
    position: relative;
    display: inline-block;
    background: #fff;
    top: -5px;
    left: 15px;
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #a5182d;
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.p-relative {
    position: relative;
}

.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}

.down-arrow:hover {
    color: #fff;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
    right: 5%;
    left: inherit;
}

.slider-active .slick-arrow,
.slider-active .slick-next {
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.slider-active:hover .slick-prev {
    left: 4%;
}

.slider-active:hover .slick-next {
    right: 4%;
}

.slider-active:hover .slick-arrow,
.slider-active:hover .slick-next {
    opacity: 1;
}

.slider-active .slick-arrow:hover {
    color: #fff;
    background: #a5182d;
}

.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}

.second-slider-bg::before {
    opacity: .5;
}

.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}

.s-slider-content h2 {
    margin-bottom: 25px;
}

.s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin: auto;
    padding-right: 60px;
}

.slider-four .s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}

.btn.ss-btn.active {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.line {
    float: left;
    margin-right: 15px;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.ss-one {
    top: 220px !important;
    left: 200px !important;
}

.ss-two {
    top: 290px !important;
    left: 49% !important;
}

.ss-three {
    top: 77% !important;
    left: 7% !important;
}

.ss-four {
    top: 56% !important;
    left: 37% !important;
}

.ss-five {
    left: 61% !important;
    top: 83% !important;
}

.ss-six {
    left: 88% !important;
    top: 80% !important;
}

.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2 {
    font-size: 60px;
}

.slider-bg .text2 a {
    color: #FFF;
}

.slider-bg .text2 .btn.ss-btn.active {
    background: #a5182d;
    border: 2px solid #a5182d;
    color: #FFF;
}

.slider-bg .text2 p {
    padding-right: 22%;
    color: #fff;
}

.slider-text-2 h2 {
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}

.aliment-icon-red {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-content {
    margin-left: 15px;
    padding-top: 15px;
}

.aliment-content p {
    margin-bottom: 0;
}

.aliment-content .h3-title {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.slider-content2 h2 {
    color: #00468c;
}

.slider-content2 p {
    color: #777777;
}

.slider-content2 h5 {
    color: #777777;
}

/* 4. about */
.about-area .btn {
    background: #00468c;
    border: 1px solid #00468c;
}

.about-area .btn:hover {
    border: 1px solid #a5182d;
}

.about-area .btn:hover::before {
    background: #a5182d;
}

.s-about-img img {
    width: 100%;
}

.about-img {
    margin-left: -50px;
}

.about-user {
    display: flex;
    margin: 30px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

.about-user .img {
    margin-right: 30px;
}

.about-user .text h5 {
    color: #a5182d;
}

.about-text p {
    color: #fff;
    font-size: 15px;
}

.about-text {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #a5182d;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.about-text::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: #00468c;
}

.about-text span {
    font-size: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    font-family: 'Adobe Caslon Pro Regular';
}

.about-text span sub {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-left: -10px;
    bottom: 5px;
}

.about-title>span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #a5182d;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 50px;
    margin-bottom: 0 !important;
}

.about-title h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-title .title-strong {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}

.about-title .title-strong span {
    padding: 3px 12px;
    background: #a5182d;
    border-radius: 5px;
    color: #fff;
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #a5182d;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.about-title p {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 45px;
}

.about-content li {
    display: flex;
    margin-bottom: 10px;
    color: #00468c;
}

.about-content li .text {
    padding-top: 0;
}

.about-title h2 span {
    color: #a5182d;
}

.about-content li .icon i {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #a5182d;
}

.product-qulity li h3 {
    font-size: 26px;
    font-weight: 600;
}

.product-qulity li .icon {
    width: 140px;
    margin-top: 12px;
}

.about-content .exprince {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}

.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0595b8;
}

.about-content .exprince p {
    margin-bottom: 0;
}

.about-content .nav-tabs {
    border: 1px solid #141b22;
    width: 54%;
    padding: 6px;
    display: inherit;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}

.about-content .nav-tabs .nav-item.show .nav-link,
.about-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #141b22;
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    color: #fff;
    text-transform: uppercase;
}

.about-content .nav-tabs .nav-link {
    padding: 12px 32px;
    text-transform: uppercase;
    border: none;
}

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

.ab-ul li {
    float: left;
    width: 50%;
}

.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #a5182d;
}

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

.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}

.sr-ul li .icon i {
    width: inherit;
    height: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    line-height: inherit;
    font-size: 30px;
    color: #4cc3c1;
}

.sr-ul li .text {
    font-size: 14px;

    color: #00468c;
}

.sr-tw-ul {
    position: relative;
    z-index: 1;
}

.sr-tw-ul li {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 30px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px;
}

.sr-tw-ul li p {
    margin-bottom: 0;
}

.sr-tw-ul li .icon {
    width: 108px;

}

.sr-tw-ul li .icon img,
.sr-tw-ul li .icon-right img {
    width: 54px;
}

.sr-tw-ul li .icon-right {
    width: 108px;
}

.sd-img img {
    width: 100%;
}

.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #141b22;
    opacity: .05;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}

.second-about {
    right: 0;
    bottom: inherit;
    text-align: center;
    top: 0;
    width: 307px;
}

.about-text.second-about.three-about {
    right: 42%;
    top: 68%;
}

.second-about p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}

.second-atitle>span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a5182d;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.s-about-content p {
    margin-bottom: 15px;
}

.s-about-content .txt-clr {
    color: #333;
    font-size: 17px;
    line-height: 26px;
}

.about-content strong {
    color: #a5182d;
}

.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}

.sinature-box h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: #141b22;
    margin-bottom: 5px;
}

.sinature-box h3 {
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #4CC3C1;
}

.sinature-box .user-box {
    display: flex;
}

.sinature-box .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.signature-text {
    font-size: 22px;
    color: #a5182d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.circle-right {
    display: inline-block;
}

.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}

.ab-coutner .single-counter {
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 70px 0;
}

.ab-coutner .single-counter p {
    margin-top: 15px;
    color: #4f4f4f;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
}

.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.about-content2 .about-title h2 {
    color: #fff;
}

.about-content2 li {
    display: inherit;
    margin-top: 10px;
    width: 50%;
    float: left;
    margin-bottom: 0;
    color: #777;
}

.about-content2 .abcontent {
    display: flex;
}

.about-content2 li .ano {
    font-size: 20px;
    width: 90px;
    height: 56px;
    background: #a5182d;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    display: block;
    border-radius: 50%;
    font-weight: 500;
    line-height: 56px;
    font-family: 'Jost', sans-serif;
}

.about-content2 li .text h3 {
    font-size: 24px;
}

.about-content2 li .text {
    padding-top: 5px;
}

.experience-text {
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ffffff4f;
    border-bottom: 1px solid #ffffff4f;
    width: 100%;
    display: flex;
}

.experience-text span {
    font-size: 60px;
    color: #a5182d;
    position: relative;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}

.experience-text span sub {
    font-size: 30px;
    color: #a5182d;
    font-weight: 800;
    margin-left: -10px;
    bottom: 5px;
}

.exp-no {
    width: 66%;
    border-right: 1px solid #ffffff4f;
}

.exp-no p {
    float: left;
    color: #fff;
    width: 48%;
}

.exp-text {
    padding-left: 30px;
    color: #ffffffab;
}

.achivments-outer {
    display: flex;
}

.achivments-outer .text {
    padding-left: 15px;
}

.achivments-outer .text h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}

.achivments-outer .text p {
    color: #a5182d;
}

/* 5. features */
.features-services-area .container {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px;
    margin-top: -180px;
}

.features-services-area .features-icon img {
    height: 57px;
    margin-bottom: 30px;
}

.features-services-area p {
    margin-bottom: 0;
}

.features-content h4 {
    font-size: 24px;
    margin-bottom: 17px;
}

.s-btn {
    font-size: 14px;
    font-weight: 500;
    color: #141b22;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px;
}

.s-btn:hover {
    background: #a5182d;
    border-color: #a5182d;
    color: #fff;
}

.section-title h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}

.section-title h2 {
    font-size: 45px;
    padding-bottom: 0;
    margin-bottom: 15px !important;
    position: relative;
    color: #a5182d;
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #a5182d;
    margin: auto;
    transition: .3s;
    display: none;
}

section:hover .section-title h2::before {
    width: 100px;
}

.features-p {
    padding-top: 380px;
}

.features-shape {
    position: absolute;
    z-index: -1;
}

.fshape-one {
    left: 120px;
    top: 25%;
}

.fshape-two {
    left: 15%;
    top: 51%;
}

.fshape-three {
    top: 69%;
    left: 6%;
}

.fshape-four {
    top: 40%;
    left: 89%;
}

.fshape-five {
    top: 71%;
    left: 83%;
}

.about-content3 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 10px;
    color: #a5182d;
}

/* 6. services */
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}

/*.services-box{*/
/*     border-radius: 8px;*/
/*  background-color: #fff;*/
/*    padding: 40px 50px;*/
/*}*/

.services-box {
    border-radius: 0;
    background-color: #fff;
    padding: 15px;
    border-right: 2px solid #a5182d;
}

/*.services-box:last-child{border:none;}*/
.col-lg-4:last-child .services-box {
    border-right: none;
}

.services-box h3 {
    font-size: 25px;
    color: #00468c;
}

.services-box .icon {
    margin-bottom: 20px;
}

/*.services-box .icon img{*/
/*    height: 52px;*/
/*}*/
.services-box a {
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.services-box a:hover {
    color: #a5182d;
}

.service-details-three {
    margin-top: -150px;
}

.service-details-three .services-box {

    padding: 30px;
}

.service-details-three .sbox div:nth-child(1) .services-box {
    background: #fff1ee;
}

.service-details-three .sbox div:nth-child(2) .services-box {
    background: #eef8ff;
}

.service-details-three .sbox div:nth-child(3) .services-box {
    background: #fffaee;
}

.service-details-three .sbox div:nth-child(4) .services-box {
    background: #eefffb;
}

.services-two .s-single-services {
    border-radius: 0 0 0 0;
}

.services-two .s-single-services .btn2 {
    display: inline-block;
    color: #a5182d;
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #a5182d;
    z-index: -1;
    transition: .3s;
    opacity: 0;
}

.service-t h2 {
    top: 55px;
}

.services-thumb img {
    width: 100%;
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #a5182d;
    transition: .3s;
    margin-bottom: 55px;
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}

.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px;
}

.services-content h4:hover a {
    color: #a5182d;
}

.services-content p {
    margin-bottom: 0;
}

.single-services:hover .services-content span {
    background: #a5182d;
}

.single-services:hover::before {
    opacity: 1;
}

.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}

.services-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: #a5182d;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}

.services-active .slick-dots li.slick-active button {
    width: 50px;
    background: #a5182d;
}

.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #ff4328;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #ff4328;
}

.services-two .services-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
}

.services-two .services-icon img {
    width: 100%;
}

.services-two .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-two ul li {
    margin-bottom: 25px;
}

.services-two ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: #a5182d;
}

.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #3763eb;
    margin-left: 0;
}

.services-icon2 {
    position: absolute;
    right: 5%;
    top: 0;
}

.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}

.services-two .second-services-content {
    float: left;
    width: 100%;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 45px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;

}

.services-two .s-single-services {
    float: left;
    width: 100%;
}


.services-three .services-icon {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-bottom: 30px;
}

.services-three .services-icon img {
    width: 100%;
}

.services-three .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-three ul li {
    margin-bottom: 25px;
}

.services-three ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: #a5182d;
}

.services-three .second-services-content {
    float: left;
    width: 100%;
}

.services-three .s-single-services {
    transition: .3s;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #F0F0F0;
    display: block;
    box-shadow: none;

}

.services-three .s-single-services.active {
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}

.services-three .s-single-services.active .services-icon {
    background: #fff 0% 0% no-repeat padding-box;
    width: 90px;
    height: 90px;
}

.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content h5 {
    transition: .3s;
    letter-spacing: 0;
    font-size: 26px;
    color: #030c26;
}

.second-services-content p {
    margin-bottom: 0;
}

.second-services-content a {
    /*font-size: 14px;
	font-weight: 500;
	color: #444d69;
	position: relative;
	transition: .5s;*/
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}

.s-single-services {
    transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
}

.s-single-services .services-icon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.h-service {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #141b229c;
    padding-top: 45%;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    transform: scaleY(1);
}

.h-service h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.s-single-services:hover .h-service {
    transform: scaleY(0);
    opacity: 0;
}

.services-hover .box1 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #a5182d;
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 40px;
    border-right: 0;
    border-bottom: 0;
}

.services-hover .box2 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #a5182d;
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 40px;
    border-left: 0;
    border-bottom: 0;
}

.services-hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 60px 0;
    background: #141b22;
    height: 100%;
    width: 100%;
    color: #fff;
    transform: scaleY(0);
    opacity: 0;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.s-single-services:hover .services-hover {
    transform: scaleY(1);
    opacity: 1;
}

.services-hover h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-hover a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.services-hover:hover p {
    height: auto;
    width: auto;

}

.services-hover:hover .services-icon {
    margin-top: 20px;
}

.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.s-single-services a.ss-btn {
    display: none;
}

.s-single-services .active-icon {
    display: none;
}

.s-single-services .d-active-icon {
    display: block;
}

.s-single-services:hover {
    background: #fff;
}

.s-single-services.active a.ss-btn {
    display: inline-block;
}

.s-single-services.active .second-services-content h5 {}

.s-single-services.active .second-services-content a,
#feature-top .s-single-services.active .btn2,
.s-single-services.active .services-icon .glyph-icon::before {}

.s-single-services.active .second-services-content p {}

.s-single-services.active .active-icon {
    display: block;
}

.s-single-services.active .d-active-icon {
    display: none;
}

.services-bg {
    background-position: center;
    background-size: cover;
}

.services-active2 {
    padding-top: 50px;
    padding-bottom: 300px;
}

.services-active2 .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #a5182d;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}

.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}

.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}

.services-item {
    background: #fff;
    margin: 22px 15px;
    box-shadow: 3px 4px 15px #0000001A;
    text-align: center;
    border-radius: 10px;
}

.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}

.services-item h3 {
    font-size: 20px;
}

.services-item .glyph-icon:before {
    font-size: 60px;
}

.services-active2 li .icon {
    padding-right: 10px;
}

.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}

.services-item.slick-slide.slick-current.slick-active .glyph-icon:before {
    color: #fff;
}

.services-item.slick-slide.slick-current.slick-active h3 {
    color: #fff;
}

.services-area .services-box {
    background: #eff7ff;
    padding: 50px;
}

.services-area .services-box:hover,
.services-area .services-box.active {
    background: #fff7ef;
}

.services-box .services-content2 {
    transition: .3s;
}

.services-box .services-content2 p {
    margin-bottom: 0;
}

.services-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px !important;
}

.services-content2 h5 a {
    color: #30313d;
}

.services-box .ss-btn2 {
    width: 60px;
    height: 60px;
    background: #a5182d0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #a5182d33;
    display: none;
    color: #fff;
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}

.services-box .services-content2:hover .ss-btn2 {
    display: inline-block;
}

.services-02 ul {
    display: flex;
    border: 2px solid #F5F5F5;
}

.services-02 ul li {
    padding: 30px;
    border-right: 2px solid #F5F5F5;
    background: #fff;
    transition: .2s;
}

.services-02 ul li:last-child {
    border: none;
}

.services-icon-02 {
    margin-bottom: 30px;

}

.services-content-02 h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.services-content-02 {
    font-size: 14px;
}

.services-content-02 .ss-btn2 {
    margin-top: 20px;
    display: block;
}

.services-content-02 .ss-btn2 i {
    width: 40px;
    height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #777;
}

.services-content-02 .ss-btn2 span {
    color: #a5182d;
    margin-left: -10px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.services-02 ul li:hover {
    border: none;
    box-shadow: 0px 16px 32px #0000000A;
    transform: scale(1.08);
    transition: .2s;
}

.services-02 ul li:hover .ss-btn2 span {
    margin-left: 5px;
    opacity: 1;
    transition: .2s;
}

.services-box-03 {
    background: #fff;
    padding: 50px;
}

.services-box-04 {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04 {
    display: flex;
    margin-bottom: 30px;
}

.services-icon-04 img {
    margin-right: 15px;
}

.services-icon-04 h4 {
    padding: 15px 0 0;
}

.services-box-04 .services-content-02 li {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #00468c;
}

.services-box-04 .services-content-02 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: #a5182d;
}

.services-box-04 .services-content-02 .blue li::before {
    color: #4cc3c1;
}

.services-box-04 .services-content-02 .green li::before {
    color: #2db065;
}

.services-05 h2 {
    color: #fff;
}

.services-05::before {
    content: "";
    background: #00468c;
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}

.services-content-05 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 30px;
    margin-bottom: 50px;
}

.services-content-05 span {
    color: #a5182d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.services-text05 p {
    font-size: 20px;
}

.services-text05 a {
    font-size: 20px;
    color: #a5182d;
    font-weight: 500;
    text-decoration: underline;
}

.services-07 .section-title h2 {
    color: #fff;
}

.services-box07 {
    background-color: #00468c;
    padding: 35px;
    transition: all 0.3s ease 0s;
}

.services-box07:hover,
.services-box07.active {
    background: #a5182d;
}

.services-box07 .sr-contner {
    display: flex;
}

.services-box07 .sr-contner .icon {
    width: 138px;
    margin-right: 20px;
}

.services-box07 .sr-contner .text h5 {
    font-size: 25px;
    color: #fff;

}

.services-box07 .sr-contner .text p {
    margin-bottom: 10px;
    color: #fff;
}

.services-box07 .sr-contner .text a {
    font-family: 'Jost', sans-serif;
    color: #fff;
}

.services-07 .user-box {
    display: flex;
}

.services-07 .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.services-07 .user-box .text h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}

.services-07 .user-box .text h3 {
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #9a9fa2;
}

.services-08-item {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.services-08-item .readmore {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #162542;
    display: inline-block;
    margin-top: 15px;
}

.services-08-item .readmore:hover {
    color: #fff;
    background: #a5182d;
}

.services-08 h2 {
    color: #fff;
}

.services-08 .bg-outer {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-08 .col-lg-4.col-md-4 {
    position: relative;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none;
}

.services-08-item--wrapper>div {
    border-right: 2px solid #f5f5f5;
}

.services-08-item--wrapper>div:nth-child(3) {
    border-right: none;
}

.services-08-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    height: 40px;
}

.services-08-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 1px #a5182d;
    -webkit-text-fill-color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 35px;
}

.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-09::before {
    display: none;
}

.services-09 p,
.services-09 .section-title h5 {
    color: #fff;
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}

.services-area2 h2 {
    color: #30313d;
}

.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
}

.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid #a5182d;
}

.services-area2 .services-box2 .services-icon {
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.services-area2 .services-box2 .services-icon i {
    border: none;
    color: #a5182d;
}

.services-area2 .services-box2 p {
    margin-bottom: 0;
}

.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}

.services-box2 .services-content2 h3 {
    font-weight: 600;
    font-size: 24px;
}

.services-box2 .services-content2 .icon {
    color: #777777;
    width: 50px;
    height: 50px;
    border: 2px solid #7777777d;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 28%;
    right: 30px;
}

.services-box2 .services-content2 .icon:hover {
    color: #a5182d;
    border: 2px solid #a5182d;
}

.animations-01 {
    position: absolute;
    left: 0;
    bottom: 30px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-02 {
    position: absolute;
    right: 0;
    bottom: -10px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-03 {
    position: absolute;
    left: -50px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-04 {
    position: absolute;
    left: 235px;
    bottom: 195px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-05 {
    position: absolute;
    animation: alltuchtopdown 5s infinite;
    width: 100%;
    text-align: center;
    top: 24px;
    z-index: -1;
}

.animations-06 {
    position: absolute;
    left: 50px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-07 {
    position: absolute;
    left: 0px;
    bottom: -50px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-08 {
    position: absolute;
    right: 50px;
    top: 250px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-09 {
    position: absolute;
    right: 50px;
    bottom: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-10 {
    position: absolute;
    left: 0;
    bottom: 110px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-11 {
    position: absolute;
    left: 160px;
    bottom: 165px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-12 {
    position: absolute;
    right: 130px;
    top: 340px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-13 {
    position: absolute;
    right: 150px;
    bottom: 200px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-14 {
    position: absolute;
    right: 80px;
    top: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-15 {
    position: absolute;
    right: 120px;
    bottom: 0;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.sbox div:nth-child(1) .services-box07 {
    background: #ffeec4;
}

.sbox div:nth-child(2) .services-box07 {
    background: #e5f3ff;
}

.sbox div:nth-child(3) .services-box07 {
    background: #e1ffe5;
}

.sbox div:nth-child(4) .services-box07 {
    background: #fff4f3;
}

.service-details-two {
    margin-top: -234px;
}

/* steps area */
.steps-area .section-title p {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}

.steps-area h2,
.steps-area h3 {
    color: #fff;
}

.steps-area h3 {
    font-size: 20px;
}

.steps-area li {
    margin-bottom: 15px;

}

.steps-area li:last-child {
    margin-bottom: 0;
}

.step-box {
    display: flex;
}

.step-box .text p {
    margin-bottom: 0;
    color: #ebebeb;
}

.step-box .date-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #a5182d;
    margin-right: 20px;
    text-align: center;
    position: relative;
    float: left;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
}


.step-img {
    padding-bottom: 30px;
}

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

.step-box.step-box2 {
    padding-right: 50px;
    display: inherit;
}

.step-box.step-box2 .dnumber {
    display: block;
}

.step-box.step-box2 .text {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
}

.step-box.step-box2 h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.step-img2 {
    margin-right: -350px;
    margin-left: -15px;
}

.step-img2 img {
    width: 996px;
}

.step-box.step-box3 {
    padding-left: 50px;
    display: inherit;
}

.step-box.step-box3 .dnumber {
    display: block;
}

.step-box.step-box3 .text {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
}

.step-box.step-box3 h2 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.step-img3 {
    margin-left: -350px;
    margin-right: -15px;
}

.step-img3 img {
    width: 996px;
}

/* 7. video */

.video-position {
    position: absolute;
    bottom: -170px;
    left: 50px;
}

.video-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 588px;
}

.video-img img {
    width: 100%;
}

.video-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .65;
}

.video-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    background: #a5182d;
    border-radius: 50%;
    padding: 25px;
}

.video-img a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: transparent linear-gradient(90deg, #a5182d0%, #a5182d100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.left-align h2::before {
    margin: unset;
}

.video-content p {
    margin-bottom: 30px;
}

.v-list ul li {
    margin-bottom: 20px;
}

.v-list ul li:last-child {
    margin-bottom: 0px;
}

.v-list ul li i {
    color: #a5182d;
    display: inline-block;
    margin-right: 5px;
}

.v-padding {
    padding-top: 35px;
}

.s-video-wrap2 {
    height: 500px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.s-video-wrap {
    background-position: center;
    background-size: cover;
    height: 660px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.s-video-content {
    width: 100%;
    text-align: center;
}

.s-video-content a {
    z-index: 9;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 120px;
    width: 120px;
    background: rgba(255, 255, 255, 0.09);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

.s-video-content h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.s-video-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Jost', sans-serif;
}

/* 8. choose */
.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-list {
    float: left;
    width: 100%;
}

.choose-list ul li {
    margin-bottom: 20px;
    color: #444d69;
    width: 50%;
    float: left;
}

.choose-list ul li i {
    color: #a5182d;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.choose-area {
    background-size: cover;
    background-position: center;
}

.choose-content p {
    margin-bottom: 15px;
    color: #444d69;
    padding-right: 50px;
}

.choose-btn a {
    border-radius: 8px;
    background-color: rgb(31, 83, 219);
    box-shadow: 0px 2px 60px 0px rgba(31, 83, 219, 0.3);
    width: 241px;
    display: inline-block;
    color: #fff !important;
    display: flex;
    padding: 10px 25px;
    float: left;
    margin-right: 25px;
    position: relative;
    border: 2px solid #1f53db;
    font-family: 'Jost', sans-serif;
}

.choose-btn a .icon {
    padding: 0 20px 0 0;
    line-height: 50px;
    z-index: 99;
}

.choose-btn a .text {
    z-index: 99;
    font-size: 20px;
}

.choose-btn a .text strong {
    font-size: 22px;
    margin-top: 0px;
    display: block;
    font-weight: 500;
}

.choose-btn a.g-btn {
    box-shadow: none;
    width: 262px;
    background: none;
    border: 2px solid #1f53db;
    margin-right: 0;
}

.g-btn .text {
    color: #141b22;
}

.g-btn .text strong {
    color: #1F53DB;
}

/* 9. brand */
.single-brand {
    text-align: center;
}

.single-brand img {
    display: inline-block;
}

.brand-area2 {
    margin-top: -70px;
    position: relative;
}


/* 10. work-process */
.wp-bg {
    background-position: center;
    background-size: cover;
}

.w-title h2::before {
    background-color: #a5182d;
}

.wp-list {
    background: #232c8e;
    box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
    padding: 80px 50px;
    padding-bottom: 75px;
}

.wp-list ul li {
    display: flex;
    align-items: start;
    overflow: hidden;
    margin-bottom: 45px;
}

.wp-list ul li:last-child {
    margin-bottom: 0px;
}

.wp-icon {
    margin-right: 25px;
}

.wp-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.wp-content p {
    color: #fff;
    margin-bottom: 0;
}

.wp-tag {
    position: absolute;
    left: 70px;
    top: 90px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.wp-img {
    margin-right: -60px;
    margin-top: -60px;
    margin-bottom: -15px;
}

.wp-thumb img {
    width: 100%;
}

.inner-wp-icon {
    float: left;
    display: block;
    margin-right: 30px;
}

.inner-wp-c {
    overflow: hidden;
    display: block;
}

.inner-wp-c h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner-wp-c p {
    margin-bottom: 0;
}

/* 11. team */
.team-area .single-team {
    margin-left: 0;
    margin-right: 0;
}

.single-team {
    border-radius: 2px;
    background-color: #fff;
    padding: 30px;
}

.team-area .container {
    z-index: 1;
    position: relative;
}

.team-active .slick-dots {
    text-align: center;
    display: none;
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.team-active .slick-dots .slick-active button {
    width: 10px;
    background-color: #a5182d;
}

.team-active .slick-dots li button {
    text-indent: -99999px;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #cccccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    border: none;

}

.team-active .slick-dots li.slick-active button {}

.team-active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-thumb img {
    display: inline-block !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.team-thumb .dropdown {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.team-thumb .dropdown .xbtn {
    width: 50px;
    height: 50px;
    background: #a5182d 0% 0% no-repeat padding-box;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.team-thumb .dropdown .xbtn::before {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    border: 2px dashed #ffffff5c;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}

.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 10px;

}

.team-social li {
    display: inline;
    margin: 0 3px;
}

.team-thumb .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    transform: translate3d(0px, -107px, 0px) !important;
}

.team-thumb .social {
    position: absolute;
    top: 0;
}

.team-info {
    padding: 30px 0px 0;
    transition: .3s;
    position: relative;
    text-align: center;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid #a5182d;
}

.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s;
}

.team-info span {
    font-size: 16px;
    transition: .3s;
    color: #a5182d;
    font-weight: 600;
}

.team-info p {
    margin-bottom: 0;
    color: #a5182d;
}

.team-social a {
    color: #777;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 999;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #ebebeb;
}

.team-social a:hover {
    background: #a5182d;
    color: #fff;
    border: 1px solid #a5182d;
}

.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: #a5182d;
}

.single-team:hover .team-info {
    border-color: #a5182d;
}

.team-t h2 {
    top: 50px;
}

.single-team:hover .team-info h4 {
    color: #a5182d;
}

.slick-slide {
    outline: none;
}

.team-active {
    position: relative;
}

.team-active .slick-arrow {
    position: absolute;
    top: 40%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: #a5182d;
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

.team-active .slick-arrow:hover {
    background: #00468c;
}

.team-active .slick-next {
    left: inherit;
    right: -60px;
}

.team-area-content {
    padding: 120px 0;
}

.team-info h4 a:hover {
    color: #a5182d;
}

.team-area-content span {
    margin-bottom: 10px;
    color: #a5182d;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.team-area-content span::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #a5182d;
    position: relative;
    display: inline-block;
    top: -5px;
    margin-right: 15px;
}

.team-area-content ul {
    margin-top: 30px;
    margin-bottom: 50px;
}

.team-area-content li {
    display: flex;
    margin-top: 15px;
}

.team-area-content li .icon i {
    margin-right: 10px;
    color: #a5182d;
    width: 20px;
}

.team-area-content li .icon strong {
    color: #00468c;
}

.team-area-content li .icon {
    margin-right: 10px;
    width: 35%;
}

.team-area-content .social a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 3px 4px 15px #00000026;
}

.team-area-content .social a:nth-child(1) {
    background: #345aa8;
}

.team-area-content .social a:nth-child(2) {
    background: #00ACED;
}

.team-area-content .social a:nth-child(3) {
    background: #0057FF;
}

.team-area-content .social a:nth-child(4) {
    background: #CD201F;
}

.per-info {
    background: #f5f5f5;
    padding: 30px;
    display: flex;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.per-info .info-text {
    width: 100%;
}

.per-info .info-text p {
    margin-bottom: 0;
    font-size: 16px;
}

.per-info .info-text p i {
    color: #a5182d;
    margin-right: 10px;
}

.team-img-box img {
    width: 100%;
    border-style: solid;
    border-width: 7px;
    border-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
}

.s-about-content h2 {
    color: #a5182d;
    font-size: 45px;
    margin-bottom: 20px;
}

.s-about-content h6 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Asap', sans-serif;
}

.s-about-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Asap', sans-serif;
}

.s-about-content .footer-social a {
    background: #00468c;
}

.per-info ul {
    margin-bottom: 0;
}

.brand-anim-01 {
    position: absolute;
    left: -40px;
    top: -60px;
}

.brand-anim-02 {
    position: absolute;
    right: -36px;
    top: 40px;
}

.team-area2 .single-team {
    padding: 0;
    background: #f7f9ff;
}

.team-area2 .team-thumb img {
    height: auto;
    width: auto;
    border-radius: 0;
}

.team-area2 .team-info {
    padding-bottom: 30px;
}

.conterdown {
    background: #00468c;
    padding: 50px 0;
    border-radius: 4px;
    margin: 30px 0;
}

.conterdown .timer {
    display: flex;
}

.conterdown .timer-outer {
    width: 100%;
    text-align: center;
}

.conterdown .smalltext {
    color: #75b4ce;
}

.conterdown span {
    font-size: 50px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 600;
}

/* 12. project */
.project h2 {}

.single-project .project-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}

.single-project .project-info h4 {
    margin-bottom: 0;
}

.single-project .project-info h4 a {
    color: #fff;
    font-size: 24px;
}

.single-project .project-info p {
    color: #a5182d;
    margin-bottom: 0;
}

.single-project .project-info a {
    color: #a5182d;
}

.single-project .project-info a img {
    display: inline;
    margin-left: 5px;
}

.portfolio-active {
    padding-left: 40px;
}

.portfolio-area2 h2 {
    color: #fff;
}

.portfolio-active .single-project {
    position: relative;
}

.portfolio-active .slick-arrow {
    position: absolute;
    top: -124px;
    right: 19%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #a5182d;
    box-shadow: 1px 1.732px 30px 0px rgba(255, 94, 21, 0.25);
    font-size: 30px;
}

.portfolio-active .slick-arrow:hover {
    background: #a5182d;
    color: #fff;
}

.portfolio-active .slick-next {
    right: 15%;
    left: inherit;
}

.portfolio-box {
    width: 100%;
    height: 390px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.portfolio-box img {
    height: 390px !important;
    max-width: 600px !important;
    margin-left: -150px;
}

.portfolio-box .caption {
    position: absolute;
    bottom: -150px;
    padding: 30px;
    width: 100%;
    background: #fff;
    transition: opacity .4s ease, visibility .2s ease;
    opacity: 0;
}

.portfolio-box:hover .caption {
    bottom: 0;
    opacity: 1;
}

.portfolio-box .caption .caption-text {
    position: relative;
}

.portfolio-box .caption .arrow-icon {
    position: absolute;
    right: 40px;
    top: 25%;
    font-size: 28px;
    color: #a5182d;
}

.caption-text h5 {
    margin-bottom: 5px !important;
}

.caption-text p {
    margin-bottom: 0 !important;
}

.project-two h2 {
    color: #fff;
}

.project-two .grid-item,
.project-two .col-xl-6 {
    padding: 0;
    margin: 0;
}

/* 12. counter */

.counter-tittle {
    display: inline-block;
    background: #a5182d;
    padding: 11px 30px;
    position: relative;
    top: -60px;
}

.counter-tittle h2 {
    color: #fff;
    font-size: 25px;
}

.counter-tittle::before {
    content: "";
    background: #a5182d;
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(20deg);
    left: -13px;
}

.counter-tittle::after {
    content: "";
    background: #a5182d;
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(-20deg);
    right: -13px;
}

.counter-area .single-counter {
    padding-left: 0;
    padding-right: 0;
}

.counter-area .row div:nth-child(4) .single-counter {
    border-right: none;
}

.single-counter {
    padding: 0 25px;
}

.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fe576b;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
    line-height: 80px;
}

.single-counter .icon {
    margin-bottom: 15px;
    float: left;
    width: 100px;
}

.count {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    /*line-height: 1;*/
    font-family: 'Jost', sans-serif;
    display: inline-block;
}

.counter {
    text-align: center;
}

.counter small {
    font-size: 35px;
    font-weight: 600;
    color: #002c47;
    line-height: 1;
    position: relative;
}

.single-counter p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    padding-top: 5px;
    line-height: 22px;
}

.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fe576b;
    margin-bottom: -5px;
    margin-top: 10px;
}

/* event */

.event-item .thumb {
    overflow: hidden;
}

.event-content {
    padding: 30px;
    background: #f0f7ff;
    position: relative;
    transition: all 0.5s ease 0s;
}

.event-item:hover .event-content {
    background: #00468c;
    color: #96bece;
}

.event-item:hover .event-content .time {
    color: #bbeafe;
}

.event-item:hover .event-content .time strong,
.event-item:hover .event-content h3 a {
    color: #fff;
}

.event02 .event-content h3 {
    font-size: 24px;
}

.event-content .date {
    position: absolute;
    background-color: #a5182d;
    width: 87px;
    height: 67px;
    left: 30px;
    top: -60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}

.event-content .date strong {
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.event-content h3 {
    font-size: 24px;
}

.event-content .time {
    font-family: 'Jost', sans-serif;
}

.event-content .time strong {
    font-weight: 500;
    color: #a5182d;
}

.event-content .time i {
    margin-left: 5px;
    margin-right: 5px;
}

.event02 .event-item {
    width: 100%;
    float: left;
}

.event02 .thumb {
    width: 219px;
    height: 270px;
    float: left;
}

.event02 .event-content {
    float: left;
    width: 59%;
}

.event02 .event-content .date {
    position: relative;
    left: inherit;
    top: inherit;
    display: inline-block;
    margin-bottom: 20px;
}

.event02 .thumb {
    width: 219px;
    height: 277px;
}

.event02 .thumb img {
    width: 219px;
    height: 277px;
}

.event02 .event-content .date {
    border-radius: 4px;
    margin-bottom: 20px;
}

.event02 .event-content .icon {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 90px;
    color: #dfeeff;
}

.event03 .event-content,
.event03 .event-item {
    float: left;
}

.event03 .event-content {
    background: #fff;
    border: 1px solid #a5182d;
    padding: 30px;
}

.event03 .event-content h3 {
    font-size: 24px;
}

.event03 .event-content .date {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    border-radius: 4px;
    height: 80px;
    padding-top: 6px;
}

.event03 .event-content .icon {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 90px;
    color: #f7f9ff;

}

.event03 .event-content .text {
    float: left;
    width: 81%;
    margin-left: 20px;
}

.event03 .event-item:hover .icon {
    color: #356c84;
}

.event03 .event-content .time i {
    color: #a5182d;
}

.event03 .event-content .time strong {
    font-weight: 500;
    color: #777;
}

/* courses */
.class-scroll .schedule li {
    float: left;
    padding: 0 15px;
    padding-left: 15px;
    border-right: 1px solid #ccc;
}

.class-scroll .class-item .class-content p {
    margin-bottom: 0;
}

.class-scroll .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
    margin-bottom: 5px;
    font-weight: 600;
}

.class-scroll .schedule span.class-age,
.class-scroll .schedule span.class-size {
    color: #a5182d;
    font-weight: 400;
}

.class-scroll .slick-track .class-item:nth-child(1) ul,
.class-scroll .slick-track .class-item:nth-child(4) ul,
.class-scroll .slick-track .class-item:nth-child(7) ul,
.class-scroll .slick-track .class-item:nth-child(10) ul,
.class-scroll .slick-track .class-item:nth-child(13) ul {
    background: #fff1ee;
}

.class-scroll .slick-track .class-item:nth-child(2) ul,
.class-scroll .slick-track .class-item:nth-child(5) ul,
.class-scroll .slick-track .class-item:nth-child(8) ul,
.class-scroll .slick-track .class-item:nth-child(11) ul,
.class-scroll .slick-track .class-item:nth-child(14) ul {
    background: #eef8ff;
}

.class-scroll .slick-track .class-item:nth-child(3) ul,
.class-scroll .slick-track .class-item:nth-child(6) ul,
.class-scroll .slick-track .class-item:nth-child(9) ul,
.class-scroll .slick-track .class-item:nth-child(12) ul,
.class-scroll .slick-track .class-item:nth-child(15) ul {
    background: #fffaee;
}


.class-scroll .col-lg-4:nth-child(1) ul,
.class-scroll .col-lg-4:nth-child(4) ul,
.class-scroll .col-lg-4:nth-child(7) ul,
.class-scroll .col-lg-4:nth-child(10) ul,
.class-scroll .col-lg-4:nth-child(13) ul {
    background: #fff1ee;
}

.class-scroll .col-lg-4:nth-child(2) ul,
.class-scroll .col-lg-4:nth-child(5) ul,
.class-scroll .col-lg-4:nth-child(8) ul,
.class-scroll .col-lg-4:nth-child(11) ul,
.class-scroll .col-lg-4:nth-child(14) ul {
    background: #eef8ff;
}

.class-scroll .col-lg-4:nth-child(3) ul,
.class-scroll .col-lg-4:nth-child(6) ul,
.class-scroll .col-lg-4:nth-child(9) ul,
.class-scroll .col-lg-4:nth-child(12) ul,
.class-scroll .col-lg-4:nth-child(15) ul {
    background: #fffaee;
}

.class-scroll .schedule li:last-child {
    padding-right: 0;
    border-right: none;
}

.class-scroll .schedule {
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    background: #fff1ee;
    margin-bottom: -8px;
}

.class-scroll .class-item {
    margin: 0 15px 15px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.08);
}

.class-active {
    margin-right: -350px;
}

.courses-item {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background: #f0f7ff;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.courses-item:hover {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.courses-item:hover .courses-content {
    background: #fff;
}

.courses-img-outer {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.courses-content {
    padding: 30px;
    float: left;
    position: relative;

}

.courses-content .cat {
    border-radius: 4px;
    background-color: #a5182d;
    position: absolute;
    top: -18px;
    right: 30px;
    color: #fff;
    padding: 5px 10px;
}

.courses-content .cat i {
    margin-right: 5px;
}

.courses-item .icon img {
    display: inherit;
}

.courses-item .icon {
    float: right;
    text-align: right;
    margin-top: -60px;
    margin-right: 30px;
}

.courses-content h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.courses-content .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
}

.courses-content a {
    color: #141b22;
}

.courses-content a.readmore {
    color: #a5182d;
}

.courses-content a.readmore:hover {
    color: #141b22;
}

.courses-content a:hover {
    color: #a5182d;
}

.course-widget-price ul {
    width: 100%;
    display: inline-block;
}

.course-widget-price li i {
    padding-right: 9px;
    font-size: 14px;
    padding-left: 2px;
    color: #a5182d;
}

.course-widget-price li span:last-child {
    float: right;
}

.shop-area .courses-item {
    margin-left: 0;
    margin-right: 0;
}

.class-area2 h2 {
    color: #fff;
}

.class-active .single-project {
    position: relative;
}

.class-active .slick-arrow {
    position: absolute;
    top: -122px;
    left: 71.6%;
    border: none;
    background: none;
    padding: 0;
    font-size: 36px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: #a5182d;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.class-active .slick-arrow:hover {
    background: #00468c;
    color: #fff;
}

.class-active .slick-next {
    left: 76%;
    right: 0;
}

.class-item {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.class-img-outer {
    overflow: hidden;
    position: relative;
}

.course-meta {
    position: absolute;
    bottom: 0;
    background: #00000082;
    width: 100%;
    padding: 15px;
    color: #fff;
}

.course-meta .author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.course-meta .author .thumb img {
    height: 60px;
}

.course-meta .author .text {
    line-height: 22px;
}

.course-meta .author .text p {
    margin-bottom: 0;
}

.course-meta .author a {
    color: #fff;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.course-meta2 {
    background: #00468c;
    border-radius: 8px;
    padding: 15px 30px;
}

.course-meta2 p {
    margin-bottom: 0 !important;
}

.course-meta2 .author {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #75b4ce;
}

.course-meta2 .author a {
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.course-meta2 .left {
    float: left;
}

.course-meta2 .left li {
    float: left;
    margin-right: 30px;
}

.course-meta2 .right {
    float: right;
}

.course-meta2 .price {
    padding: 5px 30px;
    color: #fff;
    background: #a5182d;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 7px;
}

.course-meta2 .author .thumb img {
    height: 50px;
}

.shop-area .class-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.class-item .class-content {
    padding: 30px;
}

.class-item .class-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.class-content .schedule li:first-child {
    padding-left: 0;
}

.class-content .schedule li:last-child {
    padding-right: 0;
    border-right: none;
}

.class-content .schedule li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.class-content .schedule span {
    display: block;
    color: #12265a;
    font-weight: 600;
}

.class-content .schedule {
    display: inline-block;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    width: 100%;
}

.class-content .schedule span.class-size,
.class-content .schedule span.class-age {
    color: #a5182d;
}

/* 13. cta */
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-title.video-title h2 {
    font-size: 68px;
}

.cta-title h2 {
    padding-bottom: 0;
    font-size: 45px;
    color: #fff;
}

.cta-title h2 span {
    color: #a5182d;
    text-decoration: underline;
}

.cta-title h3 {
    padding-bottom: 0;
    font-size: 18px;
    color: #00468c;
    text-transform: uppercase;
}

.cta-title p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.cta-title h2::before {
    content: none;
}

.cta-content p {
    color: #fff;
    padding-right: 80px;
    margin-bottom: 35px;
}

.cta-btn .btn {
    border: 1px solid #a5182d;
    background: #a5182d;
}

.cta-btn .btn:hover {
    border: 1px solid #fff;
    background: #00468c;
}

.cta-btn .btn::before {
    background: #00468c;
}


.cta-btn2 .btn {
    border: 1px solid #00468c;
    background: #00468c;
}

.cta-btn2 .btn:hover {
    border: 1px solid #4ea9b4;
}

.cta-btn2 .btn::before {
    background: #4ea9b4;
}

.cta-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.call-tag {
    margin-bottom: 20px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.cta-bg .video-img {
    height: 757px;
}

.cta-bg .social {
    text-align: center;
}

.cta-bg .social .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: #a5182d;
    padding: 30px;
    border-radius: 50%;
    line-height: 47px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000066;
}

.cta-bg .line {
    text-align: center;
}

.cta-bg .social a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.portfolio .button-group {
    padding-bottom: 0;
}

/* 14. testimonial */

.testimonial-area .container {
    z-index: 1;
    position: relative;
}

.testimonial-area .test-bg {
    position: absolute;
    top: 0;
    left: -27px;
}

.testimonial-active2 {
    /*width: 95%;*/
    margin: auto;
}

.testimonial-area h2,
.testimonial-area p {}

.ta-bg {
    height: 475px;
    width: 475px;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.author-one.now-in-view {
    top: -25px;
    left: 110px;
}

.author-two.now-in-view {
    top: 21%;
    left: 69%;
}

.author-three.now-in-view {
    left: 67%;
    top: 66%;
}

.author-four.now-in-view {
    top: 77%;
    left: 53px;
}

.author-five.now-in-view {
    left: 50px;
    top: 41%;
}

.ta-info {
    overflow: hidden;
    display: block;
}

.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.ta-info span {
    color: #fff;
    font-size: 16px;
}

.testi-author {
    width: 100%;
    float: left;
    text-align: center;
}

.testi-author img {
    display: inline-block;
    margin-top: 15px;
}

.single-testimonial p {
    margin-bottom: 0;
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 94%;
}

.testimonial-active i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.testimonial-active .slick-next {
    left: 40px;
}

.testimonial-active .slick-arrow:hover {
    color: #a5182d;
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}

.testimonial-avatar .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.avatar-one.now-in-view {
    top: 0%;
    left: 28%;
}

.avatar-two.now-in-view {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.avatar-three.now-in-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-four.now-in-view {
    top: 20%;
    left: 70%;
}

.avatar-five.now-in-view {
    top: 70%;
    left: 25%;
}

.avatar-six.now-in-view {
    top: 59%;
    left: 64%;
}

.single-testimonial-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    border-radius: 10px;
    width: 85%;
    float: right;
    padding: 30px 50px 100px 150px;
    margin: 20px;
    color: #525c7b;
}

.testimonial-active .slick-slide {
    position: relative;
    background-color: #f0f7ff;
    padding: 30px;
    margin: 0 15px 15px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
}

.testimonial-active .slick-slide:hover {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}

.testimonial-active .ta-info {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.testimonial-active .ta-info span {
    color: #777;
    font-size: 12px;
}

.testimonial-active .ta-info h6 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
    color: #141b22;
}

.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}

.testimonial-active .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0px;
    line-height: 0;
}

.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.testimonial-active .slick-dots .slick-active button {
    width: 10px;
    background-color: #a5182d;
}

.testimonial-active .qt-img {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.testimonial-active .qt-img img {
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial-active2 .qt-img {
    margin-bottom: 30px;
}

.testimonial-active2 .qt-img img {
    display: inline-block;
}

.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-active2 .slick-arrow {
    position: absolute;
    top: inherit;
    left: inherit;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    right: -96px;
    bottom: 0;
}

.testimonial-active2 .slick-next {
    left: inherit;
    right: -165px;
}

.testimonial-active2 .slick-arrow:hover {
    color: #a5182d;
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}

.testimonial-active2 .slick-next.slick-arrow i,
.testimonial-active2 .slick-arrow i {
    border-radius: 50%;
    background-color: rgb(80, 82, 171);
    box-shadow: 2.5px 4.33px 15px 0px rgba(80, 82, 171, 0.4);
    width: 60px;
    height: 60px;
    line-height: 60px;
}




.testimonial-active2 .ta-info span {
    color: #a5182d;
    font-size: 16px;
}

.testimonial-active2 .testi-author {
    border-bottom: none;
    padding-bottom: 0;
}

.testimonial-active2 .ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #141b22;
}

.com-icon {
    position: absolute;
    right: 0;
    top: 20px;
}

.testimonial-item img {
    width: 80px;
    cursor: pointer;
}

.testimonial-active2 .single-testimonial {
    text-align: center;
    background: #fff;
    float: left;
    padding: 50px;
    border-radius: 8px;
}

.testimonial-active2 .testi-author img {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.testimonial-active2 .slick-dots li {
    display: inline-block;
    margin: 0 0px;
}

.testimonial-active2 .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.testimonial-active2 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.testimonial-active2 .ta-info {
    overflow: hidden;
}

.testimonial-active2 .single-testimonial p {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 38px;
    color: #00468c;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.testimonial-active2 .slick-dots .slick-active button {
    border-radius: 5px;
    background-color: #a5182d;
}

.testimonial-area .test-an-01 {
    position: absolute;
    bottom: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.testimonial-area .test-an-02 {
    position: absolute;
    top: 0;
    right: 0;

}

.test-line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-line img {
    display: inline-block;
}

.testimonial-active2.testimonial-area3 .single-testimonial {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.testimonial-active2.testimonial-area3 .single-testimonial p {
    color: #fff;
}

.testimonial-active2.testimonial-area3 .ta-info h6 {
    color: #fff;
}

/* faq */
.faq-area .section-title p {
    font-size: 24px;
    margin-top: 25px;
    line-height: 34px;
}

.faq-img {
    margin-right: -350px;
}

.faq-btn {
    font-size: 17px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 30px;
    width: 100%;
    text-align: left;
    padding-right: 75px;
    background: #fff;
    border: 1px solid #a5182d;
    border-radius: 4px;
}

.card .collapse.show {
    display: block;
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.faq-wrap .card-header:first-child {
    border-radius: 0;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 0px;
}

.faq-wrap .card-header h2 {
    font-size: unset !important;
}

.faq-wrap .card {
    border: none;
    border-radius: 4px !important;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: hidden;
    background: no-repeat;
}

.faq-wrap .card:last-child {}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f107";
    top: 5px;
    right: 5px;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #a5182d;
    border-radius: 4px;

}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f104";
    color: #141b22;
    box-shadow: none;
    font-size: 26px;
    border: 1px solid #c6c6c6;
}

/* 15. blog */
.home-blog-active {
    margin-right: -500px;
}

.home-blog-active .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;

}

.home-blog-active .slick-dots li.slick-active button {}

.home-blog-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.png");
    opacity: 1;
}

.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.png");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}


.home-blog-active .slick-arrow,
.home-blog-active2 .slick-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -440px;
    border: none;
    background: none;
    padding: 0;
    color: #f6fbff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: #a5182d;
    font-size: 24px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.home-blog-active .slick-prev {}

.home-blog-active .slick-arrow:hover,
.home-blog-active2 .slick-arrow:hover {
    background: #00468c;
}

.home-blog-active .slick-arrow.slick-next,
.home-blog-active2 .slick-arrow.slick-next {
    right: inherit;
    left: -355px;
}

.home-blog-active .single-post2 {
    margin: 0 15px 15px;
}

.home-blog-active .blog-content2 {
    box-shadow: 1px -0.268px 17px 0px rgba(0, 0, 0, 0.09);
}

.blog-content2 .category {
    position: absolute;
    top: -250px;
    background: #a5182d;
    padding: 10px 19px;
    left: 20px;
    border-radius: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb .b-meta {
    padding: 30px 25px 0;
    color: #a5182d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-thumb img {
    visibility: hidden;
}

.blog-thumb:hover img {
    visibility: visible;
}

.blog-content {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.single-post2 {
    display: inline-block;
}

.single-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    padding-bottom: 30px;
}

.blog-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-content h4:hover a {
    color: #a5182d;
}

.blog-thumb:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141b22 0% 0% no-repeat padding-box;
    opacity: 0.8;
    display: inline-block;
}

.blog-thumb2 img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.blog-thumb2 .b-meta {
    padding: 30px 25px 0;
    color: #a5182d;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-content2 {
    padding: 30px;
    border-radius: 0 0 8px 8px;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-thumb2 {
    position: relative;
}

.blog-thumb2 .date-home {
    position: absolute;
    top: 30px;
    background: #a5182d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    left: 30px;
    font-size: 14px;
}

.blog-content2 .b-meta {
    color: #777;
    padding-bottom: 15px;
}

.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}

.blog-content2 h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-content2 h4 a {
    text-decoration: none;
    line-height: 30px;
}

.blog-area3 .blog-thumb2 .date-home {
    background: #4ea9b4;
}

.blog-area3 .blog-content2 {
    margin: 0 10px;
}

.adim-box {
    display: flex;
}

.adim-box .text {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #141b22;
}

.blog-thumb:hover .b-meta h4,
.blog-thumb:hover .b-meta h4 a:hover {
    color: #fff;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #777;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.b-meta ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #444d69;
}

.b-meta ul li a.corpo {
    color: #a5182d;
}

.b-meta ul li a:hover {
    color: #a5182d;
}


.single-post:hover .blog-btn {
    opacity: 1;
}

.blog-btn a {
    display: inline-block;
    color: #a5182d;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.blog-btn a:hover {
    color: #141b22;
}

.blog-btn2 a {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    font-size: 14px;
}

.blog-btn a i {
    margin-left: 5px;
}

.b-meta i {
    margin-right: 5px;
    color: #a5182d;
}

.single-post {
    transition: .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
}

.blog-thumb {
    position: relative;
}

.bsingle__post-thumb img {
    width: 100%;
    height: auto;
}

.bsingle__post .video-p {
    position: relative;
}

.bsingle__post .video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #a5182d;
}

.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}

.blog-active .slick-arrow:hover {
    opacity: 1;
}

.bsingle__content {
    padding: 40px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-style: solid;
    border-width: 2px;
    border-color: #f5f5f5;
    position: relative;
}

.bsingle__content .admin {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    right: 20px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
}

.bsingle__content .admin i {
    margin-right: 10px;
    font-size: 18px;
}

.blog-details-wrap .meta-info ul {
    padding-top: 25px;
    border-top: 2px solid #f5f5f5;
    padding-bottom: 25px;
}

.blog-details-wrap .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    padding-right: 15px;
    border-right: 2px solid #f5f5f5;
}

.blog-details-wrap .meta-info ul li i {
    color: #a5182d;
    margin-right: 5px;
}

.blog-details-wrap .meta-info ul li:last-child {
    border: none;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 15px;
    padding-left: 0;
    padding-top: 40px;
}

.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.bsingle__content .meta-info ul li:last-child {
    border: none;
}

.bsingle__content .meta-info ul li i {
    color: #a5182d;
}

.bsingle__content .meta-info ul li a {
    color: #3763eb;
    text-transform: capitalize;
}

.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}

.bsingle__content .meta-info ul li a:hover {
    color: #a5182d;
}

.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}

.bsingle__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

.bsingle__content h2:hover a {
    color: #a5182d;
}

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

.bsingle__content .blog__btn .btn {
    font-size: 16px;
}

.bsingle__content .blog__btn .btn:hover {
    background: #a5182d;
    color: #fff;
}


/* 18. pricing */
.pricing-area .nav {
    box-shadow: 0px 16px 32px #00000014;
    margin-top: 50px;
    border-radius: 30px;
    padding: 15px;
}

.pricing-area .nav-pills .nav-link {
    padding: 15px 30px;
}

.pricing-area .nav-pills .nav-link.active {
    background: #4cc3c1;
    padding: 15px 40px;
    border-radius: 30px;
}

.pricing-area .nav-pills .nav-link span {
    background: #ffebe4;
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 15px;
    color: #a5182d;
    font-weight: 600;
}

.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

.pricing-head {
    float: left;
    width: 100%;
    position: relative;
}

.pricing-head .month {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    background-color: rgb(225, 225, 225);
    padding: 3px 10px;
}

.pricing-head h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-count sub {
    font-size: 14px;
    bottom: 5px;
}

.pricing-head .glyph-icon::before {
    font-size: 32px;
    margin-left: 0;
    width: 85px;
    background: #3763eb;
    height: 85px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 30px;
    border: 10px solid #eee;
}

.pricing-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #141b22;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price-count h2 {
    font-size: 50px;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #141b22;
    font-family: 'Roboto', sans-serif;
}

.price-count h2 strong {
    font-size: 15px;
    margin-left: -5px;
    color: #141b22;
    font-weight: 600;
}

.price-count small {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -20px;
    margin-right: 3px;
}

.price-count span {
    color: #141b22;
    font-size: 15px;
    margin-left: -10px;
}

.pricing-body {
    padding: 0px;
    width: 100%;
}

.pricing-body li {
    margin-top: 15px;
    list-style: none !important;
}

.pricing-body li:first-child {
    margin-top: 0;
}

.pricing-body li::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    color: #777;
    position: relative;
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
    border-radius: 50%;
    margin-right: 0;
}

.pricing-body p {
    margin-bottom: 15px;
    font-size: 14px;
}

.pricing-box.active {
    border-color: #00468c;
    background: #00468c;
}

.pricing-box.active .pricing-head .glyph-icon::before {
    background: #fff;
    color: #3763eb;
}

.pricing-box.active .pricing-head h4 {
    color: #fff;
}

.pricing-body {
    float: left;
}

.pricing-head h5 {
    font-size: 30px;
    margin-bottom: 15px !important;
}

.pricing-box2 .icon {
    margin-bottom: 15px;
}

.pricing-box2 .icon img {
    height: 40px;
}

.pricing-box2 hr {
    background: #d7d7d7;
    margin: auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    border: none;
}


.pricing-box2.active {
    background: #fff9f7;
}

.pricing-box.active .pricing-btn .btn {
    background: #a5182d;
    color: #fff;
    border-color: #a5182d;
}

.pricing-box2 .pricing-head p {
    margin-bottom: 10px;
    margin-top: 0;
}

.pricing-box2 .price-count {
    display: inline-block;
    margin-bottom: 15px;
}

.pricing-box2 .price-count h2 {
    font-size: 36px;

}

.pricing-btn .btn {
    background: #00468c;
    border-color: #00468c;

}

.pricing-btn .btn::before {
    background: #a5182d;
    border-color: #a5182d;
}

.pricing-btn {
    width: 60%;
    margin: auto;
}

/* 19. contact */
.contact-form .btn {
    background: #a5182d;
    border: 1px solid #a5182d;
}

.contact-form .btn:hover {
    background: #00468c;
    border: 1px solid #fff;
}

.search-area h2 {
    color: #fff;
}

.search-area p {
    font-size: 18px;
    color: #b0cbd7;
    margin-top: 15px;
}

.search-area .slider-btn,
.search-area .slider-btn button {
    width: 100%;
}

.contact-bg input,
.contact-bg .contact-field textarea {
    border: none !important;

}

/*.contact-bg input{*/
/*    height: calc(3.5em + .55rem + 2px);*/
/*}*/
.contact-bg .contact-field textarea {
    height: 250px;
}

.contact-bg .contact-field i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.contact-bg02 {
    background: #fff;
    padding: 40px 30px;
    border-radius: 0px;
    margin: 20px 0;
    position: absolute;
    top: 0;
    width: 30%;
    right: 30px;
}

.contact-bg02 h2 {
    font-size: 30px;
    color: #a5182d;
    text-align: center;
}

.form-control {
    background-color: #f5f5f5 !important;
    border: 1px solid #ced4da !important;
}

.form-select {
    color: #212529 !important;
    font-size: 15px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ced4da !important;
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}

.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}

.contact-message.c-icon i {
    top: 30px;
    transform: unset;
}

.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
    color: #212529;
    font-size: 15px;
}

.contact-wrapper input::placeholder {
    color: #212529;
    font-size: 15px;
}

.contact-name {
    position: relative;
}

.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141b22;
    margin-bottom: 20px;
    cursor: unset;
}

.contact-field {
    padding-right: 0;
}

/*.contact-field input  {*/
/*	width: 100%;*/
/*border: none;*/
/*padding-left: 15px;*/
/*transition: .3s;*/
/*border-radius: 10px;*/
/*    border: 1px solid #777;*/
/*    height: calc(3.0em + .55rem + 2px);*/
/*}*/

.contact-field.c-name::after {
    content: "\f007";
}

.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: #a5182d;
    bottom: 22px;
    display: none;
}

.contact-field.c-email::after {
    content: "\f0e0";
}

.contact-field.c-subject::after {
    content: "\f249";
}

.contact-field.c-message::after {
    content: "\f303";
    font-weight: 600;
    top: 20px;
    bottom: unset;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #212529;
    font-size: 15px;
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    height: 60px;
    border: 1px solid #777;
    border-radius: 0px;
}


.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}

/* 20. footer */
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}

.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}

.recent-blog-footer li .thum img {
    border-radius: 10px;
}

.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: #fffc !important;
}

.recent-blog-footer a:hover {
    color: #fff !important;
}

.recent-blog-footer span {
    color: #a5182d;
}

.footer-top-heiding {

    margin-bottom: 50px;
}

.footer-top-heiding .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}

.f-contact {
    display: flex;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: #00468c;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 10%;
    float: left;
}


.f-contact a {
    color: #333 !important;
}

.f-contact a:hover {
    color: #a5182d !important;
}

.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}

.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact span {
    color: #333;
}

.f-contact h3 {
    color: #fff;
    font-size: 24px;
}

.footer-top-heiding h2 {
    color: #fff;
}

.footer-bg {
    color: #777;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #a5182d;
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff47;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}

.footer-social a i:hover {
    background: #a5182d;
    color: #fff !important;
}

.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}

.f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 70px;
    background: #a5182d;
}

.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: #a5182d;
    margin-right: 5px;
}

.footer-link ul li a {
    color: #b2c0d8;
    display: inline-block;
}

.footer-link ul li a::before {
    content: "+";
    margin-right: 8px;
    color: #a5182d;
    font-size: 18px;
    display: none;
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}

.f-insta ul li img {
    width: 100%;
}

.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}

.f-insta ul li a {
    display: block;
    position: relative;
}

.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a5182d;
    opacity: 0;
    transition: .3s;
}

.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}

.f-insta ul li:hover a::after {
    opacity: .6;
}

.copyright-wrap {
    background: #a5182d;
    color: #fff;
    font-size: 15px;
}

.copyright-wrap .container {
    padding: 20px 0;
}

.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}

.copyright-wrap li::before {
    background-color: #141b22;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
    border-radius: 50px;
}

.copy-text img {
    width: 50%;
}

.copyright-wrap li a {
    color: #fff;
}

.f-contact .icon {
    float: left;
    /*margin-top: 7px;*/
    margin-right: 15px;
    width: 40px;
}

.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}

.f-contact li:last-child {
    margin-bottom: 0px !important;
}

.f-contact .icon:hover {
    background: #a5182d;
}

#contact-form4 {
    margin-top: 20px;
}

#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}

#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
    padding: 15px;
}

.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}

.portfolio .col3 .grid-item .box {
    position: relative;
    overflow: hidden;
}

.portfolio .col3 .grid-item .box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #b68c5a;
    opacity: 0;
    transition: .3s;
}

.portfolio .col3 .grid-item .box a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.portfolio .col3 .grid-item .box a:hover::before {
    top: 50%;
    opacity: 1;
}

.portfolio .col3 .grid-item .box a:hover::after {
    opacity: .6;
}

.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}

.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}

.gallery-image {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.gallery-image figcaption {
    width: 100%;
    padding: 0 35px 30px 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #a5182d;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: -150px;
    z-index: 2;
    text-align: left;
}

.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
    background: #00468c;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
}

.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a5182d;
    opacity: 0;
    transition: .3s;
}

.gallery-image:hover::after {

    opacity: .85;

}

.masonry-gallery-huge {
    margin: auto;
    padding-right: 1.85%;
    padding-left: 1.85%;
}

.grid-item {
    margin: 15px;
}

.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 30px;

}

.gallery-image figcaption h4 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.gallery-image figcaption .span {
    color: #b68c5a;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 0;
}

.gallery-image figcaption .span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #b68c5a;
    top: 50%;
    left: 0;
}

.gallery-image figcaption .span p {
    margin-bottom: 0;
}

.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color: #777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
    font-family: 'Jost', sans-serif;
}

.button-group button:hover {
    color: #030c26;
}

.button-group button.active {
    color: #fff;
    background: #a5182d;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
}

.button-group button::before {
    content: "/";
    position: relative;
    left: -12px;
    display: none;
}

.button-group button:first-child::before {
    display: none;
}

.gallery-image img {
    width: 100%;
    margin-bottom: 0;
}


/* 21. Menu Theme dropdown default css */
.f-cta-icon {
    float: left;
    margin-right: 30px;
}

.single-cta {
    line-height: 28px;
}

.single-cta a {
    color: #141b22;
}

.main-menu ul li.has-sub .current a {
    color: #222;
}

.main-menu ul li.current a {
    color: #a5182d;
}

.main-menu .has-sub>ul {
    visibility: hidden;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #a5182d;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 0;
}

.main-menu .has-sub li a {
    padding: 15px;

}

.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;

}

.main-menu .has-sub a:hover {
    color: #a5182d;
}

.main-menu .has-sub:hover>ul {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.main-menu .has-sub>ul>.has-sub>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
    display: block;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
    display: block;
}

.main-menu .has-sub ul li a {
    color: #4f4f4f;
}

.main-menu .has-sub ul li a:hover {
    color: #a5182d;
}

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
    display: none;
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
    margin-left: -1160px;
    background: #00081b;
    top: 121px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: #a5182d;
}

.has-mega-menu {
    position: static;
}

li.has-sub.has-mega-menu ul {
    position: absolute;
    top: NNpx;
    /*insert the needed value*/
    z-index: 100;
    left: 0px;
    right: 0px;
    width: 1180px;

}

.main-menu .mega-menu-column.has-sub a {
    color: #333;
}

.main-menu .mega-menu-column.has-sub a:hover {
    color: #a5182d;
}

li.has-sub.has-mega-menu:hover>ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin-left: -820px;

}

li.has-sub.has-mega-menu:hover>ul>li>ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background: none;
    /*CSS GRID lyout*/
    display: grid;
    position: relative;
    border: none;
    margin-left: 0;
}


.main-menu .has-sub .mega-menu-column li {
    flex: 1 0 calc(25%);
    border: none;
}

.menu .children {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #a5182d;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu li,
.menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a,
.menu .children li a {
    padding: 15px;
    color: #000;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
    display: block;
    margin-top: 0px;
}

.main-menu ul li.page_item {
    margin-left: 15px;
}

.main-menu ul li.page_item::after {
    display: none;
}

.main-menu ul li.page_item.current_page_item {
    margin-left: 50px;
}

.main-menu ul li.page_item.current_page_item::after {
    display: block;
}

/* 22. Theme sidebar widge css */
.sidebar-widget {
    height: 100%;
}

.sidebar-widget a {
    color: #777;
}

.tag-cloud-link {
    font-size: 14px !important;
    border: 1px solid #e4e4e4;
    padding: 10px 19px !important;
    display: inline-block;
    margin: 5px 1px !important;
    text-transform: capitalize;
    float: none !important;
    width: auto !important;
}

.tag-cloud-link:hover {
    border: 1px solid #a5182d;
    color: #6a6a6a;
}

.widget_text img {

    height: auto;
}

.sidebar-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}

.recentcomments a {
    color: #141b22;
}

.sidebar-widget a.rsswidget {
    color: #141b22;
}

#wp-calendar caption {
    color: #141b22;
    font-weight: 500;
    font-size: 14px;
}

.quote-post {
    background: url(../images/quote_bg.png);
}

.widget_media_image a:hover {
    padding-left: 0 !important;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
}

.sidebar-widget .widget li .children {

    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;

}

.sidebar-widget .widget li.page_item_has_children,
{
padding-bottom: 0;
}

.sidebar-widget .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget .children ul.children {
    padding-left: 30px;
}

.sidebar-widget .page_item_has_children li {

    padding-top: 10px;
    display: block;

}

.sidebar-widget .widget .children li {
    padding-top: 10px;
}

.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sticky .bsingle__content,
.tag-sticky-2 {

    background: #e4e4e4;

}

.sticky .bsingle__content .meta-info ul {
    padding-top: 40px;
    border-top: 2px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.sticky .bsingle__content ul li {
    margin-bottom: 0;
    list-style: disc;
    margin-left: 0;
    border-color: #e8e8e8;
}

#attachment_907 {
    width: 100% !important;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
}

.sidebar-widget .widget a {
    width: 85%;
    text-align: left;
}

.sidebar-widget .widget a:hover {
    padding-left: 10px;
}

.sidebar-widget .widget .widget_archive li:hover,
.widget_categories li:hover,
.sidebar-widget .widget_archive li:hover {
    color: #a5182d;
}

.post-password-form input[type="password"] {
    background: #e4e4e4;
    border: none;
    width: 300px;
    padding: 10px 30px;
}

.post-password-form input[type="submit"] {
    border: none;
    background: #141b22;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    background: #a5182d;
}

.wp-block-cover__video-background {
    width: 100%;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}

video {
    width: 100%;
}

.sidebar-widget .widget_text a:hover {
    padding-left: 0;
}

.dsnone {
    display: none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}

.wp-block-image figure.alignright {
    margin-left: 1.5em;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}

.wp-block-image img {
    max-width: 100%;
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
}

.wp-block-column .wp-block-quote {
    margin-top: 0;
    margin-right: -15px;
    float: right;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
    padding-right: 15px;
}

.wp-block-gallery.columns-2 li {
    width: 48%;
    padding: 10px;
}

.blocks-gallery-item img {
    margin: 0 1em 1em 0;
    margin-right: 1em;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-weight: 400;
    color: #777;
}

.wp-block-galler {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
}

.blocks-gallery-item {
    margin: 0;
    position: relative;
}

.blocks-gallery-item img,
.blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}

.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}

.blocks-gallery-item:hover figcaption {
    opacity: 1;
}

.wp-block-gallery.columns-3 li {
    width: 33.333%;
    padding: 10px;
    height: 200px;
}

.wp-block-gallery.columns-2 li {
    width: 48%;
    padding: 10px;
}

.wp-block-gallery {
    width: 100%;
    float: left;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}

.bsingle__content .alignright {
    float: right;
    margin-left: 1.5em;
}

.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

figure.aligncenter {

    width: 100% !important;
    text-align: center;
    float: left;
}

.aligncenter {
    margin: auto;
    display: inherit;
}

.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}

#comments {
    float: left;
    width: 100%;
}

.bsingle__content ul,
.pages-content ul {
    padding-left: 17px;
}

.comment-text ul {
    padding-left: 20px;
}

.bsingle__content ul li,
.comment-text ul li,
.pages-content ul li {
    list-style: disc;
}

.bsingle__content table th,
.bsingle__content table td,
.comment-text table th,
.comment-text table td,
.pages-content table th,
.pages-content table td {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.bsingle__content table,
.comment-text table,
.pages-content table {
    margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}

.bsingle__content ol {
    padding: 0 0 0 1.5em;
}

.bsingle__content ol li,
.comment-text ol li,
.pages-content ol li {
    list-style: decimal;
}

.bsingle__content figure {
    margin: 0 0 1rem;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a,
.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #c5015f;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover,
.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page>span,
.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.tag-template img {
    width: auto !important;
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1);
}

.error-body a {

    margin-top: 30px;
    margin-bottom: 100px;

}

.tag-markup-2 li>ul,
li>ol,
.pages-content li>ul,
li>ol {
    padding-left: 1.5em;
}

.tag-markup-2 ul li,
.tag-markup-2 ol li,
.comment-text ul li,
.comment-text ol li,
.pages-content ul li,
.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}

.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}

.bsingle__content ul ul li,
.pages-content ul ul li {
    list-style: circle;
}

footer #wp-calendar caption {
    color: #fff;
}

ol {
    padding-left: 15px;
}

iframe {
    width: 100%;
}

.comment-list li {

    margin-bottom: 30px;

}

.wp-block-button__link {
    border: none;
    font-weight: 600;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #141b22;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.wp-block-button.aligncenter .wp-block-button__link {

    width: 50%;
    display: block;
    margin: auto;

}

.wp-block-button.is-style-outline .wp-block-button__link {

    background: none;
    border: 2px solid #141b22;
    color: #141b22 !important;

}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
    float: left;
    width: 100%;
}

.has-2-columns .wp-block-column {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.has-3-columns .wp-block-column {
    float: left;
    width: 33.333%;
    padding-right: 20px;
}

.has-5-columns .wp-block-column {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.has-4-columns .wp-block-column {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.has-6-columns .wp-block-column {
    float: left;
    width: 16.66666666666667%;
    padding-right: 20px;
}

.wp-block-media-text.alignwide figure {

    float: left;
    width: 100%;
    margin-right: 20px;

}

.wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
    color: #141b22;
}

.wp-block-media-text__content {

    float: left;
    width: 47%;
    padding-top: 0;

}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin-top: 0;
    padding-left: 20px;
}

.columns-3.is-cropped li {
    list-style: none;
    float: left;
    width: 33.333%;
}

.wp-block-gallery.columns-3.is-cropped.alignfull {
    margin-top: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
    padding: 0 !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped li {

    float: left;
    list-style: none;

}

.wp-block-gallery.alignwide.columns-4.is-cropped li {

    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;

}

.wp-block-gallery.columns-6.is-cropped li {

    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;

}

.wp-block-gallery.columns-7.is-cropped li {

    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
    min-height: 150px;

}

.wp-block-gallery.columns-8.is-cropped li {

    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;

}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}

.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
    text-align: left;
    color: #fff;
}

.blog-deatails-box.single .single {
    display: none;
}

.redux-footer h2 {
    margin-top: 0px;
}

.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.footer-widget th {
    background: #e4e4e4;
    padding: 10px 5px;
    text-align: center;
    color: #141b22;
}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 600;
    color: #141b22;
}

.inner-linke-page a {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #a5182d;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover {
    color: #ffffff;
    background: #141b22;
}

.inner-linke-page>span {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #141b22;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
    padding: 30px;
    background: #e4e4e4;
}

pre cite {
    color: #000;
}

.inner-linke-page {
    margin-bottom: 50px;
}

.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}

.quote-post {
    min-height: 200px;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {}

.admin-bar .second-header {}

.admin-bar .sticky-menu {
    top: 32px;
    margin-top: 0;
}


/* 24. call */
.call-text {
    padding: 120px 0 0 60px;
}

.call-area h5 {
    color: #a5182d;
}

.call-area h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 30px;
}

.call-area h2 span {
    color: #a5182d;
}

.call-area p {
    color: #fff;
    opacity: 0.9;
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: #a5182d;
}


/* Shop */
.shop-area select {
    padding: 10px;
}

.product__img {
    position: relative;
}

.product__img img {
    width: 100%;
}

.product:hover .product-action a {
    margin: 0 5px;
    opacity: 1;
    visibility: visible;
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.product-action a {
    display: inline-block;
    background: #ffffff;
    line-height: 40px;
    color: #a39fb4;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 0 20px;
}

.product-action a:hover {
    background: #a5182d;
    color: #ffffff;
}

.pro-cat {
    margin-bottom: 15px;
    display: block;
}

.pro-cat a {
    color: #a5182d;
    font-size: 14px;
    letter-spacing: 2px;

    text-transform: uppercase;
}

.pro-title {
    margin-bottom: 12px;
}

.pro-title a {
    font-size: 24px;
}

.pro-title a:hover {
    color: #a5182d;
}

.price span {
    color: #595B6B;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.price span.old-price {
    color: #b5b5b5;
    text-decoration: line-through;
}

.product-showing p {
    margin: 0;
    border: 2px solid #eaedff;
    padding: 17px 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.pro-filter {
    position: relative;
    display: inline-block;
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.pro-filter select {
    border: 2px solid #eaedff;
    padding: 17px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    color: #6f7172;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: 500;
}

.pro-filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.pro-filter::before {
    content: "\f107";
    right: 15px;
    top: 15px;
    position: absolute;
    color: #758799;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.shop-tab ul li {
    margin-left: 20px;
}

.shop-tab ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #6f7172;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f6f6ff;
    line-height: 51px;
    text-align: center;
}

.shop-tab ul li a.active {
    color: white;
    background: #8fb569;
}

.shop-thumb-tab {
    width: 160px;
    float: right;
}

.shop-thumb-tab ul li {
    margin-bottom: 20px;
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.product-details-img {
    margin-right: 180px;
    overflow: hidden;
}

.product-details-title p {
    color: #6a667b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-details-title h1 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.details-price span {
    color: #a5182d;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
    border-bottom: 2px solid #eaedff;
}

.product-cat span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #100d1c;
}

.product-cat a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-cat a:hover {
    color: #8fb569;
}

.product-social a {
    margin-right: 10px;
    background: #f5f5ff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 30px;
    color: #6f7172;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.product-social a:hover {
    background: #8fb569;
    color: #ffffff;
}

.plus-minus {
    display: inline-block;
}

.action-btn {
    background: #8fb569;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
}

.action-btn:hover {
    background: #a5182d;
    color: #ffffff;
}

.product-action-list {
    overflow: hidden;
}

.product-action-list a {
    float: left;
}

.cart-plus-minus input {
    height: 60px;
    width: 100px;
    border: 0;
    border: 2px solid #eaedff;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
}

.cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 20px;
    color: #c4bedd;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 17px;
}

.additional-info .table td,
.additional-info .table th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
}

.shop-cat a {
    padding: 45px 30px;
    border: 2px solid #eaedff;
    display: block;
}

.shop-cat a i {
    font-size: 100px;
    color: #8fb569;
    margin-bottom: 30px;
    transition: .3s;
}

.shop-cat a h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: .3s;
    letter-spacing: 1px;
}

.shop-cat a:hover {
    background: #8fb569;
    border-color: #8fb569;
}

.shop-cat a:hover i {
    color: #ffffff;
}

.shop-cat a:hover h4 {
    color: #ffffff;
}

.product-list-content .price span:first-child {
    margin-left: 0;
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #141b22;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}

.bakix-details-tab ul li a.active {
    color: #a5182d;
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #a5182d;
    transition: .3s;
}

/* Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: #a5182d;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    border: none;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity>input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

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

.coupon {
    float: left;
}

#coupon_code {
    height: 62px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

.coupon2 {
    float: right;
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total>ul {
    border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}

.cart-page-total ul>li>span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}

td.product-thumbnail img {
    width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
    background-color: #fff1f0;
    border-top: 3px solid #a5182d;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #a5182d;
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 600;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #a5182dnone repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-row>label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #141b22 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
}

.country-select::before {
    content: "\f107";
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body>p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #6f7172;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: #a5182d;
    font-size: 18px;
    font-weight: 500;
}

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

.panel-title>a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #FE4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

.country-select .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #eaedff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
    padding: 90px;
    border: 2px solid #eaedff;
}

.zcube-login h3 {
    font-size: 30px;
}

.zcube-login input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
}

.zcube-login label {
    color: #222;
    display: block;
}

.zcube-login label span {
    color: #fe4536;
}

.login-action input {
    width: inherit;
    height: auto;
}

.login-action label {
    display: inline-block;
    margin-left: 5px;
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    text-align: center;
    position: relative;
}

.or-divide span {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    background: #ffffff;
    display: inline-block;
    width: 40px;
    margin: auto;
    line-height: 1;
    font-weight: 500;
}

.forgot-login a {
    color: #fe4536;
}

.forgot-login a:hover {
    color: #84b77c;
}

/*Services Category*/
.services-sidebar .sidebar-widget {
    background: #f3f4f8;
    padding: 40px;
    margin-bottom: 30px;
}

.services-categories {
    position: relative;
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    z-index: 1;
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li a {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.services-categories li a:hover {
    background: #a5182d;
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #ffffff;
    background: #a5182d;
}

.services-categories li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    transition: all 300ms ease;
    width: 50px;
    height: 50px;
    background: #E8EAEC;
    text-align: center;
    line-height: 50px;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li:hover a::before,
.services-categories li.active a::before {
    background: #00468c;
}


/*=== Services Contact Box ===*/
.service-detail-contact h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.service-detail-contact {
    background-color: #f3f4f8;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-detail-contact h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: #a5182d;
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.service-detail-contact a {
    color: #a5182d;
    font-size: 25px;
    font-weight: 900;
    transition: 0.3s;
}

.service-details-three h2 {
    color: #fff;
}

/*=== Brochures Box ===*/

.brochures-box .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    transition: 0.3s;
}

.brochures-box .box:hover {
    background-color: #1A1E5D;
    color: #fff;
}

.brochures-box .box:hover h4,
.brochures-box .box:hover i {
    color: #fff;
}

.brochures-box .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background: #ff4328;
}

.brochures-box .icon i {
    font-size: 25px;
    color: #fff;
    transition: .3s;
}

.brochures-box .content {
    padding-left: 20px;
}

/*Help Box*/

.help-box {
    position: relative;
    background-size: cover;
    padding: 30px 25px;
}

.help-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(54, 54, 54, 0.90);
}

.help-box>span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.help-box p {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.help-box .theme-btn {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
}


/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
    position: relative;
    padding-left: 20px;
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column {
    padding: 0 5px;
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box {
    position: relative;
    padding: 0px 0 0;
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #141b22;
    margin-bottom: 20px;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #141b22;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-detail .two-column {
    position: relative;
}

.service-detail .two-column .title {
    margin-bottom: 40px;
}

.service-detail .two-column p {
    margin-bottom: 25px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0;
}

.service-detail .two-column .text-column {
    position: relative;
}

.service-detail .prod-tabs {
    position: relative;
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #a5182d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #a5182d;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0px;
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #a5182d;
    content: "\f101";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 120px 0 120px;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .upper-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    height: 550px;
}

.project-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #000000;
}

.project-detail .text-column {
    position: relative;
}

.project-detail .text-column .inner-column {
    position: relative;
}

.project-detail .text-column .inner-column .dropcap {
    float: left;
    background: #a5182d;
    border-radius: 20px;
    padding: 30px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-right: 20px;
}

.project-detail .text-column .inner-column p strong {
    color: #141b22;
}

.project-detail .pr-ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 30px;
}

.project-detail .pr-ul li {
    display: flex;
    margin-bottom: 15px;
    float: left;
    width: 50%;
    align-items: center;
}

.project-detail .pr-ul .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #a5182d;
}


/* Lower Content */
.project-detail .leactures li a {
    display: flex;
    margin-bottom: 15px;
    color: #777;
}

.project-detail .leactures li:last-child a {
    margin-bottom: 0;
}

.project-detail .leactures li a:hover {
    color: #000;
}

.project-detail .leactures li .text i {
    margin-right: 5px;
}

.project-detail .leactures li .text {
    font-weight: 600;
    font-size: 16px;
}

.project-detail .leactures li .time {
    text-align: right;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.project-detail .faq-wrap2 .faq-btn {
    border: 2px solid #f7f8fc !important;
    background: #f7f8fc;
    padding: 15px 30px 15px 40px;
    font-weight: 600;

}

.project-detail .faq-wrap2 .card-header h2 button::after {
    right: inherit;
    left: 10px;
    width: auto;
    height: auto;
    border: none;
    line-height: 47px;
    color: #777;
    font-weight: 400;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
}

.project-detail .faq-wrap2 .card {
    margin-bottom: 15px;
    border: 2px solid #f7f8fc !important;
}

.project-detail .faq-wrap2 .card-body {
    padding: 30px;
}

.project-detail .leactures li div {
    width: 100%;
}

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
    font-size: 50px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 20px;
}


.project-detail .info-column {
    position: relative;
}

.project-detail .info-column .inner-column {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 2px solid #f5f5f5 !important;
}

.project-detail .info-column .inner-column2 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: -153px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column2 h3 {
    background: #00468c;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .info-column .inner-column3 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column3 .footer-social a {
    background: #00468c;
}

.project-detail .info-column .inner-column3 .footer-social a:hover {
    background: #a5182d;
}

.project-detail .info-column .inner-column3 h3 {
    background: #00468c;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .project-info {
    position: relative;
}

.project-detail .project-info li .btn {
    width: 100%;
    color: #fff;
}

.project-detail .project-info li .slider-btn {
    width: 100%;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.project-detail .project-info h5 {
    float: left;
}

.project-detail .project-info li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.project-detail .project-info li .icon {
    font-size: 18px;
    line-height: 28px;
    color: #a5182d;
}

.project-detail .project-info li strong {
    color: #141b22;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.project-detail .project-info .priceing {
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.project-detail .project-info .priceing strong {
    font-family: 'Roboto', sans-serif;
    color: #a5182d;
    font-size: 24px;
}

.project-detail .project-info .priceing sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
}

.project-detail .project-info .priceing span {
    border-radius: 5px;
    position: absolute;
    background: #a5182d3d;
    padding: 1px 12px;
    font-size: 14px;
    color: #a5182d;
    top: 6px;
    margin-left: 15px;
    font-weight: 600;
}


.project-detail .project-info li p {
    font-size: 15px;
    line-height: 24px;

    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a {

    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
    color: #a5182d;
}

.project-detail .lower-content th {
    background: #a5182d;
    color: #fff;
}

/* Load More Option */
.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.load-more-option li.prev a,
.load-more-option li.next a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    width: 80px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #a5182d;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: #a5182d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
    color: #000000;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -250px;
    width: auto;
    z-index: 0;
}

/* 8. newslater-area */
.newslater-area h2 {
    color: #fff;
    font-size: 45px;
}

.newslater-area p {
    color: #fff;
    width: 100%;
    margin-bottom: 0px;
}

.newslater .input-bg {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}

.newslater .input-bg2 {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    width: 40%;
}

.newslater input {
    background: #fff !important;
    border: 1px solid #FFF !important;
    box-shadow: none !important;
    padding: 9px 20px !important;
    color: #000 !important;
    height: calc(2em + .75rem + 20px);
    width: 100% !important;
    border-radius: 0px !important;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    border-radius: 4px !important;

}

.newslater .form-group {
    margin-bottom: 0;
}

.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}

.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
    opacity: 1;
}

.newslater *::placeholder {
    color: #939393;
    opacity: 0.8;
    font-size: 14px;
    opacity: 1;
}

.newslater-area #contact-form4 {
    float: left;
    width: 95%;
    margin-bottom: 30px;
}

.newslater-area #contact-form4 button {
    border-radius: 4px;
    background: #00468c;
    color: #fff;
    height: 55px;
    padding: 0 30px;
    z-index: 1;
    text-align: center;
    margin-top: 4px;
    margin-right: 4px;
    border: none;
}

.newslater-title {
    display: flex;
}

.newslater-title .icon {
    margin-right: 30px;
    line-height: 74px;
}

.newslater-title .text h2 {
    font-size: 40px;
}

.slick-slide {
    outline: none;
}


.features-area h5 {
    margin-bottom: 15px;
}

.features-area ul {
    margin-top: 30px;
    color: #fff;
    display: inherit;
}

.features-area li {
    display: flex;
    margin-bottom: 15px;
}

.features-area li .icon {
    margin-right: 20px;
    color: #84DAA9;
}

.features-area .nav-pills .nav-link {
    width: 100%;
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.features-area .nav-pills .nav-link img {
    margin-right: 15px;
}

.features-area .nav-pills .nav-link.active,
.features-area .nav-pills .show>.nav-link {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: #141b22;
}

.feature-text h3 {
    font-size: 48px;
}

.fe-img {
    margin: 0 -40px;
}

/* 8. search-popup */
.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase;
}

.search-bg {
    background: #f5f5f5;
    opacity: 1;
}

.close2 {
    color: #a5182d;
    cursor: pointer;
    font-size: 14px;
}

.search-bg a i {
    color: #a5182d;
    font-size: 18px;
}

.search-outer {
    border-bottom: 1px solid #141b22;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}

.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%;
}

.case-study-content {
    padding: 30px;
    background: #FFF5F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #FFF5F4;
}

.case-study-content span {
    margin-bottom: 10px;
    display: inline-block;
}

.case-study-content02 {
    padding: 30px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #141b220A;
}

.case-study-content02 span {
    margin-bottom: 10px;
    display: inline-block;
    color: #a5182d;
}

.case-study-content02 .ss-btn {
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn {
    display: inline-block;
}

.case-study-box .case-study-content02 {
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 {
    transform: translate(0, -62px);
}

/* 24. process-area */
.process-area h2 {
    color: #fff;
}

.process-area .section-title h5 {
    color: #a5182d;
}

.process-area .col-lg-3.col-md-12:nth-child(2),
.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}

.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(2) .no {
    background: #a5182d0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(3) .no {
    background: #27ae61 0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(4) .no {
    background: #8145DA 0% 0% no-repeat padding-box;
}

.process-area h5 {
    color: #fff;
}

.process-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid #141b22;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 600;
}

/* 24. skills-area */
.team-area-content .skill-name {
    color: #141b22;
}

.skills {
    width: 100%;
    padding: 0 20px 0 0;
}

.skills-img {
    margin-right: -322px;
}

.skills-content p {
    color: #fff;
}

.skill-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 15px;
    color: #fff;
    font-family: 'Jost', sans-serif;

}

.skill-bar {
    height: 10px;
    background: #e0e0e0;
    border-radius: 0;
}

.skill-per {
    height: 10px;
    background-color: #a5182d;
    border-radius: 0;
    width: 0;
    position: relative;
    transition: 1s linear;
}

.skill-per::before {
    content: attr(id);
    position: absolute;
    padding: 4px 6px;
    background-color: #a5182d;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    top: -43px;
    right: 0;
    transform: translateX(50%);
}

.skill-per::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #a5182d;
    top: -16px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

.skills-title h5 {
    color: #a5182d;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skills-title h2 {
    color: #fff;
    font-size: 70px;
}

.progress-outer li {
    padding-left: 100px;
}

.progress-outer li:first-child {
    text-align: right;
    padding-right: 50px;
    margin-bottom: -50px;
}

.progress-outer li:last-child {
    text-align: right;
    padding-right: 50px;
    margin-top: -50px;
}

.progress-box {
    display: inline-block;
}

.progress {
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: none;
    font-size: 48px;
    font-weight: 800;
    color: #a5182d;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 5%;
}

.progress .progress-value sub {
    font-size: 20px;
    color: #a5182d;
    margin-left: 5px;
    font-weight: 400;
}

.progress p {
    font-size: 16px;
    line-height: inherit;
    color: #777777;
    font-weight: inherit;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.progress.blue .progress-bar {
    border-color: #a5182d;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */
.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}

.map-img li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 45%;
}

.map-img li:nth-child(2) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 85%;
}

.map-img li:nth-child(3) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 15%;
}

.map-img li:nth-child(4) .map-text-hover {
    left: 50px;
}

.map-img li:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 70%;
}

.map-img li:nth-child(5) .map-text-hover {
    left: -520px;
}

.map-text-hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
    position: absolute;
    ;
    width: 510px;
    height: 133px;
    z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}

.map-img li:hover .map-text-hover {
    display: block;
}

.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}

.map-text-user {
    display: flex;
}

.map-text-user .text {
    padding: 30px 30px 0px 30px;
}

.map-text-user .img img {
    max-width: initial;
    height: 152px;
}

.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}

.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}


.contact-area .container {
    position: relative;
    z-index: 1;
}

.contact-bg02 .slider-btn {
    width: 100%;
}

.contact-bg02 .btn.ss-btn.active {
    background: #a5182d;
    border: 2px solid #a5182d;
    color: #fff;
}

.contact-field select {
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
    height: calc(2.5em + .75rem + 2px);
    padding: 15px;
    color: #777;
}

/*.contact-field .form-control:focus {*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: #fff;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 .2rem rgb(225, 225, 225);*/
/*}*/
.contact-field .form-control {
    color: #212529;
}

.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}


/* Here's the new blog dtl to add... */

.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}

.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 20px;
}

.quote-post h2 {
    overflow: hidden;
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.sidebar-widget .widget th,
.footer-widget .widget th {
    background: #a5182d;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}

.sidebar-widget .widget td {
    padding: 5px;
    text-align: center;
}

.sidebar-widget .widget {
    padding: 0px 40px 10px;
    overflow: hidden;
    margin-bottom: 40px;
    border: none !important;
    background: #fff;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
}

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

.sidebar-widget .widgettitle,
.sidebar-widget .widget-title,
.wp-block-group__inner-container h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    padding-bottom: 20px;
    position: relative;
}

.sidebar-widget .widgettitle::after,
.sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    background: #a5182d;
    height: 1px;
    width: 50px;
    left: 0;
    bottom: -1px;
}

.sidebar-widget .widget .gallery-icon a:hover {
    padding-left: 0;
}

.tags {
    border-bottom: 1px solid #eaeaea;
    /*float:left;*/
    width: 100%;
    display: inline-block;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.search-form,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative;
}

.search-form label {
    width: 100%;
}

.search-form input,
.wp-block-search .wp-block-search__input {
    background: #f5f5f5;
    border: none;
    width: 100%;
    padding: 18px 30px;
}

.search-form input::placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.search-form .search-submit,
.wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #a5182d;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    min-height: 88%;
    width: 106px;
}

.sidebar-widget .widget .widget_archive,
.widget_categories,
.sidebar-widget .widget_archive {
    text-align: right;
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_categories a,
.sidebar-widget .widget_archive a {
    float: left;
    height: 30px;
}

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}

.widget-insta-post li:hover a::before {
    opacity: .7;
}

.widget-insta-post li a {
    position: relative;
    display: block;
}

.widget-insta-post li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #a5182d;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget-social a {
    height: 40px;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e4e4e4;
    color: #6e6e6e;
    margin: 0 3px;
    text-align: center !important;
}

.widget-social a:hover {
    background: #a5182d;
    color: #ffffff !important;
    border-color: #a5182d;
    padding: 0 !important;
    box-shadow: 0px 10px 19px 0px #a5182d66 !important;
}

.rpwwt-widget a {
    padding-left: 0 !important;
}

.rpwwt-widget li {

    line-height: 23px !important;

}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.cat__list li:hover a {
    color: #a5182d;
}

.cat__list li a {
    font-size: 14px;
    color: #777777;
}

.cat__list li a span {
    float: right;
    display: block;
}

.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget__post ul li:last-child {
    margin-bottom: 0;
}

.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}

.widget__post-content {
    overflow: hidden;
    display: block;
}

.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 15px;

}

.widget__post-content h6:hover a {
    color: #a5182d;
}

.widget__post-content span {
    font-size: 14px;
}

.widget__post-content span i {
    margin-right: 8px;
}

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}

.widget__tag ul li:hover a {
    background: #a5182d;
    border-color: #a5182d;
    color: #ffffff;
}

.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #8f8bb8;
    padding: 9px 20px;
}

.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}

.widget__banner-thumb img {
    width: 100%;
}

.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.widget__banner-overly>span {
    font-size: 14px;

    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}

.widget__banner-overly h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 129px;

}

.widget__banner-overly h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.widget__banner-overly .btn {
    border-radius: unset;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    color: #a5182d;
}

.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff;
}

.meta__info ul {
    margin-bottom: 7px;
}

.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}

.meta__info ul li a {
    color: #777777;
    text-transform: capitalize;
}

.meta__info ul li a i {
    margin-right: 5px;
}

.meta__info ul li a:hover {
    color: #a5182d;
}

.meta__info ul li i {
    margin-right: 5px;
}

.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
}

.details__content p {
    margin-bottom: 18px;
}

blockquote,
.pages-content blockquote,
.comment-list blockquote {
    background: #141b22;
    border-radius: 10px;
    padding: 50px 45px 57px !important;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.comment-list blockquote a:hover {
    color: #fff;
}

.news-text blockquote h3 {
    color: #fff;
}

.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

blockquote p {
    color: #fff;
}

.news-text blockquote footer {
    color: #FF8000 !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-text ul li {
    line-height: 30px;
    list-style: none;
}

.news-text ul li i,
.quote-post ul li i {
    color: #F15B26;
    padding-right: 5px;
}

.news-text blockquote p,
.pages-content blockquote p,
.comment-list blockquote p {
    color: #fff;
    line-height: 28px;
}

.news-text blockquote footer,
.pages-content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}

.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}

.wp-block-pullquote cite {
    color: #bacdff !important;
}

cite {
    margin-top: 15px;
    color: #a5182d;
    font-weight: 600;
}

.post-categories li {
    display: none !important;
}

.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
    margin: 45px 0;
}

.details__content-img img {
    width: 100%;
    height: auto;
}

.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}

.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}

.tags.pb-50 {
    padding-bottom: 20px;
}

.post__tag h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-top: 30px;
    border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}

.post__tag ul li {
    display: inline-block;
    margin-right: 10px;
}

.post__tag ul li a {
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 7px 10px;

    display: inline-block;
    border-radius: 3px;
    color: #9d9d9d;
    margin-bottom: 10px;
}

.post__tag ul li a:hover {
    border-color: #a5182d;
    background: #a5182d;
    color: #ffffff;
}

.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;

}

.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}

.post__share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #b5becc;
}

.post__share ul li a:hover {
    color: #a5182d;
}

.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;

    display: block;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.posts_navigation .prev-link h4 {
    font-size: 20px;
    margin-bottom: 0;

    text-transform: capitalize;
    height: 30px;
    overflow: hidden;
}

.navigation.posts-navigation {
    display: none;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}

.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px;
}

.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}

.posts_navigation .prev-link h4:hover a {
    color: #a5182d;
}

.posts_navigation .next-link span {
    font-size: 12px;
    margin-bottom: 15px;

    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
    font-size: 20px;
    margin-bottom: 0;

    height: 30px;
    overflow: hidden;
}

.posts_navigation .next-link h4:hover a {
    color: #a5182d;
}

.related__post .post-title {
    margin-bottom: 35px;
}

.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0;

}

.related-post-wrap .post-thumb img {
    width: 100%;
}

.related-post-wrap .rp__content {
    padding: 30px;
    border: 2px solid #f4f3fb;
    border-top: none;
}

.related-post-wrap .rp__content h3 {
    font-size: 24px;
    margin-bottom: 20px;

    line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
    color: #a5182d;
}

.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: 14px;
}

.avatar__wrap {
    background: #f9f9f9;
    padding: 50px 80px;
    float: left;
    width: 100%;
}

.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}

.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;

}

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

.avatar__info-social a {
    font-size: 12px;
    color: #a5182d;
    display: inline-block;
    margin: 0 5px;
}

.avatar__info-social a:hover {
    color: #a5182d;
}

code {
    font-size: 15px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    margin-top: 10px;
}

figcaption {
    font-weight: 600;
    color: #202020;

}

.comment-form-comment label {
    display: none;

}

.form-submit {
    margin-bottom: 0;
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}

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

.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;

}

.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single__comment.children {
    margin-left: 130px;
}

.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text {
    overflow: hidden;
}

.comment-text .avatar-name {
    overflow: hidden;
}

.comment-text .avatar-name h6 {
    font-size: 16px;
    margin-bottom: 7px;

}

.comment-text .avatar-name h6 i {
    display: none;
}

.comment-author-admin .avatar-name h6 i {
    font-size: 12px;
    display: inline-block;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text .avatar-name span {
    font-size: 12px;

    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a5182d;
}

.comment-text .comment-reply {
    display: inline-block;
    border: 2px solid #f5f5f5;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    width: 100px;
}

.comment-text .comment-reply a {
    color: #777777;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -2px;
    padding: 10px 0 10px 41px;
}

.comment-text .comment-reply:hover a {
    color: #fff;
}

.comment-list {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.comments-title {
    font-size: 22px;
    margin-bottom: 0;

}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-author-admin {
    margin-left: 130px;
}

.comment-text .comment-reply:hover {
    border-color: #a5182d;
    background: #a5182d;
    color: #ffffff;
}

.comment-text .comment-reply i {
    margin-right: 5px;
}

.comment-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.screen-reader-text {
    display: none;
}

.comment-form {
    padding: 50px;
    background: #f5f5f5;
    border-radius: 5px;
}

.comment-form .comment-field {
    position: relative;
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}

.comment-form i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #a5182d;
    font-size: 14px;
}

.comment-form textarea {
    height: 150px;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form textarea::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}

.comment-form textarea:focus {
    outline: 1px solid#a5182d;
}

.comment-form input {
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form input::placeholder {
    font-size: 14px;
    color: #b0b0b0;
}

.comment-form input:focus {
    outline: 1px solid#a5182d;
}

.comment-form .submit {
    background: #a5182d;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 12px 45px;
    margin-top: 20px;
    border-radius: 5px;
    width: auto;
}

.comment-form .submit::before {
    content: none;
}

.comment-form .submit:hover {
    color: #fff;
    background: #a5182d;
}

.page .comments-area ol .comment-respond {
    margin-bottom: 30px;
    margin-top: -26px;
}

.comments-area ol>.comment-respond {
    margin-bottom: 30px;
    margin-top: -30px;
}

.comments-area ol>li>ol .comment-respond {
    margin-left: -32px;
    margin-top: -35px;
}

.comments-area ol>li>ol>li>ol>.comment-respond {
    margin-left: -42px;
    margin-top: -30px;
}

.comments-area ol>li>ol>li>ol>li>ol>.comment-respond {
    margin-left: -62px;
    margin-top: -35px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.blist li {
    list-style: none !important;
}

.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget {}

figure.aligncenter img {
    margin-bottom: 15px;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}

figure img {
    display: inline-block;
    margin-bottom: 15px;
}



.tag-markup-2 ol li:last-child,
.tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th,
.pages-content table th,
.comment-text table th {
    color: #141b22;
}

.bsingle__content table a,
.pages-content table a,
.comment-text table a {
    color: #76BC02;
    outline: medium none;
}


.footer-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}



.footer-widget .tag-cloud-link {
    color: #020202;
}

.footer-widget .textwidget,
.footer-widget .recentcomments a,
.footer-widget a,
.footer-widget .widget_categories a {
    color: #99A3AC;
}

.footer-widget .recentcomments a:hover,
.footer-widget a:hover,
.footer-widget .widget_categories a:hover {}

.footer-widget .tag-cloud-link:hover {
    color: #fff;
}

.single-post .bsingle__content .admin {
    display: none;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.single-post .blog-deatails-box.single {
    padding: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.single-post .bsingle__post-thumb img {
    margin-bottom: 50px;
}

blockquote h3 {
    color: #fff;
}

blockquote footer {
    color: #a5182d;
    margin-bottom: 30px;
}

.blist li i {
    color: #F15B26;
    padding-right: 5px;
}

.blist li {
    line-height: 30px;
    list-style: none;
}

.comment-form-cookies-consent input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

.comment-text ul,
.comment-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* 16. pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}

.pagination .page-item a.page-link {
    border-radius: 50%;
    padding: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #f8f8f8;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}

.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}

.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}

.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}

.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 15px;
}

.pagination-wrap .pagination li.active a {
    background: #252525;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #a5182d;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: #a5182d;
}

/* 17. f-cta */
.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

.f-cta-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: #a5182d;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.contact-info .single-cta {
    float: left;
}

.contact-info p {}

.contact-info h5 {
    color: #141b22;
}

.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

div.single-cta:last-child {
    border: 0;
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 15px !important;
}

.single-cta p {
    margin-bottom: 0;
}

.single-cta p a {
    color: #777;
}

.s-cta-btn .btn {
    margin-top: 10px;
}



.widget.widget_media_image {
    margin: 25px 0 0;
}

.award-box .date {
    font-weight: 600;
    font-size: 24px;
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.aw-line {
    position: relative;
}

.aw-line::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 9%;
    border-bottom: 1px dashed;
    top: 32%;
    width: 81%;
    margin: auto;
}

/* --- blog new css ----*/

.bsingle__content .meta-info ul {
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0px;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.sticky .bsingle__content .meta-info ul {
    padding-top: 0;
    border-top: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: none;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a,
.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #a5182d;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover,
.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page>span,
.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.wp-block-media-text__media img {
    width: 100%;
    height: auto;
}

.wp-block-button__link {
    border: none;
    font-weight: 600;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #141b22;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.tag-markup-2 ol li:last-child,
.tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th,
.pages-content table th,
.comment-text table th {
    color: #141b22;
}

.bsingle__content table a,
.pages-content table a,
.comment-text table a {
    color: #a5182d;
    outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #62605c;
}

.wpding .footer-widget .widget ul li:hover,
.wpding .footer-widget .widget ul li a:hover {
    color: #a5182d;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #62605c;
    margin-bottom: 10px;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #0d0d0d;
    width: 100%;
    display: inline-block;
}

.sidebar-widget .widget .children,
.footer-bg .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}


.blog-deatails-box.single .single {
    display: none;
}

.footer-widget .tag-cloud-link,
.footer-widget p {
    color: #b2c0d8;
}

.wpding .footer-widget .tag-cloud-link {
    color: #62605c;
}

.calendar_wrap {
    color: #777;
}

/*.logo {*/
/*  width: 242px;*/
/*  padding:5px 0;*/
/*}*/
.logo {
    width: 140px !important;
    padding: 10px;
    position: absolute;
    background: #fff;
    text-align: center;
    top: 0;
}

.logo a {
    color: #fff;
}

blockquote a,
blockquote cite {
    color: #bacdff;
}

.booking-area .contact-form {
    background: #fff;
    padding: 50px 50px 30px 50px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    box-shadow: 0px 20px 60px 0px rgba(54, 96, 217, 0.3);
    position: relative;
    z-index: 1;
}

.booking-area ul {
    display: flex;
}

.booking-area ul li {
    margin-right: 18px;
}

.booking-area input {
    width: 322px;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    border-radius: 4px;
}

.booking-area .custom-select {
    display: inline-block;
    width: 322px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(3.0em + 0.55rem + 2px);
}

.booking-area .bk-btn {
    border-radius: 4px;
    background-color: rgb(14, 38, 79);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    padding: 17px 30px;
    width: 176px;
    float: left;
    color: #fff;
    position: relative;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-area .contact-field i {
    position: absolute;
    right: 10px;
    top: 22px;
    background: #fff;
    padding: 0 5px;
}

.booking-area h2 {
    color: #fff;
}

.booking-area h5 {
    color: #fff;
    text-transform: uppercase;
}

.booking-area p {
    color: #fff;
}

.booking-content-box a {
    color: #fff;
    border-bottom: 5px solid #fff;
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px;
}

.booking-contact-box {
    background: #fff;
    padding: 60px;
}

.booking-contact-box .nav.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.booking-contact-box .nav.nav-tabs li a {
    color: #777777;
    font-size: 20px;
    border: none;
    text-align: center;
    font-weight: 600;
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a,
.booking-contact-box .nav.nav-tabs li a.active {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #a5182d;
    color: #000;
}


.wpding .footer-widget {}

.wpding .footer-widget .widget_categories ul li a,
.wpding .footer-widget .widget_archive ul li a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
    float: left;
    color: #62605c;

}

.wpding .footer-widget li:hover {
    color: #faa292;
}

.wpding .footer-widget ul li:last-child,
.wpding .footer-widget .children li:last-child {
    border-bottom: none;
}

.wpding .footer-widget .widget_categories .children li:last-child,
.wpding .footer-widget .widget_archive .children li:last-child {
    padding-bottom: 0;
    margin-bottom: -8px;
}

.wpding .footer-widget .widget_categories ul li:last-child,
.wpding .footer-widget .widget_archive ul li:last-child {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_pages ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;

}

.wpding .footer-widget .widget_pages li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 0;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.wpding .footer-widget .widget_pages ul li a {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #62605c;
    line-height: 40px;
    min-height: 40px;
}

.wpding .footer-widget .tag-cloud-link {
    color: #fff;
    border: 2px solid #ffffff4d;
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #fff;
}

.wpding .footer-widget .widget ul li:hover,
.wpding .footer-widget .widget ul li a:hover {
    color: #bacdff;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #fff;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
    margin-top: 100px;
}

.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ffffff4d;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
    background: none;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
    border-bottom: 1px solid #ffffff4d;
    display: inherit;
}

.footer-top.wpding .menu .sub-menu li:last-child {
    border: none;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ffffff4d;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_categories ul li,
.wpding .footer-widget .widget_archive ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 5px;
    float: left;
    width: 100%;
    text-align: right;
    color: #fff;
}

.wpding .footer-widget .widget li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -8px;
}

.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-top.wpding {
    background: #010c26;
}


.list {
    margin: 0px;
    padding: 0;
}

.list li {
    margin: 0;
    padding: 10px 0 10px 20px;
    color: #fff;
    position: relative;
    border-bottom: 1px dashed #ffffff54;
}

ul.list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
}

.about-title.blue-sec.second-title.pb-25 {
    background: #00468c;
    padding: 50px;
    margin-left: -120px;
}

.about-title.blue-sec.second-title.pb-25 h2 {
    color: #fff;
}

.about-title.blue-sec.second-title.pb-25 h6 {
    color: #fff;
    font-size: 20px;
}

.about-title.blue-sec.second-title.pb-25 ul li {
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.about-title.blue-sec.second-title.pb-25 ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    left: 0;
}


.about-title.red-sec.second-title.pb-25 {
    background: #A6192E;
}


.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 19.33%;
    text-align: center;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 25px;
    left: -50%;
    z-index: -1;
    border-top: 1px dashed #333;
}

.progressbar li:first-child:after {
    content: none;
}


.inner-circle {
    background: #a5182d;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
}

.progressbar h6 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Asap', sans-serif;
}

.progressbar p {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.progressbar h3 {
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #a5182d;
    text-align: center;
    font-weight: bold;
    font-family: 'Asap', sans-serif;
}

.progressbar .inner-circle.blue {
    background: #00468c;
}

.progressbar .step.blue {
    color: #00468c;
}


.regards {
    margin-top: 20px;
    padding: 0;
    text-align: right;
}

.regards p {
    margin: 0;
    padding: 0;
}

.regards h6 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.1rem;
}

.text-btn {
    appearance: none;
    border: 1px solid #00468c;
    background: #00468c;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    width: fit-content;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
}

.text-btn:hover {
    border: 1px solid #a5182d;
    background: #a5182d;
    transition: 0.1s;
}

.text-btn::before {
    content: "Read More";
    text-transform: capitalize;
}

.text-btn:checked::before {
    content: "Read Less";
}

.text:has(+ .text-btn:checked) {
    -webkit-line-clamp: initial;
}

/* === FIGMA UPGRADE: Header === */
.header-vn {
    margin-bottom: 0;
    margin-left: 7.5%;
    margin-right: 7.5%;
    width: 85%;
    box-sizing: border-box;
    position: relative;
    background: #EBEAEA;
    border-radius: 0 0 5px 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-vn .vn-header-top,
.header-vn .vn-header-enroll,
.header-vn .vn-header-badge,
.header-vn .vn-nav a,
.header-vn .vn-cta-btn {
    font-family: 'Asap', sans-serif;
}

.header-vn .vn-header-outer {
    display: flex;
    flex-direction: row;
    min-height: 114px;
    /* 50 + 1 + 63 */
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    box-sizing: border-box;
}

.header-vn .vn-header-logo-col {
    flex: none;
    width: 87px;
    display: flex;
    align-items: stretch;
}

.header-vn .vn-header-logo-col .vn-logo-link {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-vn .vn-header-logo-col .vn-logo-img {
    width: 87px;
    height: 100%;
    min-height: 114px;
    object-fit: contain;
    object-position: left center;
}

.header-vn .vn-header-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header-vn .vn-header-bar {
    background: transparent;
    padding: 0;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
}

/* Same width as vn-header-inner (match vn-header-main content) */
.header-vn .vn-header-bar .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.header-vn .vn-header-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.header-vn .vn-header-enroll {
    margin: 0;
    margin-right: 16px;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 158%;
    letter-spacing: 0.02em;
    color: #3B3B3E;
}

/* 5–10x space between "Enroll Now With Vidyanivas!" and "Call +91 8971175401" */
.header-vn .vn-header-enroll-gap {
    display: inline-block;
    width: 2.5em;
    vertical-align: baseline;
}

.header-vn .vn-header-enroll a {
    display: inline-block;
    color: transparent;
    text-decoration: none;
    background: linear-gradient(to right, #002F87 50%, #3B3B3E 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    transition: background-position 0.35s ease, font-weight 0.25s ease;
}

.header-vn .vn-header-enroll a:hover {
    font-weight: 700;
    background-position: 0 0;
}

.header-vn .vn-header-badge {
    display: inline-block;
    padding: 2px 8px;
    background: #A12B2F;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

/* Blue line: drawn ON the top edge of the inner so it always touches the CTA (no gap) */
.header-vn .vn-header-divider {
    display: none;
    /* line is drawn by inner::before */
}

.header-vn .vn-header-main {
    background: #EBEAEA;
    /* match header-vn */
    padding: 0;
    flex: 0 0 63px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border-radius: 0 0 5px 5px;
}

.header-vn .vn-header-main .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.header-vn .vn-header-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    /* CTA at top so line (::before top:0) touches it */
    padding: 0 0 0 0;
    min-height: 63px;
    width: 100%;
    gap: 0;
    flex: 1;
}

/* Line drawn on the top edge of inner — CTA is at top, so they touch */
.header-vn .vn-header-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 390px;
    right: 0;
    height: 1px;
    background: #002F87;
    pointer-events: none;
}

/* Group nav + CTA; standard space between nav and button */
.header-vn .vn-header-nav-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 0 1 auto;
    margin-left: auto;
}

.header-vn .vn-logo-link {
    text-decoration: none;
}

.header-vn .vn-logo-img {
    display: block;
    object-fit: contain;
}

/* Override theme .main-menu margin so nav sits next to CTA with no extra gap */
.header-vn .vn-nav.main-menu {
    margin-right: 0;
}

.header-vn .vn-nav {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding-right: 0;
}

.header-vn .vn-nav>ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Override theme .main-menu ul li margin so gap alone controls spacing */
.header-vn .vn-nav>ul>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-vn .vn-nav.main-menu ul li {
    margin-left: 0;
}

.header-vn .vn-nav>ul>li>a {
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #3B3B3E;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-transform: none;
}

.header-vn .vn-nav>ul>li>a:hover,
.header-vn .vn-nav>ul>li.active>a {
    color: #002F87;
}

/* Down arrow for all dropdown parents (override theme's display:none on .main-menu a::after) */
.header-vn .vn-nav>ul>li.has-sub>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 14px;
    color: #3b3b3ea3;
    margin-left: 4px;
    display: inline-block !important;
}

.header-vn .vn-nav .sub-menu,
.header-vn .vn-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ebeaea;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-top: 2px solid #002F87;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    z-index: 1000;
}

/* Invisible bridge so hover doesn't break between parent and dropdown */
.header-vn .vn-nav>ul>li.has-sub>ul::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

.header-vn .vn-nav>ul>li:hover>ul {
    display: block;
}

.header-vn .vn-nav ul ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
}

.header-vn .vn-nav ul ul li:last-child {
    border-bottom: none;
}

.header-vn .vn-nav ul ul li a {
    display: block;
    padding: 10px 16px;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #3B3B3E;
    text-transform: none;
}

.header-vn .vn-nav ul ul li a:hover {
    color: #002F87;
    background: rgba(0, 47, 135, 0.06);
}

.header-vn .vn-cta {
    flex: none;
}

.header-vn .vn-cta-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 68px;
    padding: 0 20px;
    background: #002F87;
    border-radius: 0 0 5px 0;
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
    border-radius: 0 0 5px 0;
    overflow: hidden;
    z-index: 1;
}

.header-vn .vn-cta-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a12b2f;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.header-vn .vn-cta-btn:hover {
    color: #FFFFFF;
}

.header-vn .vn-cta-btn:hover::before {
    transform: scaleX(1);
}

/* Sticky state: no shadow or box effect */
.header-vn.sticky-menu,
.header-vn.sticky-menu .vn-header-main,
.header-vn.sticky-menu .vn-header-inner,
.header-vn.sticky-menu .vn-header-outer {
    box-shadow: none !important;
}

/* === Banner (Figma): full-width bg; header hangs 15% so banner visible in gaps === */
.vn-banner-header-wrap {
    position: relative;
    min-height: 798px;
    overflow: visible;
}

/* Banner bg: when inside a slide (part of slider), fills that slide */
.vn-banner-slider .vn-banner-slide.slide-1 .vn-banner-bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/095A1987.webp) center/cover no-repeat;
}

.vn-banner-slider .vn-banner-slide.slide-2 .vn-banner-bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home_banner2.webp) center/cover no-repeat;
}

.vn-banner-slider .vn-banner-slide.slide-3 .vn-banner-bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home_banner3.webp) center/cover no-repeat;
}

.vn-banner-slider .vn-banner-inner {
    position: relative;
    z-index: 1;
}

.vn-banner-header-wrap .header-vn {
    position: relative;
    z-index: 10;
}

.vn-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 0;
    padding: 0 0 80px;
    box-sizing: border-box;
}

.vn-banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 798px;
}

.vn-banner-slider .slick-list,
.vn-banner-slider .slick-track {
    height: 100%;
    min-height: 798px;
}

.vn-banner-slider .vn-banner-slide {
    position: relative;
    outline: none;
    height: 100%;
    min-height: 798px;
}

.vn-banner-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.vn-banner-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.vn-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    border: none;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.2s ease;
}

.vn-banner-slider .slick-dots li.slick-active button {
    background: #FFFFFF;
}

.vn-banner-inner {
    position: relative;
    max-width: 1236px;
    padding: 14em 7.5% 0;
    box-sizing: border-box;
}

.vn-banner-affiliation {
    position: relative;
    width: 330px;
    height: 26px;
    margin-bottom: 24px;
    background: #A12B2F;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.vn-banner-headline {
    position: relative;
    width: 628px;
    max-width: 100%;
    margin: 0 0 24px;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
}

.vn-banner-tagline {
    position: relative;
    width: 434px;
    max-width: 100%;
    margin: 0 0 38px;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 138%;
    color: #FFFFFF;
}

.vn-banner-btns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.vn-banner-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 63px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

.vn-banner-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-banner-btn-outline {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

.vn-banner-btn-outline::before {
    background: #FFFFFF;
}

.vn-banner-btn-outline:hover {
    color: #002F87;
}

.vn-banner-btn-outline:hover::before {
    transform: scaleX(1);
}

.vn-banner-btn-solid {
    background: #002F87;
    color: #FFFFFF;
    border: none;
}

.vn-banner-btn-solid::before {
    background: #A12B2F;
}

.vn-banner-btn-solid:hover {
    color: #FFFFFF;
}

.vn-banner-btn-solid:hover::before {
    transform: scaleX(1);
}

.vn-banner-brochure-tab {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 63px;
    background: #FFFFFF;
    border-radius: 6px 6px 0 0;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A12B2F;
    text-decoration: none;
    box-sizing: border-box;
    right: 32px;
}

.vn-banner-brochure-tab:hover {
    color: #FFFFFF;
    background: #A12B2F;
}

/* Narrow viewports: side spacing so logo isn’t flush to screen edge */
/* Responsiveness disabled for header until later — always desktop layout, no hamburger */
.header-vn .mobile-menu,
.header-vn .mean-container,
.header-vn .col-12.d-lg-none {
    display: none !important;
}

.header-vn .vn-nav {
    display: flex !important;
}

/* === Below-banner section (Figma): Why Vidyanivas right panel + 4 cards + Our Programs === */
/* Full width like banner; section height = left content only; right panel stretches to match, no extra space */
.vn-below-banner {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 0;
    box-sizing: border-box;
}

.vn-below-banner-inner {
    position: relative;
    width: 100%;
    min-height: 0;
}

/* Right panel: Why Vidyanivas — maroon, diagonal top (triangle), bottom aligns with left section */
.vn-why-panel {
    position: absolute;
    right: 0;
    top: -14em;
    bottom: 0;
    width: 487px;
    height: auto;
    min-height: 0;
    background: #A12B2F;
    padding: 290px 103px 80px 97px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 32.8%, 100% 0, 100% 100%, 0 100%);
}

.vn-why-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-why-text {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0 0 32px;
    max-width: 294px;
}

.vn-why-link {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vn-why-link:hover {
    color: #002F87;
    text-decoration: underline;
}

.vn-why-link:hover i {
    color: #002F87;
}

.vn-why-link i {
    font-size: 11px;
}

/* Left: cards grid + Our Programs heading — starts after banner with 0 gap */
.vn-below-banner-left {
    margin-right: 487px;
    min-height: 0;
    background: #FFFFFF;
    box-sizing: border-box;
}

.vn-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 244px 244px;
    gap: 0;
    margin: 0;
    background: #FFFFFF;
}

.vn-card {
    padding: 24px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background: #F5F5F5;
    transition: background 0.3s ease, color 0.25s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.vn-card:hover {
    background: linear-gradient(0deg, #012362 0%, #002F87 100%);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 47, 135, 0.2);
}

.vn-card:hover .vn-card-icon {
    display: none;
}

.vn-card:hover .vn-card-title,
.vn-card:hover .vn-card-desc {
    color: #FFFFFF;
}

.vn-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.vn-card:hover .vn-card-content {
    align-self: center;
    text-align: left;
    align-items: flex-start;
}

.vn-card:hover .vn-card-title {
    text-align: left;
}

.vn-card-title {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 44px;
    color: #3B3B3E;
    margin: 0;
}

.vn-card-desc {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 12px 0 0;
    padding-left: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
    display: none;
    text-align: left;
    box-sizing: border-box;
}

.vn-card-desc li {
    display: list-item;
    margin-bottom: 6px;
    list-style-type: inherit;
    list-style-position: outside;
}

.vn-card-desc li::marker {
    color: #FFFFFF;
}

.vn-card-desc li:last-child {
    margin-bottom: 0;
}

.vn-card:hover .vn-card-desc {
    display: block;
    animation: vn-card-desc-in 0.25s ease forwards;
}

@keyframes vn-card-desc-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.vn-card-icon {
    color: #002F87;
    font-size: 60px;
    margin-bottom: 8px;
}

.vn-card-icon img {
    width: 60px;
    object-fit: contain;
    display: block;
}

.vn-our-programs-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
    margin: 55px 0 0 0;
}

/* === Section 3: Our Programs — full width, three cards (Figma) === */
.vn-section-programs {
    position: relative;
    width: 100%;
    padding: 0 0 80px;
    box-sizing: border-box;
}

.vn-section-programs-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #3B3B3E;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.vn-section-programs-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 10px 0;
    box-sizing: border-box;
}

.vn-section-programs-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: transparent;
}

.vn-section-programs-title {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 50px;
}

.vn-section-programs-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0 24px;
    box-sizing: border-box;
}

.vn-program-card {
    position: relative;
    flex: 0 0 381px;
    width: 381px;
    max-width: 100%;
    height: 525px;
    overflow: hidden;
    filter: drop-shadow(-1px 16px 39.3px rgba(77, 80, 85, 0.08));
}

.vn-program-card:first-child {
    filter: drop-shadow(-1px 8px 16.9px rgba(77, 80, 85, 0.08));
}

.vn-program-card-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #3B3B3E;
}

.vn-program-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(161, 43, 47, 0) 28%, #A12B2F 82%);
    border-radius: 6px;
    pointer-events: none;
}

.vn-program-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vn-program-card-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0 0 12px;
}

.vn-program-card-desc {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 16px;
    max-width: 331px;
}

.vn-program-card-link {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.vn-program-card-link:hover {
    color: #002F87;
    text-decoration: underline;
}

.vn-program-card-link:hover i {
    color: #002F87;
}

.vn-program-card-link i {
    font-size: 11px;
}

/* === Section 4: Stats + blue CTA bar (Figma) — full width === */
.vn-section-stats {
    position: relative;
    width: 100%;
    min-height: 535px;
    padding: 0 0 0;
    box-sizing: border-box;
}

.vn-section-stats-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/section4bgn.webp), #3B3B3E;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.vn-section-stats-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 10px 140px;
    box-sizing: border-box;
}

.vn-section-stats-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: transparent;
}

.vn-section-stats-title {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 50px;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
}

.vn-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    row-gap: 108px;
    column-gap: 56px;
    max-width: 1027px;
    margin: 0 auto 80px;
    padding: 0 24px;
    box-sizing: border-box;
    align-items: start;
}

.vn-stats-row {
    display: contents;
}

.vn-stat-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    min-width: 0;
}

.vn-stat-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #A12B2F;
    flex-shrink: 0;
    overflow: hidden;
}

.vn-stat-circle img {
    width: 45px;
    height: 34px;
    object-fit: contain;
}

.vn-stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.vn-stat-number {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 4px;
}

.vn-stat-line {
    display: block;
    width: 129px;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin: 8px 0 8px 0;
}

.vn-stat-label {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.vn-section-stats-cta {
    width: 100%;
    max-width: 1046px;
    margin: 50px auto 100px auto;
    background: #002F87;
    padding: 43px 56px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 100px;
}

.vn-section-stats-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 924px;
    margin: 0 auto;
}

.vn-section-stats-cta-text {
    flex: 1 1 auto;
    min-width: 200px;
}

.vn-section-stats-cta-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.vn-section-stats-cta-desc {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0;
    max-width: 552px;
}

.vn-section-stats-cta-btn {
    position: relative;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 63px;
    background: #A12B2F;
    border-radius: 6px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

.vn-section-stats-cta-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-section-stats-cta-btn:hover {
    color: #A12B2F;
}

.vn-section-stats-cta-btn:hover::before {
    transform: scaleX(1);
}

/* === Section 5: Testimonials — left image only, right content only, two columns === */
.vn-section-testimonials {
    position: relative;
    width: 100%;
    min-height: 500px;
    box-sizing: border-box;
}

.vn-section-testimonials-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: transparent;
    z-index: 1;
}

.vn-section-testimonials-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 500px;
}

.vn-section-testimonials-image {
    flex: 0 0 44%;
    min-width: 320px;
    background: url(../img/095A1995.webp), #0F161E;
    background-size: cover;
    background-position: center;
}

.vn-section-testimonials-content {
    flex: 1;
    min-width: 0;
    background: #F5F5F5;
    padding: 48px 40px 40px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.vn-section-testimonials-title {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 28px;
    max-width: 521px;
    text-align: left;
}

.vn-testimonials-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.vn-testimonials-slider {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 534px;
}

.vn-testimonial-slide {
    outline: none;
}

.vn-testimonial-bar {
    display: block;
    width: 127px;
    height: 5px;
    background: #A12B2F;
    margin: 0 0 22px;
}

.vn-testimonial-text {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0 0 22px;
    max-width: 534px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vn-testimonial-text:hover {
    color: red;
}

.vn-testimonial-author {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #3B3B3E;
    margin: 0 0 4px;
}

.vn-testimonial-role {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #3B3B3E;
    margin: 0;
}

.vn-testimonials-arrows {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-shrink: 0;
    transform: rotate(-90deg);
}

.vn-testimonials-prev,
.vn-testimonials-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.vn-testimonials-prev {
    background: #FFFFFF;
    box-shadow: -4px 4px 20px rgba(32, 180, 134, 0.12);
    color: #363A3D;
}

.vn-testimonials-prev:hover {
    background: #F0F0F0;
}

.vn-testimonials-next {
    background: #A12B2F;
    box-shadow: -4px 4px 20px rgba(32, 180, 134, 0.12);
    color: #FFFFFF;
}

.vn-testimonials-next:hover {
    background: #8a2428;
}

.vn-testimonials-prev i,
.vn-testimonials-next i {
    font-size: 14px;
}

/* Slick overrides for testimonials */
.vn-testimonials-slider-wrap .slick-list,
.vn-testimonials-slider-wrap .slick-track {
    height: 100%;
}

.vn-testimonials-slider-wrap .slick-prev,
.vn-testimonials-slider-wrap .slick-next {
    display: none !important;
}

/* === Section 6: 4 Decades — left content, right 3 images (2 & 3 overlap 1) === */
.vn-section-decades {
    position: relative;
    width: 100%;
    min-height: 575px;
    background: #A12B2F;
    box-sizing: border-box;
}

.vn-section-decades-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: transparent;
    z-index: 0;
}

.vn-section-decades-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 575px;
}

.vn-section-decades-content {
    flex: 0 0 55%;
    max-width: 734px;
    padding: 75px 56px 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.vn-section-decades-title {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 30px;
    max-width: 488px;
}

.vn-section-decades-text {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0 0 50px;
    max-width: 534px;
}

.vn-section-decades-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
}

.vn-section-decades-link {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vn-section-decades-link:hover {
    color: #002F87;
    text-decoration: underline;
}

.vn-section-decades-link:hover i {
    color: #002F87;
}

.vn-section-decades-link i {
    font-size: 11px;
}

.vn-section-decades-images {
    position: relative;
    flex: 1;
    min-width: 0;
    min-height: 575px;
}

.vn-decades-img {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-color: #3B3B3E;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.vn-decades-img-1 {
    left: 8%;
    top: 12%;
    width: 56%;
    min-width: 390px;
    height: 230px;
    z-index: 1;
}

.vn-decades-img-2 {
    left: 13%;
    top: 42%;
    width: 25%;
    min-width: 180px;
    height: 260px;
    z-index: 2;
}

.vn-decades-img-3 {
    right: 12%;
    top: 36%;
    width: 44%;
    min-width: 200px;
    height: 240px;
    z-index: 3;
    left: auto;
}

/* === Section 7: Three equal columns — full width, image | blue | blue-dark === */
.vn-section-three-col {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.vn-section-three-col-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent;
    z-index: 0;
}

.vn-section-three-col-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    min-height: 290px;
}

.vn-three-col-item {
    position: relative;
    padding: 22px 58px 39px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.vn-three-col-image {
    background: url(../img/section31.jpg) center/cover no-repeat;
    background-color: #3B3B3E;
    padding: 0;
}

.vn-three-col-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.vn-three-col-blue {
    background: #002F87;
}

.vn-three-col-blue-dark {
    background: #0E49B8;
}

.vn-three-col-label-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 14px;
}

.vn-three-col-label {
    font-family: 'Asap', sans-serif;
    font-weight: 800;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    flex-shrink: 0;
}

.vn-three-col-divider {
    flex: 1;
    min-width: 40px;
    height: 1px;
    border-top: 1px solid #407CEC;
    margin: 0;
}

.vn-three-col-blue-dark .vn-three-col-divider {
    border-top-color: #518AF5;
}

.vn-three-col-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.vn-three-col-link:hover {
    color: #A12B2F;
    opacity: 1;
}

.vn-three-col-link:hover .vn-three-col-heading,
.vn-three-col-link:hover i,
.vn-three-col-link:hover .vn-three-col-arrow {
    color: #A12B2F;
}

.vn-three-col-link i {
    font-size: 16px;
    flex-shrink: 0;
}

.vn-three-col-link .vn-three-col-arrow {
    width: 16px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
}

/* === FIGMA UPGRADE: Footer === */
/* Figma: 1440px width; logo left 102px; columns at 365, 611, 820, 980; bottom bar 52.73px */
.vn-footer {
    font-family: 'Asap', sans-serif;
    color: #383844;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}

.vn-footer-inner {
    max-width: 1440px;
    padding: 67px 95px 52px 102px;
    display: grid;
    grid-template-columns: 263px 186px 186px 186px 365px;
    column-gap: 35px;
    align-items: start;
    box-sizing: border-box;
    margin-top: 5em;
}

@media (max-width: 1439px) {
    .vn-footer-inner {
        padding-left: 48px;
        padding-right: 48px;
        grid-template-columns: minmax(200px, 263px) minmax(140px, 186px) minmax(140px, 186px) minmax(140px, 186px) minmax(280px, 365px);
    }
}

.vn-footer-logo-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: -80px;
}

.vn-footer-logo-link {
    display: block;
    width: 150px;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.vn-footer-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
    display: block;
}

.vn-footer-tagline {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383844;
    margin: 0 0 15px 0;
    max-width: 212px;
}

.vn-footer-affiliation {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #A12B2F;
    margin: 0 0 25px 0;
    max-width: 222px;
}

.vn-footer-social {
    display: flex;
    gap: 22px;
    align-items: center;
}

.vn-footer-social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A2A2A2;
    font-size: 27px;
}

.vn-footer-social-icon i {
    font-size: inherit;
}

.vn-footer-social-icon:hover {
    color: #002F87;
}

.vn-footer-nav-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.vn-footer-heading {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #A12B2F;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
}

.vn-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vn-footer-links li {
    margin: 0;
}

.vn-footer-links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #383844;
    text-decoration: none;
}

.vn-footer-links a:hover {
    color: #002F87;
}

.vn-footer-contact-col {
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 365px;
}

.vn-footer-contact-block {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.vn-footer-contact-icon {
    width: 52.5px;
    height: 52.5px;
    flex-shrink: 0;
    border-radius: 26.25px;
    background: rgba(0, 47, 135, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002F87;
    font-size: 18px;
}

.vn-footer-contact-text {
    flex: 1;
    min-width: 0;
}

.vn-footer-label {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #A12B2F;
    display: block;
    margin-bottom: 2px;
}

.vn-footer-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #383844;
    margin: 0;
    max-width: 297px;
    display: block;
}

.vn-footer-address.vn-footer-link:hover {
    color: #002F87;
}

.vn-footer-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #383844;
    text-decoration: none;
}

.vn-footer-link:hover {
    color: #002F87;
}

.vn-footer-bottom {
    background: #F1F4F9;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52.73px;
    box-sizing: border-box;
}

.vn-footer-copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #747D88;
    margin: 0;
}

@media (max-width: 1200px) {
    .vn-footer-inner {
        grid-template-columns: 1fr 1fr 1fr;
        padding-left: 24px;
        padding-right: 24px;
    }

    .vn-footer-logo-col {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 16px 32px;
        margin-bottom: 24px;
    }

    .vn-footer-logo-link {
        width: 100px;
        height: auto;
        margin-bottom: 0;
    }

    .vn-footer-tagline,
    .vn-footer-affiliation {
        margin-bottom: 0;
    }

    .vn-footer-contact-col {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .vn-footer-inner {
        grid-template-columns: 1fr;
        padding: 48px 16px 40px;
    }

    .vn-footer-logo-col {
        flex-direction: column;
        align-items: flex-start;
    }

    .vn-footer-contact-col {
        flex-direction: column;
    }
}

/* ========== Who We Are page ========== */
.vn-page-wwa.vn-banner-header-wrap {
    min-height: 589px;
}

.vn-page-wwa .vn-banner-brochure-tab {
    /* Removed display: none to show brochure tab on all pages */
}

/* Who We Are page — unique hero (about/who-we-are.html only; does not affect Life at Vidyanivas or other pages) */
.vn-page-who-we-are.vn-banner-header-wrap {
    min-height: 589px;
}

.vn-page-who-we-are .vn-banner-brochure-tab {
    /* Removed display: none to show brochure tab on all pages */
}

.vn-wwa-page-hero {
    background: linear-gradient(0deg, var(--color-figma-badge, #A12B2F), var(--color-figma-badge, #A12B2F)), url(../img/11.jpg) center/cover no-repeat;
    min-height: 589px;
    display: flex;
    align-items: center;
    padding: 0 7.5%;
    box-sizing: border-box;
}

.vn-wwa-page-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.vn-wwa-page-hero-col {
    min-width: 0;
}

.vn-wwa-page-hero-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: clamp(48px, 8vw, 105px);
    line-height: 1.08;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    margin-top: 1em;
}

.vn-wwa-page-hero-col.vn-wwa-page-hero-image-wrap {
    /* image column: image is positioned at section bottom-right */
}

.vn-wwa-page-hero-col.vn-wwa-page-hero-text {
    /* text column */
}

.vn-wwa-page-hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 680px;
    max-width: 100%;
    height: 393px;
    background: url(../img/095A1707.webp) center/cover no-repeat;
}

.vn-page-academics .vn-wwa-page-hero-image {
    background-image: url(../img/gallery/Life\ at\ Vidyashilp/1.jpg);
}

.vn-page-beyond-academics .vn-wwa-page-hero-image {
    background-image: url(../img/gallery/Events/9.jpeg);
}

.vn-page-our-campuses .vn-wwa-page-hero-image {
    background-image: url(../img/DJI_0523.webp);
}

.vn-life-card-title {
    align-self: center;
}

@media (max-width: 900px) {
    .vn-wwa-page-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vn-wwa-page-hero-heading {
        text-align: center;
    }

    .vn-wwa-page-hero-image {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========== Gallery page (banner + Section 2 photo gallery) ========== */
.vn-page-gallery.vn-banner-header-wrap {
    min-height: 380px;
}

.vn-page-gallery .vn-banner-brochure-tab {
    /* Showing brochure tab on gallery page */
}

.vn-page-gallery .vn-banner-bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(../img/section31.jpg) center/cover no-repeat;
    filter: blur(10px);
}

/* Article page: no banner image, solid background only */
.vn-page-article .vn-banner-bg-layer {
    background: #a12b2f;
    filter: none;
    transform: none;
}

.vn-gallery-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: 0 7.5%;
    box-sizing: border-box;
}

/* Article page banner: breadcrumb top, then title left, featured image right */
.vn-page-article .vn-gallery-banner.vn-article-banner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 100px 7.5% 24px;
    min-height: 520px;
}

.vn-page-article.vn-banner-header-wrap {
    min-height: 520px;
}

.vn-article-breadcrumb-banner {
    position: absolute;
    top: 24px;
    left: 7.5%;
    right: 7.5%;
    z-index: 1;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.vn-article-breadcrumb-banner a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.vn-article-breadcrumb-banner a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.vn-article-breadcrumb-banner .vn-article-breadcrumb-sep {
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.6);
}

.vn-article-breadcrumb-banner .vn-article-breadcrumb-current {
    color: rgba(255, 255, 255, 0.85);
}

.vn-article-banner-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    flex: 1;
    min-height: 0;
}

.vn-article-banner-left {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vn-page-article .vn-article-banner-left .vn-gallery-banner-heading {
    text-align: left;
    max-width: none;
}

.vn-article-banner-right {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 32px;
}

.vn-article-banner-featured {
    margin: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.1);
    flex: 1;
    min-height: 0;
}

.vn-article-banner-featured .vn-article-featured-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    max-height: none;
    display: block;
}

.vn-article-banner-byline {
    margin: 0;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.vn-article-banner-byline .vn-article-byline-sep {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .vn-article-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .vn-article-banner-left,
    .vn-article-banner-right {
        flex: 0 0 auto;
        width: 100%;
    }
}

.vn-gallery-banner-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: clamp(36px, 6vw, 45px);
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 40ch;
}

/* Section 2: Photo gallery — container, tabs, grid (Figma) */
.vn-gallery-section {
    position: relative;
    width: 100%;
    padding: 0 100px 0;
    box-sizing: border-box;
}

.vn-gallery-section-inner {
    position: relative;
    max-width: 1236px;
    margin: 0 auto;
    padding: 48px 7.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: -75px;
    margin-bottom: 5em;
}

.vn-gallery-section-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #A12B2F;
}

/* MD's Desk page: content block (title + intro + card) */
.vn-md-desk-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.vn-md-desk-heading {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(32px, 4vw, 45px);
    line-height: 53px;
    color: #0F161E;
    margin: 0;
    flex: 0 0 auto;
    max-width: 398px;
}

.vn-md-desk-intro {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0;
    max-width: 517px;
    flex: 1 1 auto;
    min-width: 0;
}

.vn-md-desk-card {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1135px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
}

.vn-md-desk-image-wrap {
    position: relative;
    width: 339px;
    min-height: 420px;
    flex-shrink: 0;
    padding: 32px 0 40px 40px;
    box-sizing: border-box;
}

.vn-md-desk-image {
    position: absolute;
    top: 32px;
    right: 0;
    bottom: 40px;
    left: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vn-md-desk-image-1 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/Dr-Kiran-Pai.jpg);
}

.vn-md-desk-image-2 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/team/Dr.Prashant.webp);
}

.vn-md-desk-image-3 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/team/nazia.webp);
}

.vn-md-desk-image-4 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/team/sujit.jpeg);
}

.vn-md-desk-image-caption {
    position: absolute;
    left: 40px;
    right: 0;
    bottom: 40px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

/* MD page: dedicated image fill + contrast overlay for caption legibility */
.vn-md-desk-image-wrap--md-page {
    overflow: hidden;
}

.vn-md-desk-image-wrap--md-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.vn-md-desk-image-wrap--md-page .vn-md-desk-image-dayanada-pai {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vn-md-desk-image-wrap--md-page .vn-md-desk-image-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 16px 28px;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.vn-md-desk-caption-title {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.vn-md-desk-caption-sub {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    color: #FFFFFF;
}

.vn-md-desk-bio {
    position: relative;
    flex: 1;
    min-width: 280px;
    padding: 32px 40px 40px 40px;
}

.vn-md-desk-bio-bar {
    display: block;
    width: 127px;
    height: 5px;
    background: #A12B2F;
    margin-bottom: 20px;
}

.vn-md-desk-bio-p {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0 0 20px 0;
}

.vn-md-desk-bio-p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .vn-md-desk-image-wrap {
        width: 100%;
        min-height: 380px;
        padding: 24px 0 32px 24px;
    }

    .vn-md-desk-image {
        top: 24px;
        right: 0;
        bottom: 32px;
        left: 24px;
    }

    .vn-md-desk-image-caption {
        left: 24px;
        bottom: 32px;
    }

    .vn-md-desk-image-wrap--md-page::after {
        inset: 0;
    }

    .vn-md-desk-header {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .vn-md-desk-intro {
        max-width: none;
    }

    .vn-md-desk-bio {
        padding: 24px 24px 32px;
    }
}

/* Our Leadership page: quote box aligned with .vn-md-desk-bio-p, overflows block to bottom */
.vn-page-leadership .vn-gallery-section-inner {
    overflow: visible;
}

.vn-page-leadership-first-block {
    position: relative;
    max-width: 1135px;
    margin: 0 auto;
    overflow: visible;
    margin-bottom: 156px;
}

.vn-page-leadership-first-block+.vn-page-leadership-second-block {
    margin-top: 40px;
}

.vn-page-leadership-second-block {
    position: relative;
    max-width: 1135px;
    margin: 0 auto;
    overflow: visible;
    margin-bottom: 156px;
}

.vn-leadership-quote-box {
    position: absolute;
    bottom: -116px;
    left: 379px;
    width: 610px;
    min-height: 231px;
    background: #A12B2F;
    box-sizing: border-box;
    padding: 40px 40px 40px 0;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Same width as bio column (796px); overlaps bottom-right of profile image */
.vn-leadership-quote-icon {
    flex-shrink: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 50px;
    line-height: 1;
    color: #BF4347;
    padding-left: 30px;
    margin-top: -110px;
}

.vn-leadership-quote-icon .fas {
    font-size: inherit;
}

.vn-leadership-quote-text {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0;
    flex: 1;
    min-width: 0;
    margin-left: -50px;
}

@media (max-width: 900px) {
    .vn-leadership-quote-box {
        width: 100%;
        left: 0;
        bottom: auto;
        position: relative;
        margin-top: 24px;
        padding-left: 40px;
    }

    .vn-leadership-quote-text {
        margin-left: 0;
    }
}

/* Our Leadership page (page-unique; do not share with vn-gallery-section / vn-md-desk) */
.vn-leadership-section {
    position: relative;
    width: 100%;
    padding: 0 100px 0;
    box-sizing: border-box;
}

.vn-leadership-inner {
    position: relative;
    max-width: 1236px;
    margin: 0 auto;
    padding: 48px 7.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: -75px;
    margin-bottom: 5em;
}

.vn-leadership-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.vn-leadership-title {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(32px, 4vw, 45px);
    line-height: 53px;
    color: #0F161E;
    margin: 0;
    flex: 0 0 auto;
    max-width: 398px;
}

.vn-leadership-intro {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0;
    max-width: 517px;
    flex: 1 1 auto;
    min-width: 0;
}

.vn-leadership-card {
    max-width: 1135px;
    margin: 0 auto 0;
}

.vn-leadership-card:not(:last-child) {
    margin-bottom: 40px;
}

.vn-leadership-card-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1135px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
}

.vn-leadership-image-wrap {
    position: relative;
    width: 339px;
    min-height: 420px;
    flex-shrink: 0;
}

.vn-leadership-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vn-leadership-image-1 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/Dr-Kiran-Pai.jpg);
}

.vn-leadership-image-2 {
    background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 36.81%, #000000 99.07%), url(../img/Principal.jpg);
}

.vn-leadership-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.vn-leadership-caption-title {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.vn-leadership-caption-sub {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    color: #FFFFFF;
}

.vn-leadership-bio {
    position: relative;
    flex: 1;
    min-width: 280px;
    padding: 32px 40px 40px 40px;
}

.vn-leadership-bio-bar {
    display: block;
    width: 127px;
    height: 5px;
    background: #A12B2F;
    margin-bottom: 20px;
}

.vn-leadership-bio-p {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0 0 20px 0;
}

.vn-leadership-bio-p:last-child {
    margin-bottom: 0;
}

.vn-leadership-quote {
    position: relative;
    max-width: 635px;
    margin-left: auto;
    margin-right: 0;
    padding: 38px 49px 38px 28px;
    background: #A12B2F;
    box-sizing: border-box;
}

.vn-leadership-quote-mark {
    position: absolute;
    left: 28px;
    top: 38px;
    width: 56px;
    height: 43px;
    background: #BF4347;
    font-family: 'Asap', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-leadership-quote-text {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 157%;
    color: #FFFFFF;
    max-width: 556px;
}

@media (max-width: 900px) {
    .vn-leadership-section {
        padding: 0 24px 0;
    }

    .vn-leadership-header {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .vn-leadership-intro {
        max-width: none;
    }

    .vn-leadership-image-wrap {
        width: 100%;
        min-height: 380px;
    }

    .vn-leadership-bio {
        padding: 24px 24px 32px;
    }

    .vn-leadership-quote {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding: 24px 20px 24px 70px;
    }

    .vn-leadership-quote-mark {
        left: 20px;
        top: 24px;
        width: 40px;
        height: 32px;
        font-size: 24px;
    }

    .vn-leadership-quote-text {
        margin-left: 0;
        max-width: none;
        font-size: 18px;
    }
}

.vn-gallery-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 477px;
    margin: 0 auto 0;
}

.vn-gallery-tab {
    flex: 1;
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3B3B3E;
    background: none;
    border: none;
    padding: 0 0 14px;
    cursor: pointer;
    position: relative;
    margin: 0;
    text-align: center;
}

.vn-gallery-tab:hover {
    color: #A12B2F;
}

.vn-gallery-tab--active {
    color: #A12B2F;
}

.vn-gallery-tab--active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0;
    border-bottom: 5px solid #A12B2F;
}

.vn-gallery-tabs-line {
    width: 100%;
    max-width: 477px;
    margin: -1px auto 40px;
    border-bottom: 1px solid #99999B;
}

.vn-gallery-panel {
    display: none;
}

.vn-gallery-panel--active {
    display: block;
}

.vn-gallery-panel[hidden] {
    display: none !important;
}

.vn-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 12px;
    max-width: 1123px;
    margin: 0 auto;
}

.vn-gallery-grid-item {
    display: block;
    width: 100%;
    aspect-ratio: 273 / 215;
    overflow: hidden;
}

.vn-gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Our Team page only: same layout as gallery section but unique classes (do not share with other pages) */
.vn-our-team-gallery-section {
    position: relative;
    width: 100%;
    padding: 0 100px 0;
    box-sizing: border-box;
}

.vn-our-team-gallery-inner {
    position: relative;
    max-width: 1236px;
    margin: 0 auto;
    padding: 48px 4.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: -75px;
}

.vn-our-team-gallery-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #A12B2F;
}

/* Blog page only: same layout as inner above — unique class so Our Team changes don't affect blog */
.vn-blog-gallery-inner {
    position: relative;
    max-width: 1236px;
    margin: 0 auto;
    padding: 48px 4.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: -75px;
}

.vn-blog-gallery-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #A12B2F;
}

/* ========== Contact page: dedicated inner (not shared with blog) ========== */
.vn-contact-gallery-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 4.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    overflow: hidden;
}

.vn-contact-gallery-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #A12B2F;
}

/* Hero block (overlay only) */
.vn-contact-hero {
    position: relative;
    width: 100%;
    max-width: 1055px;
    height: 463px;
    margin-bottom: 27px;
    box-sizing: border-box;
}

.vn-contact-hero-overlay {
    position: absolute;
    width: 361px;
    max-width: 34%;
    height: 146px;
    left: 26px;
    top: 33px;
    background: url("../img/contact-hero.jpg") center/cover no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    box-sizing: border-box;
}

/* Google Map section (Figma Group 1000007277: 1055×463, border) */
.vn-contact-map {
    position: relative;
    width: 100%;
    max-width: 1055px;
    height: 463px;
    margin-bottom: 27px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 70px;

}

.vn-contact-map-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Two-column block (Group 1000007288) */
.vn-contact-two-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 24px;
    box-sizing: border-box;
    padding-top: 100px;
}

/* Left: Contact form (Group 1000002869) */
.vn-contact-form-col {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 532px;
    box-sizing: border-box;
}

.vn-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: 'Asap', sans-serif;
    box-sizing: border-box;
}

.vn-contact-heading {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 113.68%;
    color: #1D1D1F;
    margin: 0 0 17px 0;
}

.vn-contact-subtext {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #383844;
    margin: 0 0 33px 0;
}

.vn-contact-field {
    margin-bottom: 21px;
}

.vn-contact-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 21px;
}

.vn-contact-row .vn-contact-field {
    flex: 1;
    margin-bottom: 0;
}

.vn-contact-label {
    display: block;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #9D9D9D;
    margin-bottom: 4px;
}

.vn-contact-input,
.vn-contact-select,
.vn-contact-textarea {
    box-sizing: border-box;
    width: 100%;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #383844;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding: 16px 20px;
}

.vn-contact-input:focus,
.vn-contact-select:focus,
.vn-contact-textarea:focus {
    border-color: #002F87;
    outline: none;
}

.vn-contact-input,
.vn-contact-select {
    height: 56px;
}

.vn-contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8' fill='none'%3E%3Cpath d='M0 0L10 8L20 0' stroke='%239D9D9D' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}

.vn-contact-textarea {
    min-height: 136px;
    resize: vertical;
}

.vn-contact-submit {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    width: 143px;
    height: 56px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #002F87;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    margin-left: auto;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.vn-contact-submit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #A12B2F;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-contact-submit:hover {
    color: #FFFFFF;
}

.vn-contact-submit:hover::before {
    transform: scaleX(1);
}

/* Right: Info card (Group 1000007287) */
.vn-contact-info-col {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 509px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
}

.vn-contact-info-card {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 32px 38px 24px;
    box-sizing: border-box;
}

.vn-contact-info-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
}

.vn-contact-info-block:last-of-type {
    margin-bottom: 20px;
}

.vn-contact-info-icon {
    flex-shrink: 0;
    width: 52.5px;
    height: 52.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 47, 135, 0.06);
    border-radius: 26.25px;
    color: #002F87;
    font-size: 18px;
}

.vn-contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vn-contact-info-label {
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #A12B2F;
}

.vn-contact-info-value {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #383844;
    text-decoration: none;
}

.vn-contact-info-value:hover {
    text-decoration: underline;
}

.vn-contact-social-cards {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 4px;
}

.vn-contact-social-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 46.5px;
    padding: 16.8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 9.6px;
    color: #A12B2F;
    font-size: 20px;
    text-decoration: none;
}

.vn-contact-social-card:hover {
    background: rgba(0, 47, 135, 0.06);
    color: #002F87;
}

/* Blue CTA section */
.vn-contact-cta {
    background: #002F87;
    padding: 38px 38px 40px;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
}

.vn-contact-cta-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.vn-contact-cta-heading {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.vn-contact-cta-text {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 26px 0;
}

.vn-contact-cta-btn {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    height: 56px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A12B2F;
    border: 2px solid #002F87;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.vn-contact-cta-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-contact-cta-btn:hover {
    color: #FFFFFF;
    border-color: #A12B2F;
}

.vn-contact-cta-btn:hover::before {
    transform: scaleX(1);
}

/* Contact page responsive */
@media (max-width: 991px) {
    .vn-contact-two-col {
        flex-direction: column;
        align-items: stretch;
    }

    .vn-contact-form-col,
    .vn-contact-info-col {
        flex: none;
        max-width: 100%;
    }

    .vn-contact-cta-top {
        flex-wrap: wrap;
    }

    .vn-contact-hero {
        height: 320px;
    }

    .vn-contact-hero-overlay {
        width: 50%;
        height: 120px;
    }

    .vn-contact-map {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .vn-contact-hero {
        height: 240px;
    }

    .vn-contact-hero-overlay {
        display: none;
    }

    .vn-contact-map {
        height: 240px;
    }

    .vn-contact-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 21px;
    }

    .vn-contact-row .vn-contact-field {
        margin-bottom: 21px;
    }

    .vn-contact-row .vn-contact-field:last-child {
        margin-bottom: 0;
    }
}

/* ========== Enquire page: dedicated (vn-enquire-*) ========== */
/* Enquire page: top bar (blue, page-specific name) */
#vn-enquire-gallery-section .vn-enquire-gallery-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #002F87;
}

#vn-enquire-gallery-section .vn-contact-gallery-inner {
    padding-top: 48px;
    padding-bottom: 80px;
    align-items: stretch;
}

.vn-enquire-two-col {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    min-height: 643px;
    box-sizing: border-box;
}

.vn-enquire-left-col {
    position: relative;
    width: 40.5%;
    max-width: 479px;
    min-width: 280px;
    background: #A12B2F;
    border-radius: 0;
    overflow: visible;
}

.vn-enquire-admission {
    position: relative;
    z-index: 2;
    padding: 67px 24px 48px 56px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #a12b2fe8, #A12B2F), url(../img/section31.jpg) center/cover no-repeat;
    background-blend-mode: normal, plus-darker, normal;
    min-height: 100%;
}

.vn-enquire-left-divider {
    position: absolute;
    left: 83.5px;
    top: 174.5px;
    width: 0;
    height: 324px;
    border-left: 2px dashed #E76065;
    z-index: 0;
    pointer-events: none;
}

.vn-enquire-admission-heading {
    position: relative;
    z-index: 1;
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 36px 0;
}

.vn-enquire-steps {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.vn-enquire-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.vn-enquire-step-num {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B8353A;
    border-radius: 309px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 157%;
    color: #FFA4A7;
}

.vn-enquire-step-text {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 157%;
    color: #FFFFFF;
    padding-top: 10px;
}

.vn-enquire-right-col {
    flex: 1;
    min-width: 0;
    background: #F5F5F5;
    padding: 67px 56px 48px 40px;
    box-sizing: border-box;
}

.vn-enquire-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 534px;
}

.vn-enquire-form-heading {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #0F161E;
    margin: 0;
}

.vn-enquire-form-subtext {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3B3B3E;
    margin: 0 0 8px 0;
}

.vn-enquire-field {
    width: 100%;
    box-sizing: border-box;
}

.vn-enquire-field--full {
    width: 100%;
}

.vn-enquire-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.vn-enquire-row .vn-enquire-field {
    flex: 1;
    min-width: 0;
}

.vn-enquire-label {
    display: block;
    font-family: 'Montserrat', 'Asap', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #9D9D9D;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.vn-enquire-input,
.vn-enquire-select {
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    padding: 15px 20px;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 17px;
    color: #1D1D1F;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.vn-enquire-input:focus,
.vn-enquire-select:focus {
    border-color: #002F87;
    outline: none;
}

.vn-enquire-input::placeholder {
    color: #9D9D9D;
}

.vn-enquire-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B3B3E'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 44px;
}

.vn-enquire-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height: 56px;
    min-width: 158px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A12B2F;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    overflow: hidden;
    z-index: 1;
}

.vn-enquire-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-enquire-btn:hover {
    color: #FFFFFF;
}

.vn-enquire-btn:hover::before {
    transform: scaleX(1);
}

/* Enquire CTA bar: same width as .vn-contact-gallery-inner */
.vn-enquire-cta-bar {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #002F87;
    padding: 43px 4.5%;
    box-sizing: border-box;
}

.vn-enquire-cta-bar-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 80px;
}

.vn-enquire-cta-bar-text {
    flex: 1;
    min-width: 0;
}

.vn-enquire-cta-heading {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}

.vn-enquire-cta-text {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0;
}

.vn-enquire-cta-btn {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 63px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A12B2F;
    border: 2px solid transparent;
    border-radius: 6px;
    text-decoration: none;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}

.vn-enquire-cta-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-enquire-cta-btn:hover {
    color: #FFFFFF;
    border-color: #A12B2F;
}

.vn-enquire-cta-btn:hover::before {
    transform: scaleX(1);
}

/* ========== Testimonials page (vn-tp-*) — Section 1 & Section 2 ========== */
#vn-testimonials-gallery-section .vn-tp-gallery-inner {
    position: relative;
    max-width: 1200px;
    margin: -75px auto 0;
    padding: 48px 4.5% 80px;
    background: #F5F5F5;
    box-sizing: border-box;
}

#vn-testimonials-gallery-section .vn-tp-gallery-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    max-width: 100%;
    height: 11px;
    background: #002f87;
}

.vn-tp-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 16px;
    max-width: 1188px;
    margin-top: 50px;
    box-sizing: border-box;
}

.vn-tp-card {
    position: relative;
    width: 100%;
    max-width: 365px;
    height: 340px;
    margin: 0 auto;
    padding: 52px 23px 24px;
    background: #FFFFFF;
    border-top: 3px solid #A12B2F;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vn-tp-card-avatar {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 3px solid #A12B2F;
    background: #E8E8E8 url("../img/section31.jpg") center/cover no-repeat;
    box-sizing: border-box;
    flex-shrink: 0;
}

.vn-tp-card-quote {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 157%;
    text-align: center;
    color: #3B3B3E;
    max-width: 319px;
    margin: 0 0 16px 0;
}

.vn-tp-card-name {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #A12B2F;
    margin: 0 0 4px 0;
}

.vn-tp-card-role {
    font-family: 'Proxima Nova', 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 124%;
    text-align: center;
    color: #3B3B3E;
    margin: 0;
}

/* Section 2: More Testimonials */
.vn-tp-more {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 5% 80px;
    box-sizing: border-box;
}

.vn-tp-more-heading {
    width: 100%;
    max-width: 628px;
    margin: 0 auto 47px;
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #3B3B3E;
}

.vn-tp-more-wrap {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}

.vn-tp-more-track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 0;
    max-width: 1368px;
    justify-content: center;
}

.vn-tp-more-bottom {
    position: relative;
    z-index: 10;
    transform: translateZ(0);
    isolation: isolate;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
}

/* Slick appends prev/next into this container; full width so prev left, next right */
.vn-tp-more-arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.vn-tp-more-arrows .slick-prev,
.vn-tp-more-arrows .slick-next {
    pointer-events: auto;
}

/* Dots centered over the arrows row */
.vn-tp-more-bottom .vn-tp-more-dots {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

/* Force prev/next visible (Slick may add .slick-hidden when all slides fit) */
#vn-tp-more .vn-tp-more-prev,
#vn-tp-more .vn-tp-more-next {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

/* When Slick is initialized, track structure changes */
.vn-tp-more-track.slick-initialized {
    display: block;
}

.vn-tp-more-track.slick-initialized .slick-list {
    display: flex;
    align-items: stretch;
    height: 404px;
}

.vn-tp-more-track.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
    height: 404px;
}

.vn-tp-more-track.slick-initialized .slick-slide {
    height: 404px;
    margin: 0 8px;
    padding: 0;
}

.vn-tp-more-track.slick-initialized .slick-slide>div {
    height: 404px;
}

.vn-tp-more-track.slick-initialized .vn-tp-more-card {
    width: 100%;
    max-width: 320px;
    height: 404px;
    margin: 0 15px auto auto;
}

.vn-tp-more-card {
    position: relative;
    width: 320px;
    height: 404px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/section31.jpg") center/cover no-repeat, #D9D9D9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-tp-more-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A12B2F;
    font-size: 18px;
}

.vn-tp-more-play i {
    margin-left: 3px;
}

.vn-tp-more-prev,
.vn-tp-more-next {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: -4px 4px 20px rgba(32, 180, 134, 0.12);
    box-sizing: border-box;
}

.vn-tp-more-prev {
    background: rgba(59, 59, 62, 0.18);
    color: #363A3D;
}

.vn-tp-more-next {
    background: #A12B2F;
    color: #FFFFFF;
}

.vn-tp-more-prev:hover,
.vn-tp-more-next:hover {
    opacity: 0.9;
}

.vn-tp-more-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.vn-tp-more-dot {
    width: 10.91px;
    height: 10.91px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.94);
    border: none;
    padding: 0;
    cursor: pointer;
}

.vn-tp-more-dot--active {
    background: #A12B2F;
}

/* Slick-generated dots (when slider is initialized) */
.vn-tp-more-dots.slick-dots,
.vn-tp-more-dots .slick-dots {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vn-tp-more-dots .slick-dots li {
    margin: 0;
}

.vn-tp-more-dots .slick-dots li button {
    width: 10.91px;
    height: 10.91px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.94);
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.vn-tp-more-dots .slick-dots li.slick-active button {
    background: #A12B2F;
}

@media (max-width: 1199px) {
    .vn-tp-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .vn-tp-more-track:not(.slick-initialized) {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vn-tp-more-card {
        width: calc(50% - 8px);
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .vn-tp-cards {
        grid-template-columns: 1fr;
        max-width: 365px;
    }

    .vn-tp-more-heading {
        font-size: 32px;
        line-height: 1.2;
    }

    .vn-tp-more-wrap {
        flex-wrap: wrap;
    }

    .vn-tp-more-track:not(.slick-initialized) {
        flex-direction: column;
        align-items: center;
    }

    .vn-tp-more-card {
        width: 100%;
        max-width: 320px;
    }
}

/* Enquire FAQ */
.vn-enquire-faq {
    padding: 48px 4.5% 80px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.vn-enquire-faq-heading {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    color: #1D1D1F;
    margin: 0 0 40px 0;
    max-width: 581px;
    margin-left: auto;
    margin-right: auto;
}

.vn-enquire-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vn-enquire-faq-item {
    background: #FFFFFF;
    border: 0.3px solid #DEE5EC;
    border-radius: 11px;
    box-shadow: -1px 16px 39.3px rgba(77, 80, 85, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}

.vn-enquire-faq-q {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    min-height: 56.94px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1E2D3E;
    background: #FFFFFF;
    border: none;
    border-radius: 11px 11px 0 0;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.vn-enquire-faq-item:first-child .vn-enquire-faq-q {
    color: #A12B2F;
}

.vn-enquire-faq-chevron {
    flex-shrink: 0;
    color: #383844;
    font-size: 14px;
    transition: transform 0.25s ease;
}

.vn-enquire-faq-item--open .vn-enquire-faq-chevron {
    transform: rotate(180deg);
}

.vn-enquire-faq-a {
    padding: 0 22px 20px;
    border-top: 0.918325px solid #DEE5EC;
    box-sizing: border-box;
}

.vn-enquire-faq-a p {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383844;
    margin: 0;
    padding-top: 16px;
}

.vn-enquire-faq-a[hidden] {
    display: none;
}

/* Enquire page responsive */
@media (max-width: 991px) {
    .vn-enquire-two-col {
        flex-direction: column;
        min-height: 0;
    }

    .vn-enquire-left-col {
        width: 100%;
        max-width: 100%;
        min-height: 320px;
    }

    .vn-enquire-left-divider {
        display: none;
    }

    .vn-enquire-admission {
        padding: 40px 24px;
    }

    .vn-enquire-right-col {
        padding: 40px 24px;
    }

    .vn-enquire-cta-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .vn-enquire-cta-btn {
        width: 100%;
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .vn-enquire-left-col {
        min-height: 280px;
    }

    .vn-enquire-admission-heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .vn-enquire-form-heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .vn-enquire-row {
        flex-direction: column;
        gap: 0;
    }

    .vn-enquire-faq-heading {
        font-size: 24px;
        line-height: 1.4;
    }
}

.vn-our-team-gallery-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0;
}

.vn-our-team-gallery-tab {
    flex: 1;
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3B3B3E;
    background: none;
    border: none;
    padding: 0 0 14px;
    cursor: pointer;
    position: relative;
    margin: 0;
    text-align: center;
}

.vn-our-team-gallery-tab:hover {
    color: #A12B2F;
}

.vn-our-team-gallery-tab--active {
    color: #A12B2F;
}

.vn-our-team-gallery-tab--active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0;
    border-bottom: 5px solid #A12B2F;
}

.vn-our-team-gallery-tabs-line {
    width: 100%;
    max-width: 600px;
    margin: -1px auto 40px;
    border-bottom: 1px solid #99999B;
}

.vn-our-team-gallery-panel {
    display: none;
}

.vn-our-team-gallery-panel--active {
    display: block;
}

.vn-our-team-gallery-panel[hidden] {
    display: none !important;
}

.vn-our-team-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 24px;
    max-width: 1123px;
    margin: 0 auto;
}

.vn-our-team-gallery-card {
    display: block;
    width: 100%;
    background: #FFFFFF;
}

.vn-our-team-gallery-card-img-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 4.5 / 4;
    overflow: hidden;
}

.vn-our-team-gallery-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vn-our-team-gallery-card-info {
    background: #FFFFFF;
    padding: 20px 10px 28px;
}

.vn-our-team-gallery-card-name {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #002F87;
    margin: 0 0 6px 0;
}

.vn-our-team-gallery-card-role {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #3B3B3E;
    margin: 0;
}

/* ========== Blog page: card title and Read More link ========== */
.vn-blog-gallery-section .vn-our-team-gallery-card-name {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #3B3B3E;
    margin: 0 0 10px 0;
    max-width: 330px;
    text-decoration: none;
}

.vn-blog-gallery-section .vn-our-team-gallery-card-name:hover {
    color: #A12B2F;
    text-decoration: underline;
}

.vn-blog-gallery-section .vn-our-team-gallery-card-role {
    margin: 0;
    padding: 0;
}

.vn-blog-gallery-section .vn-blog-card-read-more {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: #A12B2F;
    text-decoration: none;
}

.vn-blog-gallery-section .vn-blog-card-read-more:hover {
    color: #8a2327;
    text-decoration: underline;
}

.vn-blog-gallery-section .vn-blog-card-arrow {
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
}

.vn-blog-gallery-section .vn-blog-card-arrow i {
    color: #A12B2F;
    font-size: 12px;
}

/* ========== Press Release tab cards (logo, external link, date) ========== */
.vn-press-panel .vn-press-card-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 25 / 10;
    min-height: 140px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
}

.vn-press-panel .vn-press-card-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.vn-press-panel .vn-press-card-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.vn-press-panel .vn-press-card-footer .vn-blog-card-read-more {
    margin: 0;
}

.vn-press-panel .vn-press-card-date {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin: 0;
    flex-shrink: 0;
}

/* ========== Related articles (article page) ========== */
.vn-article-related {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #E5E7EB;
}

.vn-article-related-heading {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #1F2937;
    margin: 0 0 24px 0;
}

.vn-article-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    column-gap: 20px;
    row-gap: 24px;
}

.vn-article-related .vn-our-team-gallery-card-name {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    color: #3B3B3E;
    text-decoration: none;
}

.vn-article-related .vn-our-team-gallery-card-name:hover {
    color: #A12B2F;
    text-decoration: underline;
}

.vn-article-related .vn-blog-card-read-more {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #A12B2F;
    text-decoration: none;
}

.vn-article-related .vn-blog-card-read-more:hover {
    color: #8a2327;
    text-decoration: underline;
}

/* ========== Blog article page ========== */
.vn-article-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 24px 60px;
    box-sizing: border-box;
}

.vn-article-breadcrumb {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #3B3B3E;
    margin-bottom: 24px;
}

.vn-article-breadcrumb a {
    color: #A12B2F;
    text-decoration: none;
}

.vn-article-breadcrumb a:hover {
    text-decoration: underline;
}

.vn-article-breadcrumb-sep {
    margin: 0 6px;
    color: #99999B;
}

.vn-article-breadcrumb-current {
    color: #3B3B3E;
}

.vn-article {
    font-family: 'Asap', sans-serif;
}

.vn-article-title {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: clamp(26px, 4vw, 32px);
    line-height: 1.3;
    color: #3B3B3E;
    margin: 0 0 12px 0;
}

.vn-article-meta {
    font-size: 14px;
    line-height: 1.4;
    color: #99999B;
    margin: 0 0 24px 0;
}

.vn-article-byline {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #c6c6c6;
    max-width: 50%;
}

.vn-article-byline time {
    font-style: normal;
}

.vn-article-byline-sep {
    margin: 0 4px;
    color: #9CA3AF;
}

.vn-article-author-bio {
    display: none;
    margin: 32px 0 28px 0;
    padding: 24px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.vn-article-author-bio-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.vn-article-author-bio-img-wrap {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #F3F4F6;
}

.vn-article-author-bio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vn-article-author-bio-text {
    flex: 1;
    min-width: 0;
}

.vn-article-author-bio-name {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1F2937;
    margin: 0 0 6px 0;
}

.vn-article-author-bio-desc {
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #4B5563;
    margin: 0;
}

.vn-article-featured-wrap {
    border-radius: 0;
    overflow: hidden;
}

.vn-article-featured-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 420px;
}

.vn-article-body {
    font-size: 17px;
    line-height: 1.6;
    color: #3B3B3E;
    margin-bottom: 32px;
}

.vn-article-body p {
    margin: 0 0 1em 0;
}

.vn-article-body p:last-child {
    margin-bottom: 0;
}

.vn-article-body h2 {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #3B3B3E;
    margin: 1.4em 0 0.5em 0;
}

.vn-article-body h2:first-child {
    margin-top: 0;
}

.vn-article-body a {
    color: #A12B2F;
    text-decoration: none;
}

.vn-article-body a:hover {
    text-decoration: underline;
}

.vn-article-body ul,
.vn-article-body ol {
    margin: 0 0 1em 0;
    padding-left: 1.5em;
}

.vn-article-body blockquote {
    margin: 1em 0;
    padding-left: 1em;
    border-left: 4px solid #A12B2F;
    color: #3B3B3E;
    font-style: italic;
}

.vn-article-body h3 {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    color: #3B3B3E;
    margin: 1.2em 0 0.4em 0;
}

.vn-article-body h4 {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    color: #3B3B3E;
    margin: 1em 0 0.35em 0;
}

.vn-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 15px;
}

.vn-article-body th,
.vn-article-body td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    text-align: left;
}

.vn-article-body th {
    background: #F5F5F5;
    font-weight: 600;
    color: #3B3B3E;
}

.vn-article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
    border-radius: 4px;
}

.vn-article-body .vn-article-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 1em 0;
    border-radius: 4px;
    overflow: hidden;
}

.vn-article-body .vn-article-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vn-article-back-wrap {
    margin: 0;
}

.vn-article-back-link {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #A12B2F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vn-article-back-link:hover {
    text-decoration: underline;
}

.vn-article-not-found {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 24px;
    font-family: 'Asap', sans-serif;
    font-size: 17px;
    color: #3B3B3E;
    text-align: center;
}

.vn-article-not-found p {
    margin: 0 0 16px 0;
}

.vn-article-not-found .vn-article-back-link {
    display: inline-flex;
}

/* ========== Shared hero (Life at Vidyanivas etc.) ========== */
.vn-wwa-hero {
    background: linear-gradient(0deg, var(--color-figma-badge, #A12B2F), var(--color-figma-badge, #A12B2F)), url(../img/11.jpg) center/cover no-repeat;
    min-height: 589px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Life at Vidyanivas: section bottom aligns with image block bottom */
.vn-life-hero.vn-wwa-hero {
    align-items: flex-end;
    padding-bottom: 0;
    min-height: auto;
}

.vn-wwa-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1240px;
    width: 100%;
    align-items: center;
    margin-bottom: -37px;
}

/* Life at Vidyanivas: 50/50 split, no left/right padding/margin; text column stretches and centers h1 */
.vn-life-hero .vn-wwa-hero-inner {
    align-items: stretch;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.vn-life-hero .vn-wwa-hero-col.vn-wwa-hero-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
}

.vn-life-hero .vn-wwa-hero-heading {
    margin-top: -70px;
    margin-right: 30px;
    text-align: right;
}

.vn-wwa-hero-col {
    min-width: 0;
}

.vn-wwa-hero-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: clamp(48px, 8vw, 105px);
    line-height: 1.08;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    margin-top: -72px;
    margin-right: -50px;
}

.vn-wwa-hero-col.vn-wwa-hero-image-wrap {}

.vn-wwa-hero-col.vn-wwa-hero-text {
    margin-top: 200px;
    margin-right: 70px;
}

.vn-wwa-hero-image {
    width: 100%;
    max-width: 680px;
    aspect-ratio: 680 / 393;
    background: url(../img/ty6.png) center/cover no-repeat;
    margin-left: auto;
}

/* Life at Vidyanivas hero: image column fill + free-flow image container */
.vn-life-hero .vn-wwa-hero-col.vn-wwa-hero-image-wrap.vn-life-hero-images {
    width: 100%;
    max-width: none;
    position: relative;
    min-height: 420px;
    margin-left: 0;
}

/* Free-flow container: customize size/placement via CSS variables below */
.vn-life-hero .vn-wwa-hero-image-wrap.vn-life-hero-images {
    --life-img-1-left: 0;
    --life-img-1-top: 0;
    --life-img-1-width: 45%;
    --life-img-1-height: 62%;
    --life-img-2-left: 45%;
    --life-img-2-top: 26%;
    --life-img-2-width: 28%;
    --life-img-2-height: 65%;
    --life-img-3-left: 73%;
    --life-img-3-top: 0;
    --life-img-3-width: 27%;
    --life-img-3-height: 44%;
    display: block;
    width: 100%;
    min-height: 420px;
}

.vn-life-hero .vn-life-hero-img {
    position: absolute;
    background: url(../img/ty6.png) center/cover no-repeat;
}

.vn-life-hero .vn-life-hero-img-1 {
    left: var(--life-img-1-left);
    top: var(--life-img-1-top);
    width: var(--life-img-1-width);
    height: var(--life-img-1-height);
}

.vn-life-hero .vn-life-hero-img-2 {
    left: var(--life-img-2-left);
    top: var(--life-img-2-top);
    width: var(--life-img-2-width);
    height: var(--life-img-2-height);
}

.vn-life-hero .vn-life-hero-img-3 {
    left: var(--life-img-3-left);
    top: var(--life-img-3-top);
    width: var(--life-img-3-width);
    height: var(--life-img-3-height);
}

@media (max-width: 900px) {
    .vn-wwa-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vn-wwa-hero-heading {
        text-align: center;
    }

    .vn-wwa-hero-image {
        margin-left: auto;
        margin-right: auto;
    }

    .vn-life-hero .vn-wwa-hero-image-wrap.vn-life-hero-images {
        min-height: 520px;
    }

    .vn-life-hero .vn-life-hero-img {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        max-width: 320px;
        height: 240px;
        margin: 0 auto 12px;
    }

    .vn-life-hero .vn-life-hero-img-2 {
        max-width: 200px;
        height: 280px;
    }
}

/* ========== Life at Vidyanivas page sections ========== */
.vn-life-quote {
    padding: 40px 7.5% 60px;
    box-sizing: border-box;
}

.vn-life-quote-inner {
    max-width: 927px;
    margin: 0 auto;
    text-align: center;
}

.vn-life-quote-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #3B3B3E;
    margin: 0 0 24px;
}

.vn-life-quote-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0;
}

/* Life at Vidyanivas: three cards */
.vn-life-three-cards {
    padding: 0 7.5% 60px;
    box-sizing: border-box;
}

.vn-life-three-cards-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1249px;
    margin: 0 auto;
}

.vn-life-card {
    position: relative;
    min-height: 139px;
    padding: 28px 24px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    overflow: hidden;
}

.vn-life-card-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #F5F5F5, #F5F5F5), url(../img/11.jpg) center/cover no-repeat;
    z-index: 0;
}

.vn-life-card-circle {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.vn-life-card--blue .vn-life-card-circle {
    background: #002F87;
}

.vn-life-card--red .vn-life-card-circle {
    background: #A12B2F;
}

.vn-life-card .vn-life-card-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-life-card-icon {
    color: #FFFFFF;
    font-size: 24px;
}

.vn-life-card-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #3B3B3E;
    margin: 0;
    flex: 1;
    min-width: 0;
}

/* Life at Vidyanivas: dark overlay band */
.vn-life-dark-band {
    position: relative;
    width: 100%;
    min-height: 441px;
    background: url(../img/C0020T01.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 7.5%;
    box-sizing: border-box;
    overflow: hidden;
}

.vn-life-dark-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 52%), rgb(0 0 0 / 62%));
    pointer-events: none;
}

.vn-life-dark-band-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.vn-life-dark-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-life-dark-body,
.vn-life-dark-body-right {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vn-life-dark-body {
    font-size: 18px;
    line-height: 158%;
    color: #FFFFFF;
    margin: 0;
}

.vn-life-dark-col.vn-life-dark-left {
    max-width: 50ch;
}

.vn-life-dark-body-right {
    font-size: 30px;
    line-height: 147%;
    color: #FFFFFF;
    margin: 0;
    max-width: 25ch;
    margin-top: 38px;
}

/* Life at Vidyanivas: Why you can expect (2x2 grid) */
.vn-life-why {
    padding: 80px 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-life-why-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.vn-life-why-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    text-transform: capitalize;
    color: #3B3B3E;
    margin: 0 0 48px;
    padding-left: 32px;
}

.vn-life-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
}

.vn-life-why-card {
    position: relative;
    padding: 48px 32px 40px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-life-why-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    pointer-events: none;
}

.vn-life-why-card--red .vn-life-why-card-bg {
    background: rgba(161, 43, 47, 0.13);
}

.vn-life-why-card--blue .vn-life-why-card-bg {
    background: rgba(0, 47, 135, 0.07);
}

.vn-life-why-card:hover .vn-life-why-card-bg {
    transform: scaleX(1);
}

.vn-life-why-card-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.vn-life-why-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    flex-shrink: 0;
}

.vn-life-why-icon--red {
    color: #A12B2F;
}

.vn-life-why-icon--blue {
    color: #002F87;
}

.vn-life-why-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

.vn-life-why-title--red {
    color: #A12B2F;
}

.vn-life-why-title--blue {
    color: #002F87;
}

.vn-life-why-list {
    position: relative;
    z-index: 1;
    list-style: disc;
    padding-left: 64px;
    margin: 0 0 0 4px;
}

.vn-life-why-list li {
    list-style: disc;
    list-style-position: outside;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3B3B3E;
    margin-bottom: 8px;
}

.vn-life-why-list li::marker {
    color: #3B3B3E;
}

.vn-life-why-list li:last-child {
    margin-bottom: 0;
}

/* Our Campuses: Intro section (after banner — image overlaps banner ~20%, headline + body + stat) */
.vn-campus-intro {
    padding: 0 7.5% 0px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: 27px;
}

.vn-campus-intro-inner {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.vn-campus-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.vn-campus-intro-col {
    min-width: 0;
}

.vn-campus-intro-image {
    max-width: 553px;
    width: 100%;
    height: 430px;
    background: url(../img/sport-play.webp) center/cover no-repeat;
    background-color: #3B3B3E;
    transform: rotate(-0.13deg);
    margin-top: -168px;
}

.vn-campus-intro-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #3B3B3E;
    margin: 50px 0 30px;
}

.vn-campus-intro-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0 0 32px;
    max-width: 517px;
}

.vn-campus-intro-col--image .vn-campus-intro-stat {
    margin-top: 20px;
}

.vn-campus-intro-stat {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.vn-campus-intro-stat-circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    background: #A12B2F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-campus-intro-stat-icon {
    width: 45px;
    height: 34px;
    object-fit: contain;
}

.vn-campus-intro-stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.vn-campus-intro-stat-number {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 60px;
    line-height: 44px;
    color: #3B3B3E;
}

.vn-campus-intro-stat-line {
    display: block;
    width: 129px;
    height: 0;
    border: none;
    border-top: 0.4px solid #3B3B3E;
    margin: 8px 0 4px;
}

.vn-campus-intro-stat-label {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3B3B3E;
}

@media (max-width: 900px) {
    .vn-campus-intro {
        padding: 0 7.5% 60px;
        margin-top: -60px;
    }

    .vn-campus-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vn-campus-intro-col--image {
        order: 1;
    }

    .vn-campus-intro-col--content {
        order: 2;
    }

    .vn-campus-intro-image {
        margin-top: -60px;
        max-width: 100%;
        height: 320px;
    }

    .vn-campus-intro-heading {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
    }

    .vn-campus-intro-body {
        font-size: 16px;
    }
}

/* Academics page: Section 1 — introductory two-column block */
.vn-academics-intro {
    padding: 60px 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-academics-intro-inner {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.vn-academics-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.vn-academics-intro-col {
    min-width: 0;
}

.vn-academics-intro-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #0F161E;
    margin: 0;
}

.vn-academics-intro-underline {
    text-decoration: underline;
    color: #002F87;
}

.vn-academics-intro-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0 0 24px;
}

.vn-academics-intro-body:last-child {
    margin-bottom: 0;
}

/* Academics page: Section 2 — tabbed Academic Programs */
.vn-academics-programs {
    padding: 0 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-academics-programs-inner {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.vn-academics-programs-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
    grid-column: 1;
    width: 100%;
}

.vn-academics-programs-tab {
    flex: 1;
    height: 54px;
    padding: 0 16px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3B3B3E;
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.vn-academics-programs-tab:hover {
    transform: scale(1.05);
}

.vn-academics-programs-tab.is-active {
    background: #A12B2F;
    color: #FFFFFF;
}

.vn-academics-programs-tab.is-active:hover {
    transform: scale(1.05);
}

.vn-academics-programs-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 0;
    grid-column: 1 / -1;
}

.vn-academics-programs-panel-wrap {
    background: #A12B2F;
    padding: 48px 40px 56px;
    box-sizing: border-box;
    min-width: 0;
}

.vn-academics-programs-panel {
    display: none;
}

.vn-academics-programs-panel.is-visible {
    display: block;
}

.vn-academics-programs-panel-title {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-academics-programs-panel-desc {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0 0 32px;
    max-width: 559px;
}

.vn-academics-programs-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
    margin-bottom: 32px;
}

.vn-academics-programs-panel-block {
    min-width: 0;
}

.vn-academics-programs-panel-block--full {
    grid-column: 1 / -1;
}

.vn-academics-programs-panel-subheading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 157%;
    color: #E95C61;
    margin: 0 0 12px;
}

.vn-academics-programs-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vn-academics-programs-panel-list li {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin-bottom: 8px;
    padding-left: 32px;
    position: relative;
}

.vn-academics-programs-check {
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 2px;
}

.vn-academics-programs-check::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #A12B2F;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.vn-academics-programs-panel-text {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0;
}

.vn-academics-programs-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}

.vn-academics-programs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 63px;
    min-width: 214px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid transparent;
    overflow: hidden;
    z-index: 0;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.vn-academics-programs-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-academics-programs-btn:hover::before {
    transform: scaleX(1);
}

.vn-academics-programs-btn:hover {
    color: #FFFFFF;
    border-color: #A12B2F;
}

.vn-academics-programs-btn--solid {
    background: #FFFFFF;
    color: #A12B2F;
}

.vn-academics-programs-btn--outline {
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.vn-academics-programs-btn--outline:hover {
    color: #FFFFFF;
    border-color: #A12B2F;
}

.vn-academics-programs-btn--solid:hover {
    color: #FFFFFF;
    border-color: #A12B2F;
}

.vn-academics-programs-image-col {
    min-width: 0;
}

.vn-academics-programs-image {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url(../img/section31.jpg) center/cover no-repeat;
    background-color: #3B3B3E;
}

@media (max-width: 900px) {
    .vn-academics-intro {
        padding: 40px 7.5% 60px;
    }

    .vn-academics-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vn-academics-intro-heading {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
    }

    .vn-academics-intro-body {
        font-size: 16px;
    }

    .vn-academics-programs {
        padding: 0 7.5% 60px;
    }

    .vn-academics-programs-inner {
        grid-template-columns: 1fr;
    }

    .vn-academics-programs-tabs {
        flex-wrap: nowrap;
        grid-column: 1;
    }

    .vn-academics-programs-tab {
        flex: 1;
    }

    .vn-academics-programs-content-wrap {
        grid-template-columns: 1fr;
    }

    .vn-academics-programs-panel-wrap {
        padding: 32px 24px 40px;
    }

    .vn-academics-programs-panel-title {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
    }

    .vn-academics-programs-panel-grid {
        grid-template-columns: 1fr;
    }

    .vn-academics-programs-image {
        min-height: 320px;
    }
}

/* Our Campuses: Transformative Learning Journey (below banner) */
.vn-campus-journey {
    padding: 0px 5% 0;
    box-sizing: border-box;
    background: #F5F5F5;
}

.vn-campus-journey-inner {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.vn-campus-journey-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}

.vn-campus-journey-col--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 48ch;
}

.vn-campus-journey-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #0F161E;
    margin: 0;
    font-size: 50px;
}

.vn-campus-journey-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 186px;
    min-height: 63px;
    padding: 0 24px;
    background: #002F87;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    z-index: 0;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease;
}

.vn-campus-journey-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #A12B2F;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
    border-radius: 6px;
}

.vn-campus-journey-cta:hover {
    color: #FFFFFF;
}

.vn-campus-journey-cta:hover::before {
    transform: scaleX(1);
}

.vn-campus-journey-col--slider {
    min-width: 0;
    display: flex;
    justify-content: flex-start;
}

/* Campus journey slider — track wrapper, narrow gap between active and prev/next, nav position, dots */
.vn-campus-journey-slider-wrap {
    position: relative;
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
}

.vn-campus-journey-slider-track-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 500px;
}

.vn-campus-journey-slider {
    position: relative;
    width: 100%;
    height: 500px;
    outline: none;
}

.vn-campus-journey-slide {
    outline: none;
    position: absolute;
    width: 260px;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #3B3B3E;
    cursor: pointer;
    user-select: none;
    transform: rotate(-0.13deg);
    transition:
        left 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.vn-campus-journey-slide:focus-visible {
    outline: 2px solid #A12B2F;
    outline-offset: 2px;
}

.vn-campus-journey-slide.far-prev {
    width: 260px;
    height: 210px;
    top: 50%;
    left: calc(50% - 180px - 260px - 140px - 260px);
    transform: translateY(-50%) rotate(-0.13deg);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.vn-campus-journey-slide.prev {
    width: 350px;
    height: 350px;
    top: 50%;
    left: calc(48% - 180px - 260px);
    transform: translateY(-50%) rotate(-0.13deg);
    z-index: 2;
    opacity: 50%;
}

.vn-campus-journey-slide.active {
    width: 360px;
    height: 465px;
    left: 50%;
    transform: translateX(-50%) rotate(-0.13deg);
    z-index: 3;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.vn-campus-journey-slide.next {
    width: 350px;
    height: 350px;
    top: 50%;
    left: calc(48% + 180px);
    transform: translateY(-50%) rotate(-0.13deg);
    z-index: 2;
    opacity: 50%;
}

.vn-campus-journey-slide.far-next {
    width: 260px;
    height: 210px;
    top: 50%;
    left: calc(50% + 180px + 260px + 140px);
    transform: translateY(-50%) rotate(-0.13deg);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.vn-campus-journey-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.4s;
    background: linear-gradient(178.68deg, rgba(0, 0, 0, 0) 49.06%, #000000 98.87%);
    pointer-events: none;
}

.vn-campus-journey-slide.active .vn-campus-journey-overlay {
    opacity: 1;
}

/* Caption only on center (active) slide, bottom center of image */
.vn-campus-journey-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s;
}

.vn-campus-journey-slide.active .vn-campus-journey-caption {
    opacity: 1;
}

.vn-campus-journey-prev,
.vn-campus-journey-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    box-shadow: -4px 4px 20px rgba(32, 180, 134, 0.12);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.2s ease-out;
    z-index: 10;
}

.vn-campus-journey-prev:hover,
.vn-campus-journey-next:hover {
    transform: translateY(-50%) scale(1.05);
}

.vn-campus-journey-prev:active,
.vn-campus-journey-next:active {
    transform: translateY(-50%) scale(0.97);
}

.vn-campus-journey-prev:focus-visible,
.vn-campus-journey-next:focus-visible {
    outline: 2px solid #A12B2F;
    outline-offset: 2px;
}

/* Nav buttons positioned inside the left (prev) and right (next) slide areas — 260px prev/next width */
.vn-campus-journey-prev {
    left: calc(40% - 180px - 260px + (260px - 44px) / 2);
    background: #ffffff;
}

.vn-campus-journey-prev:hover {
    background: #f0f0f0;
}

.vn-campus-journey-next {
    left: calc(60% + 180px + (260px - 44px) / 2);
    background: #A12B2F;
}

.vn-campus-journey-next:hover {
    background: #8a2428;
}

.vn-campus-journey-prev svg,
.vn-campus-journey-next svg {
    pointer-events: none;
}

.vn-campus-journey-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9.91px;
    padding: 0;
    z-index: 10;
    margin-top: 5px;
}

.vn-campus-journey-dot {
    width: 10.91px;
    height: 10.91px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.94);
    color: transparent;
    cursor: pointer;
    transition: background 0.2s ease-out, transform 0.2s ease-out;
}

.vn-campus-journey-dot.active {
    background: #A12B2F;
    transform: scale(1.08);
}

.vn-campus-journey-dot:hover:not(.active) {
    background: rgba(161, 43, 47, 0.4);
}

.vn-campus-journey-dot:focus-visible {
    outline: 2px solid #A12B2F;
    outline-offset: 2px;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {

    .vn-campus-journey-slide,
    .vn-campus-journey-overlay,
    .vn-campus-journey-caption,
    .vn-campus-journey-prev,
    .vn-campus-journey-next,
    .vn-campus-journey-dot {
        transition-duration: 0.01ms;
    }

    .vn-campus-journey-prev:hover,
    .vn-campus-journey-next:hover,
    .vn-campus-journey-prev:active,
    .vn-campus-journey-next:active {
        transform: translateY(-50%);
    }

    .vn-campus-journey-dot.active {
        transform: none;
    }
}

@media (max-width: 900px) {
    .vn-campus-journey-grid {
        grid-template-columns: 1fr;
    }

    .vn-campus-journey-col--left {
        order: 1;
        align-items: center;
        text-align: center;
    }

    .vn-campus-journey-heading {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
        text-align: center;
    }

    .vn-campus-journey-col--slider {
        order: 2;
        width: 100%;
    }

    .vn-campus-journey-slider-wrap {
        padding: 40px 0 60px;
    }

    .vn-campus-journey-slider-track-wrapper {
        height: 360px;
    }

    .vn-campus-journey-slider {
        height: 360px;
    }

    .vn-campus-journey-slide {
        width: 200px;
    }

    .vn-campus-journey-slide.far-prev {
        left: calc(50% - 200px - 90px - 200px - 90px);
        height: 170px;
        top: 50%;
        transform: translateY(-50%) rotate(-0.13deg);
    }

    .vn-campus-journey-slide.prev {
        width: 200px;
        left: calc(50% - 200px - 90px);
        height: 204px;
        top: 50%;
        transform: translateY(-50%) rotate(-0.13deg);
    }

    .vn-campus-journey-slide.active {
        width: 280px;
        left: 50%;
        height: 360px;
        transform: translateX(-50%) rotate(-0.13deg);
    }

    .vn-campus-journey-slide.next {
        width: 200px;
        left: calc(50% + 90px);
        height: 204px;
        top: 50%;
        transform: translateY(-50%) rotate(-0.13deg);
    }

    .vn-campus-journey-slide.far-next {
        width: 200px;
        left: calc(50% + 90px + 200px + 90px);
        height: 170px;
        top: 50%;
        transform: translateY(-50%) rotate(-0.13deg);
    }

    .vn-campus-journey-prev {
        left: 16px;
    }

    .vn-campus-journey-next {
        left: auto;
        right: 16px;
    }
}

/* Our Campuses: Why you can expect (2 + 3 columns, centered, page-unique) */
.vn-campus-why {
    padding: 0 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-campus-why-inner {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.vn-campus-why-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    text-transform: capitalize;
    color: #3B3B3E;
    margin: 0 0 48px;
    text-align: left;
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box;
}

.vn-campus-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
    align-items: center;
    justify-items: center;
}

.vn-campus-why-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}

.vn-campus-why-col--left {
    justify-content: center;
}

.vn-campus-why-col--right {
    justify-content: center;
}

.vn-campus-why-card {
    position: relative;
    padding: 48px 32px 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    width: 100%;
    max-width: 100%;
}

.vn-campus-why-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    pointer-events: none;
}

.vn-campus-why-card--red .vn-campus-why-card-bg {
    background: rgba(161, 43, 47, 0.13);
}

.vn-campus-why-card--blue .vn-campus-why-card-bg {
    background: rgba(0, 47, 135, 0.07);
}

.vn-campus-why-card:hover .vn-campus-why-card-bg {
    transform: scaleX(1);
}

.vn-campus-why-card-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.vn-campus-why-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    flex-shrink: 0;
}

.vn-campus-why-icon--red {
    color: #A12B2F;
}

.vn-campus-why-icon--blue {
    color: #002F87;
}

.vn-campus-why-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

.vn-campus-why-title--blue {
    color: #002F87;
}

.vn-campus-why-title--red {
    color: #A12B2F;
}

.vn-campus-why-list {
    position: relative;
    z-index: 1;
    list-style: disc;
    padding-left: 64px;
    margin: 0 0 0 4px;
    text-align: left;
}

.vn-campus-why-list li {
    list-style: disc;
    list-style-position: outside;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3B3B3E;
    margin-bottom: 8px;
}

.vn-campus-why-list li::marker {
    color: #3B3B3E;
}

.vn-campus-why-list li:last-child {
    margin-bottom: 0;
}

/* Life at Vidyanivas: Connect with us */
.vn-life-connect {
    position: relative;
    background: linear-gradient(0deg, #002F87, #002F87), url(../img/11.jpg) center/cover no-repeat;
    padding: 80px 7.5% 100px;
    box-sizing: border-box;
}

.vn-life-connect-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
}

.vn-life-connect-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-life-connect-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-life-connect-body-large-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.vn-life-connect-body-large-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: #FFFFFF;
}

.vn-life-connect-body-large-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 24px;
    height: 15px;
    background: url(../img/icon/Vector156.png) no-repeat center / contain;
}

.vn-life-connect-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.vn-life-connect-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.vn-life-connect-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 14px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
}

.vn-life-connect-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    height: 63px;
    padding: 0 24px;
    background: #A12B2F;
    border: 2px solid transparent;
    border-radius: 6px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 0;
}

.vn-life-connect-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    border-radius: 6px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-life-connect-btn:hover::before {
    transform: scaleX(1);
}

.vn-life-connect-btn:hover {
    color: #FFFFFF;
    border: 2px solid #A12B2F;
}

.vn-life-connect-image {
    width: 100%;
    max-width: 549px;
    aspect-ratio: 549 / 519;
    background: url(../img/C0034T01.jpg) center/cover no-repeat;
    margin-left: auto;
}

/* Life at Vidyanivas: responsive */
@media (max-width: 900px) {
    .vn-life-quote-heading {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
    }

    .vn-life-quote-body {
        font-size: 16px;
    }

    .vn-life-three-cards-inner {
        grid-template-columns: 1fr;
        max-width: 404px;
        margin-left: auto;
        margin-right: auto;
    }

    .vn-life-dark-band-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vn-life-dark-heading {
        font-size: clamp(28px, 4vw, 40px);
        line-height: 1.2;
    }

    .vn-life-dark-body-right {
        font-size: 22px;
    }

    .vn-life-why-heading {
        font-size: clamp(28px, 5vw, 45px);
    }

    .vn-life-why-grid {
        grid-template-columns: 1fr;
    }

    .vn-campus-why-grid {
        grid-template-columns: 1fr;
    }

    .vn-campus-why-heading {
        font-size: clamp(28px, 5vw, 45px);
    }

    .vn-life-connect-inner {
        grid-template-columns: 1fr;
    }

    .vn-life-connect-image {
        margin-left: 0;
        max-width: 100%;
    }

    .vn-life-connect-heading {
        font-size: clamp(28px, 4vw, 38px);
    }
}

/* Academics: The Vidyanivas Advantages (after vn-life-connect) */
.vn-advantages {
    padding: 80px 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-advantages-inner {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.vn-advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.vn-advantages-col {
    min-width: 0;
}

.vn-advantages-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    text-transform: capitalize;
    color: #3B3B3E;
    margin: 0 0 32px;
}

.vn-advantages-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    color: #3B3B3E;
    margin: 0;
    max-width: 350px;
}

.vn-advantages-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.vn-advantages-card {
    min-height: 180px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    transform: rotate(-0.13deg);
    display: flex;
    align-items: center;
}

.vn-advantages-card--grey {
    background: #F5F5F5;
}

.vn-advantages-card--grey .vn-advantages-card-text {
    color: #3B3B3E;
}

.vn-advantages-card--red {
    background: #A12B2F;
}

.vn-advantages-card--red .vn-advantages-card-text {
    color: #FFFFFF;
}

.vn-advantages-card--blue {
    background: #002F87;
}

.vn-advantages-card--blue .vn-advantages-card-text {
    color: #FFFFFF;
}

.vn-wwa-mv-col.vn-wwa-mission:hover {
    background-color: #002f87;
    color: #fff;

}

.vn-wwa-mv-col.vn-wwa-vision:hover {
    background-color: #002f87;
}

.vn-wwa-vision .vn-wwa-mv-text:hover {
    color: #fff;
}

.vn-advantages-card--image {
    padding: 0;
    min-height: 235px;
    background: transparent;
}

.vn-advantages-card-img {
    width: 100%;
    height: 100%;
    min-height: 235px;
    background: url(../img/095A1357.webp) center/cover no-repeat;
    background-color: #E5E5E5;
    border-radius: 4px;
}

.vn-advantages-card-text {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

/* Academics: Two panels — Academic hub + Digital first (after vn-advantages) */
.vn-two-panels {
    padding: 0;
    box-sizing: border-box;
}

.vn-two-panels-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 535px;
}

.vn-two-panels-panel {
    position: relative;
    min-height: 535px;
    display: flex;
    align-items: center;
    padding: 80px 7.5% 80px;
    box-sizing: border-box;
}

.vn-two-panels-panel--red {
    background: url(../img/095A1642.webp) center/cover no-repeat;
}

.vn-two-panels-panel--red .vn-two-panels-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(161, 43, 47, 0.9);
}

.vn-two-panels-panel--blue {
    background: url(../img/095A1322.webp) center/cover no-repeat;
    border-left: 1px solid #FFFFFF;
}

.vn-two-panels-panel--blue .vn-two-panels-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 135, 0.86);
}

.vn-two-panels-content {
    position: relative;
    z-index: 1;
    max-width: 481px;
}

.vn-two-panels-heading {
    font-family: 'Roboto', var(--font-asap, 'Asap'), sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 32px;
}

.vn-two-panels-body {
    font-family: 'Montserrat', var(--font-asap, 'Asap'), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 158%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 0 40px;
}

.vn-two-panels-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 63px;
    min-width: 214px;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFFFFF;
    color: #3B3B3E;
    border-radius: 6px;
    box-sizing: border-box;
    transition: opacity 0.2s;
}

.vn-two-panels-btn:hover {
    opacity: 0.9;
}

@media (max-width: 900px) {
    .vn-advantages {
        padding: 60px 7.5% 60px;
    }

    .vn-advantages-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vn-advantages-heading {
        font-size: clamp(28px, 5vw, 45px);
        line-height: 1.2;
    }

    .vn-advantages-body {
        max-width: none;
    }

    .vn-advantages-cards {
        grid-template-columns: 1fr;
    }

    .vn-advantages-card--image .vn-advantages-card-img {
        min-height: 200px;
    }

    .vn-two-panels-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .vn-two-panels-panel {
        min-height: 480px;
        padding: 60px 7.5% 60px;
    }

    .vn-two-panels-panel--blue {
        border-left: none;
        border-top: 1px solid #FFFFFF;
    }

    .vn-two-panels-heading {
        font-size: clamp(28px, 5vw, 40px);
        line-height: 1.2;
    }
}

/* Who We Are: Mission & Vision */
.vn-wwa-mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}

.vn-wwa-mv-col {
    position: relative;
    padding: 30px 18% 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vn-wwa-mission {
    background: var(--color-figma-badge, #A12B2F);
}

.vn-wwa-vision {
    background: #F5F5F5;
}

.vn-wwa-mv-watermark {
    position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: clamp(80px, 12vw, 183px);
    line-height: 1.57;
    opacity: 0.21;
    pointer-events: none;
    white-space: nowrap;
}

.vn-wwa-mission .vn-wwa-mv-watermark {
    color: #7C0D11;
    left: auto;
    right: 7.5%;
    top: 46%;
    bottom: 0;
    transform: none;
    text-align: right;
}

.vn-wwa-vision .vn-wwa-mv-watermark {
    color: #D4CACA;
    left: 7.5%;
    right: auto;
    top: 46%;
    bottom: 0;
    transform: none;
    text-align: left;
}

.vn-wwa-mv-text {
    position: relative;
    z-index: 1;
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.57;
    max-width: 504px;
    margin: 0;
}

.vn-wwa-mission .vn-wwa-mv-text {
    color: #FFFFFF;
}

.vn-wwa-vision .vn-wwa-mv-text {
    color: #3B3B3E;
}

@media (max-width: 768px) {
    .vn-wwa-mission-vision {
        grid-template-columns: 1fr;
    }
}

.vn-section-stats--wwa .vn-section-stats-cta {
    display: none;
}

/* Who We Are: Blue gradient block */
.vn-wwa-blue-block {
    position: relative;
    background: linear-gradient(180deg, #002F87 0%, #002261 100%), url(../img/11.jpg) center/cover no-repeat;
    padding: 80px 7.5% 160px;
    box-sizing: border-box;
}

.vn-wwa-blue-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
}

.vn-wwa-blue-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 2.5vw, 39px);
    line-height: 1.13;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.vn-wwa-blue-subhead {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 23px;
    line-height: 1.585;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.vn-wwa-blue-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.585;
    color: #FFFFFF;
    margin: 0;
}

.vn-wwa-blue-image {
    width: 100%;
    max-width: 588px;
    aspect-ratio: 588 / 494;
    background: url(../img/ivflab1.png) center/cover no-repeat;
    margin-left: auto;
}

@media (max-width: 900px) {
    .vn-wwa-blue-inner {
        grid-template-columns: 1fr;
    }

    .vn-wwa-blue-image {
        margin-left: 0;
        max-width: 100%;
    }
}

/* Who We Are: Five value cards */
.vn-wwa-values {
    position: relative;
    padding: 0 7.5% 80px;
    box-sizing: border-box;
    background: #FFFFFF;
    overflow: visible;
}

.vn-wwa-values::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 30%;
    background: #002568;
    z-index: 0;
    pointer-events: none;
}

.vn-wwa-values-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    max-width: 1240px;
    margin: -120px auto 0;
}

.vn-wwa-value-card {
    padding: 48px 24px;
    box-sizing: border-box;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

/* Row 1: three boxes each span 2 columns */
.vn-wwa-value-card:nth-child(1) {
    grid-column: 1 / span 2;
}

.vn-wwa-value-card:nth-child(2) {
    grid-column: 3 / span 2;
}

.vn-wwa-value-card:nth-child(3) {
    grid-column: 5 / span 2;
}

/* Row 2: two boxes centered under row 1 (columns 2-3 and 4-5) */
.vn-wwa-value-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.vn-wwa-value-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.vn-wwa-value-card--red1 {
    background: var(--color-figma-badge, #A12B2F);
}

.vn-wwa-value-card--red2 {
    background: #CA4146;
}

.vn-wwa-value-card--red3 {
    background: #B43B3F;
}

.vn-wwa-value-card--row2 {
    grid-column: span 1;
}

.vn-wwa-value-icon {
    width: 43px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 28px;
}

.vn-wwa-value-text {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FCFEFF;
    margin: 0;
}

@media (max-width: 900px) {
    .vn-wwa-values-inner {
        grid-template-columns: 1fr;
    }

    .vn-wwa-value-card:nth-child(4),
    .vn-wwa-value-card:nth-child(5) {
        grid-column: 1;
    }
}

@media (max-width: 768px) {
    .vn-wwa-values-inner {
        grid-template-columns: 1fr 1fr;
    }

    .vn-wwa-value-card:nth-child(1),
    .vn-wwa-value-card:nth-child(2),
    .vn-wwa-value-card:nth-child(3) {
        grid-column: 1 / -1;
    }

    .vn-wwa-value-card:nth-child(4) {
        grid-column: 1;
    }

    .vn-wwa-value-card:nth-child(5) {
        grid-column: 2;
    }

    .vn-wwa-value-card {
        padding: clamp(18px, 4.5vw, 24px) clamp(10px, 3vw, 14px);
        min-height: 0;
    }

    .vn-wwa-value-text {
        font-size: clamp(12px, 3.4vw, 14px);
        line-height: 1.3;
    }

    .vn-wwa-value-icon {
        font-size: clamp(20px, 4.5vw, 24px);
    }
}

/* Who We Are: Story block */
.vn-wwa-story {
    padding: 40px 7.5% 60px;
    ;
    box-sizing: border-box;
    background: #FFFFFF;
}

.vn-wwa-story-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.vn-wwa-story-image {
    width: 100%;
    max-width: 843px;
    height: 178px;
    margin: 0 auto 48px;
    display: block;
}

.vn-wwa-story-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
    justify-items: center;
}

.vn-wwa-story-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.vn-wwa-story-logo {
    max-width: 70%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.vn-wwa-story-text-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.vn-wwa-story-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 45px);
    line-height: 1.18;
    color: #3B3B3E;
    margin: 0;
    max-width: 590px;
}

.vn-wwa-story-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.57;
    color: #3B3B3E;
    margin: 0;
    max-width: 505px;
    align-self: anchor-center;
}

@media (max-width: 900px) {
    .vn-wwa-story-text-row {
        grid-template-columns: 1fr;
    }

    .vn-wwa-story-heading,
    .vn-wwa-story-body {
        max-width: none;
    }
}

/* Who We Are: Leadership */
.vn-wwa-leadership {
    padding: 80px 4.5% 100px;
    box-sizing: border-box;
    background: #F5F5F5;
}

.vn-wwa-leadership-title {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    color: #3B3B3E;
    text-align: center;
    margin: 0 0 48px;
}

.vn-wwa-leadership-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    max-width: 100%;
    margin: 0 auto;
}

.vn-wwa-leadership-card {
    flex: 0 0 404px;
    /* 385px + 5% */
    max-width: 100%;
    overflow: visible;
}

.vn-wwa-leadership-card .vn-program-card {
    overflow: visible;
}

.vn-wwa-leadership-card .vn-program-card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 98.65%);
}

.vn-wwa-leadership-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 63px;
    background: var(--color-figma-badge, #A12B2F);
    border-radius: var(--radius-figma, 6px);
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 16px;
    transform: translateY(110%);
    overflow: hidden;
    transition: color 0.25s ease;
    z-index: 0;
}

.vn-wwa-leadership-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    border-radius: inherit;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.vn-wwa-leadership-btn:hover {
    color: #FFFFFF;
    transform: translateY(110%);
}

.vn-wwa-leadership-btn:hover::before {
    transform: scaleX(1);
}

@media (max-width: 900px) {
    .vn-wwa-leadership-cards {
        flex-direction: column;
        align-items: center;
    }
}

/* ========== Beyond Academics page ========== */
.vn-page-beyond-academics .vn-wwa-page-hero {
    background: linear-gradient(0deg, #A12B2F, #A12B2F);
}

.vn-page-beyond-academics .vn-wwa-page-hero-heading {
    margin-top: 0;
}

.vn-beyond-main {
    background: #F6F6F6;
    padding: 42px 0 0px;
}

.vn-beyond-inner {
    width: min(1240px, 92%);
    margin: 0 auto;
}

.vn-beyond-top-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: start;
}

.vn-beyond-slider-overflow {
    margin-top: -84px;
}

.vn-beyond-slider-frame {
    width: 100%;
    max-width: 600px;
    height: 430px;
    position: relative;
    border: 3px solid #01A4FF;
    overflow: hidden;
    background: #D9D9D9;
}

.vn-beyond-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    background-size: cover;
    background-position: center;
}

.vn-beyond-slide.is-active {
    opacity: 1;
}

.vn-beyond-slide[data-slide="0"] {
    background-image: linear-gradient(130deg, #B4B4B4 0%, #E7E7E7 45%, #C9B28A 100%);
}

.vn-beyond-slide[data-slide="1"] {
    background-image: linear-gradient(130deg, #87A7BC 0%, #CDDCE6 50%, #8B9E7F 100%);
}

.vn-beyond-slide[data-slide="2"] {
    background-image: linear-gradient(130deg, #D4A87F 0%, #EFD8BE 50%, #B86E43 100%);
}

.vn-beyond-slide[data-slide="3"] {
    background-image: linear-gradient(130deg, #878787 0%, #CCCCCC 45%, #5F5F5F 100%);
}

.vn-beyond-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.vn-beyond-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    background: rgba(217, 217, 217, 0.94);
    cursor: pointer;
    padding: 0;
}

.vn-beyond-dot.is-active {
    background: #A12B2F;
}

.vn-beyond-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-style: normal;
    font-weight: 600;
    font-size: clamp(34px, 3vw, 45px);
    line-height: 1.18;
    color: #0F161E;
    margin: 18px 0 24px;
}

.vn-beyond-body {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.57;
    color: #3B3B3E;
    max-width: 53ch;
}

.vn-beyond-body2 {
    font-family: var(--font-asap);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.57;
    color: #3B3B3E;
    max-width: 42ch;
    margin-left: 86px;
}

.vn-beyond-sports-right {
    margin-right: 100px;
}

.vn-beyond-body-wide {
    margin-top: 36px;
    max-width: 1140px;
}

.vn-beyond-sports {
    padding: 58px 0 0px;
}

.vn-beyond-sports .vn-beyond-inner {
    width: 100%;
    margin: 0;
}

.vn-beyond-sports-grid {
    display: grid;
    grid-template-columns: 64fr 45fr;
    gap: 0;
    align-items: start;
}

.vn-beyond-sports-image-left {
    width: 100%;
    min-height: 585px;
    background: url(../img/playground.webp) center/cover no-repeat;
}

.vn-beyond-sports-image-top {
    width: 100%;
    min-height: 300px;
    background: url(../img/sport-play.webp) center/cover no-repeat;
    margin-bottom: 30px;
}

.vn-beyond-sports-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(30px, 2.4vw, 39px);
    line-height: 1.13;
    color: #A12B2F;
    margin: 60px 86px 18px;
}

@media (max-width: 991px) {
    .vn-beyond-top-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vn-beyond-slider-overflow {
        margin-top: -36px;
    }

    .vn-beyond-slider-frame {
        max-width: 100%;
    }

    .vn-beyond-heading {
        margin-top: 0;
    }

    .vn-beyond-sports-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .vn-beyond-sports-image-left {
        min-height: 380px;
    }
}

@media (max-width: 640px) {
    .vn-beyond-main {
        padding-top: 28px;
    }

    .vn-beyond-slider-overflow {
        margin-top: 0;
    }

    .vn-beyond-slider-frame {
        height: 280px;
    }

    .vn-beyond-body {
        font-size: 16px;
    }

    .vn-beyond-sports-image-left,
    .vn-beyond-sports-image-top {
        min-height: 220px;
    }

    .vn-beyond-sports {
        padding-bottom: 56px;
    }
}

#scrollUp {
    background: #a5182d;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

/* ========== Distinguished Faculty Page — Hover Overlay (vn-df-*) ========== */
/* Scoped exclusively to /about/distinguished-faculty — do NOT reuse on other pages */

/* Card wrapper: clips the full-card overlay */
.vn-df-card {
    overflow: hidden;
    position: relative;
}

/* Inner image container */
.vn-df-card-inner {
    position: relative;
    width: 100%;
}

/* Blur photo on hover */
.vn-df-card-inner>a img {
    transition: filter 0.38s ease;
}

.vn-df-card:hover .vn-df-card-inner>a img {
    filter: blur(4px);
}

/* LinkedIn in the always-visible info strip (without hover) */
.vn-df-card .vn-our-team-gallery-card-role {
    display: inline-block;
    vertical-align: middle;
}

.vn-df-strip-linkedin {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 8px;
    font-size: 20px;
    color: #002F87;
    transition: color 0.2s ease;
    line-height: 1;
}

.vn-df-strip-linkedin:hover {
    color: #0a66c2;
}

/* Overlay: covers the FULL card (photo + info strip) on hover */
.vn-df-overlay {
    position: absolute;
    inset: 0;
    background: #00236a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px 14px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.vn-df-card:hover .vn-df-overlay {
    transform: translateY(0);
}

/* Paragraph section — top of overlay */
.vn-df-overlay-para {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    text-align: justify;
}

/* Footer section — name / role / LinkedIn pinned to bottom */
.vn-df-overlay-footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 10px;
    text-align: left;
}

.vn-df-overlay-name {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 4px 0;
    display: block;
}

.vn-df-overlay-role {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.vn-df-overlay-linkedin {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 8px;
    font-size: 22px;
    color: #fff;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.vn-df-overlay-linkedin:hover {
    color: #70b5f9;
    transform: scale(1.15);
}

/* ========== End Distinguished Faculty Hover Overlay ========== */

/* ========== Careers: Join Our Team Section ========== */
.vn-careers-join {
    padding: 100px 7.5%;
    background-color: #f7f9fc;
    text-align: center;
}

.vn-careers-join-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.vn-careers-join-heading {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-size: 48px;
    font-weight: 700;
    color: #363A3D;
    margin-bottom: 24px;
}

.vn-careers-join-body {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 56px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vn-careers-join-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.vn-careers-join-contact {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
    text-align: center;
}

.vn-careers-join-contact:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.vn-careers-join-name {
    font-family: var(--font-asap, 'Asap', sans-serif);
    font-size: 28px;
    font-weight: 600;
    color: #A12B2F;
    margin-bottom: 12px;
}

.vn-careers-join-role {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.vn-careers-join-email {
    font-size: 18px;
    color: #363A3D;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    border-bottom: 2px solid rgba(161, 43, 47, 0.2);
    padding-bottom: 2px;
}

.vn-careers-join-email:hover {
    color: #A12B2F;
    border-bottom-color: #A12B2F;
}

@media (max-width: 768px) {
    .vn-careers-join {
        padding: 60px 5%;
    }
    .vn-careers-join-heading {
        font-size: 36px;
    }
    .vn-careers-join-contacts {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* ========== End Careers Join Our Team ========== */

/* Cookie / privacy notice bar (same pattern as main site — styles from custom.css) */
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background: #032F87;
    padding: 10px 20px;
}

.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #AA182C;
    border: 2px solid #fff;
}

.cookie_notice p {
    color: #fff;
    font-size: 15px;
}

.cookie_btn:hover {
    color: #FFF;
}

.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.cookie_btn:before {
    top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/* === RESPONSIVE OVERRIDES === */
@media (max-width: 1200px) {
    /* Header */
    .header-vn .vn-header-outer {
        padding-left: clamp(12px, 2.5vw, 24px);
    }

    .header-vn .vn-header-inner::before {
        left: clamp(0px, 18vw, 240px);
    }

    .header-vn .vn-nav > ul {
        gap: clamp(10px, 1.6vw, 20px);
    }

    .header-vn .vn-cta-btn {
        width: clamp(140px, 15vw, 170px);
        padding-inline: clamp(12px, 2vw, 20px);
    }

    /* Hero / banner flow */
    .vn-banner-header-wrap,
    .vn-banner-slider,
    .vn-banner-slider .slick-list,
    .vn-banner-slider .slick-track,
    .vn-banner-slider .vn-banner-slide {
        height: auto;
        min-height: clamp(560px, 72vh, 760px);
    }

    .vn-banner-content {
        min-height: clamp(500px, 66vh, 700px);
        padding-bottom: clamp(24px, 4vw, 48px);
    }

    .vn-banner-inner {
        padding-inline: clamp(16px, 4vw, 40px);
    }

    .vn-banner-headline {
        font-size: clamp(34px, 4.8vw, 52px);
        line-height: 1.12;
    }

    .vn-banner-tagline {
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1.45;
    }
}

@media (max-width: 992px) {
    /* Full-width header on small screens (drop 85% / side margins) */
    .header-vn {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    /* Header: restore meanmenu/hamburger behavior */
    .header-vn .mobile-menu,
    .header-vn .mean-container,
    .header-vn .col-12.d-lg-none {
        display: block !important;
        width: 100%;
    }

    .header-vn .vn-nav.main-menu,
    .header-vn .vn-nav {
        display: none !important;
    }

    /* Top enroll strip full width; row 2: logo | main (hamburger + CTA) */
    .header-vn .vn-header-outer {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-items: start;
        column-gap: clamp(8px, 2vw, 16px);
        row-gap: 0;
        padding-left: clamp(10px, 3vw, 18px);
        padding-right: clamp(10px, 3vw, 18px);
        min-height: 0;
    }

    .header-vn .vn-header-right-col {
        display: contents;
    }

    .header-vn .vn-header-bar {
        grid-column: 1 / -1;
        grid-row: 1;
        flex: none;
        width: 100%;
        min-width: 0;
    }

    .header-vn .vn-header-logo-col {
        grid-column: 1;
        grid-row: 2;
        width: clamp(64px, 10vw, 82px);
        align-self: start;
    }

    .header-vn .vn-header-logo-col .vn-logo-img {
        width: 100%;
        min-height: clamp(72px, 10vw, 98px);
    }

    .header-vn .vn-header-main {
        grid-column: 2;
        grid-row: 2;
        flex: none;
        min-width: 0;
        width: 100%;
    }

    .header-vn .vn-header-top {
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: clamp(8px, 2vw, 14px);
        padding-right: 0;
        padding-block: clamp(6px, 1.5vw, 10px);
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .header-vn .vn-header-top::-webkit-scrollbar {
        display: none;
    }

    .header-vn .vn-header-badge {
        flex-shrink: 0;
    }

    .header-vn .vn-header-enroll {
        margin-right: 0;
        font-size: clamp(11px, 2.4vw, 13px);
        flex: 0 1 auto;
        min-width: 0;
        white-space: nowrap;
    }

    .header-vn .vn-header-enroll a {
        max-width: none;
        white-space: nowrap;
    }

    .header-vn .vn-header-inner::before {
        content: none;
    }

    .header-vn .vn-header-inner {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: clamp(8px, 2vw, 12px);
        min-height: 0;
        padding-bottom: clamp(4px, 1vw, 8px);
    }

    .header-vn .vn-header-inner > .col-12.d-lg-none {
        order: -1;
        width: 100%;
        max-width: 100%;
    }

    /* Nav + header ENQUIRE NOW live here; meanmenu injects into .mobile-menu (sibling) — hide this row on small screens */
    .header-vn .vn-header-nav-wrap {
        display: none !important;
    }

    /* MeanMenu: collapse .mean-bar from layout; keep reveal + dropdown */
    .header-vn .mean-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        max-width: 100%;
    }

    .header-vn .mean-container .mean-bar {
        display: contents;
    }

    .header-vn .mean-container a.meanmenu-reveal {
        position: relative;
        top: auto;
        right: auto;
        float: none;
        margin: 0 0 0 auto;
        width: 44px !important;
        height: 44px !important;
        padding: 11px !important;
        overflow: hidden;
        text-indent: -9999px;
        font-size: 0 !important;
        min-height: 44px;
        min-width: 44px;
        flex-shrink: 0;
        z-index: 5;
        background: #002F87 !important;
        border: 1px solid #002F87 !important;
        color: #ffffff !important;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .header-vn .mean-container .mean-push {
        display: none;
    }

    .header-vn .mean-container a.meanmenu-reveal span {
        position: relative;
        display: block;
        margin-top: 4px;
        background: #ffffff !important;
    }

    .header-vn .mean-container .mean-nav {
        float: none;
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        margin-top: 0;
        margin-left: 0;
        clear: none;
    }

    .header-vn .mean-container .mean-nav ul li a {
        box-sizing: border-box;
        width: 100%;
        min-height: 44px;
        padding-block: clamp(12px, 2.2vw, 14px);
        font-size: clamp(14px, 2.2vw, 16px);
    }

    /* Sections: testimonials + 4 decades — stack columns */
    .vn-section-testimonials {
        min-height: 0;
    }

    .vn-section-testimonials-row {
        flex-direction: column;
        min-height: 0;
    }

    .vn-section-testimonials-image {
        flex: none;
        width: 100%;
        min-width: 0;
        min-height: clamp(200px, 42vw, 320px);
    }

    .vn-section-testimonials-content {
        padding: clamp(24px, 6vw, 36px) clamp(16px, 4vw, 24px);
    }

    .vn-section-testimonials-title {
        font-size: clamp(28px, 7vw, 40px);
        line-height: 1.1;
    }

    .vn-section-decades {
        min-height: 0;
    }

    .vn-section-decades-row {
        flex-direction: column;
        min-height: 0;
    }

    .vn-section-decades-content {
        flex: none;
        max-width: none;
        width: 100%;
        padding: clamp(28px, 7vw, 44px) clamp(18px, 5vw, 24px);
        box-sizing: border-box;
    }

    .vn-section-decades-title {
        font-size: clamp(28px, 7vw, 40px);
    }

    .vn-section-decades-images {
        flex: none;
        width: 100%;
        min-height: 0;
        padding: 0 clamp(16px, 4vw, 24px) clamp(32px, 8vw, 48px);
        box-sizing: border-box;
    }

    .vn-section-decades-images .vn-decades-img {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: clamp(180px, 45vw, 240px);
        margin-bottom: clamp(12px, 3vw, 16px);
    }

    .vn-section-decades-images .vn-decades-img:last-child {
        margin-bottom: 0;
    }

    /* Three-col: image cell needs height when row is not 3 equal columns */
    .vn-three-col-item.vn-three-col-image {
        min-height: clamp(200px, 42vw, 320px);
        background-size: cover;
        background-position: center;
    }

    /* Hero / banner */
    .vn-banner-header-wrap,
    .vn-banner-slider,
    .vn-banner-slider .slick-list,
    .vn-banner-slider .slick-track,
    .vn-banner-slider .vn-banner-slide {
        min-height: clamp(520px, 78vh, 680px);
    }

    .vn-banner-content {
        min-height: clamp(460px, 72vh, 620px);
    }

    .vn-banner-btns {
        gap: clamp(10px, 2vw, 16px);
        flex-wrap: wrap;
    }

    .vn-banner-btn {
        min-height: 44px;
        height: auto;
        padding: clamp(12px, 2.5vw, 14px) clamp(16px, 3.8vw, 22px);
        font-size: clamp(14px, 2.2vw, 16px);
    }

    .vn-banner-brochure-tab {
        min-height: 44px;
    }

    .vn-banner-header-wrap,
    .vn-below-banner,
    .vn-section-three-col,
    .vn-footer {
        overflow-x: clip;
        max-width: 100%;
    }

    .vn-banner-header-wrap *,
    .vn-below-banner *,
    .vn-footer * {
        max-width: 100%;
    }

    /* Slick fade: override blanket max-width so inactive slides keep full width */
    .vn-banner-header-wrap .vn-banner-slider,
    .vn-banner-header-wrap .vn-banner-slider .slick-list,
    .vn-banner-header-wrap .vn-banner-slider .slick-track,
    .vn-banner-header-wrap .vn-banner-slider .slick-slide,
    .vn-banner-header-wrap .vn-banner-slider .vn-banner-slide,
    .vn-banner-header-wrap .vn-banner-slider .vn-banner-bg-layer {
        max-width: none !important;
    }

    .vn-banner-slider .slick-list,
    .vn-banner-slider .slick-track {
        min-height: clamp(520px, 78vh, 680px);
    }

    .vn-banner-slider .vn-banner-slide.slick-slide {
        min-height: clamp(520px, 78vh, 680px);
    }
}

@media (max-width: 768px) {
    /* Absolute panels -> in-flow */
    .vn-why-panel {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 0;
        clip-path: none;
        -webkit-clip-path: none;
        padding: clamp(24px, 7vw, 36px) clamp(16px, 5vw, 24px);
    }

    .vn-below-banner-left {
        margin-right: 0;
    }

    .vn-leadership-quote-box {
        position: static;
        left: auto;
        bottom: auto;
        width: 100%;
        min-height: 0;
        margin-top: clamp(16px, 5vw, 24px);
        padding: clamp(20px, 6vw, 28px);
    }

    .vn-leadership-quote-icon {
        margin-top: 0;
        width: auto;
        padding-left: 0;
        margin-right: clamp(10px, 3vw, 14px);
        font-size: clamp(34px, 6vw, 46px);
    }

    .vn-leadership-quote-text {
        margin-left: 0;
        font-size: clamp(18px, 4.2vw, 22px);
    }

    /* Hero / banner flow */
    .vn-banner-header-wrap,
    .vn-banner-slider,
    .vn-banner-slider .slick-list,
    .vn-banner-slider .slick-track,
    .vn-banner-slider .vn-banner-slide {
        min-height: clamp(460px, 84vh, 620px);
    }

    .vn-banner-content {
        min-height: clamp(420px, 76vh, 560px);
    }

    .vn-banner-header-wrap .vn-banner-slider,
    .vn-banner-header-wrap .vn-banner-slider .slick-list,
    .vn-banner-header-wrap .vn-banner-slider .slick-track,
    .vn-banner-header-wrap .vn-banner-slider .slick-slide,
    .vn-banner-header-wrap .vn-banner-slider .vn-banner-slide,
    .vn-banner-header-wrap .vn-banner-slider .vn-banner-bg-layer {
        max-width: none !important;
    }

    .vn-banner-slider .slick-list,
    .vn-banner-slider .slick-track,
    .vn-banner-slider .vn-banner-slide.slick-slide {
        min-height: clamp(460px, 84vh, 620px);
    }

    .vn-banner-inner {
        padding-inline: clamp(14px, 4vw, 20px);
    }

    .vn-banner-affiliation {
        font-size: clamp(12px, 3vw, 14px);
    }

    .vn-banner-headline {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.14;
    }

    .vn-banner-tagline {
        font-size: clamp(15px, 3.8vw, 18px);
    }

    .vn-banner-brochure-tab {
        position: fixed;
        transform: none;
        transform-origin: center;
        right: clamp(10px, 3vw, 16px);
        top: auto;
        bottom: clamp(16px, 5vw, 22px);
        width: auto;
        height: auto;
        min-height: 44px;
        padding: clamp(10px, 2.6vw, 12px) clamp(14px, 3.4vw, 16px);
        border-radius: 8px;
        font-size: clamp(12px, 3vw, 14px);
        line-height: 1.2;
    }

    /* Footer three-col: single column only — do not use auto-fit here or the image
       pairs with the first CTA in two columns (~560–768px) and looks cropped/wrong */
    .vn-section-three-col-row {
        grid-template-columns: 1fr;
    }

    /* 3-column grids -> auto-fit */
    .vn-stats-grid,
    .vn-tp-cards,
    .vn-our-team-gallery-grid,
    .vn-life-three-cards-inner {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    }

    .vn-three-col-item {
        padding: clamp(18px, 5vw, 24px) clamp(16px, 5vw, 24px);
    }

    .vn-three-col-link {
        font-size: clamp(28px, 7vw, 36px);
        line-height: 1.2;
    }

    /* Image column has no in-flow content — give explicit height when grid stacks */
    .vn-three-col-item.vn-three-col-image {
        min-height: clamp(220px, 58vw, 380px);
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        background-size: cover;
        background-position: center;
    }

    /* Touch pass */
    .vn-cta-btn,
    .vn-banner-btn,
    .vn-contact-submit,
    .vn-enquire-cta-btn,
    .vn-why-link {
        min-height: 44px;
    }

    .header-vn .vn-cta-btn {
        min-height: 36px;
    }

    .vn-contact-form-col input,
    .vn-contact-form-col select,
    .vn-contact-form-col textarea,
    .vn-enquire-form input,
    .vn-enquire-form select,
    .vn-enquire-form textarea,
    .vn-contact-form input,
    .vn-contact-form select,
    .vn-contact-form textarea {
        font-size: 16px;
        min-height: 44px;
    }
}

@media (max-width: 576px) {
    .vn-banner-headline {
        font-size: clamp(24px, 8.4vw, 32px);
    }

    .vn-banner-btn {
        width: 100%;
        justify-content: center;
    }

    .vn-section-three-col-row,
    .vn-stats-grid,
    .vn-tp-cards,
    .vn-our-team-gallery-grid,
    .vn-life-three-cards-inner {
        gap: clamp(12px, 4vw, 20px);
    }

    .vn-contact-form-col input,
    .vn-contact-form-col select,
    .vn-contact-form-col textarea,
    .vn-enquire-form input,
    .vn-enquire-form select,
    .vn-enquire-form textarea,
    .vn-contact-form input,
    .vn-contact-form select,
    .vn-contact-form textarea {
        padding: clamp(11px, 3vw, 14px) clamp(12px, 4vw, 14px);
    }
}

@media (max-width: 360px) {
    .header-vn .vn-header-outer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vn-banner-inner {
        padding-inline: 12px;
    }

    .vn-why-panel,
    .vn-leadership-quote-box,
    .vn-three-col-item {
        padding-inline: 12px;
    }

    .vn-banner-btn,
    .vn-contact-submit,
    .vn-enquire-cta-btn {
        font-size: 14px;
    }

    .vn-cta-btn {
        font-size: 14px;
    }

    .header-vn .vn-cta-btn {
        font-size: 10px;
        padding: 7px 10px;
    }
}

/* === RESPONSIVE POLISH: SHARED + PAGE EXCEPTIONS === */
@media (max-width: 1200px) {
    /* Shared hero families */
    .vn-gallery-banner-heading,
    .vn-wwa-page-hero-heading {
        font-size: clamp(36px, 6vw, 72px);
        line-height: 1.1;
    }

    .vn-wwa-page-hero-image {
        width: min(100%, 620px);
        height: clamp(260px, 32vw, 360px);
    }

    .vn-footer-inner {
        margin-top: clamp(2.2rem, 5vw, 4rem);
    }
}

@media (max-width: 992px) {
    /* Header/nav containment (vn-header-right-col uses display:contents in primary 992 block) */
    .header-vn .vn-header-main {
        width: 100%;
    }

    .header-vn .vn-header-enroll-gap {
        width: 1em;
    }

    /* Shared banners */
    .vn-gallery-banner {
        padding-inline: clamp(14px, 4vw, 26px);
    }

    .vn-gallery-banner-heading {
        font-size: clamp(34px, 6vw, 52px);
    }

    .vn-wwa-page-hero {
        min-height: clamp(420px, 64vh, 560px);
        padding-inline: clamp(14px, 4vw, 28px);
    }

    .vn-wwa-page-hero-inner {
        gap: clamp(16px, 3vw, 24px);
    }

    .vn-wwa-page-hero-image {
        width: min(100%, 520px);
        height: clamp(240px, 36vw, 320px);
    }

    /* Shared forms/footer */
    .vn-contact-two-col,
    .vn-enquire-two-col {
        gap: clamp(16px, 3vw, 24px);
    }

    .vn-footer-inner {
        gap: clamp(18px, 3vw, 28px);
    }

    .vn-footer-contact-block {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    /* Generic overflow guard */
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .vn-banner-header-wrap,
    .vn-gallery-section,
    .vn-wwa-page-hero,
    .vn-our-team-gallery-section,
    .vn-footer {
        overflow-x: hidden;
    }

    /* Gallery / MD's Desk / leadership: desktop uses 100px side padding — on phone it leaves ~150px content */
    .vn-gallery-section {
        padding: 0 clamp(14px, 4vw, 20px);
    }

    .vn-gallery-section-inner {
        padding: clamp(32px, 8vw, 48px) clamp(14px, 4vw, 20px) clamp(40px, 10vw, 72px);
        width: 100%;
        box-sizing: border-box;
        /* Desktop -75px overlaps the banner; on small screens it tucks under the hero / sticky header */
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    /* Our Team / Distinguished Faculty only (section class is reused on contact/blog/enquire/testimonials) */
    .vn-our-team-gallery-section:not(.vn-blog-gallery-section):not(.vn-tp-gallery-section) {
        padding: 0 clamp(14px, 4vw, 20px);
    }

    .vn-our-team-gallery-inner {
        padding: clamp(32px, 8vw, 48px) clamp(14px, 4vw, 20px) clamp(40px, 10vw, 72px);
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    /* Testimonials (vn-tp-gallery-section was excluded from rule above) */
    #vn-testimonials-gallery-section.vn-our-team-gallery-section {
        padding: 0 clamp(14px, 4vw, 20px);
    }

    #vn-testimonials-gallery-section .vn-tp-gallery-inner {
        padding: clamp(32px, 8vw, 48px) clamp(14px, 4vw, 20px) clamp(40px, 10vw, 72px);
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Contact + Enquire (vn-contact-content; not blogs — blogs lack this class) */
    .vn-our-team-gallery-section.vn-contact-content {
        padding: 0 clamp(14px, 4vw, 20px);
    }

    .vn-contact-gallery-inner {
        padding: clamp(32px, 8vw, 48px) clamp(14px, 4vw, 20px) clamp(40px, 10vw, 72px);
        margin-top: 0;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    #vn-enquire-gallery-section .vn-contact-gallery-inner {
        padding: clamp(32px, 8vw, 48px) clamp(14px, 4vw, 20px) clamp(40px, 10vw, 72px);
        align-items: stretch;
    }

    /* Shared hero polish */
    .vn-gallery-banner-heading,
    .vn-wwa-page-hero-heading {
        font-size: clamp(28px, 8vw, 40px);
        text-align: left;
    }

    .vn-wwa-page-hero-inner,
    .vn-article-banner-inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .vn-article-banner-left,
    .vn-article-banner-right {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    .vn-page-article .vn-gallery-banner.vn-article-banner {
        padding: clamp(88px, 18vw, 120px) clamp(14px, 4vw, 20px) clamp(18px, 5vw, 28px);
        min-height: clamp(340px, 60vh, 520px);
    }

    .vn-article-breadcrumb-banner {
        left: clamp(14px, 4vw, 20px);
        right: clamp(14px, 4vw, 20px);
    }

    /* Shared grids/cards */
    .vn-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
        grid-template-rows: auto;
    }

    .vn-card {
        min-height: clamp(180px, 36vw, 240px);
    }

    .vn-program-card-content,
    .vn-life-card {
        padding: clamp(18px, 5vw, 24px);
    }

    /* Shared forms/touch */
    .vn-contact-field,
    .vn-enquire-field,
    .vn-contact-row,
    .vn-enquire-row {
        width: 100%;
    }

    .vn-enquire-row,
    .vn-contact-row {
        flex-direction: column;
        gap: clamp(12px, 3vw, 18px);
    }

    .vn-contact-submit,
    .vn-enquire-cta-btn,
    .vn-cta-btn,
    .vn-banner-btn {
        min-height: 44px;
        padding-block: clamp(11px, 3vw, 14px);
    }

    /* Shared footer */
    .vn-footer-inner {
        grid-template-columns: 1fr;
        padding: clamp(36px, 9vw, 48px) clamp(14px, 4vw, 20px) clamp(28px, 7vw, 40px);
    }

    .vn-footer-logo-col {
        margin-top: 0;
    }

    .vn-footer-contact-col {
        gap: clamp(12px, 3vw, 18px);
    }

    .vn-footer-links a {
        line-height: 1.8;
    }

    /* Page exceptions: leadership */
    .vn-page-leadership-first-block,
    .vn-page-leadership-second-block {
        margin-bottom: clamp(28px, 7vw, 40px);
    }

    .vn-md-desk-card {
        display: flex;
        flex-direction: column;
    }

    .vn-md-desk-image-wrap {
        width: 100%;
    }

    .vn-md-desk-bio {
        width: 100%;
        padding: clamp(18px, 5vw, 24px);
    }

    /* Page exceptions: contact/enquire */
    .vn-contact-hero,
    .vn-contact-map {
        height: auto;
        min-height: clamp(200px, 40vh, 280px);
    }

    .vn-enquire-left-col,
    .vn-enquire-right-col {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: clamp(20px, 5vw, 28px);
    }

    .vn-enquire-left-divider {
        display: none;
    }

    /* Page exceptions: academics/careers/article helpers */
    .vn-academics-advantages-grid,
    .vn-advantages-grid,
    .vn-campus-journey-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    }

    .vn-wwa-hero,
    .vn-life-hero {
        min-height: clamp(280px, 52vh, 420px);
        padding-inline: clamp(14px, 4vw, 20px);
    }
}

@media (max-width: 576px) {
    .header-vn .vn-header-right-col {
        width: 100%;
    }

    .header-vn .vn-header-top {
        gap: 8px;
    }

    .header-vn .vn-header-enroll {
        font-size: clamp(12px, 3.6vw, 13px);
    }

    .vn-banner-btns {
        width: 100%;
    }

    .vn-banner-btn,
    .vn-contact-submit,
    .vn-enquire-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .vn-gallery-banner-heading,
    .vn-wwa-page-hero-heading,
    .vn-banner-headline {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .vn-contact-field input,
    .vn-contact-field select,
    .vn-contact-field textarea,
    .vn-enquire-field input,
    .vn-enquire-field select,
    .vn-enquire-field textarea {
        font-size: 16px;
        min-height: 44px;
    }
}

@media (max-width: 360px) {
    .header-vn .vn-header-enroll {
        font-size: 12px;
        line-height: 1.35;
    }

    .vn-gallery-banner-heading,
    .vn-wwa-page-hero-heading,
    .vn-banner-headline {
        font-size: clamp(22px, 8.6vw, 28px);
    }

    .vn-footer-contact-icon {
        width: 44px;
        height: 44px;
        border-radius: 22px;
    }
}

/* Who we are (about/who-we-are.html) — mobile-only; desktop unchanged */
@media (max-width: 768px) {
    /* Hero: in-flow wrap; heading on red band, image stacked below (no overlap) */
    .vn-page-who-we-are.vn-banner-header-wrap {
        min-height: 0;
    }

    .vn-page-who-we-are .vn-banner-content.vn-wwa-page-hero {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 0;
        padding: clamp(12px, 3vw, 20px) clamp(14px, 4vw, 22px) clamp(20px, 5vw, 32px);
        box-sizing: border-box;
        align-items: stretch;
        justify-content: flex-start;
    }

    .vn-page-who-we-are .vn-wwa-page-hero-heading {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .vn-page-who-we-are .vn-wwa-page-hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(14px, 3.5vw, 22px);
        width: 100%;
    }

    .vn-page-who-we-are .vn-wwa-page-hero-col.vn-wwa-page-hero-text {
        position: relative;
        z-index: 2;
        width: 100%;
        order: 1;
    }

    .vn-page-who-we-are .vn-wwa-page-hero-col.vn-wwa-page-hero-image-wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: min(100%, 420px);
        min-height: clamp(180px, 34vh, 260px);
        order: 2;
    }

    .vn-page-who-we-are .vn-wwa-page-hero-image {
        position: relative;
        right: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: clamp(180px, 34vh, 260px);
        margin: 0 auto;
    }

    /* Story: tighter logo strip, intro heading centered */
    .vn-wwa-story {
        padding-top: clamp(20px, 5vw, 32px);
        padding-bottom: clamp(32px, 8vw, 48px);
    }

    .vn-wwa-story-image.vn-wwa-story-logos {
        height: auto;
        min-height: 0;
        max-height: 120px;
        margin-bottom: clamp(20px, 5vw, 32px);
        gap: clamp(10px, 3vw, 16px);
    }

    .vn-wwa-story-logo {
        max-height: 72px;
    }

    .vn-wwa-story-heading {
        text-align: center;
    }

    /* Mission & Vision: smaller type, more horizontal room */
    .vn-wwa-mv-col {
        padding: clamp(22px, 5vw, 28px) clamp(14px, 4vw, 20px) clamp(36px, 8vw, 48px);
    }

    .vn-wwa-mv-text {
        font-size: clamp(15px, 3.8vw, 17px);
        line-height: 1.5;
        max-width: none;
    }

    /* Leadership cards: slight inset at top of photo */
    .vn-wwa-leadership-card .vn-program-card-image {
        top: 10px;
    }
}