ul.breadcrumb {
  padding: 5px 0px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  color: #555;
}

ul.breadcrumb li+li:before {
  padding: 8px 3px 8px 3px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

ul.breadcrumb li a:hover {
  color: #473418;
  text-decoration: underline;
}
.brackham-commont {
  background: #eee;
  position: relative;
}
.item-banner-pages img {
  width: 100%;
}
.contact-temp-body {
  background-color: white;
  padding: 20px 0px 20px 0px;
  border-radius: 10px;
}
.left-bot {
  /* text-align: center; */
}
.ct-left, .ct-right {
  margin-top: 15px;
  margin-bottom: 15px !important;
  color: #393939;
  font-size: 14px;
}
.ct-right h1 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #473418;
}
.ct-left.ct-right form {
  width: 100%;
  margin: 0 auto;
}
.ct-left form input {
  font-size: 14px;
  color: #0d0d0d;
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 5px;
}
.box-input-form {
  display: flex
;
  gap: 0px 20px;
}
.ct-left form input {
  font-size: 14px;
  color: #0d0d0d;
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 5px;
}
.ct-left form textarea {
  font-size: 14px;
  color: #717173;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'Roboto';
  margin-bottom: 10px;
  outline: 0;
}
.ct-left form button {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg,rgba(201, 163, 97, 1) 0%, rgba(130, 87, 26, 1) 51%, rgba(102, 53, 0, 1) 100%);
  border: none;
  height: 40px;
  width: 172px;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.desc_address {
  padding-right: 50px;
  font-size: 16px;
}
.desc_address ul li {
  list-style: disc !important;
  margin-left: 20px;

}

.supplier {
  background: #FFF;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #DDD;
  padding: 15px;
  margin-top: 15px;
}
.supplier .image {
  position: relative;
  overflow: hidden;
}

.supplier .image:hover img {
  transform: scale(1.2);
  transition: 0.5s ease;
}
.supplier h3 {
  text-align: center;
  color: #5f7aec;
  font-size: 15px;
}

.supplier h3 a {
  color: #333;
}

.title-template-news {
  margin: 10px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #fff;
  padding: 0;
  border-bottom: solid 2px #836b2d;
}
.title-template-news >* {
  background: linear-gradient(90deg,rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%);
  padding: 8px 20px;
  display: inline-block;
  color: white;
  border-radius: 10px 10px 0px 0px;
}
.list-news {
  padding-top: 5px;
}
.box_images img {
  width: 100%;
  height: 280px;
}
.box_images h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.block-news {
  background: #fff;
  padding: 20px 0 30px 0;
}
.maps iframe {
  width: 100%;
}
.content-tour-detail ul li {
  list-style: disc !important;
  margin-left: 20px;
}




























.box-member-form .demo-container {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.box-member-form .demo-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.box-member-form .trigger-btn {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 10px;
}

.box-member-form .trigger-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.box-member-form .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999999999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.box-member-form .popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.box-member-form .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 1001;
}

.box-member-form .popup-overlay.active .popup-container {
    transform: translate(-50%, -50%) scale(1);
}

.box-member-form .popup-header {
    background: #000f81;
    color: white;
    padding: 18px 18px 15px;
    border-radius: 18px 18px 0 0;
    position: relative;
    text-align: center;
}

.box-member-form .popup-header h2 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
}

.box-member-form .popup-header p {
    opacity: 0.9;
    font-size: 1rem;
    color: #fff;
}

.box-member-form .close-btns {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0px;
}

.box-member-form .close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.box-member-form .popup-content {
    padding: 30px;
}

.box-member-form .form-group {
    margin-bottom: 20px;
}

.box-member-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.box-member-form .form-control {
    width: 100%;
    padding: 9px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    height: 45px;
}

.box-member-form .form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.box-member-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
    font-family: unset;
}

.box-member-form .submit-btn {
    /* width: 100%; */
    background: #000f81;
    color: white;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
}

.box-member-form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.box-member-form .submit-btn:active {
    transform: translateY(0);
}

.box-member-form .success-message {
    display: none;
    text-align: center;
    padding: 30px;
    color: #27ae60;
}

.box-member-form .success-message.show {
    display: block;
}

.box-member-form .success-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .box-member-form .popup-container {
        /* margin: 20px; */
        width: calc(100% - 40px);
    }

    .box-member-form .popup-header {
        padding: 20px;
    }

    .box-member-form .popup-header h2 {
        font-size: 1.5rem;
    }

    .box-member-form .popup-content {
        padding: 20px;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -30%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.box-member-form .popup-overlay.active .popup-container {
    animation: slideInUp 0.4s ease;
}
@media(max-width:990px){

  .supplier {
    margin-bottom: 7px;
    margin-top: 6px;
}

  section.blogs table tr td {
    width: 100% !important;
    display: block !important;
}
  .ct-left.ct-right form {
    width: 100%;
}
.desc_address {
  padding-right: 0px;
  font-size: 16px;
}

.contact-temp-body {
    padding: unset;
}
}