body {

font-family: "Raleway", sans-serif;
margin:0px;
padding:0px;
color:#333333;
font-size:14px; 
}
h1,h2,h3,h4,h5,ul,li,p {
margin:0px;
padding:0px; 
}
li{
    list-style: none;
}
a { text-decoration:none; }
a:hover { text-decoration:none; }
a:focus { outline:none; text-decoration: none}
.pr0 { padding-right:0px; }
.pl0 { padding-left:0px; }
.plr0{
    padding-right: 0px;padding-left: 0px;
}
header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 0.3s ease-in-out;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11);*/
    padding:0 30px;
    /*background: #fff;*/
    /*background-color: gray;*/
}
.top_header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    padding: 30px 0 0 0;
}
.addl_features {
    float:right;
    display: flex;
    align-items: center;
    margin: 0;
}
.addl_features li {
    float:left;
    margin: 0 0 0 5px;
}
.addl_features li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    outline: 0;
}
.addl_features li a:hover {
    /*background-color:#6b0000;*/
    color: #cb212d;
}
.addl_features li a img {
    max-width: 30px;
    width: 100%;
    padding: 0 0 0 10px;
    filter: brightness(0) invert(1);
}
.addl_features li a:hover img {
    filter: brightness(1.3);
}
.addl_features li a i {
    padding: 0 0 0 10px;
    font-size: 19px;
    line-height: 1;
}
.addl_features li a i:before {
    font-weight: bold !important;
}
.addl_features li a.mobile_search img {
    max-width: 35px;
}
.header_menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 20px 0;
    /*background: #fff;*/
}
.header_menu {
    position: relative;
    display: flex;
    justify-content: end;
}
.header_menu ul li {
    float: left;
    list-style: none;
}
.header_menu ul li:not(:last-child) {
    margin-right: 5px;
}
.header_menu ul li a {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #fff;
    font-weight:600;
    padding: 12px 18px;
}
.header_menu > ul > li > a:hover {
    /*background-color:#f69d1c;*/
    color: #cb212d;
}
.sticky .header_menu ul li a {
    color: #000;
}
.sticky .header_menu ul li a:hover {
    color: #cb212d;
}
.dropdown .sub_menu div li a{
    color: #fff;
    font-size: 14px;
    padding: 12px;
}
.sticky .sub_menu div li a{
    color: #fff;
}
.sticky .header_menu ul li a:hover .login_img {
    filter: brightness(1)
}
.sticky .header_menu ul li a img {
    filter: brightness(0.1);
}
.sub_menu.sub_nav li a{
    padding:10px 15px;
}
.header_menu ul li a.menu_active {
    color: #cb212d;
    /*background-color: #F69D1C;*/
}
header.sticky {
    /*margin-top: -49px;*/
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11);
}
header.sticky .header_menu_wrapper {
    margin:0;
}
.logo_div img {
    max-width:180px;
    width: 100%;
}

.hamburger_menu{
    width: 24px;
    transition-duration: 0.5s;
    cursor: pointer;
    position:relative;
    float:right;
    display:none;
    margin: 4px 0 0px 5px;
    height: 24px;
}
.hamburger_menu .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 12px;
    top: 20px;
    background-color: #000;
    left: 12px;
}
.hamburger_menu.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}
.hamburger_menu .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #000;
    content: "";
    top: -8px;
    margin-left:0;
}
.hamburger_menu.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
    margin-left:-1px;
}
.hamburger_menu.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
    margin-left:-1px;
}
.hamburger_menu .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #000;
    content: "";
    top: 8px;
}
.hamburger_menu .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 12px;
    top: 20px;
    background-color: #000;
}
.hamburger_menu.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}
.hamburger_menu .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #000;
    content: "";
    top: -8px;
    margin-left:0;
}
.hamburger_menu .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #000;
    content: "";
    top: 8px;
}
.hamburger_menu.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.hamburger_menu.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.sticky_header{
    background:rgba(255,255,255,0.95);
}
header.sticky {
    /*margin-top: -75px;*/
    margin-top: 0;
}
.sticky .main_logo img{
    filter:none;
    max-height:75px;
    transition:max-height 0.2s;
}
.sticky .menu_item a{
    color: var(--gray);
    font-weight:600;
}
.sticky .menu_item a:hover {
    color: #fff;
}
.sticky .menu_item a.menu_active {
    color: #cb212d;
}
.sticky .header_menu_wrapper {
    padding: 8px 0;
}
.sticky .hamburger_menu .icon-left, .sticky .hamburger_menu .icon-right, 
.sticky .hamburger_menu .icon-right:before, .sticky .hamburger_menu .icon-right:after, 
.sticky .hamburger_menu .icon-left:before, .sticky .hamburger_menu .icon-left:after{
    background-color: #000;
}
.sticky .hamburger_menu.open .icon-left, .sticky .hamburger_menu.open .icon-right{
    background: transparent;
}
header.sticky .default_img{
    display: none;
}
.sticky .mobile_img{
    display: block !important;
    width: 275px;
}
.header_menu .addl_features {
    display: none;
}
.header_menu .dropdown{
    position:relative;
}
.header_menu .dropdown:hover ul{
    /*overflow: visible;*/
}
header.sticky .logo_div a{
    color: #222;
}

.dropdown ul{
    /*overflow: hidden;*/
    list-style: none;
    position: absolute;
    left: 0px;
    padding: 0;
    width: 230px;
    margin-top: 10px;
    visibility: hidden;
    z-index: 1;
    transition: box-shadow 0.7s 0.1s;
}
login_in_menu.dropdown ul.child_level1 {
    left: unset;
    right: 0;
}
.dropdown:hover ul{
    box-shadow: 2px 3px 10px 2px #00000012;
    visibility:visible;
}
.dropdown:hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity:1;
}
.dropdown ul div{
    opacity:0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.25s  ease;
    -moz-transition: all 0.25s  ease;
    -ms-transition: all 0.25s  ease;
    transition: all 0.25s  ease;
    position: relative;
    display:table;
    width: 100%;
}
.dropdown li {
    font-size: 0.8rem;
    display: table;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    display: block;
    padding: 0;
    width: 100%;
    background: #cb1f2c;
    border-bottom: 1px solid #ededed;
}

.signup_holder{
    background:#6b0000;
}
.dropdown li:hover a{
    color: #6b0000 !important;
    background-color: #fff;
}
.dropdown li a{
    width:100%;
    color:#fff;
    padding: 10px 15px;
    line-height: inherit;
    display:table;
}
        /*title bar*/
.title_bar{
    background-color: #fbfbfb;
    padding: 50px 0;
}
.title_sec{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_title{
    color: #3f3f3f;
    font-size: 45px;
}
.page_path{
    color:#8d8d8d;
    font-size: 15px;
}
.seprator{
    padding: 0px 7px;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 1px;
}
.page_path a{
    color:#6b0000;
    font-weight:bold;
}
.fixed_div{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.icon_div a {
    display: flex; 
    color: #fff;
    font-size: 18px;
    align-items: center;
}
.icon_div a i {
    padding: 10px;
    line-height: 18px;
}
.fixed_flex .icon_div {
    border-radius: 5px 0 0 5px;
    transform: translateX(115px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixed_flex .icon_div.enquiry_icon {
    background-color:#ebf1ff;
}
.fixed_flex .icon_div.phone_icon {
    /*background-color: #6b0000;*/
    background: linear-gradient(135deg, #f69d1c, #e9d4b5);
}
.fixed_flex .icon_div.whatsapp_icon {
    background-color: #00d370;
}
.fixed_flex .icon_div.phone_icon:hover {
    transform: translateX(0px);
}
.fixed_flex .icon_div.enquiry_icon:hover {
    transform: translateX(0px);
}
.fixed_flex .icon_div.whatsapp_icon:hover {
    transform: translateX(0px);
}
.icon_text {
    padding: 0 20px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 16px;
    min-width: 108px;
}

.dropdown ul li ul {
    left: 230px;
    top: 0;
    display:none;
    margin:0;
}
.dropdown ul li:hover ul {
    display:block;
}
.dropdown ul li ul li a:hover{
        background-color: #cb1f2c;
        color: #fff !important;
}

.logo_div a{
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.banner_section {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_section .container_1200 {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
}
.mobile_menu {
    display: none;
    width: 100%;
    padding: 10px 30px 5px;
    position: fixed;
    top:105px;
    z-index: 9999;
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     /* background: linear-gradient(135deg, #cf4949, #ff0000) */
    background: #ededed;
}
.mobile_menu li {
    border-bottom: 1px solid #cb1f52;
}
.mobile_menu li:last-child {
    border: 0;
}
.mobile_menu li a {
    font-size: 15px;
    display: table;
    width: 100%;
    padding: 15px 0 15px 10px;
    color: #cb1f2c;
    font-weight: 600;
}
.mobile_menu li a i {
    float: right;
    padding: 0 20px 0 0;
}
.mobile_menu li ul {
    padding: 0 0 0 20px;
}
.mobile_menu ul li ul.sub_sub_menu{
    display: block !important;
}
.mobile_menu li ul li {
    border: 0;
}
.mobile_menu li ul li a {
    padding: 0 0 15px 0;
}
.mobile_repair_btn {
    display: none;
}
.mobile_search_btn {
    display: none;
}
.flow_hidden {
    overflow: hidden;
}
.home_video_holder {
    position: relative;
}
.home_video_holder {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
}
.home_video_holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0 0 0 / 0.25);
}
.home_video_holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(180deg, rgb(0 0 0 / 35%) 0%, rgba(255,255,255,0) 100%);
}
.banner_carousel {
    width: 100%;
    min-height: 240px;
}
.banner_section {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home_video_holder {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
}
.home_video_holder video#backgroundvid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*---------------------banner-section------------------*/
.banner_section .container_1200 {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.banner_carousel.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: -15%;
    left: 0;
}
.banner_carousel.owl-theme .owl-dots .owl-dot span{
    width: 30px;
    height: 4px;
    margin: 5px 3px;
    border-radius: 0;
    transition: all 0.5s ease;
}
.banner_carousel.owl-theme .owl-dots .owl-dot.active span, 
.banner_carousel.owl-theme .owl-dots .owl-dot:hover span{
    width: 30px;
    height: 4px;
    /*background-color: #f69d1c;*/
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     background: linear-gradient(135deg, #cf4949, #ff0000)
     
}
.banner_content{
    max-width: 1200px;
    width: 100%;
    position: relative;
    color: #fff;
}
/*.banner_content h1{
    font-weight: 800;
    margin-bottom: 20px;
    transform: translateX(-500px);
    transition: all 1s ease;
    opacity: 0;
}*/
.owl-item.active .item .banner_content .bnr_hd, 
.owl-item.active .item .banner_content p, 
.owl-item.active .item .banner_content span.top-title{
    transform: translateX(0px);
    opacity: 1;
}
.banner_content .bnr_hd span{
    color:#6b0000;
}
/*.banner_content p{
    color: #d3d3d3;
    transform: translateX(-500px);
    transition: all 0.5s ease;
    opacity: 0;
}*/
.btn_design{
    padding: 10px 18px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    letter-spacing: 0.5px;
    color: #333;
    line-height: 1.2;
}
.btn_design:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
    background-color: #6b0000;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
        /*border-radius: 3px;*/
}
.btn_design:hover:before{
    width: 100%;
    opacity: 1;
}
.btn_design:hover{
    color: #fff;
    position:relative;
}
#loader_outer{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loader_outer img{
    width:150px;
    height:150px;
    
}
.home_banner_wrapper {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_sec {
    width: 100%;
    position: relative;
    height: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 600px;
    background-blend-mode: multiply;
    background-color: rgba(0 0 0 / 0.2);
}
.banner_content .bnr_hd {
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 40px;
    max-width: 80%;
    line-height: 1.5;
    transform: translateX(-500px);
    transition: all 1s ease;
    opacity: 0;
}
.banner_content .bnr_hdd{
    font-size: 42px;
}
.flex_btn {
    display: flex;
    flex-direction: row;
    grid-gap:20px;
}
.flex_btn a {
    padding: 10px;
}

.banner_content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 80%;
    line-height: 1.5;
    transform: translateX(-500px);
    transition: all 0.5s ease;
    opacity: 0;
}
.home_banner_wrapper .slick-active .banner_content .bnr_hd, 
.home_banner_wrapper .slick-active .banner_content p, 
.home_banner_wrapper .slick-active .banner_content .flex_btn a {
    transform: translateX(0px);
    opacity: 1;
}

.home_banner_wrapper .slick-dots {
    bottom: 50px;
}
.outline_btn {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    padding: 10px;
    width: 275px;
    text-align: center;
    color: #fff;
    /*background-color: #F69D1C;*/
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
    background: linear-gradient(135deg, #cf4949, #ff0000)
    /* border: 1px solid #F69D1C; */
}
.outline_btn:hover {
    background-color: #fff;
    color: #212121;
}

.about_section_wrapper {
    background-image: url('../images/bg_about2.jpg');
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 0;
    margin:0px 0px 0px 0;
    width:100%;
}
.about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}
.about_content{
    padding-left: 30px;
    text-align: left;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.about_content h2{
    padding-bottom: 20px;
    color:#cb212d;
}
.about_content p {
    /*color: #707070;*/
    font-weight: 500;
    margin: 0 0 20px 0;
}
.about_content .outline_btn {
    margin:25px 0 0 0;
    font-weight: 600;
}
.about_image {
    width: 100%;
    overflow: hidden;
}
.about_slider{
width:100%;
}

.about_slide{
width:100%;
}

.about_slide img{
width:100%;
height:420px;
object-fit:cover;
border-radius:20px;
display:block;
}

/* Prevent empty blue space */

.about_slider .slick-track{
display:flex;
}

.about_slider .slick-slide{
height:auto;
}

/* Optional Premium Shadow */

.about_slide{
position:relative;
}

.about_slide:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to top, rgba(0,0,0,0.2), transparent);
border-radius:20px;
}

.about_slider .slick-prev,
.about_slider .slick-next {
z-index: 2;
}

.about_slider .slick-prev {
left: 20px;
}

.about_slider .slick-next {
right: 20px;
}

.about_slider .slick-prev:before,
.about_slider .slick-next:before {
font-size: 30px;
}
.about_slider .slick-prev {
bottom: -40px;
padding: 12px;
width: 35px;
height: 35px;
background-color: #d94954a8;
border-radius: 50%;
}
.about_slider .slick-next {
padding: 12px;
width: 35px;
height: 35px;
background-color: #d94954a8;
border-radius: 50%;
}
.about_slider .slick-prev:before {
content: "\f104";
font-family: FontAwesome;
font-size: 25px;
position: absolute;
top: 5px;
left: 11px;
color: #fff;
height: 22px;
}
.about_slider .slick-next:before {
content: "\f105";
font-family: FontAwesome;
font-size: 25px;
position: absolute;
top: 5px;
right: 12px;
color: #fff;
height: 22px;
}

.fixed_div{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.icon_div a {
    display: flex; 
    color: #fff;
    font-size: 18px;
    align-items: center;
}
.icon_div a i {
    padding: 12px;
    line-height: 18px;
}
.fixed_flex .icon_div {
    border-radius: 5px 0 0 5px;
    transform: translateX(115px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixed_flex .icon_div.enquiry_icon {
    background-color:#b3ada3;
}
.fixed_flex .icon_div.phone_icon {
    /*background-color: #ecc892;*/
    background:linear-gradient(135deg, #cb1f2c, #e07981);
}
.fixed_flex .icon_div.whatsapp_icon {
    background-color: #00d370;
}
.fixed_flex .icon_div.phone_icon:hover {
    transform: translateX(0px);
}
.fixed_flex .icon_div.enquiry_icon:hover {
    transform: translateX(0px);
}
.fixed_flex .icon_div.whatsapp_icon:hover {
    transform: translateX(0px);
}
.icon_text {
    padding: 0 20px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size:14px;
    min-width: 108px;
}
.services_section_wrapper {
    width: 100%;
    background: #f8f8f8;
    padding-top: 30px;
}

.services_sec .service_slider {
    /*margin: 30px 0 0 0;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-top: 20px;
}

.service_slider .slick-list {
    padding: 0 0 30px 0;
}
.service_grid a {
    display: block;
    /*width: calc(100% - 60px);
    margin: 0 30px;*/
    outline: none;
    transition: 0.3s ease;
}
.service_grid a:hover {
    box-shadow: 1px 1px 15px 3px #0000002e;
}
.service_img img{
    max-width: 380px;
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.service_content {
    padding: 20px;
    border: 1px solid #efefef;
    /*height: 185px;*/
    height: 100px;
}
.service_content h3{
    margin: 0 0 10px 0;
}
.service_content p {
    /*color: #5b5b5b;*/
    font-weight: 500;
    margin: 0 0 10px 0;
}

.list_text_container {
    display: inline-block;
}
.list_text_item {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-right: 6%;
}
.list_text_item:nth-child(3){
    border-bottom:none;
}
.list_text_item_number {
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    float: left;
    padding: 10px 12px;
    font-size: 1.15385em;
    line-height: 1;
    color: #e9682e;
    white-space: nowrap;
}
.list_text_item_info {
    overflow: hidden;
    padding-left: 15px;
}
a.list_text_item_info_title {
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    color: #898989;
    margin-top: 0px;
    background: transparent;
}
a.list_text_item_info_title:hover{
    background: transparent;
    color: #f58220;
}
p.list_text_item_info_desc {
    font-size: 14px;
    line-height:180%;
    color: #949494;
    margin: 5px 0 8px;
}
.para_sec {
    color: #848484;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
    line-height: 180%;
    text-align: center;
}

.benefits-section{
max-width:100%;
margin:auto;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title h2{
    font-size:32px;
    color:#cb212d;
    margin-bottom:10px;
}

.section-title p{
    color:#000;
    font-size:15px;
}

.benefits-grid{
    display:grid;
    /*grid-template-columns:repeat(auto-fit,minmax(280px,1fr));*/
    grid-template-columns: repeat(3, 1fr);
    gap:25px;
}

.benefit-card{
background:#ffffff;
padding:25px;
border-radius:16px;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:0.3s ease;
position:relative;
overflow:hidden;
}

.benefit-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.benefit-icon{
width:50px;
height:50px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
margin-bottom:15px;
background: linear-gradient(135deg, #cf4949, #ff0000);
color:#fff;
}
.benefit-title{
    display:block;
    font-size:20px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:12px;
    line-height:1.3;
    position:relative;
    padding-bottom:10px;
}

.benefit-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:3px;
    border-radius:10px;
    background:linear-gradient(135deg,#cf4949,#ff0000);
}
.benefit-text{
font-size:15px;
color:#000;
line-height:1.6;
}

.benefit-card::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
 background: linear-gradient(135deg, #cf4949, #ff0000)
}

.cta_section_wrapper {
   /* background-image: url('../images/why_bg.jpg');
    background-blend-mode: multiply;
    background-color: rgb(0 0 0 / 60%);
    padding: 60px 0;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    background: #fff;
    padding: 40px 0px;
}
.cta_sec p{
    color: #fff;
}
.cta_sec h2 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0 30px 0;
}
.cta_sec .flex_btn{
    justify-content: center;
    padding: 20px 0 0 0;
}

.dark-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px 50px;
}

.dark-item{
    padding:18px 0;
    border-bottom:1px solid #adadad8a;
    transition:.3s ease;
}

.dark-item:hover{
    transform:translateX(6px);
}

.dark-item span{
    display:block;
    font-size:17px;
    color:#ffffff;
    margin-bottom:6px;
    font-weight:500;
}

.dark-item p{
    font-size:14px;
    color:#b0b0b0;
}

footer {
    width: 100%;
    background-color: #eee;
}
.main_footer {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.main_footer .grid_four {
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.footer_grid {
    width: 100%;
}
/*.footer_grid:nth-child(1) {
    display: grid;
    align-items: center;
}*/
.footer_grid h2 {
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
    position: relative;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
}
.footer_grid h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    /*background-color: #f69d1c;*/
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     background: linear-gradient(135deg, #cf4949, #ff0000)
}
.footer_grid img {
    max-width: 100%;
    width: 180px;
}
.quick_links li {
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    position: relative;
    border: 0;
}
.quick_links li:before {
    content: "\f105";
    font-family: "FontAwesome" !important;
    position: absolute;
    font-size: 18px;
    top: -2px;
    left: 0;
    color: #cb212d;
}
footer ul li:first-child {
    /*padding: 0 0 0 20px;*/
}
.quick_links li a, .address_section li a, .address_section li p {
    font-size: 16px;
    line-height: 1.6;
    color: #72747d;
    font-weight: 500;
}
.quick_links li a:hover {
    color: #cb212d;
    padding: 0 0 0 5px;
}
.address_section li {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 0 0 10px 0;
}
.address_section li i {
    font-size: 28px;
    color: #cb212d;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.address_section li a:hover {
    color: #cb212d;
}
.social_icons {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    border-top: 2px solid #999;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.social_icons li a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border: 2px solid #cb212d;
    border-radius: 50%;
    color: #fff;
    /*background-color: #f69d1c;*/
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     background: linear-gradient(135deg, #cf4949, #ff0000)
}
.social_icons li a:hover {
    color: #f1f1f1;
    background-color: #fff;
}
.copy_right_section {
    width: 100%;
    padding: 15px 0;
    /*background-color: #f69d1c;*/
     background: linear-gradient(135deg, #cf4949, #ff0000)
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
}
.copyright_div {
    display: block;
    width: 100%;
}
.copyright_div p {
    font-size: 15px;
    color: #fff;
}
.app_btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 0 0;
    max-width: 250px;
}
.app_btns a {
    height: fit-content;
    padding: 0;
}
.android_app, .apple_app {
    background-size: contain;
    transition: 0.3s ease;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.android_app {
    background-image: url('../images/logo.png');
    /*background-color: #6b0000;*/
}
.android_app:hover {
    /*background-color:#f69d1c;*/
}
.apple_app {
    background-image: url('../images/logo.png');
    /*background-color: #f69d1c;*/
}
.apple_app:hover {
    /*background-color: #f69d1c;*/
}


.contact_info {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-gap: 20px;
    padding-top: 20px;
}

.contact_info p {
    font-size: 22px;
    font-weight: 600;
    color: #6b0000;
}

.contact_info a {
    color: #6b0000;
}
.contact_info a:hover {
    color: #cb212d;
}

/*.footer_logo {
    display: grid;
    align-items: center;
}*/

.add_img_section {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 30px 0 0;
    max-width: 800px;
}

.addl_grid_two + .addl_grid_two {
    margin-top:50px;
}
.addl_grid_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    grid-gap: 50px;
    
}
.addl_page_banner {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: right;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.addl_page_banner {
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     background: linear-gradient(135deg, #cf4949, #ff0000);
    /*background: linear-gradient(270deg, rgb(107, 0, 0) -10.69%, rgb(107, 0, 0) 43.95%, rgba(107, 0, 0, 0.69) 50.67%, rgba(107, 0, 0, 0) 74.55%) center center / cover no-repeat, url(../images/bg_about.jpg);*/
    background:linear-gradient(270deg, #d49d29 -10.69%, #cb1f2c 0, #cb1f2c1a 34.67%, #f1850000 70.55%) center center / cover no-repeat, url(../images/applicant_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.banner_title {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.addl_page_banner h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-shadow: 0px 3px 4px #000;
}
.default_top {
    padding-top:133px;
}

.addl_page_style {
    padding: 40px 0px;
    background: #f7f7f7;
}
.addl_page_style .default_container {
    width: 100%;
    max-width: 1400px;
    padding: 0px 20px;
    margin: 0px auto;
}
.addl_page_style h2 {
    font-size: 20px;
    color: #cb212d;
    line-height: 1.4;
    margin: 0px 0px 15px;
}
.addl_page_style p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0px;
}
.addl_page_style p span, .addl_page_style li span {
    color:#000 ;
    font-size: inherit;
    font-weight: bold;
}

.addl_page_style ul.extra_margin, .addl_page_style ol.extra_margin {
    margin: 20px 0px 20px 50px;
}
.addl_page_style ol li + li {
    margin-top: 5px;
}
.addl_page_style ol li {
    list-style: auto;
}
.addl_page_style ul li {
    list-style: disc;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.addl_page_style p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.contact_us_banner {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: right;
    /*background: linear-gradient(to right,#951b81,#d12b78,#eb5b49,#f18500);*/
    /*background:linear-gradient(270deg, #f69d1cb5 -10.69%, #f69d1cb8 0, rgb(246 157 28 / 57%) 34.67%, rgba(110, 0, 0, 0.00) 70.55%) center center / cover no-repeat, url(../images/contact_bg.jpg);
    */
    background:linear-gradient(270deg, #d49d29 -10.69%, #cb1f2c 0, #cb1f2c1a 34.67%, #f1850000 70.55%) center center / cover no-repeat, url(../images/contactus_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_title {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.contact_us_banner h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0;
}


.contact_page_wrapper {
    width: 100%;
    padding: 150px 100px;
    margin: 0 auto;
}
.grid_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    width: 100%;
    padding: 100px 70px;
    border-radius: 50px;
    background: #F7F7F7;
    box-shadow: 0px 151.494px 214.885px -85.954px rgba(107, 0, 0, 0.05);
    position: relative;
}
.grid_two:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 25%;
    border-radius: 0 50px 50px 0;
    /*background-color: #6b0000;*/
    /* background: linear-gradient(135deg, #d49d29, #fddb5f); */
     background: linear-gradient(135deg, #cf4949, #ff0000)
}
.grid_left, .grid_right {
    width: 100%;
}
.enquiry_form {
    width: 100%;
}
.contact_title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}
formfield {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
}
formfield input {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    width: 100%;
    margin-bottom: 0;
}
formfield select{
      font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    width: 100%;
     margin-bottom: 0;
}

.select-wrap {
    position: relative;
}
.select-wrap select:focus{
    outline:none;
        border-color: #828282;
}
.select-wrap::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 12px;
}

.select-wrap select {
    width: 100%;
    padding: 12px 40px 12px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
formfield textarea {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    padding: 20px 20px;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    width: 100%;
}
formfield input:focus-visible, formfield textarea:focus-visible {
    border-color: #828282;
    outline: 0;
}
formfield .error{
    border-color: #ff0000;
}
 .checkbox-group {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 15px 0;
    }
.outline_btn {
   /* width: 100%;
    font-weight: 600;*/
}
#contact_status p{
    /*margin:0;*/
}
#contact_status{
    width: 100%;
    text-align: center;
    padding: 10px 0 10px;
    min-height: 37px;
}
.contact_details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0 0 50px 0;
        gap: 15px;
}
.contact_div {
    display: table;
    width: 100%;
}
.contact_div:nth-child(2) {
    padding: 0 0px;
}
.contact_div img {
    max-width: 24px;
    width: 100%;
    object-fit: contain;
    display: table;
    float: left;
}
.detail {
    display: table;
    width: calc(100% - 24px);
    float: left;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
}
.contact_div:nth-child(1) .detail p {
    word-break: break-word;
}
.detail p {
    font-size: 15px;
    color: #000;
}
.detail p:nth-child(1) {
    font-weight: 700;
} 
.detail p span {
    color:#72747d;
}
.detail p a {
    word-break: break-all;
    color: #72747d;
}
.detail p a:hover {
    color:#cb212d;
}
.opening_hour_wrapper {
    display: block;
    width: 100%;
}
.opening_hour_wrapper .contact_title {
    margin: 0 0 15px 0;
}
.opening_hour_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.opening_hour_time {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.4px;
}
.opening_hour_time:nth-child(2) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 50px;
}
.opening_hour_time span {
    display: inline-block;
    color: #6b0000;
    text-transform: capitalize;
}
.opening_hour_time:not(:last-child) span {
    text-transform: uppercase;
}

.map_section {
    width: 100%;
    height: 100%;
}
h2.title_secs{
    color: #cb212d;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
    font-size: 35px;
    text-align: center;
    width: 100%;
}
.why_malta_grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}
/*.malta_gal_box {
    grid-column: span 1;
}*/
/*.why_malta_grid .malta_gal_box:nth-last-child(-n+3) {
    justify-self: center;
    grid-column: span 2;
}*/
.why_malta_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

/* Top Row - 4 items */
.why_malta_grid .malta_gal_box:nth-child(-n+4){
    grid-column: span 3;
}

/* Bottom Row - 3 centered items */
.why_malta_grid .malta_gal_box:nth-child(5){
    grid-column: 2 / span 3;
}

.why_malta_grid .malta_gal_box:nth-child(6){
    grid-column: 5 / span 3;
}

.why_malta_grid .malta_gal_box:nth-child(7){
    grid-column: 8 / span 3;
}

/* MAIN CARD */
.b_packages {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* PREMIUM HOVER LIFT */
.b_packages:hover {
    /*transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
}

/* IMAGE WRAPPER */
.v_place_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/* IMAGE DEFAULT STATE */
.v_place_img img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;

    transform: scale(1);
    transition: transform 0.5s ease;
}

/* IMAGE ZOOM ON CARD HOVER */
.b_packages:hover .v_place_img img {
    transform: scale(1.08);
}

/* TEXT SECTION */
.b_pack {
    position: relative;
    background: #ffffff;
    padding: 10px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.b_pack h4 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.b_pack h4 a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

/* BAND (NUMBER BADGE) */
.band {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    bottom:85px;
    right: 10px;
    background: rgba(125, 127, 107, 0.85);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.band h2 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}


.gallery_section {
    padding: 30px;
}

.title_secs {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.gallery_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery_item {
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.gallery_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery_item:hover img {
    transform: scale(1.05);
}

/* ================= LIGHTBOX ================= */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);

    align-items: center;
    justify-content: center;
}

.lightbox img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 10px;
}

/* CLOSE BUTTON */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* NAV BUTTONS */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    padding: 10px;
}

.prev { left: 20px; }
.next { right: 20px; }
.gallery_us_banner {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: right;
    /*background: linear-gradient(to right,#951b81,#d12b78,#eb5b49,#f18500);*/
    /*background:linear-gradient(270deg, #f69d1cb5 -10.69%, #f69d1cb8 0, rgb(246 157 28 / 57%) 34.67%, rgba(110, 0, 0, 0.00) 70.55%) center center / cover no-repeat, url(../images/contact_bg.jpg);
    */
    background:linear-gradient(270deg, #d49d29 -10.69%, #cb1f2c 0, #cb1f2c1a 34.67%, #f1850000 70.55%) center center / cover no-repeat, url(../images/why_gal2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_title {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.gallery_us_banner h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.gallery_page_wrapper {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.disclaimer_us_banner {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: right;
    /*background: linear-gradient(to right,#951b81,#d12b78,#eb5b49,#f18500);*/
    /*background:linear-gradient(270deg, #f69d1cb5 -10.69%, #f69d1cb8 0, rgb(246 157 28 / 57%) 34.67%, rgba(110, 0, 0, 0.00) 70.55%) center center / cover no-repeat, url(../images/contact_bg.jpg);
    */
    background:linear-gradient(270deg, #d49d29 -10.69%, #cb1f2c 0, #cb1f2c1a 34.67%, #f1850000 70.55%) center center / cover no-repeat, url(../images/bg_about3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_title {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.disclaimer_us_banner h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.disclaimer_page_wrapper {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}
.privacy_us_banner {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: right;
    /*background: linear-gradient(to right,#951b81,#d12b78,#eb5b49,#f18500);*/
    /*background:linear-gradient(270deg, #f69d1cb5 -10.69%, #f69d1cb8 0, rgb(246 157 28 / 57%) 34.67%, rgba(110, 0, 0, 0.00) 70.55%) center center / cover no-repeat, url(../images/contact_bg.jpg);
    */
    background:linear-gradient(270deg, #d49d29 -10.69%, #cb1f2c 0, #cb1f2c1a 34.67%, #f1850000 70.55%) center center / cover no-repeat, url(../images/bg_about4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_title {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.privacy_us_banner h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.privacy_page_wrapper {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}
.disclaimer-page {
    padding: 60px 0;
    background: #fff;
}

.disclaimer-page .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.definitions {
    margin-bottom: 40px;
}

.definitions strong {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.definitions p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 20px;
    font-family: Georgia, serif;
}

.content-block p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

.content-block a {
    color: #cb1f2c;
    text-decoration: none;
    font-weight: 600;
}

.content-block a:hover {
    text-decoration: underline;
}

.disclaimer-list {
    margin: 20px 0;
    padding-left: 40px;
}

.disclaimer-list li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: #444;
    list-style: auto;
}


.mprp-process {
    padding: 80px 0;
    background: #f8f9fb;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.process-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}

.process-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #cb212d;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.process-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.process-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.process-card ul {
    margin: 15px 0;
    padding-left: 20px;
}

.process-card ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
}
.mprp-investment-conditions {
    padding: 60px 0;
    background: #f8fafc;
}

.mprp-investment-conditions .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.mprp-investment-conditions h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 40px;
    text-align: center;
}

.condition-item {
    background: #fff;
    padding: 24px 28px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}
.condition-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}
.condition-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 15px;
}

.condition-item p,
.condition-item li {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.condition-item ul {
    margin: 0;
    padding-left: 22px;
}

.condition-item li + li {
    margin-top: 12px;
}

.note-box {
    background: #fff7ed;
    border-left: 5px solid #f97316;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.note-box p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.note-box p:last-child {
    margin-bottom: 0;
}


.faq-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    position: relative;
}
.faq-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}
.faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 20px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    display: none;
    padding: 0 25px 25px;
    color: #555;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer h5 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.faq-answer ul {
    margin: 0;
    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 10px;
}


.citizenship-section {
    padding: 70px 0;
    background: #f8f9fb;
}

.citizenship-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 25px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.content-card::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}

.content-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.content-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #cf2e3b;
    border-radius: 10px;
}

.content-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin: 30px 0 15px;
}

.content-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 18px;
}

.content-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    list-style: none;
}

.content-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #cf2f3b;
    font-weight: 700;
}

.nrp-wrapper {
    max-width: 1000px;
    margin: auto;
}

.nrp-block {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 26px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.nrp-block::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}

.nrp-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b1320;
}

.nrp-text {
    margin: 0 0 12px 0;
}

.nrp-list {
    padding-left: 20px;
    margin: 10px 0 12px 0;
}

.nrp-list li {
    margin-bottom: 8px;
}

.tx-shell {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 16px;
}

.tx-panel {
    background: linear-gradient(135deg, #ffffff, #f9fbff);
    border: 1px solid #dde6f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.tx-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}
.tx-title {
    font-size: 23px!important;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1b2a41;
    /* border-left: 4px solid #4f7cff; */
    padding-left: 0;
}

.tx-para {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #3a3a3a;
}

.tx-para:last-child {
    margin-bottom: 0;
}
.tx-panel ul {
    margin: 15px 0;
    padding-left: 20px;
}
.tx-panel ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
    list-style: disc;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
}
.mb15{
    margin-bottom: 15px!important;
}
/* .ld-wrap {
    position: relative;
    width: 110px;
    margin: 15px 0px;
}
.ld-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.ld-current {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ld-flag {
    width: 18px;
    height: 12px;
    border-radius: 2px;
}

.ld-code {
    font-size: 13px;
    font-weight: 600;
    color: #1f2a37;
}

.ld-arrow {
    font-size: 10px;
    color: #6b7280;
}


.ld-menu {
    list-style: none;
    margin: 6px 0 0;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);

    position: absolute;
    width: 100%;
    display: none;
}

.ld-menu li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.2s;
}

.ld-menu li:hover {
    background: #f3f6ff;
}

.ld-menu img {
    width: 18px;
    height: 12px;
    border-radius: 2px;
}


.ld-wrap.active .ld-menu {
    display: block;
} */

.lang-dropdown {
    position: relative;
    list-style: none;
    width: 100px;
    cursor: pointer;
    border: 1px solid #aaa;
    background: #fff;
    top:-8px;
}

.selected,
.options li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
}

.selected img,
.options img {
    width: 20px;
    height: 15px;
    object-fit: cover;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.options.show {
    display: block;
}

.options li:hover {
    background: #f5f5f5;
}
.links-section {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-link {
    padding: 10px 18px;
    background: #cb1f2c;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-link:hover {
    background: #91151e;
    color: #fff;
     text-decoration: none;
}
.justify_content_center{
    justify-content: center;
}

.summary-section {
    /* max-width: 1100px;
    margin: 50px auto; */
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 23px;
}
.summary-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}
.summary-section h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 25px;
    font-weight: 600;
}

.programme-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #fff;
}

.programme-table thead th {
    background: #c41e1e;
    color: #fff;
    padding: 18px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.programme-table tbody tr {
    border-bottom: 1px solid #ececec;
    transition: 0.3s;
}

.programme-table tbody tr:hover {
    background: #faf7f7;
}

.programme-table td {
    padding: 22px 25px;
    font-size: 16px;
    color: #222;
    vertical-align: middle;
}

.programme-table td:last-child {
    font-weight: 600;
}

.tag {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    padding: 6px 12px;
    margin-right: 12px;
    background: #c41e1e;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
}
.common-benefits {
    /* max-width: 1100px;
    margin: 50px auto; */
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 23px;
}
.common-benefits::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf4949, #ff0000);
}
.common-benefits h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin: 30px 0 15px;
}
.common-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.common-benefits ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    list-style: none;
}
.common-benefits ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #cf2f3b;
    font-weight: 700;
}

.common-benefits p {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .process-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }

    .process-card h3 {
        font-size: 23px;
    }
    .summary-section h2{
        font-size: 23px;
    }
    .common-benefits h2{
        font-size: 23px;
    }
}


@media (max-width: 768px) {
    .mprp-investment-conditions {
        padding: 40px 0;
    }

    .mprp-investment-conditions h2 {
        font-size: 28px;
    }

    .condition-item {
        padding: 20px;
    }

    .condition-item h3 {
        font-size: 20px;
    }
     .citizenship-section {
        padding: 50px 0;
    }

    .content-card {
        padding: 25px;
    }

    .content-card h2 {
        font-size: 24px;
    }

    .content-card h3 {
        font-size: 20px;
    }

    .content-card p,
    .content-card ul li {
        font-size: 15px;
    }
    .nrp-block {
        padding: 18px;
    }

    .nrp-heading {
        font-size: 18px;
    }
    .tx-panel {
        padding: 18px;
    }

    .tx-title {
        font-size: 18px;
    }
    .programme-table th,
    .programme-table td {
        padding: 15px;
        font-size: 14px;
    }

    .tag {
        display: block;
        margin-bottom: 8px;
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .disclaimer-page {
        padding: 40px 0;
    }
    .content-block h2 {
        font-size: 32px;
    }
    .content-block p,
    .definitions p,
    .disclaimer-list li {
        font-size: 15px;
    }
    .table-responsive{
        border-radius: 25px;
    }
}


@media (max-width: 576px) {
    .mprp-process {
        padding: 60px 0;
    }
    .process-card {
        padding: 25px;
    }
    .section-title {
        font-size: 28px;
    }
}




