
html {
    overflow-y: auto;
    margin: 0 !important;
}
div#wpadminbar {
    display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */

#slider .owl-carousel .owl-item img{
  width: 100% !important;
}

button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}

.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
.testimonial-data-srtcd{
  background-color: var(--heading-text-color);
  padding-bottom: 26px;
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-top: 21%;
}
.testimonials-img-srtcd img {
  border-radius: 50%;
  margin-top: -20%;
  border: 2px solid #fefefe;
}
.testimonials-icon i{
  margin: 19px;
  color: #4bcdfc;
  font-size: 35px;
  top: 2em;
  position: relative;
}
#testimonials .owl-carousel .owl-dot {
  display: block;
  padding: 5px;
  border: none;
  margin-bottom: 9px;
  background-color: transparent;
  border: 1px solid #000000;
  margin-right: 10px;
}
#testimonials .owl-carousel .owl-dot.active{
  background-color: #000000
}
.testimonials-icon {
    margin-top: 11em;
}
.testimonials-icon-srtcd i{
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}
.testimonials-img-srtcd {
    margin-left: 25%;
    margin-top: -12%;
    position: absolute;
}
p.instructor-desig span {
    font-size: 18px;
    font-family: 'Raleway';
    color: var(--color2) !important;
    font-weight: 600 !important;
}
p.instructor-desig {
    color: var(--color2) !important;
    font-family: 'Raleway';
}
#single-testimonial .instructor-desig{
  font-weight: normal;
  padding-top: 15px;
}
#single-testimonial .social-icon i{
  background-color: var(--heading-text-color);
  width: 40px;
  padding: 10px 14px;
  color: var(--color2);
  margin-right: 15px;
  border-radius: 5px 0px;
  margin-top: 10px;
  border: 1px solid var(--primary-text-color);
}
#single-testimonial .social-icon i:hover{
  background-color: var(--primary-text-color);
  color: var(--color2);
}
#single-testimonial .single-testimonial-content p{
  letter-spacing: 1px;
  line-height: 27px;
  padding-top: 20px;
  font-size: 14px;
  font-family: 'Raleway';
  color: var(--color2);
}
#testimonials .button_center{
  margin-top: 14% !important;
}





                                            /* My Custom Css */
  .container{
        max-width: 1650px;
    }
.owl-carousel {
  display: block !important;
}
img.wave_img {
    padding-bottom: 30px;
}
/* Heading And Sub Heading */
.tc-headings p,.tp-subheading,.g-headings p,.blog-heading p,.testi-headigs p {
 color: #FF0D0D;
    font-family: Mulish;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}
.tc-headings h2,.tp-heading,.g-headings h2,.blog-heading h2,.testi-headigs h2 {
text-align: center;
    color: #191C14;
    padding: 0;
    font-family: Lilita One;
    font-weight: 400;
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.tc-headings,.g-headings,.blog-heading {
  padding-bottom: 40px;
}
.btn-1 {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF0D0D;
  border: 3px solid #FFFFFF;
  border-radius: 3px;
  transition: 0.3s ease-in
}
.btn-1:hover {
  background: transparent !important;
  border-color: #FF0D0D;
  color: #ffffff
}
.btn-2 {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #FF0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  border: 3px solid transparent;
  transition: 0.3s ease-in
}
.btn-2:hover {
  background: transparent !important;
  border: 3px solid #282828;
  color: #282828;
}

/* Slider */
section#banner {
  position: relative;
  padding: 0
}
img.cat-image {
    height: 200px !important;
    object-fit: contain;
}
img.mbl-img {
  display: none;
}
.banner-text-content {
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translateY(-50%);
}
h1.banner-heading{
  font-family: Lilita One;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 0;
  width: 100%;
  max-width: 31%;
}
.banner-heading-1 {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 106px;
    line-height: 102px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
h1.banner-heading span {
  font-size: 106px;
  color: #FF0D0D;
}
span.h-3{
  font-family: Lilita One;
  font-size: 24px !important;
  font-weight: 400;
  text-align: end;
  color: #ffffff !important;
  display: block;
}
.banner-text-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 0.75rem;
}
p.banner-text {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #ffffff;
  padding: 30px 0 50px;
  width: 100%;
  max-width: 39%;
  margin: 0
}

/* category */

.tc-image {
  position: relative;
  overflow: hidden;
}

.image-slide-wrapper {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1; 
}
h6.tc-title a {
    font-family: Mulish;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.image-slide-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.tc-image::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; 
  z-index: 2;
}

.tc-image:hover .image-slide-wrapper {
  transform: translateY(-10%);

}

/* Section Layout */
.tc-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 40px;
}

/* Flip Effect Container */
.tc-contents {
 perspective: 1000px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  transition: box-shadow 0.3s ease;
}
/* .tc-contents:hover {
      background: rgba(241, 68, 124, 0.25)

} */

.tc-inner {
 position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.tc-contents:hover .tc-inner {
  transform: rotateY(180deg);
filter: grayscale(100%); 
}

.tc-front,
.tc-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: white;
}
.tc-front {
  z-index: 2;
}
.tc-back {
  background: #f8f8f8;
  transform: rotateY(180deg);
}
.tc-image.aos-init.aos-animate {
    border-bottom: 1px solid #DFDFDF !important;
}
.tc-image {
  display: flex;
  justify-content: center;
}

.tc-image.aos-init.aos-animate {
    padding: 30px;
}

.tc-image img {
  /* border-bottom: 1px solid #DFDFDF; */
  border-radius: 10px 10px 0 0;
}

.tc-text {
  text-align: center;
}


.tc-back .btn-2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #191C14;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

/* Back Button */
.tc-back .btn-2 {
  padding: 10px 20px;
  background: #ff6b6b;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.tc-back .btn-2:hover {
  background: #e94444;
}


/* Image With Text */
.iwt-1-img-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.iwt-1-img-inner img {
  width: 100%;
}
section#iwt-1 {
  position: relative;
}
section#iwt-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* backgro
  und: #00000099; */
}

.iwt-1-img img {
transition: transform 0.8s ease-in-out;
  cursor: pointer;
  border-radius: 12px;
}

.iwt-1-img img:hover {
  transform: rotateY(-180deg);
}

.iwt-wrapper-1 {
  position: relative;
  z-index: 1;
}
.iwt-inner-wrapper-1 .row {
  align-items: center;
}
.iwt-1-text {
  padding-left: 100px;
}
.iwt-1-text h4 {
  font-family: Lilita One;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
  padding: 0;
}
.iwt-1-text p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #ffffff;
  padding: 50px 0;
  margin: 0
}

/* services */
#services{
  position: relative;
  
}
#services .container{
  max-width: 1345px;
}

.service-image {
     max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

p.highlight-second_para_left {
    margin: 0 0 0 -15px !important;
}
h4.highlight-second-left {
    margin: 0 95px;
}


p.highlight-second_para {
    margin: 0 110px;
}
h4.highlight-second {
    margin: 0 110px;
}
p.highlight-second_para {
    text-align: start;
    width: 100%;
}
.service-main-left {
     padding: 100px 50px 0 0;
}
.service-main-right {
      padding: 100px 0 0 50px;
}
.service-main-left .service-wrpper {
  text-align: right;
}
.service-wrpper:nth-child(1),.service-wrpper:nth-child(2){
  margin-bottom: 50px;
}
.service-text h4 {
     color: #FF0D0D;
    padding: 0;
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: bottom;
}
.service-text p {
color: #172321 !important;
    width: 80%;
    font-family: Mulish;
    font-weight: 500;
    font-size: 16px;
    line-height: 29.17px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.service-main-left .service-text p{
  margin: 0 0 0 auto;
  text-align: right;
}
.service-main-right .service-text h4 {
  text-align: left;
}



/* ------------------------------------------------------------------------------
Tab Product Styles
------------------------------------------------------------------------------ */

/* Product hover effects */
.tp-wrap:hover .tp-images img {
    transform: scale(1.05);
}

.tp-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Pills styling */
.tp-pills {
    justify-content: center;
    padding: 25px 0 50px;
}

/* Active tab button */
.tp-link.active {
    background: #FF0D0D !important;
    color: #ffffff !important;
    width: 170px;
    height: 55px;
    border-radius: 500px !important;
    font-weight: 600;
    font-size: 20px;
    font-family: Mulish;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.3s ease;
}

/* Inactive tab button */
.tp-link {
    background: #ffffff;
    color: #000000;
    width: 170px;
    height: 55px;
    font-weight: 600;
    font-size: 20px;
    font-family: Mulish;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    border: none;
    transition: all 0.3s ease;
}

.tp-link:hover {
    /* background: #ff4d4d;
    color: #ffffff; */
    transition: all 0.3s ease;
}

/* Product Image Styles */
.tp-images img {
    margin: 0 auto;
    width: auto !important;
    display: block;
    transition: transform 0.4s ease;
        height: 200px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 80%;
    height: auto;
    box-shadow: none;
}
/* Rating Styles */
.fa-star:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}

.tp-star i {
    font-size: 16px !important;
    padding-left: 5px;
    color: #FF0D0D !important;
}

/* Title Styles */
.tp-text {
    text-align: center;
    padding-top: 20px;
}

.tp-title {
    padding: 10px 0;
}

.tp-title a {
    color: #000000;
    margin: 5px 0;
    font-family: Mulish;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: -0.45px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tp-title a:hover {
    color: #ff4d4d;
}

/* Button and price */
.tp-btn-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp-prize {
    display: flex;
    flex-direction: row-reverse;
}

del {
    text-decoration-color: #CFCFCF;
}

del span bdi {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #CFCFCF;
    padding-left: 5px;
}

ins span bdi {
    color: #000000;
    font-family: Mulish;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.45px;
}

/* Cart button */
.tp-cart-btn a {
    color: transparent;
    background-color: #FF0D0D;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tp-cart-btn a:before {
    content: '\f07a';
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

/* Product wrapper */
.tp-wrap {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px auto;
}

/* Hide "added to cart" button */
a.added_to_cart.wc-forward {
    display: none;
}

button#pills-veg-tab
 {
    color: #000;
    background-color: #fff;
}
button#pills-non-veg-tab {
    color: #000;
}



/* Image With Text 2 */
/* section#iwt-2{
  padding: 0;
} */

.row.iwt-row-one {
    --bs-gutter-x: 0rem !important;
}

.row.iwt-row-two {
    --bs-gutter-x: 0rem !important;
}
.row.iwt-row-three {
    --bs-gutter-x: 0rem !important;
}
.iwt-2-left {
  position: relative;
}

.iwt-2-left img,.iwt-2-p-img img,.iwt-2-c-img img {
  width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;

}
.iwt-2-left img:hover,
.iwt-2-p-img img:hover,
.iwt-2-c-img img:hover {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}


.iwt-2-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #07070766;
}
.iwt-2-p-text,.iwt-2-c-text {
  background: #FFE79A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
}
.iwt-2-p-text h6,.iwt-2-c-text h6{
text-align: left;
    color: #000000;
    padding: 0;
    font-family: Lilita One;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: -0.7px;
}
.iwt-2-p-text h4,.iwt-2-c-text h4{
    text-align: left;
    color: #000000;
    padding: 0;
    font-family: Lilita One;
    font-weight: 400;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: -0.7px;
}
.fa-long-arrow-right:before {
  content: "\f178";
  font-family: 'FontAwesome';
  font-weight: 100;
  font-size: 50px;
}


/* Gallery */
.g-contents.slick-slide {
  padding: 0 15px;
}
.g-img img {
  width: 100%;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}
.gallery-wrap .slick-list.draggable {
  padding: 0 150px;
}
.gallery-wrap .slick-dots,.gallery-wrap .slick-prev,.gallery-wrap .slick-next{
  display: none !important;
}


.g-contents {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.g-contents .g-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  position: relative;
  z-index: 1; /* Image ko z-index 1 de diya */
  transition: transform 0.4s ease;
}

/* Slight zoom on hover */
.g-contents:hover .g-img img {
  transform: scale(1.05);
}
.g-contents .g-img img {
  transition: transform 0.5s ease;
}

.g-contents:hover .g-img img {
  transform: scale(1.05);
}
.g-contents::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0; top: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.g-contents:hover::before {
  opacity: 1;
}


/* Book table */
#book-table{
  position: relative;
  z-index: 2;
  padding: 130px 0;
}
#book-table:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1212128C;
  z-index: 1;
  opacity: 0.3;
}
.bt-wrapper{
  z-index: 99;
  position: relative;
}
.bt-wrapper .container {
  max-width: 1650px;
}
.bt-form {
  background-color: #ffffff;
  padding: 30px 25px;
}
.bt-form h5 {
  font-family: Lilita One;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding-bottom: 50px;
}
.reserve-date input,.reserve-time input,.reserve-people select {
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 35px;

}
input::-webkit-input-placeholder,.reserve-people select{
  color: #000000;
  font-size: 16px;
  font-family: 'Mulish'
}
.reserve-people select {
  padding: 10px 35px;
  background-color: transparent;
}
.reserve-btn {
  text-align: center;
}
.reserve-btn input {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: 200px;
  height: 50px;
  margin: 0;
  background: #FF0D0D;
  border-radius: 0px;
  border: 3px solid transparent;
}
.reserve-btn input:hover{
  border-color: #FF0D0D;
  color: #FF0D0D !important;
  background: transparent !important;
}
.wpcf7-spinner{
  display: none;
}
.bt-inner-wrapper .row {
  align-items: center;
}
.bt-txet h2 {
  font-family: Lilita One;
  font-size: 64px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -0.7039999961853027px;
  text-align: left;
  color: #ffffff;
}
.bt-txet p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2199999988079071px;
  text-align: justify;
  color: #ffffff;
  width: 66%;
  margin: 0
}
.reserve-date .wpcf7-form-control-wrap:before {
  content: '\f133';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #FF0D0D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  height: 25px;
}
.reserve-time .wpcf7-form-control-wrap:before {
  content: '\f017';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #FF0D0D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  height: 25px;
}
.reserve-people .wpcf7-form-control-wrap:before {
  content: '\f007';
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
  color: #FF0D0D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  height: 25px;
}

/* Text Banner */
.icon-heading-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px; 
}

.icon-heading-wrapper img {
  height: 40px; 
  width: auto;
}
img.desktop-img-one {
    height: 100%;
}
img.desktop-img-two {
    height: 100%;
}
.text-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.text-banner-text h2 {
  font-family: Lilita One;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.8799999952316284px;
  text-align: center;
  color: #ffffff;
  padding: 0
}
.text-banner-text p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 30px 0;
}
.text-banner-img {
  position: relative;
}
a.text-banner-btn.btn-2 {
  margin: 0 auto;
}
.text-banner-img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
}


/* blog */
/* Blog */
.blog-contents {
  position: relative !important;
  overflow: hidden;
  border-radius: 25px;
}
.blog-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  position: relative;
  z-index: 1; /* Ensure it's under the sliding overlay */
}
.blog-information {
  text-align: center;
  padding-top: 10px;
}
.blog-contents.slick-slide {
  margin: 0 30px;
  padding: 0 25px 20px;
}
span.blog-writer-name {
  font-family: Lilita One;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000000;
}
.blog-heading a {
  padding-top: 10px ;
}
.blog-heading a {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #000000;
  width: 75%;
  display: block;
  margin: 0 auto;
}
.blog-information .blog-heading {
  padding-bottom: 0;
}
.home span.entry-date {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #FFC300;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 10px;
}
a.blog-btn {
  width: 155px;
  height: 45px;
  border: 1px solid #FF0D0D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 50px;
}
.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px; /* match your image corners */
}
.blog-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen */
  width: 100%;
  height: 100%;
  background: rgba(241, 68, 124, 0.25); /* Light transparent pink */
  transition: left 0.5s ease-in-out;
  z-index: 2;
  border-radius: inherit;
}
.blog-img:hover::before {
  left: 0; /* Slide in on hover */
}

/* Slide overlay on hover of blog-info */
.blog-info:hover .blog-img::before {
  left: 0; /* Slides over image */
}

/* Blog */
.blog-contents {
  position: relative !important;
}
.blog-img img {
  width: 100%;
}
.blog-information {
  text-align: center;
  padding-top: 10px;
}
.blog-contents.slick-slide {
  margin: 0 30px;
  padding: 0 25px 20px;
}

.blog-heading a {
  padding-top: 10px ;
}
.blog-information .blog-heading {
  padding-bottom: 0;
}
.home span.entry-date {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #FFC300;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 10px;
}
a.blog-btn {
  width: 155px;
  height: 45px;
  border: 1px solid #FF0D0D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 50px;
}
.blog-img {
  position: relative;
}
.blog-contents:before {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #FF0D0D;
  border-radius: 25px;
  z-index: -1
}


/* Testimonial */
.testimonials-content {
  padding-top: 50px;
}

/* Client image inside testimonial */
.testimonials-img img {
  width: auto !important;
  margin: 0 auto;
  border-radius: 50%; /* Optional: round image */
  display: block;
}

/* Ratings styling */
.testi-ratings {
  text-align: center;
  margin-top: 0rem;
}
.testi-ratings i:before {
  color: #FF0D0D;
  font-size: 18px;
  font-weight: 900;
}
.testi-ratings i:nth-child(5):before {
  font-weight: 100;
}

/* Testimonial title */
.testi-title h2 {
  padding: 20px 0 0;
  color: #2B2B2B;
  font-family: 'Lilita One', cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

/* Testimonial text */
.testimonial-text p {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #000000;
  padding-top: 15px;
  margin: 0;
}

/* Testimonial card */
.testimonial-text-section {
  position: relative;
  border: 1px solid #FF0D0D;
  border-radius: 30px;
  padding: 1.5rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.5s ease,
    transform 0.3s ease;
  cursor: pointer;
  margin: 0 25px;
}
.testimonial-text-section::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%); /* Hidden below */
  background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
  border-radius: inherit;
  transition: transform 0.4s ease-in-out;
  z-index: 0;
  opacity: 1;
}

.testimonial-text-section:hover::before {
  transform: translateY(0); /* Slides up into view */
}

/* Ensure all inner content appears above ::before */
.testimonial-text-section > * {
  position: relative;
  z-index: 1;
}

/* Owl dots or slider dots */
.testimonials-content .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
