* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  margin: 0;
  background: linear-gradient(94.02deg, #000000 13.74%, #666666 100%);
}



a
{
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}






/*----------------------------------------------------------------------------------------------------------*/



.fixed-contact-buttons {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.contact-button:hover {
  transform: scale(1.1);
}

.whatsapp-btn {
  background-color: #25D366;
}

.call-btn {
  background-color: #007BFF;
}







/* Center navbar items on large screens (lg and above) */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Remove centering on smaller screens */
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}





.book_now {
  background-color: #FFD700 !important;
  color: black !important;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold !important;
  text-decoration: none;
}


.nav-link {
  color: white !important;
}


.logo {
  height: 60px;
  padding: 10px;
}




/* =============================   LOGIN PAGE=================================== */

.login_sec_container {
  /* background: linear-gradient(94.02deg, #000000 13.74%, #666666 100%) !important; */
}


.login_body {
    background-image: url('../images/bg.png');
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  color: white;

}




.steam_up
{
width: 90%;
}

.login_navbar {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.login_logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.login_menu {
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 20px;
  border-radius: 20px;
}

.login_menu a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.login_cta {
  background: #FFD700;
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.login_container {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  max-width: 400px;
  width: 100%;
  margin-top: 60px;
}

.login_container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.login_container input , textarea{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: white;
  margin-bottom: 25px;
}



select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: white;
  margin-bottom: 25px !important;
  appearance: none; /* Removes default styling on most browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

select:focus {
  border-bottom: 1px solid #fff;
}

select option {
  background-color: #000;  /* Or rgba(0, 0, 0, 0.8) */
  color:#ddd;
}



.login_container input:focus {
  outline: none;
  border-color: #FFD700;
}

.login_btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: linear-gradient(to right, #444, #FFD700);
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.login_btn:hover {
  background: linear-gradient(to right, #FFD700, #444);
}

.login_footer {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
}

.login_footer a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .login_navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .login_menu {
    flex-wrap: wrap;
  }

  .login_cta {
    align-self: flex-end;
  }

  .login_container {
    margin-top: 30px;
    padding: 30px 20px;
  }
}





/* <!-- ========================================= --> */
/* <!-- Section: Why Choose Istriwalla | Responsive | Unique Class: login_sec_ --> */
/* <!-- ========================================= --> */

.login_sec_container {
  padding: 60px 20px;
  text-align: center;
  /* background: linear-gradient(to bottom right, #1e1e1e, #3a3a3a); */
}

.login_sec_image img {
  width: 90%;
  height: auto;
  margin: 50px auto;
}

.login_sec_heading {
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #ffc107;
}

.login_sec_subtext {
  margin-top: 10px;
  color: #ccc;
  font-size: 16px;
}

.login_sec_features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 40px; */
  margin: 40px auto;
  gap: 20px;
}

.login_sec_feature_box {
  background-color: #FAF8EE;
  color: #000;
  padding: 20px;
  border-radius: 12px;
  width: 300px;
  /* box-shadow: 0 0 20px rgba(255, 193, 7, 0.3); */
  text-align: center;
  transition: transform 0.3s ease;

  box-shadow: 2px 2px 20px 1px #FFCE0F;
}

.login_sec_feature_box:hover {
  transform: translateY(-5px);
}

/* .login_sec_icon {
      font-size: 32px;
      color: #ffc107;
      margin-bottom: 10px;
    } */


.icons {
  height: 100%;
  background-color: blue;
}


.login_sec_icon i {

  background-color: white;
  border-radius: 50%;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  color: #ffc107;
  width: 30%;
}


/* .login_sec_icon img
        {
          background-color: white;
          border-radius: 50%;
          height: 100%;
        } */


.login_sec_title {
  font-weight: bold;
  margin-bottom: 5px;
}

.login_sec_desc {
  font-size: 14px;
  color: #444;
}

@media (max-width: 768px) {
  .login_sec_feature_box {
    width: 100%;
  }
}



/* Section container */
.login_sec_img_section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 60px 20px;
  flex-wrap: wrap;
  /* background: linear-gradient(94.02deg, #000000 13.74%, #666666 100%); */
  /* background: linear-gradient(to right, #111, #333); */
}

.login_sec_img_box {
  background: #1e1e1e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  max-width: 450px;
  width: 100%;
  transition: transform 0.3s ease;
}

.login_sec_img_box:hover {
  transform: scale(1.03);
}

.login_sec_img_box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .login_sec_img_section {
    flex-direction: column;
    gap: 20px;
  }
}





/* <!-- ================================================= --> */
/* <!-- Section: Our Process | Responsive | Class Prefix: login_our_process_ --> */
/* <!-- ================================================= --> */



.login_our_process_section {
  padding: 60px 20px;
  text-align: center;
}

.login_our_process_title {
  font-size: 40px;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 10px;
}

.login_our_process_subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
}

.login_our_process_steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  width: 85%;
  margin: 100px auto;
  /* margin: 0 auto 50px; */
  position: relative;
  color: white;
}

.login_our_process_steps::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 5%;
  right: 5%;
  height: 3px;
  border-top: 3px dashed #ffc107;
  z-index: 1;
}

.login_our_process_step {
  background: transparent;
  flex: 1 1 200px;
  z-index: 2;
  position: relative;
  text-align: center;
}

.login_our_process_circle {
  width: 50px;
  height: 50px;
  background: #ffc107;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.login_our_process_step_title {
  font-weight: bold;
  margin-bottom: 5px;
}

.login_our_process_step_desc {
  font-size: 14px;
  color: #bbb;
}

.login_our_process_cta {
  font-size: 36px;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 10px;
}

.login_our_process_cta_desc {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.login_our_process_button {
  display: inline-block;
  padding: 12px 24px;
  background: #ffc107;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.login_our_process_button:hover {
  background: #e0a800;
}

.login_our_process_note {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .login_our_process_steps {
    flex-direction: column;
    align-items: center;
  }

  .login_our_process_steps::before {
    display: none;
  }
}







/* ===========================LOGIN PAGE END============================== */




/* =================================HOME PAGE======================================== */


/* Main section styling */
.home_clothing_care {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(135deg, #111, #222);
  background-image: url('../images/bg.png');
  /* optional subtle texture */
  text-align: center;
  /* padding: 20px; */
}

.home_clothing_icon {
  /* width: 80px; */
  height: 80px;
  margin-bottom: 20px;
}

.home_clothing_icon img {
  /* width: 100%; */
  height: 100%;
  fill: #FFD700;
}

.home_clothing_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFD700;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .home_clothing_title {
    font-size: 2rem;
  }

  .home_clothing_icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .home_clothing_title {
    font-size: 1.5rem;
  }
}



/* ================================== */
/* <!-- =================== ABOUT ISTRIWALLA SECTION START (about_) =================== --> */


.about_section {
  /* background: linear-gradient(135deg, #111, #222); */
  background-image: url('../images/bg.png');
  /* Optional */
  padding: 60px 20px;
}

.about_header {
  text-align: center;
  margin-bottom: 40px;
}

.about_icon {
  /* width: 80px; */
  height: 80px;
  margin: 0 auto 20px;
}

.about_icon img {
  /* width: 100%; */
  height: 100%;
  /* fill: #FFD700; */
}

.about_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 10px;
}

.about_subtitle {
  font-size: 1.1rem;
  color: #ccc;
}

.about_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
  margin-top: 40px;
  width: 90%;
  /* max-width: 1200px; */
}

.about_text {
  flex: 1 1 500px;
}

.about_text h3 {
  color: #FFD700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.about_text p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #ccc;
}

.about_text p a {
  color: #66b2ff;
  text-decoration: none;
}







.about_image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  position: relative;
}

.about_image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
}

/* Only apply top offset on desktop (≥992px) */
@media (min-width: 992px) {
  .about_image img {
    top: -180px;
  }
}

/* Optional: reset for smaller screens */
@media (max-width: 991.98px) {
  .about_image img {
    top: 0;
  }
}







@media (max-width: 768px) {
  .about_title {
    font-size: 2rem;
  }

  .about_icon {
    width: 60px;
    height: 60px;
  }

  .about_text h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .about_title {
    font-size: 1.6rem;
  }

  .about_subtitle {
    font-size: 1rem;
  }

  .about_text {
    font-size: 0.95rem;
  }
}



/* ----------------------------------------------------------------------------------- */


.about_mission_section {
  padding: 60px 20px;
  background: linear-gradient(to right, #000000, #4f4f4f);
  color: #fff;
  text-align: center;
}

.about_mission_section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 10px;
}

.about_mission_section p.subtext {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 40px;
}

.about_mission_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.about_mission_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about_mission_card:hover {
  transform: translateY(-5px);
}

.about_mission_card_icon {
  font-size: 40px;
  color: #ffc107;
  margin-bottom: 15px;
}

.about_mission_card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about_mission_card p {
  font-size: 14px;
  color: #555;
}

.about_mission_mission_text {
  max-width: 900px;
  margin: 0 auto;
  color: #ddd;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about_mission_section h2 {
    font-size: 28px;
  }

  .about_mission_section p.subtext {
    font-size: 14px;
  }

  .about_mission_mission_text {
    font-size: 15px;
    padding: 0 10px;
  }
}






/* ======================================Service page================================== */



.service_section {
  /* background: radial-gradient(circle, #1a1a1a, #000); */
  background-image: url('../images/bg.png');
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}



.service_content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.service_icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.service_title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFCE0F;
}

.service_subtitle {
  color: #FFCE0F;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.service_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: #FFCE0F;
  margin-bottom: 40px;
}

.service_feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.service_feature i {
  font-size: 16px;
}

.service_btn {
  background-color: #ffc800;
  color: #000;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.service_btn:hover {
  background-color: #e6b800;
}

/* ====== Responsive Design ====== */
@media (max-width: 768px) {

  .service_title,
  .service_subtitle {
    font-size: 28px;
  }

  .service_features {
    flex-direction: column;
    gap: 15px;
  }

  .service_btn {
    width: 100%;
  }
}







/* ======= Start service_transparent_ Styles ======= */


.service_transparent_section {
  padding: 60px 20px;
  color: #fff;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.service_transparent_container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.service_transparent_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #facc15;
  /* yellow-400 */
  margin-bottom: 10px;
}

.service_transparent_subtitle {
  font-size: 1rem;
  color: #d1d5db;
  /* gray-300 */
  margin-bottom: 40px;
}

.service_transparent_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service_transparent_card {
  background-color: #f9fafb;
  color: #111827;
  padding: 20px 15px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_transparent_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.service_transparent_card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.service_transparent_card p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 10px;
}

.service_transparent_price {
  font-weight: bold;
  color: #FFCE0F;
  font-size: 1rem;
  display: block;
}

/* Responsive Tuning */
@media (max-width: 768px) {
  .service_transparent_title {
    font-size: 2rem;
  }

  .service_transparent_subtitle {
    font-size: 0.9rem;
  }

  .service_transparent_card {
    padding: 18px 12px;
  }
}

@media (max-width: 480px) {
  .service_transparent_grid {
    grid-template-columns: 1fr;
  }
}


/* <!-- ======= End service_transparent_ Section ======= --> */





/* service_our_process_ | Styling Starts */
.service_our_process_ {
  font-family: 'Arial', sans-serif;
}

.service_our_process_.bg-gradient {
  background: linear-gradient(to right, #0f0f0f, #3b3b3b);
  color: #fff;
  padding: 60px 20px;
}

.service_our_process_.container {
  margin: auto;
  width: 90%;
}

.service_our_process_.title {
  text-align: center;
  font-size: 2.5rem;
  color: #FFCE0F;
  font-weight: 700;
  margin-bottom: 10px;
}

.service_our_process_.subtitle {
  text-align: center;
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 40px;
}

.service_our_process_.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
}

.service_our_process_.card {
  background: #fefefe;
  color: #222;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service_our_process_.step-num {
  background-color: #FFCE0F;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}

.service_our_process_.step-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

.service_our_process_.step-desc {
  font-size: 0.95rem;
  color: #555;
}

.service_our_process_.tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #FFCE0F;
  background-color: #FFCE0F1F;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}

.service_our_process_.cta {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
}

.service_our_process_.cta h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.service_our_process_.cta p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.service_our_process_.button {
  background-color: #FFCE0F;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.service_our_process_.button:hover {
  background-color: #FFCE0F;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .service_our_process_.title {
    font-size: 2rem;
  }

  .service_our_process_.cta h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .service_our_process_.tag {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  .service_our_process_.step-desc {
    font-size: 0.9rem;
  }
}


/* service_our_process_ | Styling Ends */

/* ==================================Service page end================================== */




/* ==================================Contact page================================== */


/* Contact Section */



.contact_header_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  color: #fff;
  padding: 0 20px;
  background-image: url('../images/bg.png');
}

.contact_header_container {
  max-width: 700px;
}

.contact_header_icon {
  /* width: 80px; */
  height: 100%;
  margin: 0 auto 20px;
}

.contact_header_heading {
  font-size: 48px;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact_header_description {
  font-size: 18px;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 30px;
}

.contact_header_btn {
  background-color: #FFD700;
  color: #000;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.contact_header_btn:hover {
  background-color: #e6c200;
}

.contact_header_btn::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .contact_header_heading {
    font-size: 36px;
  }

  .contact_header_description {
    font-size: 16px;
  }

  .contact_header_btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .contact_header_icon {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .contact_header_heading {
    font-size: 28px;
  }

  .contact_header_description {
    font-size: 15px;
  }
}




/* ---------------------------------- */

/* ==== CONTACT SECTION CSS CODE (START) ==== */


.contact_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.contact_wrapper {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  width: 80%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #00AEEF;
}

.contact_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact_subtitle {
  color: #666;
  margin-bottom: 25px;
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact_row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact_group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact_label {
  margin-bottom: 8px;
  font-weight: 600;
}

.contact_input {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s ease;
  color:#000;
}

.contact_input:focus {
  outline: none;
  border-color: #00AEEF;
  box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.2);
}

.contact_button {
  background-color: #FFD000;
  color: black;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.contact_button:hover {
  background-color: #ffc107;
}

/* Responsive */
@media (max-width: 768px) {
  .contact_row {
    flex-direction: column;
  }
}

/* -------------------------------------------------- */

.contact_icons_sec {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  font-family: Arial, sans-serif;
}

.contact_icons_sec .contact-card {
  background: #f7f5ed;
  border-radius: 15px;
  padding: 30px 25px;
  flex: 1 1 220px;
  max-width: 260px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.contact_icons_sec .contact-card:hover {
  transform: translateY(-5px);
}

.contact_icons_sec .contact-card i {
  font-size: 36px;
  color: #f9b602;
  margin-bottom: 15px;
  display: block;
}

.contact_icons_sec .contact-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.contact_icons_sec .contact-detail {
  color: #333;
  font-size: 15px;
  margin-bottom: 6px;
}

.contact_icons_sec .contact-subtext {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .contact_icons_sec {
    padding: 40px 10px;
  }

  .contact_icons_sec .contact-card {
    max-width: 100%;
  }
}

/* ==== CONTACT SECTION CSS CODE (END) ==== */

/* ==================================Contact page end================================== */





/* ==================================Footer page================================== */





/* <!-- ================================================= --> */
/* <!-- Section: Website Footer | Responsive --> */
/* <!-- ================================================= --> */



.footer_sec_container {
  background-color: #000;
  color: #fff;
  padding: 50px 20px 20px;
}

.footer_sec_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}

.footer_sec_col {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer_sec_col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}

.footer_sec_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_sec_col ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ccc;
}

.footer_sec_col ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer_sec_col ul li a:hover {
  color: #ffc107;
}

.footer_sec_brand {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

.footer_sec_brand b {
  color: #ffc107;
}

.footer_sec_icon {
  color: #ffc107;
  margin-right: 8px;
}

.footer_sec_icon i {
  color: #ffc107;
  font-size: 22px;
}


.footer_sec_bottom {
  text-align: left;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
}

.footer_sec_bottom_links {
  display: flex;
  justify-content: right;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.footer_sec_bottom_links a {
  color: #aaa;
  text-decoration: none;
}

.footer_sec_bottom_links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer_sec_top {
    flex-direction: column;
    text-align: center;
  }

  .footer_sec_col {
    margin-bottom: 20px;
  }
}



/* Footer Section End */
/* Responsive Design */


/* @media (max-width: 768px) {
      .footer_sec_container {
        padding: 30px 15px;
      }

      .footer_sec_top {
        flex-direction: column;
        align-items: center;
      }

      .footer_sec_col {
        margin-bottom: 20px;
        text-align: center;
      }
    } */









/* ======================================================================================================== */




.form_section {
  display: none;
}

.form_section.active {
  display: block;
}


/* ============================================================ */
/* ========================================================= */


#userDropdown
{
  margin-left: 20px;
}


 .btn.book_now {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
  }

  .booking_modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .booking_form_container {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
  }

  .booking_form_container .close_modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
  }

  .booking_form_container input, .booking_form_container textarea, .booking_form_container select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    color:black
  }

  .submit_btn {
    width: 100%;
    padding: 12px;
    background: #ffc107;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 12px;
  }


  /* ======================================================== */
  /* ================================================ */


   .pagination_table .card {
      border: 1px solid #e2e5ec;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .pagination_table th {
      background-color: #f8f9fa;
    }
    .pagination_table .btn-sm {
      padding: 4px 12px;
      font-size: 0.875rem;
    }
    .pagination_table .page-link {
      border-radius: 6px;
    }
    .pagination_table .card-title {
      font-weight: 600;
    }



/* ==================================================== */

/* ---------ANIMATION---------------- */


/* Animation base style */
.animate-from-left, .animate-from-right {
  opacity: 0;
  transform: translateX(0);
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* Left animation */
.animate-from-left {
  animation-name: slideFromLeft;
}

/* Right animation */
.animate-from-right {
  animation-name: slideFromRight;
  animation-delay: 0.2s;
}

/* Keyframes */
@keyframes slideFromLeft {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



/* ---------------Animation up------------- */


/* Common animation base */
.animate-from-top,
.animate-from-bottom {
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* Slide down (top to original) */
.animate-from-top {
  animation-name: slideFromTop;
}

/* Slide up (bottom to original) */
.animate-from-bottom {
  animation-name: slideFromBottom;
  animation-delay: 0.2s;
}

/* Keyframes */
@keyframes slideFromTop {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideFromBottom {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

