body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}


.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  padding-left: 5px;
  position: relative;
  border-left: 7px solid #0f2480;
  font-weight: bold;
}

/*header section*/
.hero_area {
  background-image: url(../images/IMG_2985.PNG);
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60% 100%;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #0f2480;
}

.header_section {
  overflow-x: hidden;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .navbar-expand-lg .navbar-nav {
  width: 90%;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 90px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 80px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 35px;
}

.User_option a {
  color: #ffffff;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(53, 84, 209, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.overlay a:hover {
  color: #252525;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  padding: 75px 0;
  color: #0b0b0b;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  color: #3554d1;
  font-weight: bold;
  font-size: 4rem;
}

.slider_section .detail-box h1 span {
  color: #0f2480;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
 /* background-color: transparent;*/
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.find_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find_section form {
  padding: 10px 45px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 45px;
  margin: 10px 0;
}

.find_section form button {
  background-color: #f97616;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
}

.about_section {
  position: relative;
  padding-top: 75px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.about_section .square-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 75px;
}

.about_section .square-box img {
  width: 100%;
}

.sale_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.sale_section .sale_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale_section .sale_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: .65%;
}

.sale_section .sale_container .box .img-box img {
  width: 100%;
}

.sale_section .sale_container .box .detail-box {
  margin-top: 10px;
}

.sale_section .sale_container .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.sale_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sale_section .btn-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 35px;
}

.sale_section .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.price_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.price_section .price_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 45px .65%;
  color: #ffffff;
  min-width: 300px;
}

.price_section .price_container .box .detail-box {
  background-color: #3554d1;
}

.price_section .price_container .box .detail-box .heading-box {
  padding: 20px 0;
  background-color: #0f2480;
}

.price_section .price_container .box .detail-box .heading-box h4 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box .heading-box h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.price_section .price_container .box .detail-box .text-box {
  padding: 45px 0;
}

.price_section .price_container .box .detail-box .text-box h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.price_section .price_container .box .detail-box .text-box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 5px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}

.price_section .price_container .box .detail-box .text-box ul {
  padding: 0;
}

.price_section .price_container .box .detail-box .text-box ul li {
  list-style-type: none;
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.price_section .price_container .box .btn-box a {
  padding: 7px 30px;
  background-color: #0f2480;
  color: #ffffff;
  border-radius: 25px;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #f9bc16;
}

.price_section .price_container .box:hover .btn-box a {
  background-color: #f9bc16;
}

.deal_section {
  overflow-x: hidden;
}

.deal_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deal_section .detail-box p {
  margin-top: 15px;
}

.deal_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}

.deal_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.deal_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115%;
}

.deal_section .img-box .box.b1 {
  margin-right: 15px;
}

.deal_section .img-box img {
  max-width: 100%;
}

.us_section {
  background-color: #0f2480;
  color: #ffffff;
}

.us_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.us_section .heading_container h2 {
  border-left-color: #ffffff;
}

.us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

.us_section .box .img-box {
  margin-bottom: 15px;
}

.us_section .box .img-box img {
  width: 100%;
}

.us_section .box h3 {
  font-weight: bold;
}

.us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.us_section .btn-box a {
  padding: 7px 30px;
  background-color: #ffffff;
  color: #252525;
  border-radius: 25px;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.client_section .client_container {
  width: 85%;
  margin: auto;
  border: 1px solid #252525;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 2%;
}

.client_section .client_container .box .img-box {
  min-width: 100px;
  margin-right: 15px;
}

.client_section .client_container .box .img-box img {
  width: 100%;
}

.client_section .client_container .box .detail-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}

.client_section .client_container div#carouselExampleControls {
  padding: 0 10%;
}

.client_section .client_container div#carouselExampleControls::before {
  content: "";
  width: 50px;
  height: 155px;
  background-color: #0f2480;
  position: absolute;
  left: 10%;
  top: 37px;
}

.client_section .client_container .carousel-control-prev,
.client_section .client_container .carousel-control-next {
  width: 45px;
  height: 45px;
  background-color: #0f2480;
  border-radius: 100%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact_section .container-fluid {
  background-color: #0f2480;
  color: #ffffff;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  border-radius: 25px;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #0f2480;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  background-color: #0f2480;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  width: 70%;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/

/* modern makeover */
html {
  scroll-behavior: smooth;
}

body {
  color: #10223d;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 35%, #f7f9fd 100%);
}

.hero_area {
  min-height: 100vh;
  background-image: linear-gradient(120deg, rgba(7, 16, 37, 0.40), rgba(25, 93, 136, 0.32)), url(../images/IMG_2985.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.header_section {
  overflow-x: hidden;
  padding-top: 20px;
}

.custom_nav-container {
  z-index: 99999;
  min-height: auto;
  padding: 14px 20px;
  border-radius: 18px;
  background: rgba(10, 22, 48, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
  height:130px;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #d7b16b;
  line-height: 1;
}

.brand-mark__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 2vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: inherit;
}

.brand-mark__tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 6px;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: inherit;
}

.brand-mark__tagline::before,
.brand-mark__tagline::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(215, 177, 107, 0.7);
}

.brand-mark:hover,
.brand-mark:focus {
  color: #ebcb8f;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: #ffffff;
}

.nav_cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav_cta {
  background: linear-gradient(135deg, #4a7cff 0%, #66c4ff 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(46, 110, 255, 0.25);
}

.primary-btn {
  background: #ffffff;
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(46, 110, 255, 0.25);
}

.nav_cta:hover,
.primary-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.secondary-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 50px 0 110px;
  color: #ffffff;
}

.slider_section .detail-box {
  max-width: 700px;
}

.eyebrow {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d8ecff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slider_section .detail-box h1 {
  color: #ffffff;
  font-weight: 700;
   font-size: clamp(1.96rem, 3.5vw, 2.5rem);
  line-height: 1.05;
  margin: 18px 0;
}

.slider_section .detail-box p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  max-width: 640px;
}

.slider_section .detail-box .btn-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.stat-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.stat-card strong {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}

.stat-card span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.intro_strip {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}

.intro-card {
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 34, 61, 0.06);
  box-shadow: 0 18px 45px rgba(13, 31, 57, 0.08);
}

.intro-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.about_section {
  position: relative;
  padding-top: 105px;
}

.modern-image-frame {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(13, 31, 57, 0.16);
}

.modern-image-frame img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.section_tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #3554d1;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heading_center {
  align-items: center;
  text-align: center;
}

.heading_center h2 {
  border-left: none;
  padding-left: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a7cff;
}

.modern_section {
  padding: 25px 0 90px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-card {
  padding: 26px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(13, 31, 57, 0.08);
  border: 1px solid rgba(16, 34, 61, 0.06);
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.alt-section {
  padding-top: 70px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(229, 238, 255, 0.8), rgba(255, 255, 255, 0));
}

.scenic-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.scenic-grid .box {
  margin: 0;
}

.scenic-card {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 31, 57, 0.1);
}

.scenic-card .img-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.scenic-card .detail-box {
  padding: 18px 18px 24px;
}

.scenic-card .detail-box h6 {
  margin-bottom: 8px;
}

.scenic-card .detail-box p {
  margin: 0;
  color: #5d6980;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.journey-card {
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #11274a 0%, #1b5f8d 100%);
  box-shadow: 0 20px 44px rgba(13, 31, 57, 0.18);
  color: #ffffff;
}

.journey-card .section_tag,
.contact_panel .section_tag {
  color: #9fd5ff;
}

.journey-card h3 {
  margin-bottom: 10px;
}

.journey-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.testimonials_section {
  padding-top: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.testimonial-card {
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(53, 84, 209, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.testimonial-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #10223d;
}

.testimonial-card p {
  margin: 0;
  color: #5d6980;
  line-height: 1.7;
}

.contact_section {
  position: relative;
  padding: 30px 0 90px;
}

.contact_shell {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(13, 31, 57, 0.18);
}

.contact_section .heading_container {
  align-items: center;
  margin-bottom: 40px;
}

.contact_section .container-fluid {
  background-color: transparent;
  color: inherit;
}

.contact_panel {
  height: 100%;
  padding: 42px 32px;
  background: linear-gradient(180deg, #13345f 0%, #0d1d39 100%);
  color: #ffffff;
}

.contact_panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact_checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.contact_checklist li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.contact_checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8fd3ff;
  font-weight: 700;
}

.contact_status {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 600;
}

.contact_status.is-visible {
  display: block;
}

.contact_status.is-success {
  background: #e8f8ee;
  border: 1px solid #b9e5c6;
  color: #166534;
}

.contact_status.is-error {
  background: #fff4e8;
  border: 1px solid #ffd1a6;
  color: #9a4d0b;
}

.contact_section .form_container {
  padding: 38px 32px;
  background: #ffffff;
}

.contact_section form {
  display: grid;
  gap: 14px;
}

.contact_section input,
.contact_section textarea {
  width: 100%;
  border: 1px solid #dbe3f0;
  background-color: #f8fbff;
  border-radius: 14px;
  outline: none;
  color: #252525;
  margin-top: 0;
  padding: 14px 16px;
}

.contact_section textarea.message-box {
  min-height: 140px;
  resize: vertical;
}

.contact_section button {
  padding: 12px 24px;
  outline: none;
  border: none;
  color: #ffffff;
  background: linear-gradient(135deg, #3554d1 0%, #4ea0ff 100%);
  border-radius: 999px;
  margin: 0;
  text-transform: none;
  font-weight: 600;
}

.footer_section {
  background-color: transparent;
  padding-bottom: 30px;
}

.footer_section p {
  border-top: 1px solid #d8e1ef;
  color: #5d6980;
  margin: 0;
  width: 100%;
  padding: 25px 0 20px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .hero_area {
    min-height: auto;
  }

  .slider_section {
    padding-bottom: 80px;
  }

  .hero-stats,
  .service-grid,
  .testimonial-grid,
  .journey-grid,
  .scenic-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero_area {
    background-position: center;
  }

  .custom_nav-container {
    padding: 14px 16px;
  }

  .slider_section {
    text-align: left;
    padding: 25px 0 70px;
  }

  .intro_strip {
    margin-top: 0;
    padding-top: 30px;
  }

  .about_section {
    padding-top: 60px;
  }

  .modern-image-frame img {
    min-height: 300px;
  }

  .contact_section {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .slider_section .detail-box h1 {
    font-size: 2.0rem;
  }

  .hero-stats,
  .service-grid,
  .testimonial-grid,
  .journey-grid,
  .scenic-grid {
    grid-template-columns: 1fr;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
