img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1600px;
}

a {
    text-decoration: none;
    color: #700008;
}


.text-main, #main-menu .mega-menu a.text-main {
    color: #700008;
}

.ratio-max {
    max-width: 800px;
}

.text-alt {
    color: #FFBC59;
}

.max-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.height-0 {
    height: 0;
}

.image-scale {
    overflow: hidden;
}

.image-scale img {
    transition: 0.3s;
}

.image-scale:hover img {
    transform: scale(1.1);
}

.owl-content .owl-nav, .owl-content .owl-dots {
    display: none;
}

.owl-content {
    position: relative;
}

.owl-carousel__nav {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-carousel__nav>div {
	background: #fff;
	padding: 8px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.testimonial-source {
    height: 32px;
    width: auto !important;
}

.p-less p {
    margin-bottom: 5px;
}

.breadcrumb-why-item+.breadcrumb-why-item:before {
    content: '>>';
}

.product-sidebar {
    padding: 30px;
}

.header-main img {
    max-height: 70px;
}

.bg-main {
    background: #f9f3de;
}

.bg-white {
    background: #fff;
}

.bg-main-2 {
    background: #ffbc59;
}

.top-menu {
    padding: 10px 0;
    text-align: right;
}

.top-menu a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.top-menu i {
    font-size: 25px;
    margin-top: -5px;
}

.list-blank, ul.list-blank {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-blank > li, ul.list-blank > li {
    display: inline-block;
    margin-left: 15px;
}

.header-search-form {
    position: relative;
    width: 300px;
}

.header-search-form input {
    border-radius: 50px;
    padding: 14px;
}

.header-search-form button{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50px;
}

.profile-menu i {
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 7px;
}

.dropdown-toggle-clean.dropdown-toggle::after {
    display:none;
}

.text-shadow {
    text-shadow: 2px 2px 8px #333;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

.text-xlg {
    font-size: 24px;
}

.text-xxlg {
    font-size: 32px;
}

.text-xxxlg {
    font-size: 40px;
}

.text-success {
    color: #700008;
}

.text-bolder {
    font-weight: 700;
}

.text-strike {
    text-decoration: line-through;
}

.form-group {
    margin-bottom: 15px;
}

.page-title {
    color: #fff;
    background: #700008;
    padding: 40px 0;
}

.page-title h1 {
    font-size: 50px;
    margin: 0;
}

.page-content {
    padding: 50px 0;
    background: #f9f3de;
}

.page-package {
    padding: 30px 0;
}

.product-page {
    padding: 30px 0;
}

.login-form-1{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-form-2{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3{
    text-align: center;
    color: #333;
}

.footer-main {
    background: #700008;
    color: #fff;
}

.footer-main a {
    color: #fff;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main li {
    margin-top: 5px;
}

.footer-main .list-blank > li, .footer-main ul.list-blank > li {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
}

.col-wrap img {
    width: 100%;
}

.col-content {
    padding: 10px;
    background: #f9f3de;
    color: #333;
}

.thumbnails-wrap {
    position: relative;
}

.thumbnails {
	overflow: hidden;
	margin: 0;
	text-align: center;
	z-index: 1;
	background: #f9f3de;
	padding: 5px;
	line-height: 1;
}

.thumbnails li {
	display: inline-block;
	width: 70px;
	margin: 0 1px;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

#myList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-header h1, .section-header h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
   margin-bottom: 30px;
  position: relative;
}
.section-header h1:before, .section-header h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #D3A100;
}
.section-header h1:after, .section-header h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #D3A100;
}

.product-card {
    position: relative;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--ps-border, #e7e5e2);
    box-shadow: 0 2px 10px rgba(20, 20, 20, 0.05);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(20, 20, 20, 0.14);
    border-color: transparent;
}

.product-card__link {
    display: block;
    color: inherit;
}

.product-card__link:hover {
    color: inherit;
}

.product-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: var(--ps-bg-soft, #f7f6f4);
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-card__image img {
    transform: scale(1.08);
}

.product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--ps-accent, #b8934a);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(184, 147, 74, 0.4);
}

.product-card__body {
    padding: 16px 18px 18px;
}

.product-card__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ps-ink, #1a1a1a);
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__price {
    font-size: 17px;
    font-weight: 700;
    color: var(--ps-accent-dark, #96762f);
}

.product-card__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 24px 12px 12px;
    background: linear-gradient(0deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 100%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    pointer-events: none;
}

.product-card:hover .product-card__cta {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.product-card__cta .btn {
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .product-card__cta {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    }
}

.why-item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.why-item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.why-item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.why-item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.why-item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.why-item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.why-item p{
    font-size:15px;
    line-height:26px;
}
.why-item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #333;
  font-size: 22px;
}

.main-navbar {
    border: 1px solid #eeeeee;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 100px;
}

.autosearch-wrap{text-align:left; position: absolute; left: 0; width:100%; background:#fff;-webkit-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);-moz-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);padding:0;margin-top:0;z-index:333333}
.autosearch-wrap img{max-width:40px;min-height:27px;border:1px solid #F2F2F2;padding:2px;margin:5px;margin-top:-3px!important;float:left}
.autocomplete-content li img{height:auto}
.autosearch-wrap ul {padding: 0;margin:0;}
.autosearch-wrap li{clear:both;display:block;padding:5px;min-height:40px;border-top:1px solid #F1F1F1}
.autosearch-wrap ul li:first-child{border-top:none}
.autosearch-wrap li a{color:#8B8B8B;font-size:14px;display:inline-block;}
.autosearch-wrap li a span{color:#222}
.autosearch-wrap a:hover{color:#F8931E!important}
.autosearch-wrap li a span:hover{color:#F8931E!important}
.search-wrap {position: relative;margin-top: 10px;}

.package-wrap {
    position: relative;
}

.package-wrap-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.carousel-caption h5, .package-wrap-title h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    
}

.fixed-iti ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-iti ul li {
  display: inline-block;
}

.fixed-iti {
  background: #f2f2f2;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    right: 0;
    display: none;
}

.fixed-iti a {
    padding: 15px;
    color: #2263ad;
}

.package-sidebar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.package-group {
    position: relative;
}

.package-group:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    border-top: 1px dashed #c6c6db;
    z-index: -1;
}

.package-group span {
    background: #fff;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.custom-list li:before{
    position: absolute;
    left: 0;
    content: '\f0a4';
    font-family: "Font Awesome 6 Free";
    color: #700008;
}

.include-package ul, .excludes-package ul, .custom-list ul {
    padding: 0;
}
    
.include-package li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.include-package li:before{
    position: absolute;
    left: 0;
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    color: #28a745;
}

.excludes-package li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.excludes-package li:before{
    position: absolute;
    left: 0;
    content: '\f410';
    font-family: "Font Awesome 6 Free";
    color: rgb(220, 53, 69);
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #700008;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #700008;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #700008;
  border-color: #700008;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #700008;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

 .overlay-pkg-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .overlay-pkg {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    
    .package-siderbar {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px;
    }
    
    .package-group {
        position: relative;
    }
    
    .package-group:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        content: "";
        border-top: 1px dashed #c6c6db;
        z-index: -1;
    }
    
    .package-group span {
        background: #fff;
    }
    
    .pkg-img {
        position: relative;
    }
    
    .pkg-img:after {
        content: '';
        left: 0;
        top: 50%;
        bottom: 0;
        right: 0;
        position: absolute;
        background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
    }
    
    .overlay-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .overlay-wrap:after {
        content: '';
        left: 0;
        top: 50%;
        bottom: 0;
        right: 0;
        position: absolute;
        background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
    }
    
    .overlay {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        font-size: 45px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        z-index: 1;
        
    }
    
    .overlay-wrap.overlay-review {
        max-height: 500px;
        overflow: hidden;
    }
    
    .overlay-wrap.overlay-review:after {
        /*background: rgba(0,0,0, 0.5);*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
    }
    
    .overlay-review .overlay{
        top: 50px;
        bottom: auto;
        z-index: 1;
        font-size: 20px;
    }
    
    .overlay-review h2 {
        font-size: 40px;
        font-weight: 700;
    }
    
     .pkg-image {
        position: relative;
    }
    
    .package-tag-top {
        position: absolute;
        top: 15px;
        right:15px;
        z-index: 2;
    }
    
    .pkg-img:hover .pkg-img-hover {
        display: block;
    }
    
    .pkg-img-hover {
        position: absolute;
        top: 40%;
        right:0;
        left: 0;
        z-index: 2;
        display: none;
    }
    
    .package-tag {
        position: absolute;
      top: 0px;
      right: 0px;
      padding: 5px;
      line-height: 1;
      color: #fff;
      text-align: center;
      z-index: 2;
      border-radius: 10px 0 10px 0;
    }
    
    .package-tag-3 {
        bottom: 3px;
        right: 3px;
        position: absolute;
      z-index: 2;
    }
    
    .package-tag-2 {
        position: absolute;
          bottom: 5px;
          left: 5px;
          right: 5px;
          color: #fff;
          text-shadow: 2px 2px 8px #333;
          padding: 10px 10px 5px;
          z-index: 2;
          font-size: 20px;
          font-weight: 700;
    }
    
    .pkg-title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
        color: #2263ad;
    }
    
    .pkg-title-col {
        color: #f3893b;
        font-size: 18px;
    }
    
    .pkg-col {
        padding-bottom: 15px;
        border-bottom: 1px dashed #aaa;
        margin-bottom: 20px;
    }
    
    .pkg-title-col span {
        color: #333;
        display: block;
        font-size: 15px;
    }
    
.lg-container {
    position: relative;
    z-index: 11111;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #FFBC59;
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: #777;
}

.itinerary-icon .text-main {
    margin-top: 10px;
}

.trip-fact {
    border-radius: 20px;
    margin: 20px 0;
}

.trip-fact ul {
    list-style: none;
    padding: 0;
}

.trip-fact li {
    padding: 0 15px;
}

.trip-fact li:before {
    content: '';
}

.trip-fact span {
    display: block;
}

.travel-icons {
  display: flex;
  align-items: center;
}

.travel-left {
  display: flex;
  align-items: center;
  max-width:60px;
  padding-right: 15px;
}

.travel-right {
    padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-info {
    margin-top: 15px;
}

.owl-carousel__nav>div {
    display: inline-block;
}

.owl-carousel__nav {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 30px;
}

.sm-simple ul {
    width: 500px !important;
    max-width: 100%;
}

.header-cart {
    margin-top: 0;
}

.menu-img {
    height: 50px;
}

.category-col {
    border: 1px dashed #ddd;
    font-size: 16px;
}

.category-col-text {
    min-height: 70px;
    padding-top: 10px;
}

.ribbon-box {
  position: relative;
}

/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 3px solid #D3A100;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  background-color: #D3A100;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -3px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -22px;
  top: 30px;
  transform: rotate(45deg);
}

.wdp-ribbon{
    color: #fff;
	display: inline-block;
    padding: 2px 15px;
	position: absolute;
    right: 0px;
    top: 20px;
    line-height: 24px;
	height:24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #D3A100 !important;
}

.wdp-ribbon-two:before, .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 14px 8px;
    border-right-color: #D3A100;
}
.wdp-ribbon-two:before {
    border-color: #D3A100;
    border-left-color: transparent!important;
    left: -9px;
}
.wdp-ribbon-four{
	right: 10px;
    top: 10px;
    line-height: 60px;
    height: 60px;
}
.wdp-ribbon-five{
	background: #D3A100;
	right: 10px;
    top: 10px;
	padding: 0px;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-radius:50%;
}
.wdp-ribbon-six{
	background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
	top:0px;
	right:0px;
	padding:0px;
	overflow: hidden;
}
.wdp-ribbon-inner-wrap{
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.wdp-ribbon-border{
    width: 0;
    height: 0;
    border-right: 65px solid #D3A100;
    border-bottom: 65px solid transparent;
    z-index: 12;
	position:relative;
	top:-20px;
}
.wdp-ribbon-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 91px;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
}

@media (max-width: 767.98px) {
    .page-title h1 {
        font-size: 24px;
    }
    
    .category-col {
        font-size: 13px;
    }
    
    .category-col-text {
        min-height: 80px;
        padding-top: 0px;
    }
    
    .header-cart {
        margin-top: 0px;
    }
    
    .header-cart-text {
        display: none;
    }
    
    .header-info {
        margin-top: 0px;
        text-align: center !important;
    }
    
    #autosearch.py-3 {
        padding: 5px !important;
    }
    
    .search-wrap {
        top: -10px;
    }
    
    .owl-carousel__nav {
        padding-top: 7px;
    }
    
    .package-wrap-title h1 {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {

}

/* =====================================================================
   Photo Studio Lalitpur — Clean Minimal Redesign
   ===================================================================== */
:root {
    --ps-ink: #1a1a1a;
    --ps-primary: #171717;
    --ps-accent: #b8934a;
    --ps-accent-dark: #96762f;
    --ps-gray: #6b7280;
    --ps-border: #e7e5e2;
    --ps-bg-soft: #f7f6f4;
    --ps-radius: 10px;
    --ps-shadow: 0 2px 10px rgba(20, 20, 20, 0.06);
    --ps-shadow-hover: 0 10px 24px rgba(20, 20, 20, 0.10);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ps-ink);
    background: #fff;
}

h1, h2, h3, h4, .footer-title, .pkg-title, .page-title h1 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

a {
    color: var(--ps-ink);
}

a:hover {
    color: var(--ps-accent);
}

.text-main, #main-menu .mega-menu a.text-main, .text-success {
    color: var(--ps-accent-dark);
}

.bg-main {
    background: var(--ps-bg-soft);
}

.bg-main-2 {
    background: var(--ps-ink);
}

.btn-danger {
    background: var(--ps-ink);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-danger:hover {
    background: var(--ps-accent-dark);
    transform: translateY(-1px);
}

.btn-warning {
    background: var(--ps-accent);
    border: none;
    color: #fff;
    border-radius: 0 6px 6px 0;
    font-weight: 600;
}

.btn-warning:hover {
    background: var(--ps-accent-dark);
    color: #fff;
}

.btn-outline-secondary {
    border-radius: 6px;
    border: 1px solid var(--ps-border);
    color: var(--ps-ink);
    font-weight: 600;
}

.btn-outline-secondary:hover {
    background: var(--ps-ink);
    border-color: var(--ps-ink);
    color: #fff;
}

/* Header */
.header-main {
    background: #fff !important;
    border-bottom: 1px solid var(--ps-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}

.header-bar {
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.header-main img,
.brand-logo img {
    max-height: 92px;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* Search */
.header-search {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 560px;
}

.search-wrap {
    background: #fff;
    padding: 0;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    margin: 0;
    position: relative;
    transition: border-color 0.2s ease;
}

.search-wrap:focus-within {
    border-color: var(--ps-ink);
}

.search-wrap .input-group {
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
}

.search-wrap .form-control {
    height: 44px;
    border-radius: 8px 0 0 8px;
    border: none;
    background: #fff;
    padding: 0 14px !important;
    font-size: 14px;
}

.search-wrap .form-control:focus {
    box-shadow: none;
    border: none;
}

.search-wrap .btn-warning {
    height: 44px;
    width: 48px;
    padding: 0;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right-side actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    margin-left: auto;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ps-ink);
    white-space: nowrap;
}

.header-contact:hover {
    color: var(--ps-accent-dark);
}

.header-contact i {
    font-size: 22px;
    color: #25D366;
}

.header-contact small {
    display: block;
    font-size: 11px;
    color: var(--ps-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.header-contact strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: inherit;
}

.header-cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    background: var(--ps-ink);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.header-cart-btn:hover {
    background: var(--ps-accent-dark);
    color: #fff;
}

.header-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    font-size: 18px;
    color: var(--ps-ink);
}

@media (max-width: 600px) {
    .header-toggle {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .header-bar {
        flex-wrap: wrap;
        gap: 12px;
    }

    .header-search {
        order: 3;
        flex: 1 1 100%;
        max-width: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-cart-text {
        display: none;
    }

    .header-cart-btn {
        padding: 0 12px;
    }
}

/* Nav */
.main-navbar {
    background: var(--ps-ink) !important;
    border: none;
    position: relative;
}

#main-menu.sm-simple > li > a {
    color: #f2f2f2;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 14px 14px;
    font-size: 15px;
    position: relative;
    transition: color 0.2s ease;
}

@media (min-width: 768px) {
    #main-navbar {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #main-navbar::-webkit-scrollbar {
        display: none;
    }

    #main-menu.sm-simple {
        white-space: nowrap;
    }

    #main-menu.sm-simple > li,
    #main-menu.sm-simple > li:first-child {
        border-left: none !important;
    }
}

#main-menu.sm-simple > li {
    border-top: none !important;
}

#main-menu.sm-simple > li > a:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    height: 2px;
    background: var(--ps-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

#main-menu.sm-simple > li > a:hover,
#main-menu.sm-simple > li > a.highlighted {
    color: #fff;
    background: rgba(255,255,255,0.06);
}

#main-menu.sm-simple > li > a:hover:before {
    transform: scaleX(1);
}

#main-menu .mega-menu, #main-menu ul {
    background: #fff;
    border: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 32px rgba(20,20,20,0.14);
}

/* Hero / slider */
.home-banner .carousel-item img {
    border-radius: var(--ps-radius);
}

.home-banner .col-md-9 > div > img,
.home-banner img {
    border-radius: var(--ps-radius);
}

.home-banner .carousel-inner {
    border-radius: var(--ps-radius);
    overflow: hidden;
}

.home-banner .carousel-item {
    overflow: hidden;
}

.home-banner .carousel-item img {
    transform: scale(1);
    transition: transform 6.5s ease-out;
}

.home-banner .carousel-item.active img {
    animation: ps-kenburns 6.5s ease-out forwards;
}

@keyframes ps-kenburns {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

.carousel-caption {
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 var(--ps-radius) var(--ps-radius);
    padding: 40px 24px 24px;
    bottom: 0;
}

.carousel-caption h5 {
    font-weight: 700;
    font-size: 28px;
    opacity: 0;
    transform: translateY(16px);
}

.carousel-item.active .carousel-caption h5 {
    animation: ps-caption-in 0.7s ease 0.25s forwards;
}

@keyframes ps-caption-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.25s ease, background 0.2s ease;
}

.home-banner .carousel-control-prev {
    left: 16px;
}

.home-banner .carousel-control-next {
    right: 16px;
}

.home-banner .carousel:hover .carousel-control-prev,
.home-banner .carousel:hover .carousel-control-next {
    opacity: 1;
}

.home-banner .carousel-control-prev:hover,
.home-banner .carousel-control-next:hover {
    background: #fff;
}

.home-banner .carousel-control-prev-icon,
.home-banner .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    filter: invert(1) grayscale(1);
}

/* Section headers */
.section-header h1, .section-header h2 {
    font-weight: 700;
    color: var(--ps-ink);
}

.section-header h1:before, .section-header h2:before {
    background: var(--ps-accent);
    height: 3px;
    width: 40px;
    border-radius: 2px;
}

.section-header h1:after, .section-header h2:after {
    background-color: transparent;
}

.owl-carousel__nav > div {
    background: #fff;
    color: var(--ps-ink);
    box-shadow: var(--ps-shadow);
    border: 1px solid var(--ps-border);
    transition: background 0.2s ease, color 0.2s ease;
}

.owl-carousel__nav > div:hover {
    background: var(--ps-ink);
    color: #fff;
}

/* Cards */
.why-item {
    border-radius: var(--ps-radius);
}

/* Testimonials */
.home-review-items .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-review-items .owl-item {
    height: auto;
    display: flex;
}

.home-review-item {
    padding: 6px;
    width: 100%;
}

.testimonial-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: 28px 24px 22px;
    box-shadow: none;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--ps-shadow-hover);
    border-color: transparent;
}

.testimonial-box__quote-icon {
    font-size: 20px;
    color: var(--ps-accent);
    opacity: 0.5;
    margin-bottom: 10px;
}

.testimonial-box__rating {
    color: var(--ps-accent);
    font-size: 14px;
    margin-bottom: 12px;
}

.testimonial-box__text {
    color: var(--ps-ink);
    font-size: 14.5px;
    line-height: 1.7;
    flex: 1;
}

.testimonial-box__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--ps-border);
}

.testimonial-box__avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ps-bg-soft);
    color: var(--ps-accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

.testimonial-box__meta {
    min-width: 0;
}

.testimonial-box__name {
    font-weight: 600;
    font-size: 14px;
    color: var(--ps-ink);
}

.testimonial-box__meta .testimonial-source {
    margin-top: 4px;
}

/* From Our Journal */
.journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.journal-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: 14px;
    color: inherit;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.journal-card:hover {
    color: inherit;
    transform: translateY(-6px);
    box-shadow: var(--ps-shadow-hover);
    border-color: transparent;
}

.journal-card__image {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: calc(var(--ps-radius) - 4px);
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.journal-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.journal-card:hover .journal-card__image img {
    transform: scale(1.08);
}

.journal-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.journal-card__date {
    font-size: 12px;
    color: var(--ps-gray);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.journal-card__date i {
    color: var(--ps-accent);
    margin-right: 4px;
}

.journal-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--ps-ink);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-card__excerpt {
    font-size: 14px;
    color: var(--ps-gray);
    line-height: 1.6;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    color: var(--ps-ink);
    transition: gap 0.2s ease, color 0.2s ease;
}

.journal-card:hover .journal-card__link {
    color: var(--ps-accent-dark);
    gap: 10px;
}

@media (max-width: 767.98px) {
    .journal-grid {
        grid-template-columns: 1fr;
    }

    .journal-card {
        flex-direction: column;
    }

    .journal-card__image {
        max-width: 100%;
        flex-basis: auto;
    }
}

/* Cart page */
.cart-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-item {
    display: flex;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: 16px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.cart-item:hover {
    box-shadow: var(--ps-shadow-hover);
    border-color: transparent;
}

.cart-item__image {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    border-radius: calc(var(--ps-radius) - 4px);
    overflow: hidden;
    background: var(--ps-bg-soft);
}

.cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item__body {
    flex: 1;
    min-width: 0;
}

.cart-item__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--ps-ink);
    margin-bottom: 6px;
}

.cart-item__price {
    font-size: 14px;
    color: var(--ps-gray);
    margin-bottom: 14px;
}

.cart-item__price strong {
    color: var(--ps-accent-dark);
}

.cart-item__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.cart-item__qty-form .input-group {
    width: auto;
    max-width: 190px;
}

.cart-item__qty-form select#qty {
    border: 1px solid var(--ps-border);
    border-radius: 6px 0 0 6px;
}

.cart-item__qty-form .btn-success {
    background: var(--ps-ink);
    border: none;
    border-radius: 0 6px 6px 0;
    font-weight: 600;
}

.cart-item__qty-form .btn-success:hover {
    background: var(--ps-accent-dark);
}

.cart-item__remove {
    border: 1px solid var(--ps-border);
    color: #b3261e;
    border-radius: 6px;
    font-weight: 600;
    background: #fff;
}

.cart-item__remove:hover {
    background: #fbeaea;
    color: #b3261e;
}

.cart-total-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--ps-border);
    font-size: 18px;
    font-weight: 700;
    color: var(--ps-ink);
}

.cart-total-row h5,
.cart-total-row h3 {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: var(--ps-gray);
    margin: 8px 0 0;
}

.cart-total-row h3.product-grand {
    color: var(--ps-ink);
    font-size: 18px;
    font-weight: 700;
}

.cart-checkout {
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: 28px;
}

.cart-checkout__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cart-checkout .form-control {
    border: 1px solid var(--ps-border);
    border-radius: 6px;
}

.cart-checkout .form-control:focus {
    border-color: var(--ps-ink);
    box-shadow: none;
}

.cart-checkout label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ps-ink);
}

.cart-checkout .btn-success {
    background: var(--ps-ink);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 8px;
}

.cart-checkout .btn-success:hover {
    background: var(--ps-accent-dark);
}

.cart-empty {
    text-align: center;
    padding: 80px 20px;
    color: var(--ps-gray);
}

.cart-empty i {
    font-size: 48px;
    color: var(--ps-border);
    margin-bottom: 16px;
}

.cart-empty h4 {
    color: var(--ps-ink);
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .cart-item {
        flex-direction: column;
    }

    .cart-item__image {
        width: 100%;
    }
}

/* Explore Our Photography — category tiles */
.category-tile-wrap {
    padding: 8px;
}

.category-tile {
    position: relative;
    display: block;
    border-radius: var(--ps-radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--ps-bg-soft);
    box-shadow: 0 2px 10px rgba(20, 20, 20, 0.05);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.category-tile:hover {
    color: inherit;
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(20, 20, 20, 0.16);
}

.category-tile__image {
    position: absolute;
    inset: 0;
}

.category-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-tile:hover .category-tile__image img {
    transform: scale(1.1);
}

.category-tile__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 14px;
    background: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
}

.category-tile__title {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1px;
}

.category-tile__arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ps-accent);
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.category-tile:hover .category-tile__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Why-item accent refresh */
.why-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ps-border);
}

.why-item:hover {
    box-shadow: var(--ps-shadow-hover) !important;
}

.why-item .icon {
    background: var(--ps-bg-soft) !important;
    color: var(--ps-accent-dark) !important;
}

/* Page title / hero banners */
.page-title {
    background: linear-gradient(135deg, #15130f 0%, #262019 45%, #171512 100%);
    padding: 78px 0 64px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.page-title:before,
.page-title:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.page-title:before {
    top: -55%;
    left: -8%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(184, 147, 74, 0.35) 0%, transparent 70%);
}

.page-title:after {
    bottom: -60%;
    right: -6%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
}

.page-title .container-fluid {
    position: relative;
    z-index: 1;
}

.page-title .container-fluid:before {
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    margin: 0 auto 18px;
    border-radius: 2px;
    background: var(--ps-accent);
    animation: ps-page-title-in 0.5s ease both;
}

.page-title h1 {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
    animation: ps-page-title-in 0.55s ease 0.05s both;
}

@keyframes ps-page-title-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .page-title h1 {
        font-size: 24px;
    }
}

.page-content {
    background: #fff;
}

@media (max-width: 767.98px) {
    .page-title {
        padding: 44px 0 36px;
    }
}

/* Footer */
.footer-main {
    background: var(--ps-ink);
    color: #cfcfcf;
    position: relative;
}

.footer-logo {
    max-height: 100px;
    width: auto;
}

.footer-title {
    color: #fff;
}

.footer-main a {
    color: #b8b8b8;
    transition: color 0.2s ease;
}

.footer-main a:hover {
    color: var(--ps-accent);
}

.footer-follow-us a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-follow-us a:hover i {
    background: var(--ps-accent);
    color: #fff;
}

.copyright a {
    color: var(--ps-accent);
}

/* Footer — e-commerce style */
.footer-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--ps-accent);
}

.footer-main ul li {
    margin-top: 10px;
}

.footer-main ul li a {
    font-size: 14px;
}

.footer-about p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-about p i {
    color: var(--ps-accent);
    margin-top: 3px;
}

.footer-payments {
    display: flex;
    gap: 10px;
}

.footer-payments li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 32px;
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    font-size: 18px;
    margin-top: 0;
}

.footer-trust div {
    font-size: 13px;
    color: #a8a8a8;
    margin-bottom: 8px;
}

.footer-trust i {
    color: var(--ps-accent);
    margin-right: 6px;
    width: 16px;
}

.footer-bottom {
    background: #0f0f0f;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
    color: #999;
    padding-top: 22px;
    padding-bottom: 22px;
}

/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: var(--ps-shadow-hover);
    z-index: 1050;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.06);
}

@media (max-width: 767.98px) {
    .carousel-caption h5 {
        font-size: 20px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

/* Mega-menu sub-arrow shouldn't overlap the category label */
.has-mega-menu > a .sub-arrow,
#main-menu .sub-arrow {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin-left: 6px;
    vertical-align: baseline;
    font: inherit !important;
    line-height: 1 !important;
    top: 0 !important;
    background: none !important;
}

/* =====================================================================
   Product detail page — clean minimal
   ===================================================================== */
.product-page {
    padding: 32px 0 8px;
}

.product-page .breadcrumb {
    font-size: 13px;
    color: var(--ps-gray);
    margin-bottom: 20px;
}

.product-page .breadcrumb-item.active {
    color: var(--ps-ink);
}

.product-page .breadcrumb-item + .breadcrumb-item::before {
    color: var(--ps-border);
}

.thumbnails-wrap {
    position: relative;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    background: #fff;
    box-shadow: none !important;
}

.thumbnails-wrap img#imageZoom {
    border-radius: calc(var(--ps-radius) - 4px);
}

.thumbnails {
    background: transparent;
    padding: 12px 0 0;
    text-align: left;
}

.thumbnails li {
    width: 64px;
    margin: 0 8px 0 0;
    border: 1px solid var(--ps-border);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.thumbnails li:hover {
    border-color: var(--ps-accent);
}

.product-sidebar {
    padding: 30px;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    background: #fff !important;
    box-shadow: none !important;
}

.product-sidebar h1 {
    font-size: 24px;
    font-weight: 700;
}

.product-sidebar .text-success {
    color: var(--ps-ink) !important;
    font-weight: 600;
    font-size: 20px;
}

.product-sidebar .product-price {
    color: var(--ps-accent-dark);
    font-weight: 700;
}

.product-sidebar #qty {
    border: 1px solid var(--ps-border);
    border-radius: 6px 0 0 6px;
}

.product-sidebar .btn-success {
    background: var(--ps-ink);
    border: none;
    border-radius: 0 6px 6px 0;
    font-weight: 600;
}

.product-sidebar .btn-success:hover {
    background: var(--ps-accent-dark);
}

.product-page .nav-tabs {
    border-bottom: 1px solid var(--ps-border);
    padding-top: 0 !important;
}

.product-page .nav-tabs .nav-link {
    border: none;
    color: var(--ps-gray);
    font-weight: 600;
    padding: 12px 20px;
}

.product-page .nav-tabs .nav-link.active {
    color: var(--ps-ink);
    border-bottom: 2px solid var(--ps-accent);
    background: transparent;
}

.product-page .container-fluid.shadow {
    box-shadow: none !important;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
}

.review-title p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}

.product-page hr {
    border-color: var(--ps-border);
}

.shadow.pt-15.pl-15.pr-15.rounded {
    box-shadow: none !important;
    border: 1px solid var(--ps-border);
    background: #fff !important;
}

/* Stock badge */
.stock-badge {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    margin-top: 4px;
    white-space: nowrap;
}

.stock-badge--in {
    color: #1a7f4b;
    background: #e8f6ee;
}

.stock-badge--out {
    color: #b3261e;
    background: #fbeaea;
}

/* Price row */
.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 10px;
}

.product-price-label {
    font-size: 13px;
    color: var(--ps-gray);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.product-price-row .product-price {
    color: var(--ps-accent-dark);
    font-weight: 700;
    font-size: 22px;
}

/* Review cards */
.review-card {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ps-border);
}

.review-card:last-child {
    border-bottom: none;
}

.review-card-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ps-bg-soft);
    color: var(--ps-accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.review-card-body {
    flex: 1;
    min-width: 0;
}

.review-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.review-card-name {
    font-weight: 600;
    color: var(--ps-ink);
}

.review-card-verified {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #1a7f4b;
}

.review-card-date {
    font-size: 13px;
    color: var(--ps-gray);
    white-space: nowrap;
}

.review-card-meta {
    font-size: 13px;
    color: var(--ps-gray);
    margin-top: 2px;
}

.review-card-rating {
    margin-top: 8px;
    color: var(--ps-accent);
}

.review-card-title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}

.review-card-text {
    color: var(--ps-gray);
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
}

/* FAQ accordion */
.faq-accordion .accordion-item {
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    margin-top: 10px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--ps-ink);
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--ps-bg-soft);
    color: var(--ps-ink);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: var(--ps-border);
}

.faq-accordion .accordion-button::after {
    filter: none;
}

