
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Titillium+Web:400,700&display=swap");

body {
  font-family: "Lato", sans-serif;
  color: #545454;
  line-height: 1.8;
  font-size: 17px;
}

/* Default CSS Start */
img {
  max-width: 100%;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

h3 {
  font-weight: 600;
  color: #0b143c;
  font-size: 22px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}


.cll_btn {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

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

.section-title span {
  font-size: 20px;
  color: #ed6225;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b143c;
  margin-bottom: 15px;
}

/* New Gradient Pricing Card */
.vy-new-card {
    position: relative;
    padding: 40px 25px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #101541, #f0642b);
    overflow: hidden;
    transition: 0.3s ease;
}

.vy-new-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Soft Background Circles */
.vy-new-card::before,
.vy-new-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

.vy-new-card::before {
    width: 180px;
    height: 180px;
    top: -40px;
    left: -40px;
}

.vy-new-card::after {
    width: 220px;
    height: 220px;
    bottom: -80px;
    right: -80px;
}

/* Plan Title */
.vy-plan-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Main Price (Big One) */
.vy-main-price {
    margin-bottom: 15px;
}

.vy-main-price .vy-price {
    font-size: 48px;
    font-weight: 700;
}

.vy-main-price .vy-duration {
    font-size: 18px;
    opacity: 0.9;
}

/* Weekly & Monthly */
.vy-sub-price {
    margin-bottom: 10px;
}

.vy-sub-price .vy-price {
    font-size: 32px;
    font-weight: 600;
}

.vy-sub-price .vy-duration {
    font-size: 16px;
    opacity: 0.9;
}

/* Space Size */
.vy-space-size {
    font-size: 15px;
    opacity: 0.9;
}

/* Reserve Button */
.vy-reserve-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.vy-reserve-btn:hover {
    background: #f2f2f2;
}








/*----------  Blog Details Page Two CSS Start ----------*/
.page-title.title-bg-7 {
  background-image: url(../img/page-bg/7.jpg);
}

.blog-details-area .blog-post-area .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-area .blog-post-area .blog-details-img img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-area .blog-post-area h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b143c;
}

.blog-details-area .blog-post-area p {
  margin-bottom: 15px;
}

.blog-details-area .blog-post-area ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.blog-details-area .blog-post-area ul li {
  list-style: none;
  color: #0b143c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-details-area .blog-post-area .post-img {
  margin-top: 15px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-details-area .blog-post-area .post-img img {
  border-radius: 10px;
}

.blog-details-area .blog-sidebar .blog-search {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}

.blog-details-area .blog-sidebar .blog-search form {
  position: relative;
}

.blog-details-area .blog-sidebar .blog-search form input {
  width: 100%;
  height: 50px;
  padding: 20px;
  background: #ddd;
  border: 0;
  border-radius: 5px;
}

.blog-details-area .blog-sidebar .blog-search form input:focus {
  border: 1px solid #0b143c;
  outline: 0;
}

.blog-details-area .blog-sidebar .blog-search form ::-webkit-input-placeholder {
  color: #0b143c;
}

.blog-details-area .blog-sidebar .blog-search form :-ms-input-placeholder {
  color: #0b143c;
}

.blog-details-area .blog-sidebar .blog-search form ::-ms-input-placeholder {
  color: #0b143c;
}

.blog-details-area .blog-sidebar .blog-search form ::placeholder {
  color: #0b143c;
}

.blog-details-area .blog-sidebar .blog-search form button {
  position: absolute;
  top: 4px;
  right: 2px;
}

.blog-details-area .blog-sidebar .blog-search form button i {
  color: #0b143c;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #dddddd;
}

.blog-details-area .blog-sidebar .blog-search form button i:hover {
  background: #0b143c;
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-widget {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-area .blog-sidebar .blog-widget h3 {
  padding: 20px;
  color: #ffffff;
  background: #0b143c;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}

.blog-details-area .blog-sidebar .blog-widget .post-item {
  padding: 20px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
}

.blog-details-area .blog-sidebar .blog-widget .post-item a {
  float: left;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info {
  padding-left: 100px;
  padding-top: 10px;
  line-height: 1;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info time {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info h2 a {
  font-size: 16px;
  color: #545454;
  font-weight: 600;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info h2 a:hover {
  color: #ed6225;
}

.blog-details-area .blog-sidebar .blog-widget .post-item:last-child {
  border-bottom: 0;
}

.blog-details-area .blog-sidebar .blog-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-area .blog-sidebar .blog-widget ul li {
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 1px inset;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-details-area .blog-sidebar .blog-widget ul li a {
  color: #545454;
}

.blog-details-area .blog-sidebar .blog-widget ul li a i {
  font-weight: 600;
}

.blog-details-area .blog-sidebar .blog-widget ul li:last-child {
  border-bottom: 0px solid #0b143c;
}

.blog-details-area .blog-sidebar .blog-widget ul li:hover {
  background: #ed6225;
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-widget ul li:hover a {
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-tags ul {
  padding: 20px;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-area .blog-sidebar .blog-tags ul li {
  display: inline-block;
  padding: 0;
  border-bottom: 0;
}

.blog-details-area .blog-sidebar .blog-tags ul li:hover {
  background: transparent;
}

.blog-details-area .blog-sidebar .blog-tags ul li a {
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: 1px dashed #dddddd;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #545454;
  padding: 5px 15px;
}

.blog-details-area .blog-sidebar .blog-tags ul li a:hover {
  background: #ed6225;
  color: #ffffff;
}

/*----------  Blog Details Page Two CSS End ----------*/


/* Glass Pricing Card */
.vy-glass-card {
    width: 320px;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    position: relative;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);

    color: #fff;
    transition: 0.3s ease;
    overflow: hidden;
}

.vy-glass-card:hover {
    transform: scale(1.03);
}

.vy-glass-header {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.vy-glass-content h3 {
    font-size: 24px;
    margin: 12px 0;
}

.vy-glass-content h3 span {
    font-size: 14px;
    opacity: 0.8;
}

.vy-glass-content p {
    font-size: 14px;
    margin: 18px 0;
    opacity: 0.9;
}

.vy-glass-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    background: linear-gradient(to right, #ff7eb3, #ff758c);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.vy-glass-btn:hover {
    opacity: 0.85;
}

/* Unique Abstract Glass Shapes */
.vy-glass-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    top: -30px;
    right: -30px;
    background: rgba(255, 255, 255, 0.06);
    transform: rotate(45deg);
}

.vy-glass-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -20px;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(25deg);
}

/* Responsive */
@media(max-width: 576px) {
    .vy-glass-card {
        width: 100%;
    }
}


/* Youtube Popup Butoon */
.mfp-iframe-holder .mfp-close {
  top: -45px;
  width: 45px;
  right: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 0;
  border: 2px solid red;
  background: transparent;
}

/* Default CSS End */
/*---------- Home Page One CSS Start ----------*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #ed6225;
  color: #ffffff;
}

/* Header CSS Start */
.navbar-area .mean-container a.meanmenu-reveal span {
  height: 4px;
  margin-top: -6px;
  border-radius: 3px;
  position: relative;
  top: 8px;
}

.header-area {
  background: #0b143c;
  padding: 10px 0 10px;
}

.header-area .header-left ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-area .header-left ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  position: relative;
}

.header-area .header-left ul li a {
  color: #ffffff;
}

.header-area .header-left ul li a i {
  color: #ed6225;
  margin-right: 6px;
  display: inline-block;
}

.header-area .header-right {
  text-align: right;
}

.header-area .header-right .header-social {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.header-area .header-right .header-social li {
  list-style: none;
  display: inline-block;
}

.header-area .header-right .header-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 0 0 14px;
}

.header-area .header-right .header-social li a i:hover {
  color: #ed6225;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav {
  position: unset;
  background: #ffffff;
  padding: 15px 0;
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: #2c2c2c;
  text-transform: capitalize;
  padding: 5px 0;
  margin: 0 0 0 40px;
  font-weight: 600;
  font-size: 24px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
  color: #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  top: 80px;
  border-top: 2px solid #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ed6225;
  left: 35px;
  top: -20px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #2c2c2c;
  text-transform: capitalize;
  padding: 20px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0s;
  transition: 0s;
  margin: 0;
  border-bottom: 1px dashed #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .active {
  color: #ed6225;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child a {
  border-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 60px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #ed6225;
  top: -1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: '\ea99';
  font-family: icofont;
  margin-left: 0;
  vertical-align: 0;
  border: 0;
  font-size: 16px;
  right: -5px;
  position: relative;
  top: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-slider {
  position: relative;
}

.banner-slider .banner-item {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 800px;
  z-index: 0;
}

.banner-slider .banner-item::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0) -30%, black 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-slider .banner-item .banner-text {
  text-align: center;
  max-width: 860px;
  margin: auto;
  padding-bottom: 100px;
}

.banner-slider .banner-item .banner-text h1 {
  font-size: 75px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 30px;
}

.banner-slider .banner-item .banner-text p {
  color: #ffffff;
  max-width: 650px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 35px;
}

.banner-slider .banner-item .banner-text .banner-btn {
  line-height: 1;
}

.banner-slider .banner-item .banner-text .banner-btn .default-btn {
  font-size: 18px;
  background: #ed6225;
  color: #ffffff;
  padding: 18px 30px;
  border-radius: 5px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner-slider .banner-item .banner-text .banner-btn .default-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-slider .banner-item .banner-text .banner-btn .default-btn:hover {
  color: #ed6225;
}

.banner-slider .banner-item .banner-text .banner-btn .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.banner-slider .owl-item.active h1 {
  -webkit-animation: slideInDown 1s cubic-bezier(0, 0, 0, 1.02);
          animation: slideInDown 1s cubic-bezier(0, 0, 0, 1.02);
}

.banner-slider .owl-item.active p {
  font-size: 20px;
  -webkit-animation: slideInLeft 1s cubic-bezier(0, 0, 0, 1.02);
          animation: slideInLeft 1s cubic-bezier(0, 0, 0, 1.02);
}

.banner-slider .owl-item.active .banner-btn {
  -webkit-animation: slideInRight 1s cubic-bezier(0, 0, 0, 1.02);
          animation: slideInRight 1s cubic-bezier(0, 0, 0, 1.02);
}
.banner-bg-one {
  background-image: url(../img/banner/slider1.jpg);
}

.banner-bg-two {
  background-image: url(../img/banner/slider2.jpg);
}

/* Banner CSS End */
/* Features CSS Start */
.features-section {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

.features-section .feature-card {
  padding: 30px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 30px;
}

.features-section .feature-card i {
  color: #0b143c;
  font-size: 35px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #f5ebff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 30px;
}

.features-section .feature-card span {
  display: block;
  font-size: 25px;
  color: #ed6225;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}

.features-section .feature-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.features-section .feature-card p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}

.features-section .feature-card:hover {
  border: 1px solid #d7b4fe;
  margin-top: -10px;
}

/* Features CSS End */
/* About CSS Start */
.about-section {
  padding-bottom: 130px;
}

.about-section .section-title {
  margin: 0 auto 30px 0;
}

.about-section .about-text {
  padding-left: 50px;
}

.about-section .about-text .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.about-section .about-text .nav-tabs .nav-item {
  margin-bottom: 0;
}

.about-section .about-text .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #828282;
  border-bottom: 2px solid transparent;
  padding: 15px 0px;
  border: 0;
  line-height: 1;
  margin-right: 30px;
}

.about-section .about-text .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #ed6225;
  color: #ed6225;
  font-weight: 700;
}

.about-section .about-text .tab-content p {
  margin-bottom: 10px;
}

.about-section .about-text .theme-btn {
  margin-top: 30px;
}

.about-section .about-text .theme-btn .default-btn {
  border: 1px solid #ed6225;
  margin: 0;
}

.theme-btn .default-btn {
  border: 1px solid #ed6225;
  margin: 0;
}

/* About CSS End */

.contact-section {
  background: #f7efff;
}

.contact-section .section-title p {
  margin: auto;
}

.contact-section .contact-img {
  background-image: url(../img/contact.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.contact-section .contact-area h2 {
  font-size: 35px;
  font-weight: 600;
  color: #0b143c;
  margin-bottom: 30px;
}

.contact-section .contact-area .form-group {
  margin-bottom: 20px;
}

.contact-section .contact-area .form-group .form-control {
  height: 60px;
  padding: 20px;
  border: 1px solid #d8b5ff;
}

.contact-section .contact-area .form-group .form-select {
  height: 60px;
  padding: 20px;
  border: 1px solid #d8b5ff;
  background-color: #f5f5f5;
}
.vehicle-card {
    display: block;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vehicle-card h4 {
    font-weight: 600;
    color: #4b0082;
}

.vehicle-card p {
    margin: 0;
    color: #444;
    font-weight: 500;
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #6f42c1;
}

/* Selected Style */
.vehicle-radio:checked + .vehicle-card {
    border-color: #ff4d00;
    background: linear-gradient(135deg, #fff5f0, #ffe8dc);
    box-shadow: 0 10px 30px rgba(255,77,0,0.2);
    transform: scale(1.03);
}

.contact-section .contact-area .form-group .message-field {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d8b5ff;
  outline: 0;
}

.contact-section .contact-area .form-group ::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group :-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group ::-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group ::placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group .list-unstyled {
  color: #ed6225;
  font-size: 15px;
}

.contact-section .contact-area .default-btn {
  font-size: 18px;
  background: #ed6225;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #ed6225;
}

.contact-section .contact-area .default-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-section .contact-area .default-btn:hover {
  color: #ed6225;
}
.page-title.title-bg-7 {
  background-image: url(../img/page-bg/7.jpg);
}
.contact-section .contact-area .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.contact-section .contact-area .text-danger {
  font-size: 20px;
  margin-top: 10px;
}
.page-title.title-bg-8 {
  background-image: url(../img/page-bg/8.jpg);
}

.contact-card-section .contact-card {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-card-section .contact-card::before {
  position: absolute;
  content: '';
  background: #0b143c;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-card-section .contact-card i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid;
  margin-bottom: 20px;
}

.contact-card-section .contact-card a {
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-card-section .contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-card-section .contact-card ul li {
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
}

.contact-style-two {
  background: #ffffff;
}

.contact-style-two .contact-area {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.contact-style-two .contact-area .form-group .form-control {
  background: #f5f5f5;
}

.contact-style-two .contact-area .form-group .message-field {
  background: #f5f5f5;
}
/* Why Choose CSS Start */
.choose-style-two .section-title p {
  margin: auto;
}

.choose-style-two .choose-card {
  text-align: center;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  border: 1px solid #eee0fe;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.choose-style-two .choose-card h3 {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.choose-style-two .choose-card:hover::before, .choose-style-two .choose-card:hover::after {
  width: 100%;
  height: 100%;
}


.choose-style-two .why-choose-image {
  -webkit-animation: img-scale 5s infinite linear;
          animation: img-scale 5s infinite linear;
}

/* Why Choose CSS End */
/* Transport CSS Start */
.transport-section .section-title {
  margin: 0 auto 50px;
}

.transport-section .section-title h2 {
  margin: auto;
}

.transport-section .transport-card {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  height: 280px;
}
.danger-box {
    color: #ffffff;
    background: linear-gradient(90deg, #d90429, #ff7b00);
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    animation: 2.5s infinite ease-in-out shake;
}
.danger-box span {
    color: #ffffff;
    font-weight: 800;
}
/* Blog Details CSS Start */
.service-details-area .service-post-area .service-details-img {
  margin-bottom: 30px;
}

.service-details-area .service-post-area .service-details-img img {
  width: 100%;
  border-radius: 5px;
}

.service-details-area .service-post-area h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b143c;
}

.service-details-area .service-post-area p {
  margin-bottom: 15px;
}

.service-details-area .service-post-area ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.service-details-area .service-post-area ul li {
  list-style: none;
  color: #0b143c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-area .service-post-area .post-img {
  margin-top: 15px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-details-area .service-post-area .post-img img {
  border-radius: 10px;
}

.service-details-area .service-sidebar .sidebar-widget {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-details-area .service-sidebar .sidebar-widget h3 {
  font-size: 20px;
  padding: 20px;
  color: #ffffff;
  background: #0b143c;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

.service-details-area .service-sidebar .sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-area .service-sidebar .sidebar-widget ul li {
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 1px inset;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-details-area .service-sidebar .sidebar-widget ul li i {
  font-weight: 600;
  margin-right: 5px;
}

.service-details-area .service-sidebar .sidebar-widget ul li:last-child {
  border-bottom: 0px solid #0b143c;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover {
  background: #ed6225;
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover a {
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li a {
  color: #545454;
}

.service-details-area .service-sidebar .sidebar-widget ul li a i {
  font-weight: 600;
  margin-right: 5px;
}

/* Blog Details CSS End */

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}
.transport-section .transport-card .transport-img {
  overflow: hidden;
}

.transport-section .transport-card .transport-text {
  position: relative;
}
 .chooseicon {
    background: #ed6225;
    color: #ffffff;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
    padding: 14px;
    font-size: 42px;
}
 .chooseicontruck {
    background: #ed6225;
    color: #ffffff;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
    padding: 18px;
    font-size: 32px;
}
 .amenitinesicon {
  display: inline-block; 
    background: #ed6225;
    color: #ffffff;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
    padding: 14px;
    font-size: 42px;
    margin: 20px;
}
.transport-section .transport-card .transport-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.transport-section .transport-card .transport-text p {
  margin-bottom: 15px;
}

.transport-section .transport-card .transport-text .theme-btn {
  -webkit-transition: .5s;
  transition: .5s;
}

.transport-section .transport-card .transport-text .theme-btn .default-btn {
  border: 1px solid #ed6225;
  margin: 0;
}
.why-choose-section {
  position: relative;
}

.why-choose-section .why-choose-img {
  position: relative;
  background-image: url(../img/why-choose/1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.why-choose-section .why-choose-img::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.why-choose-section .why-choose-img .shipping-text {
  max-width: 400px;
  border-radius: 10px;
  background: #ed6225;
  padding: 65px 30px;
  position: absolute;
  top: 25%;
  right: 60px;
}

.why-choose-section .why-choose-img .shipping-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}

.why-choose-section .why-choose-img .shipping-text p {
  font-size: 15px;
  color: #ffffff;
}

.why-choose-section .why-choose-img .shipping-text form .form-group .form-control {
  border: 0;
  height: 50px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.why-choose-section .why-choose-img .shipping-text form .shipping-btn {
  background: #0b143c;
  color: #ffffff;
  display: block;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.why-choose-section .why-choose-img .shipping-text form .shipping-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.why-choose-section .why-choose-img .shipping-text form .shipping-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.why-choose-section .why-choose-img .shipping-text form .shipping-btn:hover {
  color: #0b143c;
}

.why-choose-section .why-choose-text {
  padding: 60px;
  background: #ece7f2;
}

.why-choose-section .why-choose-text .accordions {
  max-width: 500px;
}

.why-choose-section .why-choose-text .accordions .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #ffffff;
  padding-left: 60px;
  position: relative;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title i {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #0b143c;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 25px;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title {
  background-color: #0b143c;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2, .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title i {
  color: #ffffff;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2 i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 {
  margin: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0b143c;
  line-height: 20px;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 i {
  font-size: 25px;
  position: inherit;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-content.active {
  display: block;
}

.why-choose-section .why-choose-text .accordions .accordion-item .accordion-content p {
  margin: 0;
}

/* Why Choose CSS End */
/* Get Qoute CSS End */
.get-quote-section {
  position: relative;
}

.get-quote-section .quote-text {
  padding-right: 80px;
}

.get-quote-section .quote-text .offer-text {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.get-quote-section .quote-text .offer-text span {
  color: #ffffff;
  background: #0b143c;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  border: 5px solid #ed6225;
  font-weight: 700;
  font-size: 20px;
}

.get-quote-section .quote-text .offer-text p {
  position: absolute;
  top: 25px;
  right: -110px;
  background: #ed6225;
  color: #ffffff;
  font-weight: 700;
  width: 120px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  z-index: -1;
  font-size: 20px;
  border-radius: 0 30px 30px 0;
}

.get-quote-section .quote-text h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.get-quote-section .quote-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}

.get-quote-section .quote-text .theme-btn .default-btn {
  border: 1px solid #ed6225;
  margin: 0;
}

.get-quote-section .quote-form h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.get-quote-section .quote-form form .form-check-inline {
  margin-bottom: 15px;
}

.get-quote-section .quote-form form .form-check-inline .form-check-label {
  color: #ffffff;
  font-size: 16px;
}

.get-quote-section .quote-form form .select-item {
  position: relative;
}

.get-quote-section .quote-form form .select-item i {
  color: #707070;
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 20px;
}

.get-quote-section .quote-form form .form-control {
  height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.get-quote-section .quote-form form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.get-quote-section .quote-form form ::-webkit-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form :-ms-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form ::-ms-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form ::placeholder {
  color: #707070;
}

.get-quote-section .quote-form form button {
  font-size: 18px;
  background: #ed6225;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.get-quote-section .quote-form form button::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.get-quote-section .quote-form form button:hover {
  color: #ed6225;
}

.get-quote-section .quote-form form button:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.get-quote-section .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.get-quote-section .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 0;
}

.get-quote-section .lines .line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #ffffff;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
  -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
          animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
}

.get-quote-section .lines :nth-child(1) {
  margin-left: 25%;
}

.get-quote-section .lines :nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.get-quote-section .lines :nth-child(3) {
  margin-left: -25%;
}

.get-quote-section .lines :nth-child(3)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.quote-bg {
  background-image: url(../img/quote-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.quote-bg::before {
  position: absolute;
  content: '';
  background: #0b143c;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .85;
}

/* Get Qouote CSS End */
/* Worker CSS Start */
.worker-section .section-title p {
  margin: auto;
}

.worker-section .worker-card {
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.worker-section .worker-card .worker-img {
  overflow: hidden;
}

.worker-section .worker-card .worker-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.worker-section .worker-card .worker-text {
  text-align: center;
  padding: 20px;
}

.worker-section .worker-card .worker-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.worker-section .worker-card .worker-text p {
  margin-bottom: 0;
}

.worker-section .worker-card:hover .worker-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* Worker CSS CSS End */
/* Feedback CSS Start */
.feedback-section {
  padding-bottom: 200px;
}

.feedback-section .section-title span, .feedback-section .section-title h2, .feedback-section .section-title p {
  color: #ffffff;
}

.feedback-section .section-title p {
  margin: auto;
}

.feedback-section .feedback-slider {
  position: relative;
}

.feedback-section .feedback-slider .feedback-items {
  text-align: center;
  max-width: 650px;
  margin: auto;
}

.feedback-section .feedback-slider .feedback-items i {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 35px;
  display: inline-block;
}

.feedback-section .feedback-slider .feedback-items p {
  margin-bottom: 40px;
  color: #ffffff;
}

.feedback-section .feedback-slider .feedback-items img {
  max-width: 100%;
  margin: 45px auto 10px;
  width: unset;
}

.feedback-section .feedback-slider .feedback-items h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.feedback-section .feedback-slider .feedback-items span {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

.feedback-section .feedback-slider .owl-prev, .feedback-section .feedback-slider .owl-next {
  position: absolute;
  left: -65px;
  top: 35%;
  background: #ed6225 !important;
  color: #ffffff !important;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 25px !important;
  line-height: 45px !important;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.feedback-section .feedback-slider .owl-prev:hover, .feedback-section .feedback-slider .owl-next:hover {
  background: #ffffff !important;
  color: #ed6225 !important;
}

.feedback-section .feedback-slider .owl-next {
  left: inherit;
  right: -65px;
}

.feedback-section .feedback-slider:hover .owl-prev {
  left: -50px;
  opacity: 1;
}

.feedback-section .feedback-slider:hover .owl-next {
  right: -50px;
  opacity: 1;
}

.feedback-section .feedback-slider .owl-nav {
  margin-top: 0;
}

.feedback-bg {
  background-image: url(../img/feedback/feedback-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.feedback-bg::before {
  position: absolute;
  content: '';
  background: #0b143c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .85;
  z-index: -1;
}

/* Feedback CSS End */
/* Company CSS Start */
.company-section {
  margin-top: -100px;
}

.company-section .company-slider {
  padding: 60px 25px 50px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.company-section .company-slider .company-logo img {
  max-width: 100%;
  width: unset;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.company-section .company-slider .company-logo img:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* Company CSS End */
/* Blog CSS Start */
.blog-section .section-title p {
  margin: auto;
}

.blog-section .blog-card {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-section .blog-card .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-section .blog-card .blog-img a img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-section .blog-card .blog-text {
  padding: 30px;
}

.blog-section .blog-card .blog-text h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}

.blog-section .blog-card .blog-text h3 a {
  color: #0b143c;
}

.blog-section .blog-card .blog-text h3 a:hover {
  color: #ed6225;
}

.blog-section .blog-card .blog-text ul {
  padding-left: 0;
  margin-bottom: 8px;
}

.blog-section .blog-card .blog-text ul li {
  font-size: 16px;
  list-style: none;
}

.blog-section .blog-card .blog-text ul li i {
  color: #ed6225;
  margin-right: 5px;
}

.blog-section .blog-card .blog-text p {
  margin-bottom: 18px;
}

.blog-section .blog-card .blog-text .blog-btn {
  display: inherit;
}

.blog-section .blog-card .blog-text .blog-btn i {
  color: #ed6225;
  font-size: 25px;
  width: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: #ffcdbd;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-section .blog-card .blog-text .blog-btn i:hover {
  background: #ed6225;
  color: #ffffff;
}

.blog-section .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* Blog CSS End */
/* Newsletter CSS Start */
.newsletter-section {
  margin-bottom: -100px;
}

.newsletter-section .newsletter-area {
  background: #190231;
  padding: 65px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.newsletter-section .newsletter-area h2 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
}
.copyright{
  font-size: 16px;
}
.bws{
  font-size: 18px;
  text-decoration: underline;
}
.trust-badge {
    color: #2c7bbe;
    background: #e9f2ff;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
}
.newsletter-section .newsletter-area .newsletter-form ::-webkit-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form :-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form ::-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form ::placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn {
  font-size: 17px;
  background: #ed6225;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  right: 4px;
  top: 4px;
  border: 1px solid #ed6225;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn:hover {
  color: #ed6225;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.newsletter-section .newsletter-area .newsletter-form .validation-danger {
  color: #ffffff;
}

.newsletter-section img {
  position: absolute;
  right: 65px;
  top: -35px;
  max-width: 400px;
  -webkit-animation: img-scale 5s infinite linear;
          animation: img-scale 5s infinite linear;
}

/* Newsletter CSS End */
/* Footer CSS Start */
.footer-area {
  background: #0b143c;
  padding-top: 200px;
  position: relative;
  z-index: 0;
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area .footer-widget img {
  margin-bottom: 30px;
}

.footer-area .footer-widget .footer-social {
  margin-top: 35px;
}

.footer-area .footer-widget .footer-social a i {
  color: #ffffff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #461877;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 0;
}

.footer-area .footer-widget .footer-social a i::after {
  position: absolute;
  content: '';
  background: #ed6225;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.footer-area .footer-widget .footer-social a i:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer-area .footer-widget h3 {
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  padding-left: 10px;
}

.footer-area .footer-widget h3::before {
  position: absolute;
  content: '';
  background: #ed6225;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 2px;
}

.footer-area .footer-widget h3::after {
  position: absolute;
  content: '';
  background: #0b143c;
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
          animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
}

.footer-area .footer-widget ul {
  padding-left: 0;
  list-style-type: none;
}

.footer-area .footer-widget ul li {
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-area .footer-widget ul li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  top: 15px;
  left: 0;
  background: #ed6225;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-area .footer-widget ul li:hover::before {
  width: 10px;
}

.footer-area .footer-widget ul li:hover {
  padding-left: 15px;
}

.footer-area .footer-widget ul li i {
  font-size: 16px;
  top: 0px;
  margin-right: 10px;
  position: relative;
}

.footer-area .footer-widget ul li a {
  color: #ffffff;
}

.footer-area .footer-widget ul li a:hover {
  color: #ed6225;
}

.footer-area .footer-widget ul :last-child {
  margin-bottom: 0;
}

.footer-area .copyright-area {
  text-align: center;
  background: #190231;
  margin-top: 60px;
}

.footer-area .copyright-area p {
  color: #ffffff;
  margin-bottom: 0;
  padding: 20px;
}

.footer-area .copyright-area p a {
  color: #ffffff;
}

.footer-area .copyright-area p a:hover {
  color: #ed6225;
}

.footer-area .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.footer-area .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 46%;
  top: 0;
}

.footer-area .lines .line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #ffffff;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
  -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
          animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
}

.footer-area .lines :nth-child(1) {
  margin-left: 22%;
}

.footer-area .lines :nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.footer-area .lines :nth-child(3) {
  margin-left: -20%;
}

.footer-area .lines :nth-child(3)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* Footer CSS End */
/*---------- Home Page One CSS End ----------*/
/*---------- About Page CSS Start ----------*/

.about {
    background: #ff80072b;
    border-left: 5px solid #ff8007;
    border-radius: 12px;
    margin: 15px 0;
    padding: 16px 20px;
    font-size: 1.05rem;
}
/* Page Title CSS Start */
.page-title {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.page-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(22, 4, 41, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(26, 5, 48, 0.9) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}

.page-title .title-text {
  z-index: 1;
  position: relative;
}

.page-title .title-text h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
}

.page-title .title-text ul {
  margin-bottom: 0;
  padding-left: 0;
}

.page-title .title-text ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.page-title .title-text ul li::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5px;
  height: 6px;
  top: 8px;
  right: -20px;
}

.page-title .title-text ul li:last-child::before {
  display: none;
}

.page-title .title-text ul li a {
  color: #ffffff;
}

.page-title .title-text ul li a:hover {
  color: #ed6225;
}

.page-title.title-bg-1 {
  background-image: url(../img/page-bg/1.jpg);
}

/* Page Title CSS End*/
/* About Scetion CSS Start*/
.about-style-two {
  padding-top: 100px;
}

.about-style-two .about-img::before {
  background: none;
  border: 2px solid #ed6225;
}

.about-style-two .about-img::after {
  display: none;
}

/* About Section CSS End*/
/* Choose Section CSS Start*/
.choose-style-three .why-choose-img::before {
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.choose-style-three .why-choose-img:hover::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

/* Choose Section CSS End*/
/* Worker Section CSS Start */
.worker-style-two .worker-card {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.worker-style-two .worker-card .worker-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border-radius: 200px;
}

.worker-style-two .worker-card .worker-text {
  padding-bottom: 0;
}

.worker-style-two .worker-card .worker-social {
  display: none;
}

.worker-style-two .worker-card:hover .worker-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Worker Section CSS End */
/* Blog Section CSS Start */
.blog-style-two .blog-card .blog-img {
  position: relative;
}

.blog-style-two .blog-card .blog-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-style-two .blog-card .blog-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-style-two .blog-card:hover .blog-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-style-two .blog-card:hover .blog-img::before {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

/* Blog Section CSS End */
/*---------- About Page CSS End ----------*/
/* Blog Details CSS Start */
.service-details-area .service-post-area .service-details-img {
  margin-bottom: 30px;
}

.service-details-area .service-post-area .service-details-img img {
  width: 100%;
  border-radius: 5px;
}

.service-details-area .service-post-area h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b143c;
}

.service-details-area .service-post-area p {
  margin-bottom: 15px;
}

.service-details-area .service-post-area ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.service-details-area .service-post-area ul li {
  list-style: none;
  color: #0b143c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-area .service-post-area .post-img {
  margin-top: 15px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-details-area .service-post-area .post-img img {
  border-radius: 10px;
}

.service-details-area .service-sidebar .sidebar-widget {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-details-area .service-sidebar .sidebar-widget h3 {
  font-size: 20px;
  padding: 20px;
  color: #ffffff;
  background: #0b143c;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

.service-details-area .service-sidebar .sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-area .service-sidebar .sidebar-widget ul li {
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 1px inset;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-details-area .service-sidebar .sidebar-widget ul li i {
  font-weight: 600;
  margin-right: 5px;
}

.service-details-area .service-sidebar .sidebar-widget ul li:last-child {
  border-bottom: 0px solid #0b143c;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover {
  background: #ed6225;
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover a {
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li a {
  color: #545454;
}

.service-details-area .service-sidebar .sidebar-widget ul li a i {
  font-weight: 600;
  margin-right: 5px;
}

/* Blog Details CSS End */
/* Company CSS Start */
.company-style-three {
  margin-top: 0;
}

/* Company CSS End */
/*---------- Service Details CSS End ----------*/
/*---------- Why Choose Page CSS Start ----------*/
.page-title.title-bg-10 {
  background-image: url(../img/page-bg/10.jpg);
}

.choose-style-three .choose-card::before {
  height: 100%;
}

.choose-style-three .choose-card::after {
  height: 100%;
}

/*---------- Why Choose Page CSS End ----------*/
/*---------- Faq Page CSS Start ----------*/
.page-title.title-bg-4 {
  background-image: url(../img/page-bg/4.jpg);
}

.faq-section .accordions .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border: 1px solid #0b143c;
}

.faq-section .accordions .accordion-item .accordion-title {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #ffffff;
  position: relative;
}

.faq-section .accordions .accordion-item .accordion-title.active-title {
  background-color: #0b143c;
}

.faq-section .accordions .accordion-item .accordion-title.active-title h2 {
  color: #ffffff;
}

.faq-section .accordions .accordion-item .accordion-title.active-title h2 i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-section .accordions .accordion-item .accordion-title h2 {
  margin: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0b143c;
  line-height: 20px;
}

.faq-section .accordions .accordion-item .accordion-title h2 i {
  font-size: 25px;
  position: inherit;
}

.faq-section .accordions .accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.faq-section .accordions .accordion-item .accordion-content.active {
  display: block;
}

.faq-section .accordions .accordion-item .accordion-content p {
  margin: 0;
}

/*---------- Faq Page CSS End ----------*/
/*---------- Why Choose Page CSS Start ----------*/
.page-title.title-bg-5 {
  background-image: url(../img/page-bg/1.jpg);
}

/*---------- Why Choose Page CSS End ----------*/

/*----------  Blog Page One CSS Start ----------*/
.page-title.title-bg-6 {
  background-image: url(../img/page-bg/6.jpg);
}

/*----------  Blog Page One CSS End ----------*/
/*----------  Contact Page Two CSS Start ----------*/
.page-title.title-bg-8 {
  background-image: url(../img/page-bg/8.jpg);
}

.contact-card-section .contact-card {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-card-section .contact-card::before {
  position: absolute;
  content: '';
  background: #0b143c;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-card-section .contact-card i {
  font-size: 38px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid;
  margin-bottom: 20px;
}

.contact-card-section .contact-card a{
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-card-section .contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-card-section .contact-card ul li {
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
}

.contact-style-two {
  background: #ffffff;
}

.contact-style-two .contact-area {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.contact-style-two .contact-area .form-group .form-control {
  background: #f5f5f5;
}

.contact-style-two .contact-area .form-group .message-field {
  background: #f5f5f5;
}

/*----------  Contact Page Two CSS End ----------*/
/* PreLoader CSS Start */
.loader-content {
  background: #0b143c;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* PreLoader CSS End */
.vy-chat-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 9999;
}

/* Chat Bubble */
.vy-chat-bubble {
    background: #0d4d6c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    animation: slideUp 0.6s ease;
    transition: 0.3s;
}

.vy-chat-bubble:hover {
    background: #25D366;
}


/* Slide Animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    animation: whatsapp-pulse 1s infinite;
    transition: 0.3s ease;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Pulse Animation */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


/* Animation CSS  Start */
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes translate-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translate-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}

@keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes fluid {
  0% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
  30% {
    border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
  }
  50% {
    border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
  }
  60% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
}

@keyframes fluid {
  0% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
  30% {
    border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
  }
  50% {
    border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
  }
  60% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
}

@-webkit-keyframes bg-cng {
  0% {
    background: #f5ebff;
  }
  35% {
    background: #ed6225;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  70% {
    background: #0b143c;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    background: #f5ebff;
  }
}

@keyframes bg-cng {
  0% {
    background: #f5ebff;
  }
  35% {
    background: #ed6225;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  70% {
    background: #0b143c;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    background: #f5ebff;
  }
}

@-webkit-keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Animation CSS End */
/*# sourceMappingURL=style.css.map */

.vehicle-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.vehicle-card {
    border: 2px solid #0d6efd;
    padding: 25px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

/* Hover effect */
.vehicle-card:hover {
    transform: scale(1.05);
    border-color: #;
}
#nextBtn:disabled , #nextBtn2:disabled, #nextBtn3:disabled, #submitBooking:disabled{
    background-color: #e36f3dc7 !important;
    border-color: #e36f3dc7 !important;
    color: #666 !important;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

/* Selected state */
.vehicle-checkbox:checked + .vehicle-card {
    border: 3px solid #ff440a;   /* Your theme color */
    background: #fff5f0;
    box-shadow: 0 0 15px rgba(255, 68, 10, 0.4);
    transform: scale(1.05);
}
.glow-btn {
    background: linear-gradient(45deg, #0b143c, #445086);
    color: white;
    border: none;
    padding: 12px 20px;   /* increase vertical padding */
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 5px #0b143c, 0 0 5px #445086;
    transition: all 0.2s ease-in-out;

    white-space: nowrap;   /* 🔥 This keeps text in one line */
    display: inline-block;
}
.glow-btn:hover {
    background: linear-gradient(45deg, #0b143c, #6c32ab);
    box-shadow: 0 0 6px #0b143c, 0 0 6px #6c32ab, 0 0 6px #9550df;
  
}
/* Keep your original .glow-btn EXACTLY SAME */

/* Make button relative */
.glow-btn {
    position: relative;
    z-index: 1;
}

/* ===== MOVING BORDER (Visible Now) ===== */
.glow-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(90deg, #f25b23, #ff00c8, #cbf532);
    background-size: 400%;
    animation: borderMove 4s linear infinite;

    /* Magic trick to show only border */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    z-index: -1;
    pointer-events: none;
}

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

/* ===== Finger Animation ===== */
.finger {
    display: inline-block;
    margin-right: 6px;
    animation: fingerMove 1s ease-in-out infinite;
}

@keyframes fingerMove {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}

/* ===== Snow Sparkle (NOW VISIBLE) ===== */
.glow-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 80%;
    height: 18px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255,255,255,0.9), transparent 70%);
    filter: blur(10px);
    animation: sparkle 1.5s infinite alternate;
    z-index: 0;   /* not negative now */
}

@keyframes sparkle {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.power-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff512f, #ff7b00);
    border-radius: 40px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(255, 100, 0, 0.4);
    transition: 0.3s ease;
}

/* Hover Glow */
.power-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 100, 0, 0.6);
}
.registration-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff512f, #ff7b00);
    border-radius: 40px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(255, 100, 0, 0.4);
    transition: 0.3s ease;
}

/* Hover Glow */
.registration-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 100, 0, 0.6);
}
/* ⚡ Icon Animation */
.icon {
    display: inline-block;
    animation: pulse 1.2s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.4); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

/* Sparkle Dots */
.spark {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.9;
}

/* Different positions */
.s1 { top: 8px; left: 15px; animation: float1 3s infinite; }
.s2 { bottom: 10px; right: 20px; animation: float2 3.5s infinite; }
.s3 { top: 50%; right: 10px; animation: float3 2.8s infinite; }

/* Floating animations */
@keyframes float1 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes float2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

@keyframes float3 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}
.cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff512f, #ff7b00);
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 100, 0, 0.5);
    overflow: hidden;
    transition: 0.3s ease;
}
.cll-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 100, 0, 0.5);
    overflow: hidden;
    transition: 0.3s ease;
}
.cll-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 120, 0, 0.7);
}
/* Hover Glow */
.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 120, 0, 0.7);
}

/* Animated White Dot */
.dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite ease-in-out;
}
.dot-call {
    width: 8px;
    height: 8px;
    background: greenyellow;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite ease-in-out;
}
/* Dot Animation */
@keyframes pulseDot {
    0% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.4); }
    100% { opacity: 0.6; transform: scale(1); }
}
.glow-btn,
.power-btn,
.cta-btn,
.cll-btn {
    cursor: pointer !important;
    position: relative;
    z-index: 10;
}

.glow-btn::before,
.glow-btn::after,
.power-btn::before,
.power-btn::after,
.cta-btn::before,
.cta-btn::after,
.cll-btn::before,
.cll-btn::after {
    pointer-events: none !important;
}