@charset "utf-8";

.review-left p {
  margin-bottom: 5px !important;
}

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

body {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  overflow-x: hidden;
}

a {

  text-decoration: none;
}

.ptb-60 {
  padding: 60px 0px;
}

.bg-pink {

  background: #283b6a;
}

.color-pink {
  color: #283b6a;
}

/*==============header css================*/
.header-top {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  text-align: center;
}

.header-top a {

  color: #fff;

  font-size: 16px;

  font-weight: 500;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.nav-link {
  font-weight: 600;
  color: #444;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #1a237e;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #1a237e;
  transition: width 0.4s ease, left 0.4s ease;
  border-radius: 3px;
}

.nav-link:hover::before {
  width: 100%;
  left: 0;
}

.nav-link:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease, color 0.3s ease;
}

@media (max-width: 768px) {
  .navbar-collapse {
    justify-content: flex-start;
  }

  .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.new_banner {
  width: 100%;
  height: auto;
  background-color: #283b6a;
  background-size: cover;
  background-position: center;
}

.new_banner_img {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
}

.new_banner_text {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 100px;
}

.about_text {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 40px;
}

.about_text h1 {
  font-weight: bold;
  color: #283b6a;
}

.new_banner_text h1,
h2,
h3 {

  color: #fff;
  font-weight: bold;
}

.achive-img {
  margin-top: 20px;

}

.new_banner_text ul {
  margin-top: 20px;
  list-style-image: url(images/check-box.png);
}

.new_banner_text li {
  color: #fff;
  font-size: 18px;
}

.slide {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.form {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.form h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.btn {
  background: #283b6a;
  color: #fff;
  border: solid 1px #283b6a;
}

.btn:hover {
  background: #000;
  border: solid 1px #000;
}

/*------About us page--------*/

.about {
  width: 100%;
  height: auto;
  float: left;
}

.about-content h1 {
  color: #283b6a;
  font-weight: 500;
}

.why-chose {
  width: 100%;
  height: auto;
  float: left;
  background-color: #049bc3;
  background-position: center;
  background-size: cover;
}

.choose-box {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.choose-box h3 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

/*------Service--------*/
.services {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
}

.heading h3 {
  font-size: 40px;
  font-weight: bold;
  color: #283b6a;
}

.heading p {
  font-size: 18px;
  color: #000;
}

.service-box {
  width: 100%;
  height: auto;
  float: left;
  background: #f1f1f1;
  margin-bottom: 30px;
  border-bottom: solid 5px #ddd;
}

.service-dec h4 {
  font-size: 20px;
  font-weight: bold;

}

.service-dec {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 10px;
  text-align: center;
}

.service-dec a {
  background: #283b6a;
  color: #fff;
  padding: 2px 15px;
  border-radius: 2px;
  margin-top: 10px;
  display: inline-block;
}

.slick-slide {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

/*------Award------------*/
.achive {
  width: 100%;
  height: auto;
  float: left;
  background: #f1f1f1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 35px !important;
  line-height: 1;
  color: #283b6a !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
  font-size: 16px !important;
  color: #283b6a !important;
  margin-top: 30px;
}

.testimonial {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;

}

.testimonial-box {
  width: 100%;
  min-height: 250px;
  border: solid 1px #666;
  padding: 10px;
}

footer {
  width: 100%;
  height: auto;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.keyword a {
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  border: solid 1px #f1f1f1;
  margin: 5px;
  padding: 5px;
}

footer p {
  color: #fff !important;
}

::-webkit-scrollbar {

  width: 10px;

}

::-webkit-scrollbar-track {

  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {

  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;

}





@media only screen and (max-width: 600px) {



  .new_banner_text {
    padding: 20px 20px;
  }

  .form {

    margin-top: 20px;

  }

  .about-img {

    margin-top: 30px;

  }

  .choose-box {

    margin-top: 30px;

  }

}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;

  background-color: rgb(255 255 255 / 80%);
  z-index: 1111111;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 15px;
  border: 1px solid #ddd;

}

.modal-content h4 {
  text-align: center;
  font-size: 24px;
  padding: 10px 0px 4px 0px;
  font-weight: 700;
  color: #fff;
}

/*.review-left {
        padding: 5px 0px;
    }*/
/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  opacity: .9;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.submit {
  width: 100%;
  padding: 10px 0px;
}

.section-enquiry {
  padding: 10px 0;
  margin-bottom: 0px;
  float: left;
  font-family: 'Chivo', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 42px;
  width: 100%;
}

img.logo-p {
  width: 58%;
  margin: 0 auto;
}

img.glass {
  height: 270px;
}

.contact-wrapper .section-enquiry h4 {
  font-size: 24px !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  color: #000;
}


input[type=checkbox] {
  height: 14px;
  width: 14px;
  margin: 0;
}

.submit-left {
  width: 100%;
  padding: 10px 0px;
}

input {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 13px;
  border: 1px solid #283b6a;
  border-radius: 1px;
  margin-bottom: 10px;
  height: 45px;
}

.choose-card {
  background: #fff;
  /* border-radius: 12px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.choose-card .icon {
  max-width: 100px;
  height: auto;
}

.why-choose-us h2 {
  color: #2c3e50;
}

.select {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 13px;
  border: 1px solid #283b6a;
  border-radius: 1px;
  margin-bottom: 10px;
  height: 45px;
}

.btn-primary {
  color: #fff;
  background-color: #283b6a;
  border-color: #283b6a;
  padding: 10px 20px;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 10px !important;
}

.submit-right {
  padding: 18px 0px;
}

.tab-content {
  padding: 0 0px 15px 0;
}

input:focus {
  outline: none !important;
  border: 1px solid #c27c7c;
}

input[type=submit] {
  background: #fff;
  border: none;
  color: #000;
  padding: 14px 5px 31px 0;
  border: 1px solid #003c4a;
  text-transform: uppercase;
  border-radius: 6px;
}

input[type=submit]:hover {
  background: #049bc3;
  color: #fff;
  border: 1px solid #ffffff;
}

input[type=submit]:focus {
  outline: none;
}

textarea {
  padding: 8px 10px;
  background: #fff;
  font-size: 13px;
  display: block;
  width: 100%;
  border: 1px solid #283b6a;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: 70px;
  border-radius: 1px;
}

select {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 10px;
  height: 45px;
  font-size: 13px;
  color: #6a6969;
}

select.room {
  width: 100%;
  border: none;
  background-color: rgb(255, 255, 255);
  transition: .3s;
  border-radius: 0;
  border: 1px solid rgba(0, 43, 92, 0.08);
  height: 44px;
}

a.ttm-btn {
  background: #283b6a;
  padding: 7px 20px;
  border-radius: 0px;
  color: #fff;
}

.titl {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 42px;
}

input.phone-number {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

select.selec {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
  .modal-content {
    width: 90%;
  }

  .contact-detal {
    margin-top: 20px;
  }
}

.contact {
  padding: 20px;

  float: left;
  width: 100%;
}

.contact-detal {
  background: #f2f2f2;
  padding: 24px;
  /* border: 1px solid #cec8c9;
    border-radius: 30px; */
}

.contact-detal h4 {

  font-size: 30px;
  font-weight: 600;
  color: #283b6a;
}

.attractive-list {
  column-count: 2;
  column-gap: 40px;
  max-width: 500px;
  padding-left: 0;
  list-style: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}

.attractive-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.attractive-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  user-select: none;
}

.enquire-now {
  border-radius: 20px;
  background: #ffc107;

  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 15px;
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 9999999;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  transform-origin: bottom right;
  width: 200px;
  border: none;
  outline: none;
}

.achievement-card {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.achievements-section h2 {
  color: #1e2a38;
}

.achievements-section p {
  max-width: 700px;
  margin: 0 auto;
}

.floating-btn {
  position: fixed;
  left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-btn i {
  font-size: 30px;
  color: white;
  pointer-events: none;
}

.floating-btn.whatsapp {
  bottom: 60px;
  background-color: #25D366;
}

.floating-btn.phone {
  bottom: 130px;
  background-color: #007bff;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.footer-keywords #read-more-link {
  color: #ffc107;
  font-weight: 500;
  text-decoration: none;
  margin-left: 4px;
  margin-top: 10px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  display: inline-block; 
}

.footer-keywords #read-more-link:hover {
  text-decoration: none;
  color: #e2e466;
}