@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1499px) {
  .container {
    max-width: 1370px !important;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 25px;
}
h2 span {
  color: #d16527;
}

h3 {
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}

h4 {
  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

/*========================================*
            Header Css Begin 
        ==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: auto;
  height: auto;
}

.logo img {
  width: 100%;
  max-width: 150px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
  transition: 0.3s;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
  max-width: 120px;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2000;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-115%);
  overflow-y: auto;
}

.navbar-collapse.show {
  transform: translateX(0);
}

.clickD {
  right: 3px;
  top: 17px;
  position: absolute;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(180deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar li a {
  position: relative;
  color: #000;
  display: block;
  font-size: 18px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

.navbar li.active a {
  color: #fff;
  opacity: 1;
}

.navbar li a:hover {
  color: #000;
  opacity: 1;
}

.navbar li a.active {
  color: #d16527;
  opacity: 1;
}

.login {
  display: flex;
  margin-left: auto;
  min-width: 260px;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.login li {
  padding-right: 15px;
  list-style: none;
}

.login li a {
  background: #000;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.login li a:hover {
  background: #d16527;
  color: #fff;
}

.allmob {
  padding: 20px 15px;
}

.allmob ul {
  list-style: none;
  padding: 0;
}

.allmob ul li {
  margin-bottom: 10px;
}

.allmob ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.allmob ul li a i {
  margin-right: 8px;
}

.allmob p {
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}

/* Desktop Styles */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
    overflow-y: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    padding-top: 0;
    left: 0;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px dotted #1a1a1a;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  .allmob {
    display: none;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    background: #fff;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #fff;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
  .login {
    width: 100%;
    padding: 0 15px;
  }
  .login li {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .login li a {
    display: block;
    text-align: center;
  }
}
/* Scroll to top button */
.scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.scrollTop:hover {
  background: #d16527;
}

/*========================================
  Header Css End
==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  padding: 80px 0;
  background-color: #f1f1f1;
  overflow: hidden;
  background-image: url(../images/frombg.webp);
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: right;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 48%;
  height: 100%;
}
.banner .leftcap {
  width: 90%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 60px;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}
.banner .leftcap .listcab {
  display: flex;
  padding-bottom: 30px;
}
.banner .leftcap .listcab p {
  padding: 0 20px;
  /* border-right: 1px solid #b3b3b3; */
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a,
.banner .review_btn,
.mobilebkng .review_btn,
footer .review_btn {
 font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 10px 24px;
}
.banner .review_btn,
.mobilebkng .review_btn,
footer .review_btn {
  display: inline-flex;
  column-gap: 15px;
  align-items: center;
  margin: 40px auto;
}
.banner .review_btn img,
.mobilebkng .review_btn img {
  width: 30px;
}
footer .review_btn img {
  width: 150px;
}
.floating_whatsapp {
  width: 50px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: inline-block;
}

.floating_whatsapp img {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 300ms ease-in-out;
  box-shadow: 2px 2px 3px #000;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}
.banner .windwbkfrm {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.lf-web-component-dropdown {
  font-family: "Roboto", sans-serif;
}

.banner .leftcap .listcab p:first-child {
  padding-left: 0;
}

.banner .leftcap .listcab p:last-child {
  border-right: 0;
}

/*********************************
    Banner section end
*********************************/
.servicesec2 {
  position: relative;
}
.servicesec2::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  background-color: #17192e;
  top: 0;
  left: 0;
  z-index: -1;
}
.servicesec2 .leftcap h2 {
  color: #fff;
}
.servicesec2 .leftcap p {
  color: #fff;
}
.servicesec2 .rightcon {
  padding: 40px 20px 40px 40px;
}
.servicesec2 .rightcon h3 .serial_number,
.liscarbg .leftlist h3 .serial_number {
  color: #d16527;
}
.servicesec2 h3.item_title,
.liscarbg h3.item_title {
  letter-spacing: 1px;
  font-size: 26px;
}
.servicesec2 .rightcon ul {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #000;
}
.servicesec2 .rightcon ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.servicesec2 .rightcon ul li i {
  color: #4f4f4f;
  padding-right: 10px;
}
.servicesec2 .rightcon a.phone {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding-bottom: 30px;
}
.servicesec2 .rightcon a.phone i {
  color: #d16527;
  padding-right: 10px;
}
.servicesec2 .rightcon a.bknow {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.servicesec2 .rightcon a.bknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.servicesec2 .rightcon a.bknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.servicesec2 .rightcon a.bknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.servicesec2 .rightcon a.bknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.servicesec2 .rightcon a.bknow:hover::before {
  left: 100%;
}
.servicesec2 .rightcon a.bknow:hover::after {
  width: 300px;
  height: 300px;
}
.servicesec2 .rightcon a.bknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.servicesec2 .rightcon a.bknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.servicesec2 .rightcon a.bknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.servicesec2 .rightcon a.bknow:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.servicesec2 .rightcon a.bknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.servicesec2 .rightcon a.bknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.servicesec2 .rightcon a.bknow:disabled:hover::before {
  left: -100%;
}

.liscarbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
}
.liscarbg .leftlist ul {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #000;
}
.liscarbg .leftlist ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.liscarbg .leftlist ul li i {
  color: #4f4f4f;
  padding-right: 10px;
}
.liscarbg .leftlist a.phone {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding-bottom: 30px;
}
.liscarbg .leftlist a.phone i {
  color: #d16527;
  padding-right: 10px;
}
.liscarbg .leftlist a.bknow {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.liscarbg .leftlist a.bknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.liscarbg .leftlist a.bknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.liscarbg .leftlist a.bknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.liscarbg .leftlist a.bknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.liscarbg .leftlist a.bknow:hover::before {
  left: 100%;
}
.liscarbg .leftlist a.bknow:hover::after {
  width: 300px;
  height: 300px;
}
.liscarbg .leftlist a.bknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.liscarbg .leftlist a.bknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.liscarbg .leftlist a.bknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.liscarbg .leftlist a.bknow:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.liscarbg .leftlist a.bknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.liscarbg .leftlist a.bknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.liscarbg .leftlist a.bknow:disabled:hover::before {
  left: -100%;
}

.aboutus h2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 40px !important;
}
.aboutus p.cen {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px auto;
  width: 85%;
  text-align: center;
  padding-bottom: 10px;
}
.aboutus a.lernmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto 20px;
  display: table;
}
.aboutus a.lernmore::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.aboutus a.lernmore::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.aboutus a.lernmore i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.aboutus a.lernmore:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.aboutus a.lernmore:hover::before {
  left: 100%;
}
.aboutus a.lernmore:hover::after {
  width: 300px;
  height: 300px;
}
.aboutus a.lernmore:hover i {
  color: #fff;
  transform: translateX(5px);
}
.aboutus a.lernmore:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.aboutus a.lernmore:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.aboutus a.lernmore:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.aboutus a.lernmore:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.aboutus a.lernmore:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.aboutus a.lernmore:disabled:hover::before {
  left: -100%;
}
.aboutus img.cen {
  width: 60%;
  margin: 0px auto;
  display: block;
  padding-bottom: 50px;
}

.servicesNew .card_box {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  height: 100%;
  border: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;     /* STACK ITEMS */
  align-items: center;         /* CENTER EVERYTHING */
  text-align: center;          /* CLEANER LOOK */
  gap: 15px;                   /* SPACE BETWEEN ELEMENTS */
}

.servicesNew .card_box:hover {
  background-color: #e8e8e8;
  transform: translateY(-5px);
}

.servicesNew .card_box .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  margin-top: 0px;
}

.servicesNew .card_box .icon-circle i {
  font-size: 32px;
  color: #333;
}

.servicesNew .card_box h3,
.servicesNew .card_box h4 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.servicesNew .card_box p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #555;
}
.servicesNew .card_box  .service-btn{
 font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #d16527 0%, #d16527 50%, #f77022 50%, #f77022 100%);
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s 
cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 10px 24px;
}

.servicesNew h4 {
  font-size: 32px !important;
  padding-bottom: 0;
}

.provertjet {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.provertjet::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.provertjet .leftpis {
  padding: 0 40px;
}
.provertjet .leftpis h2 {
  text-align: left;
  color: #fff;
  position: relative;
}
.provertjet .leftpis p {
  padding-bottom: 20px;
  color: #fff;
  position: relative;
}
.provertjet .leftpis .twnbtn {
  display: flex;
  position: relative;
}
.provertjet .leftpis .twnbtn a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.provertjet .leftpis .twnbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.provertjet .leftpis .twnbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.provertjet .leftpis .twnbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.provertjet .leftpis .twnbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.provertjet .leftpis .twnbtn a:hover::before {
  left: 100%;
}
.provertjet .leftpis .twnbtn a:hover::after {
  width: 300px;
  height: 300px;
}
.provertjet .leftpis .twnbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.provertjet .leftpis .twnbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.provertjet .leftpis .twnbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.provertjet .leftpis .twnbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.provertjet .leftpis .twnbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.provertjet .leftpis .twnbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.provertjet .leftpis .twnbtn a:disabled:hover::before {
  left: -100%;
}
.provertjet .fixedprice {
  position: relative;
  display: flex;
  justify-content: right;
  padding: 0 40px;
}
.provertjet .fixedprice ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.provertjet .fixedprice ul li i {
  color: #d16527;
  padding-right: 10px;
}

.cars_sect {
  background-color: #f5f5f5;
}

.cars_sect h2 {
  font-size: 36px;
  color: #505050;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.cars_sect h2 span {
  color: #d16527;
}
.cars-slider .slick-slide {
    padding: 0 15px;   /* 15px space on left + right */
}
.cars-slider .slick-next {
  margin-right: 10px;
}
.cars-slider .slick-arrow::before{
    color:#d16527;
    font-size: 30px;
    font-weight: 400;
}
.car-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.car-card:hover {
  transform: translateY(-5px);
}

.carimg {
  height: 220px;
  overflow: hidden;
}

.carimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.car-card-body {
  padding: 25px;
  height: 100%;
}
.car-card-body h4 {
  padding-bottom: 20px;
}

/* latest blog start here */
.latest-blogs .blog_item .blog_content .btn{
 background: #d16527 ;
 color: white;
}
.latest-blogs .blog_item:hover .blog_content .btn{
 background: #ae5420 ;
}
.latest-blogs .viewAllBtn{
 border:1px solid #ae5420 ;
}
.latest-blogs .viewAllBtn:hover{
 background:#ae5420 ;
 color: #fff;
}

.amenities-container {
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-box {
  min-width: 38px;
  min-height: 38px;
  background-color: rgba(253, 232, 225, 0.73);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.icon-box i {
  font-size: 15px;
  color: #d16527;
}

.amenity-title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 2px;
  width: 60%;
}

.btnOrange {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btnOrange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.btnOrange::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btnOrange i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.btnOrange:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.btnOrange:hover::before {
  left: 100%;
}
.btnOrange:hover::after {
  width: 300px;
  height: 300px;
}
.btnOrange:hover i {
  color: #fff;
  transform: translateX(5px);
}
.btnOrange:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.btnOrange:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.btnOrange:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.btnOrange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.btnOrange:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btnOrange:disabled:hover::before {
  left: -100%;
}

.btnOrange.fltbtn.btn-block {
  width: auto;
  text-align: center;
}

.btn-outline-green {
  background-color: transparent;
  color: #d16527;
  padding: 12px 40px;
  border: 2px solid #d16527;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-outline-green:hover {
  background-color: #d16527;
  color: #fff;
}

.car-item {
  display: none;
}

.car-item.show {
  display: block;
  animation: fadeInUp 0.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.all-loaded-message {
  display: none;
  background-color: #d16527;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2.7px;
}

.all-loaded-message.show {
  display: block;
  animation: fadeIn 0.5s;
}

.professbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
  margin-top: 30px;
}
.professbg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.professbg .inrcapsec {
  padding: 0 30px;
  margin-left: auto;
  width: 50%;
}
.professbg .inrcapsec h2 {
  color: #fff;
  padding-bottom: 20px;
}
.professbg .inrcapsec p {
  padding-bottom: 20px;
  color: #fff;
}
.professbg .inrcapsec a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.professbg .inrcapsec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.professbg .inrcapsec a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.professbg .inrcapsec a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.professbg .inrcapsec a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.professbg .inrcapsec a:hover::before {
  left: 100%;
}
.professbg .inrcapsec a:hover::after {
  width: 300px;
  height: 300px;
}
.professbg .inrcapsec a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.professbg .inrcapsec a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.professbg .inrcapsec a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.professbg .inrcapsec a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.professbg .inrcapsec a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.professbg .inrcapsec a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.professbg .inrcapsec a:disabled:hover::before {
  left: -100%;
}

.hmeblogsec h2 {
  text-align: center;
  padding-bottom: 30px;
}
.hmeblogsec .blogcard {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.hmeblogsec .blogcard .imgcard {
  height: 200px;
}
.hmeblogsec .blogcard .imgcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hmeblogsec .blogcard .cap {
  padding: 20px 0;
}
.hmeblogsec .blogcard .cap h4 {
  padding-bottom: 20px;
  text-transform: capitalize;
}
.hmeblogsec .blogcard .cap a.link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #d16527;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq_sect {
  background-color: #fff;
}

.faq_sect h2 {
  font-size: 36px;
  color: #505050;
  margin-bottom: 40px;
}

.faq_sect h2 span {
  color: #d16527;
}
.faq_sect .faqimgsec {
  height: 100%;
  background: #e1e1e1;
}
.faq_sect .faq-image {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.faq_sect .faqimgsec .capsec {
  padding: 15px;
}
.faq_sect .faqimgsec .capsec h3 {
  text-align: left;
}
.faq_sect .faqimgsec .capsec p {
  padding-bottom: 20px;
}

.faq_sect .faqimgsec .capsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 0;
}
.faq_sect .faqimgsec .capsec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.faq_sect .faqimgsec .capsec a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.faq_sect .faqimgsec .capsec a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.faq_sect .faqimgsec .capsec a:hover::before {
  left: 100%;
}
.faq_sect .faqimgsec .capsec a:hover::after {
  width: 300px;
  height: 300px;
}

.faq_sect .faqimgsec .capsec a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.faq_sect .faqimgsec .capsec a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.faq_sect .faqimgsec .capsec a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.faq_sect .faqimgsec .capsec a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.faq_sect .faqimgsec .capsec a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.faq_sect .faqimgsec .capsec a:disabled:hover::before {
  left: -100%;
}

.faq_sect .accordion .card {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 8px;
}

.faq_sect .accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.faq_sect .accordion .btn-link {
  color: #505050;
  text-decoration: none;
  font-weight: 500;
  padding: 20px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.faq_sect .accordion .btn-link:hover {
  color: #d16527;
}

.faq_sect .accordion .card-body {
  font-size: 18px;
  letter-spacing: 0.4px;
}

/* Contact Section */
.contact_sect {
  background-color: #f5f5f5;
}
.contact_sect .getontfrm {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}
.contact_sect .getontfrm p {
  padding-bottom: 20px;
}
.contact_sect .getontfrm .btn-orange {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contact_sect .getontfrm .btn-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.contact_sect .getontfrm .btn-orange::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.contact_sect .getontfrm .btn-orange i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.contact_sect .getontfrm .btn-orange:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.contact_sect .getontfrm .btn-orange:hover::before {
  left: 100%;
}
.contact_sect .getontfrm .btn-orange:hover::after {
  width: 300px;
  height: 300px;
}
.contact_sect .getontfrm .btn-orange:hover i {
  color: #fff;
  transform: translateX(5px);
}
.contact_sect .getontfrm .btn-orange:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.contact_sect .getontfrm .btn-orange:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.contact_sect .getontfrm .btn-orange:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.contact_sect .getontfrm .btn-orange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contact_sect .getontfrm .btn-orange:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contact_sect .getontfrm .btn-orange:disabled:hover::before {
  left: -100%;
}

.contact_sect .form-control {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.contact_sect textarea.form-control {
  min-height: 120px;
}
.contact_sect .btn-green.submit_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.leftallinfo {
  padding-right: 50px;
}

.contact-info-box {
  margin-bottom: 30px;
  padding: 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
.contact-info-box p {
  padding-bottom: 15px;
}

.contact-info-box:last-child {
  border-bottom: 0;
}

.contact-info-box h5 {
  font-size: 20px;
  color: #000;
  padding-bottom: 15px;
}

.contact-info-box p {
  font-size: 14px;
  color: #505050;
  margin-bottom: 15px;
}

.contact-info-box .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.contact-info-box .info-item i {
  min-width: 48px;
  min-height: 48px;
  border-radius: 12px;
  background: rgba(253, 232, 225, 0.73);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d16527;
  font-size: 18px;
  margin-right: 10px;
}

.contact-info-box .info-item a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.contact-info-box.map {
  height: 200px;
  padding-top: 20px;
}
.contact-info-box.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fottercontact .logocon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fottercontact .logocon a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-left: auto;
}
.fottercontact .logocon a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fottercontact .logocon a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fottercontact .logocon a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fottercontact .logocon a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.fottercontact .logocon a:hover::before {
  left: 100%;
}
.fottercontact .logocon a:hover::after {
  width: 300px;
  height: 300px;
}
.fottercontact .logocon a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fottercontact .logocon a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fottercontact .logocon a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fottercontact .logocon a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fottercontact .logocon a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fottercontact .logocon a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fottercontact .logocon a:disabled:hover::before {
  left: -100%;
}

.windwbkfrm .lf-max-w-\[510px\] {
  border-radius: 12px;
  border: 1px solid rgba(253, 232, 225, 0.73);
  background: #f1f1f1;
  padding: 10px;
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: none !important;
}

.windwbkfrm .lf-grid-cols-3 > div > button {
  border-radius: 10px 0 0 10px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 53, 68, 0.4);
  color: #000 !important;
  font-size: 18px;
}
.windwbkfrm .lf-grid-cols-3 > div > button:nth-child(2) {
  border-radius: 0;
}
.windwbkfrm .lf-grid-cols-3 > div > button:last-child {
  border-radius: 0 10px 10px 0;
}

.windwbkfrm .lf-grid-cols-3 .\!lf-border-\[--primary-color\] {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-width: 0;
}

.windwbkfrm .lf-grid-cols-3 > div > button:hover {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-color: #090909;
}

.windwbkfrm label {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
}

.windwbkfrm input {
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.windwbkfrm input::placeholder {
  color: #fff;
}

.windwbkfr input::-moz-placeholder {
  color: #b2b2b2 !important;
}

.windwbkfr input::placeholder {
  color: #b2b2b2 !important;
}

.windwbkfrm button[type="button"] {
  padding: 0px;
  color: #000;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.iti {
  width: 100%;
}

.windwbkfrm button[type="submit"]:hover,
.windwbkfrm button[type="submit"]:focus {
  background: linear-gradient(
    45deg,
    #ca6930 0%,
    #c9682f 50%,
    #ca6930 50%,
    #ee7530 100%
  );
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.mobilebkng .lf-bg-white {
  border-radius: 12px;
  border: 1px solid rgba(253, 232, 225, 0.73);
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(
      228deg,
      rgba(8, 16, 23, 0.27) 0%,
      rgba(8, 16, 23, 0.67) 42.38%,
      rgba(8, 16, 23, 0.74) 52.51%,
      rgba(8, 16, 23, 0.78) 75.5%,
      rgba(8, 16, 23, 0) 112.04%
    );
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.mobilebkng .lf-grid-cols-3 > div > button {
  border-radius: 0 12px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 53, 68, 0.4);
  color: #828282 !important;
}

.mobilebkng .lf-grid-cols-3 .\!lf-border-\[--primary-color\] {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-width: 0;
}

.mobilebkng .lf-grid-cols-3 > div > button:hover {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-color: #090909;
}

.mobilebkng label {
  color: #fff !important;
  font-weight: 500;
}

.mobilebkng input {
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.mobilebkng input::-moz-placeholder {
  color: #b2b2b2 !important;
}

.mobilebkng input::placeholder {
  color: #b2b2b2 !important;
}

.mobilebkng button[type="button"] {
  padding: 0px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.mobilebkng button[type="submit"]:hover,
.mobilebkng button[type="submit"]:focus {
  background: linear-gradient(
    45deg,
    #29b473 0%,
    #29b473 50%,
    #05df79 50%,
    #05df79 100%
  );
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* New Design */

.servicesec2.newdegnsec22 .rightcon ul {
  padding-bottom: 0 !important;
  margin-bottom: 0px !important;
  border-bottom: 0 !important;
}
.servicesec2.newdegnsec22 .rightcon ul li {
  padding-bottom: 15px;
}
.servicesec2.newdegnsec22 .rightcon ul li h3 {
  position: relative;
  padding-left: 30px;
}
.servicesec2.newdegnsec22 .rightcon ul li h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/v2/teenyicons_tick-circle-solid.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
}
.servicesec2.newdegnsec22 .rightcon ul li p {
  padding-left: 30px;
}

.servicesec2.newdegnsec22 .rightcon a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.servicesec2.newdegnsec22 .rightcon a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.servicesec2.newdegnsec22 .rightcon a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.servicesec2.newdegnsec22 .rightcon a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.servicesec2.newdegnsec22 .rightcon a:hover::before {
  left: 100%;
}
.servicesec2.newdegnsec22 .rightcon a:hover::after {
  width: 300px;
  height: 300px;
}
.servicesec2.newdegnsec22 .rightcon a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.servicesec2.newdegnsec22 .rightcon a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.servicesec2.newdegnsec22 .rightcon a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.servicesec2.newdegnsec22 .rightcon a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.servicesec2.newdegnsec22 .rightcon a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.servicesec2.newdegnsec22 .rightcon a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.servicesec2.newdegnsec22 .rightcon a:disabled:hover::before {
  left: -100%;
}

.howtoBook h2 {
  text-align: center;
}
.howtoBook .inrsec {
  padding: 30px;
}

.howtoBook .step-item {
  background: #c79a7f37;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid #c79a7f;
  min-height: 120px;
  display: flex;
  align-items: center;
  position: relative;
}

.howtoBook .step-item:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(212, 127, 0, 0.15);
  background: #ffffff;
}

.howtoBook .step-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.howtoBook .step-item:hover .step-icon {
  transform: scale(1.1);
}
.howtoBook .step-number {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #c79a7f;
  color: #ffffff;
  width: 50px;
  height: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.howtoBook .step-item:hover .step-number {
  background: linear-gradient(135deg, #d16527 0%, #f77022 100%);
  transform: scale(1.1);
}
.howtoBook .step-content p {
  margin: 0;
  font-size: 15px !important;
  font-weight: 600;
  color: #003b73;
  text-transform: none;
  line-height: 1.5 !important;
}

.howtoBook p.follow {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  text-transform: none !important;
}

.howtoBook a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0 auto;
  display: table;
}
.howtoBook a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.howtoBook a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.howtoBook a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
.howtoBook a:hover::before {
  left: 100%;
}
.howtoBook a:hover::after {
  width: 300px;
  height: 300px;
}
.howtoBook a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.howtoBook a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.howtoBook a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.howtoBook a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.howtoBook a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.howtoBook a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.howtoBook a:disabled:hover::before {
  left: -100%;
}

.testimonial-section {
  background-color: #f7f7f7;
}
.testimonial-section .testmncontinr {
  position: relative;
}
.testimonial-section .testmncontinr::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 53.5%);
  display: none;
}

.testimonial-section h2 {
  text-align: center;
}

.testimonial-section .stars {
  margin-bottom: 20px;
}

.testimonial-section .stars i {
  color: #ffce21;
  font-size: 18px;
  margin-right: 3px;
}

.testimonial-section .testimonial-title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.testimonial-section .testimonial-card {
  background: white;
  padding: 40px 30px;
  margin: 0 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-section .testimonial-car p {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.testimonial-section .author-info {
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-section .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #999;
}

.testimonial-section .author-details h5 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: bold;
  color: #333;
}

.testimonial-section .author-details p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.testimonial-section .slick-list.draggable {
  padding-bottom: 10px !important;
}

/* Slick Slider Custom Styles */
.testimonial-section .slick-slider {
  margin: 0 -15px;
}

.testimonial-section .slick-slide {
  opacity: 1;
}

.testimonial-section .slick-list {
  padding: 0 !important;
}

.testimonial-section .slick-dots {
  bottom: -50px;
}

.testimonial-section .slick-dots li.slick-active {
  margin-right: 30px;
}

.testimonial-section .slick-dots li button:before {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 100%;
  opacity: 1;
  content: "";
  display: block;
}

.testimonial-section .slick-dots li.slick-active button:before {
  background-color: #b58c6a;
  width: 40px;
  height: 8px;
  border-radius: 10px;
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  display: none !important;
}

.testimonial-section .reviewbtn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin-top: 80px;
  flex-wrap: wrap;
}
.testimonial-section .reviewbtn_container li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 10px 24px;
}
.testimonial-section .reviewbtn_container li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}

.professbg.bkservtdy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.professbg.bkservtdy .inrcapsec {
  position: relative;
  z-index: 9;
}

.newdgn_blg {
  background: #fff;
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(209, 101, 39, 0.2);
  border: 1px solid rgba(209, 101, 39, 0.1);
  height: 100%;
}

.newdgn_blg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #d16527;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}

.newdgn_blg:hover::before {
  transform: scaleX(1);
}

.newdgn_blg:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(209, 101, 39, 0.3);
  border-color: rgba(209, 101, 39, 0.3);
}

.icon-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease;
}

.newdgn_blg:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.newdgn_blg:nth-child(1) .icon-wrapper {
  background: linear-gradient(135deg, #d16527 0%, #ff8142 100%);
  box-shadow: 0 8px 20px rgba(209, 101, 39, 0.3);
}

.newdgn_blg:nth-child(2) .icon-wrapper {
  background: linear-gradient(135deg, #000 0%, #333 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.newdgn_blg:nth-child(3) .icon-wrapper {
  background: linear-gradient(135deg, #d16527 0%, #a04d1c 100%);
  box-shadow: 0 8px 20px rgba(209, 101, 39, 0.3);
}

.icon-wrapper svg {
  width: 30px;
  height: 30px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newdgn_blg h3 {
  font-size: 24px !important;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.newdgn_blg p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  font-weight: 400;
  margin-bottom: 0;
}

.badge {
  display: inline-block;
  background: #d16527;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.newdgn_blg:hover .badge {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.newdgn_blg:nth-child(1) {
  animation: float 6s ease-in-out infinite;
}

.newdgn_blg:nth-child(2) {
  animation: float 6s ease-in-out infinite 2s;
}

.newdgn_blg:nth-child(3) {
  animation: float 6s ease-in-out infinite 4s;
}

@media (max-width: 767px) {
  .newdgn_blg {
    padding: 30px 25px;
    margin-bottom: 20px;
  }

  body {
    padding: 20px 0;
  }
  .mobilebkng .review_btn {
    letter-spacing: 1px;
    width: 100%;
  }
  .banner .leftcap ul.twobtn li a {
    letter-spacing: 0.5px;
  }
  .banner .leftcap ul.twobtn li a i {
    padding-left: 0;
  }
}

/* New Design */

footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 25px;
  text-align: left;
}
footer p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
footer .footerapbtn ul {
  display: flex;
  flex-direction: column;
}
footer .footerapbtn ul li a {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: #1a191a;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  width: 100%;
}
footer .footerapbtn ul li a i {
  font-size: 30px;
  padding-right: 15px;
}
footer .footerapbtn ul li a .txt {
  display: flex;
  flex-direction: column;
}
footer .footerapbtn ul li a .txt span {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
footer .footerapbtn ul li a .txt span b {
  text-transform: none;
  font-size: 15px;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
footer ul li a i {
  padding-right: 10px;
}
footer ul li a:hover {
  color: #d16527;
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
footer ul li a.bknowft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer ul li a.bknowft:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
footer ul li a.bknowft:hover::before {
  left: 100%;
}
footer ul li a.bknowft:hover::after {
  width: 300px;
  height: 300px;
}
footer ul li a.bknowft:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer ul li a.bknowft:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer ul li a.bknowft:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer ul li a.bknowft:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer ul li a.bknowft:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer ul li a.bknowft:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft:disabled:hover::before {
  left: -100%;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000;
}
footer ul.ftaddress li a {
  display: flex;
}
footer ul.ftaddress li a i {
  padding-top: 8px;
}
footer .media ul {
  display: flex;
  flex-direction: column;
}
footer .media ul li {
  padding-right: 7px;
}
footer .media ul li a {
  color: #000;
  font-size: 16px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 2px;
  background: linear-gradient(
    45deg,
    #d16527 0%,
    #d16527 50%,
    #f77022 50%,
    #f77022 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
footer .newslet button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer .newslet button i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer .newslet button:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #000;
}
footer .newslet button:hover::before {
  left: 100%;
}
footer .newslet button:hover::after {
  width: 300px;
  height: 300px;
}
footer .newslet button:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer .newslet button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer .newslet button:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer .newslet button:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer .newslet button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer .newslet button:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer .newslet button:disabled:hover::before {
  left: -100%;
}
footer .copy p {
  text-align: center;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
footer ul.socialMedia li a i {
  color: #fff;
}
footer ul.socialMedia li a:hover i {
  color: #000;
}

footer .clss3:nth-child(2) {
  padding-left: 100px;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/ /*# sourceMappingURL=style.css.map */
