@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');

body {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::before,
::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

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

.btn {
    color: #ffffff;
    background-color: #ff8700;
    display: inline-block;
    border: #ff8700;
}

html {
    scroll-bAAICvior: smooth;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.btn:hover {
    color: #fff;
    background-color: #ff8700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.container {
    max-width: 1200px;
}

.min-vh-auto {
    min-height: auto !important;
}

.one--nav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.navfixed {
    /* padding: 5px 0 5px; */
    background-color: #fff;
    z-index: 15;
    box-shadow: 0px 10px 40px rgba(202, 202, 202, 0.2);
}

.one--nav .lo--cnt {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .5px;
    padding-top: 5px;
    font-family: 'PT Serif', serif;
}

.one--nav .lo--cnt span {
    color: #ff8700;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.rgstration {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.5s;
    background-color: #167fa6;
    border: 1px solid #167fa6;
    box-shadow: inset 0 0 0 #ffffff;
}

.rgstration:hover {
    background-color: #002436;
    border: 1px solid #002436;
    box-shadow: inset 0 70px 0 0 #002436;
    /* color: #ff8700; */
}

.header-bg_main {
    background: #f1f1f1;
    height: auto !important;
    width: 100%;
    position: relative !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

/* .header-bg_main:after {
    content: "";
    background: url(../images/breadcrumbright.png) no-repeat;
    position: absolute;
    bottom: 85px;
    right: 175px;
    width: 100px;
    height: 105px;
    background-size: cover;
} */

/* .header-bg_main:before {
    content: "";
    background: color-mix(in srgb, #000820, transparent 30%);
    position: absolute;
    inset: 0;
} */

/* @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -512px -512px; }
} */


.header-widget-pck {
    padding: 0 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #002436;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 7px 0px;
    margin-right: 30px;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link::before {
    background-color: #167fa6;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .3s ease;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link:hover {
    color: #167fa6;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus::before,
.navbar-dark .navbar-nav .nav-link:hover::before {
    transform: scaleX(1);
    /* color: #002436;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; */
}

.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    margin: 0;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #002436;
}

.navbar-toggler {
    padding: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: unset;
    height: unset;
}

.navbar-dark .navbar-toggler-icon span {
    background-color: #002436;
    display: block;
    float: left;
    height: 3px;
    width: 31px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.navbar-dark .navbar-toggler-icon span:nth-child(2) {
    width: 20px;
}

.navbar-dark .navbar-toggler-icon span:nth-child(3) {
    width: 16px;
    margin-bottom: 0;
}

.navbar-dark button:focus {
    outline: unset;
}

.ptop-4 {
    padding-top: 4rem !important;
}

.ptop-6 {
    padding-top: 4rem !important;
}

.fare-nav {
    box-shadow: 0 2px 5px #00000029,0 2px 10px #0000001f;
    color: #fff;
    background-color: #002436;
    height: 46px;
}

.fare-btn {
    background-color: #002436;
    color: #fff;
    padding: 11px 20px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
}

.fare-btn:hover,
.fare-btn.active {
    background-color: #167fa6;
}

.carousel-inner {
    max-height: 500px;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    background-color: rgba(0, 0, 0, 0.8); 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; 
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-family: "FontAwesome";
  font-size: 35px;
}

.carousel-control-prev-icon::after {
  content: "\f104";
}

.carousel-control-next-icon::after {
  content: "\f105"; 
}

.carousel-caption {
    background-color: rgba(0,52,77,.6);
    padding: 30px 40px;
    border-radius: 6px;
    width: 40%;
    text-align: start;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    bottom: unset;
}

.carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1;
    max-width: 450px;
    margin: 0;
}

.carousel-caption p {
    font-size: 1.5rem;
    font-weight: 200;
    padding-top: 20px;
    margin: 0;
}

.feature-area {
    padding: 60px 0;
}


.bottbut {
    font-size: 25px;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    border-radius: 0px;
}

.main-bx_pck {
    padding: 2rem 0;
}

.formmain-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
    /* border: #4a4a4a17 solid 15px; */
}

.formmain-box label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #2F2F2F;
}

.lgx-countdown-area {
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}

.formmain-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #152840;
    text-align: center
}

.formmain-box p {
    color: #152840;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.formmain-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.formmain-box .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.formmain-box .form-group i.fas,
.formmain-box .form-group i.far,
.formmain-box .form-group i.fab,
.formmain-box .form-group i.fa {
    position: absolute;
    margin-left: 10px;
    font-size: 16px;
    color: #525252;
    top: 50%;
    transform: translateY(-50%);
}

.formmain-box .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    color: #7b7878;
    padding: 13px 13px 13px 36px;
}

.formmain-box .form-group select.form-control {
    padding-left: 10px;
}

.formmain-box .form-group .form-control:focus {
    background: rgba(255, 255, 255, .7);
    color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formmain-box .form-group textarea.form-control {
    height: auto !important;
}

.formmain-box .form-group select.form-control {
    padding-left: 30px;
}

.formmain-box .btnprimaryform {
    background-color: #548300;
    border: 1px solid #548300;
    box-shadow: inset 0 0 0 #fff;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 60px;
    display: block;
    transition: all 0.5s;
}

/* .formmain-box .btnprimaryform:hover {
    background-color: #003b6d;
    border: 1px solid #003b6d;
    box-shadow: inset 0 70px 0 0 #003b6d;
    color: #ff8700;
} */

.formmain-box .tab-content {
    padding-top: 15px;
}

.formmain-box .nav-pills .nav-link {
    border: 1px solid transparent;
    font-size: 16px;
    color: #0a0a0a;
    border-radius: 0px;
    background: #f1f1f1c7;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 0 10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.formmain-box .nav-pills .nav-link.active {
    color: #fff;
    background-color: #ff8700;
    border-color: #ff8700;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.subtitle-box h3 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.subtitle-box h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
    text-shadow: 1px 3px 2px rgb(0 0 0);
}

.subtitle-box h4 {
    color: #ff8700;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.subtitle-box p,
.subtitle-box p span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px 0 20px;
    font-family: 'PT Serif', serif;
}

.subtitle-box p span {
    width: 100%;
    padding-left: 4%;
}

.subtitle-box p i.fas,
.subtitle-box p i.far {
    color: #ff8700;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 8px;
}

/* #lgx-countdown span {
    font-family: 'Raleway', sans-serif
} */

#lgx-countdown {
    margin-top: -42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#lgx-countdown span {
    text-align: center;
    font-size: 4.8rem;
    line-height: 8.2rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    letter-spacing: .16rem;
    position: relative;
    bottom: -15px
}

/* #lgx-countdown span:last-child {
    margin-right: 0
} */

#lgx-countdown i {
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

#lgx-countdown .lgx-days {
    color: #ff8700;
}

#lgx-countdown .lgx-hr {
    color: #ff8700;
}

#lgx-countdown .lgx-min {
    color: #ff8700;
}

#lgx-countdown .lgx-sec {
    color: #ff8700;
}

.aboutus-sctn-box {
    padding: 40px 0px;
    position: relative;
}

.aboutus-sctn-box .service-right {
    position: absolute;
    top: 0;
    right: 0;
}

.aboutus-sctn-box .post-thumb img {
    border-radius: 25px;
}

@media (max-width: 991px) {
    .aboutus-sctn-box .post-thumb img {
        margin-bottom: 20px;
    }
}

.main-heding {
    color: #002436;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.main-heding span {
    border-bottom: #333 solid 2px;
}

.main-pra {
    color: #525252;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

/* .whyabout-pck .main-heding {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
} */

.aboutbox-pck {
    padding: 15px 0 15px;
}

.aboutbox-pck figure img {
    float: left;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    object-fit: cover;
    shape-outside: circle();
    margin: 10px 20px 10px 0px;
    border: #ff8700 solid 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.whyabout-pck {
    margin: 60px 0 60px;
}

.navbar-brand img {
    width: 240px;
}

.bg-2 {
    background-color: #f2f6f7;
}


.whyabout-pck h3 {
    color: #002436;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
    /* text-transform: uppercase;
    font-family: 'Raleway', sans-serif; */
}

.whyabout-pck p {
    margin-bottom: 14px;
    color: #525252;
    line-height: 33px;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
}

.informating-main {
    padding: 15px 0 15px;
}

.housing-pck-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-pck {
    background: #FFF;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.service-pck figure {
    position: relative;
    overflow: hidden;
}

.service-pck img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 15px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-pck:hover img {
    transform: scale(1.1);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service-pck h3 {
    color: #333;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

.service-pck p {
    color: #525252;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    text-align-last: center;
}

.eventform-box,
.eventsecton-box {
    background-color: #ffffff;
    padding: 30px 30px;
    margin-bottom: 40px;
    height: 100%;
    min-height: auto !important;
    border: dashed 2px #ccc;
}

.eventform-box form {
    text-align: center;
}

.eventform-box form h4 {
    color: #333;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-bottom: #333 solid 2px;
    margin-bottom: 16px;
    font-family: 'PT Serif', serif;
}

.eventform-box .form-group {
    margin-bottom: 15px;
}

.eventform-box .form-group .form-control {
    background: #ffffff;
    border: none;
    border-bottom: #bebebe solid 1px;
    border-radius: 0;
    color: #262626;
    font-size: 18px;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.eventform-box .form-group .form-control:focus {
    border: #bebebe solid 1px;
    border-radius: 0;
    padding: 5px;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.eventsecton-box {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 5.5rem;
}

.eventsecton-box figure img {
    width: 80px;
}

.eventsecton-box h3 {
    color: #333;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.eventsecton-box h3 .far,
.eventsecton-box h3 .fas {
    color: #ff8700;
    font-size: 26px;
    margin-right: 4px;
}

.eventsecton-box p {
    color: #525252;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.eventsecton-box a {
    color: #ff8700;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'PT Serif', serif;
}

.eventsecton-box a:hover {
    color: #1c7ca0;
    border-bottom: #1c7ca0 dotted 1px;
}

.sendnowb {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.shedulevntpbox-main {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shedulevntpbox-crd {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shedulevntpbox-crdinr {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
}

.shedulevntpbox-crd:hover .shedulevntpbox-crdinr {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.shedulevntpbox-crdfrnt,
.shedulevntpbox-crdbck {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.shedulevntpbox-crdfrnt {
    background-color: #fff;
    padding: 55px 15px 55px;
    box-shadow: #e0e0e0 0px 0px 5px 1px;
}

.shedulevntpbox-crdbck {
    background-color: #ff8700;
    transform: rotateY(180deg);
    padding: 30px 15px 30px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.starline {
    letter-spacing: -3.2px;
    color: #ff8700;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rating-heading {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.rate-heading {
    color: #333;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.rate-heading sup {
    color: #525252;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    margin-right: -7px;
}

.rate-pra {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: center;
}

.footer-main {
    background-color: #002436;
    position: relative;
}

/* .footer-main::before {
    content: "";
    background: url(../images/breadcrumbright.png) no-repeat;
    position: absolute;
    top: 50px;
    left: 20px;
    width: 100px;
    height: 105px;
    background-size: cover;
}

.footer-main::after {
    content: "";
    background: url(../images/footer-right.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 393px;
    height: 334px;
    background-size: cover;
} */

.footer-main .footer-above {
    position: relative;
    margin: 0;
    padding: 60px 0 0;
}

.footer-main .footer-above .border-r {
    border-right: 1px solid #fff;
}

.footer-main .footer-above .matter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}

@media (max-width: 991px) {
    .footer-main .footer-above .matter {
        justify-content: center;
        gap: 20px;
    }
}

.footer-main .footer-above .matter p {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.footer-main .footer-top {
    position: relative;
    margin: 0;
    padding: 40px 0 30px;
}

.footer-main .footer-widget .footer-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 40px;
}

.footer-main .footer-widget .footer-title:before {
    content: "";
    background: #167fa6;
    width: 30px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -80%;
}

.footer-main .footer-widget p {
    color: #b7b7b7;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}

.footer-main .footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-main .footer-widget ul li {
    margin: 0 0 20px;
}

.footer-main .footer-widget ul li i {
    color: #b7b7b7;
}

.footer-main .footer-widget ul li:last-child {
    margin: 0;
}

.footer-main .footer-widget ul li a {
    color: #b7b7b7;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-bottom: 5px;
}

.footer-main .footer-widget ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: all 0.5s ease-in-out;
}

.footer-main .footer-widget ul li a:hover {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.footer-main .footer-widget ul li a:hover::before {
    width: 100%;
}

.footer-main .footer-contact-info .footer-address {
    margin-bottom: 20px;
    display: flex;
}

.footer-main .footer-contact-info .footer-address span {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #ff8700;
    color: #ffffff;
    font-size: 20px;
    border-radius: 4px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer-main .footer-contact-info .footer-address .addr-info {
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer-main .footer-contact-info .footer-address .addr-info a {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-main .footer-bottom {
    background: #002436;
    position: relative;
    margin: 0;
    padding: 10px 0 40px;
}

.footer-main .footer-bottom .copyright .image {
    text-align: center;
}

.footer-main .footer-bottom .copyright .icon {
    text-align: center;
    margin-top: 20px;
}

.footer-main .footer-bottom .copyright .icon .social-media-list {
    display: flex;
    justify-content: center;
}

.footer-main .footer-bottom .copyright .icon .social-media-list li {
    margin-right: 7px;
}

.footer-main .footer-bottom .copyright .icon .social-media-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.footer-main .footer-bottom .copyright .icon .social-media-list li a:hover {
    background-color: #fff;
}

.footer-main .footer-bottom .copyright .icon .social-media-list li a:hover i {
    color: #002436;
}


.footer-main .footer-bottom .copyright p {
    text-align: center;
    color: #b7b7b7;
}

.footer-main .footer-bottom .copyright .copyright-text p {
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.evntcount-aira {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.eventcunt-pck {
    color: #333;
    position: relative;
    text-align: center;
}

.eventcunt-pck .event-counter {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 3.9rem;
    font-weight: 900;
    margin-bottom: .235rem;
    color: #333;
}

.eventcunt-pck small {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
}

.eventcunt-pck i.fas,
.eventcunt-pck i.far {
    color: #ff8700;
    font-size: 5.3rem;
    margin-bottom: 5px;
}

.registration-main-aria .modal-header {
    border-bottom: 0;
}

.registration-main-aria .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-body {
    margin-top: -40px;
}

.registration-main-aria .modal-body h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #152840;
    margin-bottom: 2px;
    text-align: center;
}

.registration-main-aria .modal-body p {
    color: #152840;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.registration-main-aria .modal-body .form-group {
    margin-bottom: 15px;
}

.registration-main-aria .modal-body .form-group i.fas,
.registration-main-aria .modal-body .form-group i.far {
    position: absolute;
    margin: 15px 10px;
    font-size: 16px;
    color: #525252;
}

.registration-main-aria .modal-body .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-body .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    background: rgb(255, 255, 255);
    color: #7b7878;
    padding-left: 32px;
}

.registration-main-aria .modal-body .form-group .form-control:focus {
    background: rgba(255, 255, 255, .7);
    color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registration-main-aria .modal-body .form-group select.form-control,
.registration-main-aria .modal-body .form-group textarea.form-control {
    padding-left: 10px;
}

.registration-main-aria .btnprimaryform {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-content .modal-header .close {
    z-index: 1;
}

.housing-pck-box .service-pck .ullist {
    margin: 0;
    padding: 0 6px;
    margin-bottom: 15px;
}

.housing-pck-box .service-pck .ullist li {
    position: relative;
    list-style: none;
    padding: 5px 0 10px 20px;
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 22px;
    color: #000 !important;
}

.housing-pck-box .service-pck .ullist li::before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px/1 FontAwesome;
    content: "\f192";
    color: #ff8700;
}

figure.figurebox {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
}

figure.figurebox .inlineimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.informating-main .formmain-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.formmain-box .form-group .fa-home {
    top: -4px;
}

.cardrondbx {
    overflow: hidden;
    width: 100%;
    padding: 18px;
    border: #dee2e6 solid 1px;
    border-radius: 0rem;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}


.cardrondbx .squareicon {
    width: 60px;
    height: 60px;
    color: #ff8700;
    font-size: 1.75rem;
    border-radius: 50%;
    background: #f7f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cardrondbx h4 {
    color: #16203a;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.cardrondbx p {
    color: #3f3f3f;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 6px;
    text-align: left;
}

.cardrondbx p span {
    color: #333;
    font-weight: 700;
    font-size: 30px;
}

.greetwelcome-box {
    padding: 20px 0 20px;
}

.greetwelcome-box p {
    color: #696969;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

.info-item {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.info-item i {
    color: #ff8700;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #ff8700, transparent 40%);
}

.info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
}

.info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #ff8700;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 19px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, #ff8700, transparent 20%);
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #ff8700;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hero__title {
    -webkit-text-stroke: 1px #fff;
    color: transparent !important;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: -1050px 0;
    animation: backcolor 4s linear infinite alternate;
    text-shadow: unset !important;
    letter-spacing: 3px;
}

@keyframes backcolor {
    100% {
        background-position: 0 0;
    }
}

.box-shadowz {
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}

.middle-about {
    position: relative;
    padding: 0px 75px;
}

.middle-about .shape-1 {
    position: absolute;
    z-index: -1;
    top: -65px;
    right: 0px;
}

.middle-about .shape-1 img {
    height: 530px;
}

.middle-about .image img {
    border-radius: 50%;
}

.main-about {
    padding: 20px 0;
    background-color: #f2f6f7;
}

.explore-main h2 {
    color: #ff8700;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.train-class {
    background: #fff;
    /* padding: 15px; */
}
.train-class .text {
    padding: 40px 25px;
    min-height: 220px;
}

.train-class h2 {
    font-size: 25px;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.train-class p {
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 60px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: #fff;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #167fa6;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
    color: #167fa6;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
    color: #167fa6;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #167fa6;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }


.contact-section {
    position: relative;
    padding: 90px 0;
    background: #f7fafc;
}
.contact-section .contact-info-area {
    margin-bottom: 70px;
}
.single-contact-info {
    text-align: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.single-contact-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00519f;
    transform: scaleX(0);
    transition: 0.4s;
}
.single-contact-info:hover::before {
    transform: scaleX(1);
}
.single-contact-info:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}
.single-contact-info i {
    font-size: 22px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgba(0,81,159,0.08);
    color: #00519f;
    border-radius: 50%;
    margin-bottom: 18px;
    transition: 0.3s;
}
.single-contact-info:hover i {
    background: #00519f;
    color: #fff;
}
.single-contact-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1c1c1c;
}
.single-contact-info a {
    color: #6b7280;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6;
    transition: 0.3s;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
.single-contact-info:hover a {
    color: #00519f;
}
.form-info-area {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.form-info-area img {
    border-radius: 14px;
    height: 100%;
    object-fit: cover;
}
.form-info-area h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #002436;
}
.input-block {
    margin-bottom: 18px;
}
.input-block label {
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
}
.input-block .form-control {
    background: #f9fbfd;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    transition: all 0.25s ease;
    height: 48px;
}
textarea.form-control {
    height: 130px !important;
    resize: none;
}
.form-control:focus {
    border-color: #00519f;
    box-shadow: 0 0 0 3px rgba(0,81,159,0.1);
    background: #fff;
}
.contact-btn {
    background: #00519f;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    letter-spacing: .4px;
}
.contact-btn:hover {
    background: #003e7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,81,159,0.25);
}
@media (max-width: 991px) {
    .contact-section {
        padding: 40px 0;
    }
    .contact-section .contact-info-area {
        margin-bottom: 40px;
    }
    .single-contact-info {
        margin-bottom: 20px;
    }
    .form-info-area {
        padding: 25px;
    }
    .form-info-area img {
        height: 300px;
        width: 100%;
        margin-bottom: 20px;
    }
    .form-info-area h1 {
        font-size: 28px;
    }
}


.we-offer .wrap-box {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 0.375rem;
  border: 1px solid #134686;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}
.we-offer .wrap-box .icon {
  margin-bottom: 1rem;
}
.we-offer .wrap-box .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0a152f;
}
.we-offer .wrap-box p {
  color: #333333;
  font-size: 0.875rem;
  line-height: 2;
}


.cta-banner {
  position: relative;
  z-index: 1;
}
.cta-banner .cta-img {
    border-radius: 0.375rem 0px 0px 0.375rem;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cta-banner .cta-content {
  background: #134686;
  height: 100%;
  padding: 73px 20px;
  border-radius: 0px 0.375rem 0.375rem 0px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-banner .cta-content .title {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-banner .cta-content .desc {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
    .cta-banner .cta-img {
        border-radius: 0.375rem 0.375rem 0px 0px;
        min-height: 250px;
    }
  .cta-banner .cta-content {
    border-radius: 0px 0px 0.375rem 0.375rem;
    padding: 35px 0;
  }
}


.breadcrumb-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/breadcrumb.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
}
.breadcrumb-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    left: 0;
    top: 0;
    z-index: -1;
}
.breadcrumb-area .breadcrumb-content {
    width: 30%;
    border-radius: 0.375rem;
    margin: auto;
    backdrop-filter: blur(2px) saturate(180%);
    margin-bottom: 2rem;
}
.breadcrumb-area .breadcrumb-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 0 0 0;
}
.breadcrumb-area .breadcrumb-content ul {
    padding-left: 0;
    list-style-type: none;
    padding: 12px 0 1rem 0;
    margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
    color: #167fa6;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    margin-right: 30px;
    font-weight: 600;
}
.breadcrumb-area .breadcrumb-content ul li:last-child {
    margin-right: 0px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -25px;
    top: 0px;
}
.breadcrumb-area .breadcrumb-content ul li:last-child:before {
    display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
    display: inline-block;
    color: #ffffff;
    transition: 0.4s;
}
@media (max-width: 991px) {
    .breadcrumb-area {
        min-height: 300px;
    } 
    .breadcrumb-area .breadcrumb-content {
        width: 100%;
    }
}

.thankyou-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}
.thankyou-card i {
    font-size: 80px;
    color: #28a745;
}
.thankyou-card h3 {
    color: #16203a;
    font-weight: 600;
}
.thankyou-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.service {
    padding: 70px 0;
    background: #f4f7fb;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #16203a;
    margin-bottom: 10px;
}
.section-title p {
    color: #666;
    font-size: 16px;
}
.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    height: 100%;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.service-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #16203a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-card .icon i {
    color: #fff;
    font-size: 28px;
}
.service-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #16203a;
    margin-bottom: 15px;
}
.service-card p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.pass-section {
    padding: 70px 0;
    background: #f4f7fb;
}
.pass-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}
.pass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.pass-card.horizontal {
    text-align: left;
}
.pass-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px;
    background: #16203a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pass-icon i {
    color: #fff;
    font-size: 26px;
}
.pass-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #16203a;
    margin-bottom: 12px;
}
.pass-card p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}
.pass-policy {
    background: #16203a;
    color: #fff;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
}
.pass-policy h5 {
    font-weight: 700;
    margin-bottom: 10px;
}


.auto-train-section {
    padding: 70px 0;
    background: #f4f7fb;
}
.auto-train-banner {
    position: relative;
    background: url('../images/auto-train.jpg') center/cover no-repeat;
    border-radius: 14px;
    overflow: hidden;
    padding: 70px 50px;
}
.auto-train-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(22,34,65,0.92),
        rgba(22,34,65,0.75)
    );
}
.auto-train-banner .row {
    position: relative;
    z-index: 2;
}
.auto-content {
    color: #fff;
}
.auto-content .tag {
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}
.auto-content h2 {
    font-weight: 800;
    margin-bottom: 18px;
}
.auto-content p {
    opacity: 0.95;
    line-height: 1.7;
}
.auto-offer-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.auto-offer-card h3 {
    color: #162241;
    font-weight: 700;
    margin-bottom: 12px;
}
.auto-offer-card p {
    color: #555;
}
.offer-highlight {
    margin-top: 18px;
    font-weight: 600;
    color: #162241;
}
.offer-highlight i {
    margin-right: 8px;
}
.comfort-box {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.comfort-box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #162241;
}
.comfort-box p {
    max-width: 850px;
    margin: auto;
    line-height: 1.8;
    color: #555;
}
@media (max-width: 991px) {
    .auto-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .auto-train-section {
        padding: 40px 0;
    }
    .auto-train-banner {
        padding: 40px 20px;
    }
    .comfort-box {
        padding: 20px;
    }
}


.roomette-section {
    padding: 80px 0;
}
.roomette-wrapper {
    background: #ffffff;
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}
.roomette-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.roomette-image img {
    width: 100%;
    border-radius: 16px;
    transition: transform 0.6s ease;
}
.roomette-image:hover img {
    transform: scale(1.05);
}
.roomette-content h2 {
    font-weight: 800;
    color: #162241;
    margin-bottom: 15px;
}
.roomette-content p {
    color: #555;
    line-height: 1.8;
}
.section-tag {
    display: inline-block;
    background: #e8f0ff;
    color: #134686;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 600;
}
.roomette-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.roomette-features li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.roomette-features i {
    color: #134686;
    margin-right: 8px;
}
@media (max-width: 991px) {
    .roomette-image {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .roomette-section {
        padding: 40px 0;
    }
    .roomette-wrapper {
        padding: 20px;
    }
}


.baggage-section {
    padding: 80px 0;
    background: #f6f9fc;
}
.section-header h2 {
    font-weight: 800;
    color: #162241;
    margin-bottom: 10px;
}
.section-header p {
    max-width: 700px;
    margin: auto;
    color: #666;
    margin-bottom: 50px;
    line-height: 1.7;
}
.feature-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.feature-img {
    margin-bottom: 20px;
}
.feature-img img {
    border-radius: 50%;
    border: 4px solid #eef3ff;
}
.feature-card h4 {
    font-weight: 700;
    color: #134686;
    margin-bottom: 12px;
}
.feature-card p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 991px) {
    .feature-card {
        margin-bottom: 20px;
        height: auto;
    }
}
@media (max-width: 575px) {
    .baggage-section {
        padding: 40px 0;
    }
}


.footer-modern {
    background: #081c2b;
    color: #cfd8dc;
    font-size: 15px;
}
.footer-cta {
    background: linear-gradient(135deg,#134686,#0b2f55);
    padding: 40px 0;
    color: #fff;
}
.cta-box h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.newsletter-box form {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.newsletter-box input {
    flex: 1;
    padding: 12px 15px;
    border-radius: 6px;
    border: none;
}
.newsletter-box button {
    background: #ff8700;
    border: none;
    padding: 12px 22px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: .3s;
}
.newsletter-box button:hover {
    background: #ff6a00;
}
.footer-main-area {
    padding: 70px 0 50px;
}
.footer-widget h5 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 40px;
}
.footer-widget h5:before {
    content: "";
    background: #167fa6;
    width: 30px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -80%;
}
.footer-about {
    margin-top: 20px;
    line-height: 1.7;
    text-align: justify;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-links i {
    color: #cfd8dc;
    margin-right: 6px;
}
.footer-links a {
    color: #cfd8dc;
    text-decoration: none;
    transition: .3s;
}
.footer-links a:hover {
    color: #ff8700;
    padding-left: 5px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
}
.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.social-icons {
    display: flex;
    list-style: none;
    gap: 12px;
    margin: 0;
}
.social-icons a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    color: #fff;
    transition: .3s;
}
.social-icons a:hover {
    background: #ff8700;
}
@media (max-width: 991px) {
    .footer-links {
        gap: 20px;
    }
}
@media (max-width: 575px) {
    .footer-bottom-wrap {
        justify-content: center;
    }
    .footer-bottom-wrap p {
        font-size: 13px;
    }
}
/* end */