/* Theme Name: Amber Palace Hotels */

.aboutDetails-text {
  text-align: justify !important;
}

.aboutDetailsData {
  font-size: 16px;
}

/* updated css */
.testimonial-block-two .inner-box .info-box .designation {
  color: #333;
}
.foot-call-info i {
  margin-top: 5px;
}

.foot-call-info p {
  display: flex;
  flex-direction: column;
  color: #fff;
}

header .main-menu .navigation li a:hover {
  color: #b6b1b1 !important;
}

.bookNowBtn a {
  border: 1px solid #fff;
  background-color: #283146;
}

header .bookNowBtn:hover a {
  background-color: #fff;
  border-color: #fff;
}

.footer-style-one .about-widget .logo {
  margin-bottom: 15px;
}

.address-col.text-grid {
  white-space: nowrap;
}

.contact-list-one li .icon {
  color: #fff;
}

.float-Phone {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 130px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.testimonial-block-two .inner-box .text {
    font-size: 18px;
    line-height: 34px;
}
/* MAIN SECTION */
.team-section {
    background: #f2f2f2;
    padding: 10px;
}

.team-title {
    text-align: center;
    font-size: 64px;
    margin: 20px 0;
}

/* CARD LAYOUT */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background: #f2f2f2;
}

/* CARD DESIGN */
.product-card {
    width: 250px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
}

/* IMAGE */
.image-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: cover;
}

/* CONTENT */
.card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-align {
    align-items: flex-start;
}

.card-content h3 {
    margin: 10px 0;
    font-size: 17px;
}

.card-content p {
    color: #555;
    font-size: 14px;
    text-align: left;
}
.aboutDetailsData b{
    color:black; font-weight:500;
}
.images {
    height: 100%;
}
.product-card{
    height:100%;
}
.features-section .aboutDetails-text{
  margin-top: 0;
  margin-bottom: 15px;
}
.features-section .aboutDetails-text p {
    text-align: left;
    font-size: 15px;
    max-width: 1260px;
    margin: auto;
}

.product-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.about-page-title {
    min-height: 450px;
    padding: 40px 0 0;
}

.feature-section-two.Sectionsystemview {
    padding: 0;
}

.mobile-menu {
    width: 330px;
}


    @media (max-width: 720px) {

.mobile-menu .contact-info-box {
    color: #fff;
    font-size: 13px;
}
  .quote-icon > img {
    width: 65px !important;
  }

  .inner-box {
    margin-bottom: 0px !important;
  }

  .team-title {
    text-align: center;
    font-size: 34px;
    margin: 20px 0;
  }
  .title-About {
    font-size: 31px !important;
  }

  /* updated header css media */
      header .contact-list-one li .icon, header .mobile-menu .social-links li a {
        color: #fff;
    }
    header .bookNowBtn a {
        border: 0;
        padding: 18px 15px !important;
    }
    .logo img {
        width: 82px !important;
    }

  .features-section .aboutDetails-text p {
    text-align: justify !important;
    font-size: 13px !important;
   }
   .features-section .content-column {
        margin-bottom: 0;
    }
  .about-page-title {
    min-height: 215px !important;
    padding: 20px 0 0 !important;
  }
  .team-title {
    font-size: 32px !important;
    margin: 10px 0 0 !important;
  }
  .product-card {
    width: 100% !important;
  }
  .testimonial-block-two .inner-box .text {
    font-size: 14px;
  }
  .testimonial-block-two {
    padding-top: 20px;
}
  .feature-section-two.Sectionsystemview {
      display: none;
  }
  .footer-style-one .links-widget li a {
        font-size: 14px;
    }
  footer .emailLinkHeader {
        font-size: 12px !important;
  }
  .main-footer .widgets-section {
        padding: 25px 0;
  }
  .footerTextOneCol {
        margin-bottom: 0;
        font-size: 14px;
  }
}
.blog-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

h3.blog-title {
    font-size: 20px !important;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-title a {
    text-decoration: none;
    color: #333;
}

.blog-title a:hover {
    color: #d9822b;
}

.blog-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-btn {
    color: #d9822b;
    font-weight: 600;
    text-decoration: none;
}

.blog-btn:hover {
    letter-spacing: 1px;
}
.blog-card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

#load-more {
    background: #d9822b;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

#load-more:hover {
    background: #b96c1f;
}
.single-container {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
}

.single-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.single-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.related-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.related-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
/* Responsive */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}