/*******************************************************
* File:   Home Page Styles for EFA                     *
* Author: Robin Tomar <robintomr@icloud.com>           *
* OS By:  AdxVenture <adxventure.com>                  *
* Owner:  EcoFreaks Adventure <ecofreaksadventure.com> *
* Design: Internet & Bootstrap                         *
*******************************************************/

        .featured-carousel .owl-item,
        .featured-carousel-2 .owl-item {
            transition: opacity 0.8s ease-in-out;
        }
        .your-safety img {
         width: 100%;
        }


        .featured-carousel .owl-item.active,
        .featured-carousel-2 .owl-item.active {
            opacity: 1;
        }
section.your-safety {
    padding: 50px 0;
}
        .featured-carousel .owl-item:not(.active),
        .featured-carousel-2 .owl-item:not(.active) {
            opacity: 0;
        }

        /* Smooth text animation */
        .featured-item h2 {
            animation: textFadeIn 1.2s ease-in-out;
        }

        @keyframes textFadeIn {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Enhanced navigation buttons */
        .featured-carousel .owl-nav button,
        .featured-carousel-2 .owl-nav button {
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.8) !important;
            border-radius: 50% !important;
            width: 50px !important;
            height: 50px !important;
            margin: 0 10px !important;
        }
        .best-upcoming .owl-dots {
    margin-top: 0 !important;
}
h2.section-header.text-center.category-treks {
    margin-bottom: 30px;
}
        .featured-carousel .owl-nav button:hover,
        .featured-carousel-2 .owl-nav button:hover {
            background: rgba(255, 255, 255, 1) !important;
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .featured-carousel .owl-nav button i,
        .featured-carousel-2 .owl-nav button i {
            color: #333 !important;
            font-size: 18px !important;
        }

/* .ftrek.best-seller::before {
    content: '';
    height: 40px;
    width: 100px;
    background: url(https://trekoholics.in/assets/uploads/2025/09/best-seller-1.webp);
    position: absolute;
    top: 0;
    background-size: contain;
    left: -5px;
}
 .ftrek.new::before {
    content: '';
    height: 40px;
    width: 100px;
    background: url(https://trekoholics.in/assets/uploads/2025/09/new.webp);
    position: absolute;
    top: 0;
    background-size: contain;
    left: -5px;
}
 .ftrek.offbeat::before {
    content: '';
    height: 40px;
    width: 100px;
    background: url(https://trekoholics.in/assets/uploads/2025/09/off-beat.webp);
    position: absolute;
    top: 0;
    background-size: contain;
    left: -5px;
}
 .ftrek.top-rated::before {
    content: '';
    height: 40px;
    width: 100px;
    background: url(https://trekoholics.in/assets/uploads/2025/09/top-rated.webp);
    position: absolute;
    top: 0;
    background-size: contain;
    left: -5px;
} */
.cats-form.pos-rel{
    display:none !important;
}
.ftreks .owl-dots {
    margin-top: 30px;
}

/* Google Review Card Styles */
.google-review-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.google-review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.review-card-content {
    display: flex;
    flex-direction: column;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    flex-shrink: 0;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-weight: 500;
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 2px;
}

.review-date {
    font-size: 14px;
    color: #6b7280;
}

.review-rating {
    margin-bottom: 12px;
}

.stars {
    color: #fbbf24;
    font-size: 18px;
    letter-spacing: 1px;
}

.review-text {
    flex: 1;
    margin-bottom: 12px;
    min-height: 100px;
}

.review-text p {
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.read-more-link {
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.read-more-link:hover {
    text-decoration: underline;
}

.read-more-btn {
    background: none;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    z-index: 1000;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.read-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.5);
}

/* Review Modal Styles */
.review-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: modalFadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(2px);
}
.tripadvisor-logo img {
    object-fit: contain;
}

.modal-tripadvisor-logo img {
    object-fit: contain;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(2px);
    }
}

.review-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    top: 10%;
    will-change: transform, opacity;
}
@media screen and (max-width:768px){
   .review-modal-content {
    top:10%;
}
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-60px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes modalFadeOut {
    from {
        opacity: 1;
        backdrop-filter: blur(2px);
    }
    to {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
}

@keyframes modalSlideOut {
    from {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    to {
        transform: translateY(-30px) scale(0.95);
        opacity: 0;
    }
}

/* Enhanced modal content with better transitions */
.review-modal-content {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Enhanced modal close button */
.review-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1001;
    background: none;
    border: none;
    padding: 5px;
    line-height: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-modal-close:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}

.review-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1001;
    background: none;
    border: none;
    padding: 5px;
    line-height: 1;
}

.review-modal-close:hover {
    color: #333;
}

.review-modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f6;
}

.modal-reviewer-avatar {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    flex-shrink: 0;
}

.modal-reviewer-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.modal-reviewer-info {
    flex: 1;
}

.modal-reviewer-name {
    font-weight: 600;
    font-size: 18px;
    color: #1f2937;
    margin-bottom: 4px;
}

.modal-review-date {
    font-size: 14px;
    color: #6b7280;
}

.review-modal-rating {
    margin-bottom: 20px;
}

.modal-stars {
    color: #fbbf24;
    font-size: 20px;
    letter-spacing: 2px;
}

.review-modal-body {
    margin-bottom: 20px;
}

.review-modal-body p {
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    white-space: pre-line;
}

.review-modal-footer {
    padding-top: 15px;
    border-top: 1px solid #f3f4f6;
}

.modal-platform-logos {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #6b7280;
}

.modal-google-logo,
.modal-tripadvisor-logo {
    display: flex;
    align-items: center;
}

.modal-google-logo svg,
.modal-tripadvisor-logo svg {
    margin-right: 6px;
}

.review-footer {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}

.platform-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    color: #6b7280;
}

.google-logo,
.tripadvisor-logo {
    display: flex;
    align-items: center;
}

.google-logo svg,
.tripadvisor-logo svg {
    margin-right: 4px;
}

.review-carousel .owl-item {
    padding: 0 15px;
}

.review-carousel .owl-stage-outer {
    padding: 15px 0;
}

.review-rating {
    margin-top: 8px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 18px;
    color: #ccc; /* empty stars */
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005"; /* 5 empty stars */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.rating {
    text-align: center;
    margin-top: 20px;
}
.HeaderComponent__Top-sc-82145d0b-2.dvcvsn.es-header-component-top {
    display: none;
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #f8ce0b; /* gold stars */
}
.ftrek-carousel2 .owl-nav.disabled {
    display: block;
}

.ftrek-carousel2 .owl-dots.disabled {
    display: block;
    margin-top: 30px;
}

.ftrek-carousel2 {
    margin-top: 30px;
}
.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005"; /* 5 filled stars */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}



.section-header {
  font-size: 25px;
  margin-bottom: 25px;
}
.featured-carousel .featured-item {
  padding: 60px 10px;
  position: relative;
  min-height: 500px;
}
.newsletter-section a {
    background: #ffffff;
    color: #c62827;
    border-color: #fff !important;
}
.featured-owl-carousel button.owl-next {
    right: 10px !important;
}

.feature-owl-carsl .owl-nav {
    display: none;
}
.featured-owl-carousel button.owl-prev {
    left: 10px !important;
}
.featured-item.bgi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review-txt>p>b {position: absolute;top: 0;left: 50%;width: 100%;transform: translate(-50%, 0%);text-align: center;}

.review-txt {position: relative;}

.review-txt>p {
    margin-top: 40px;
}
.featured-item p {
    margin-bottom: 0;
}
.featured-item.bgi h2 {
    font-size: 50px;
    font-family: 'Oswald';
    z-index:9;
}
.featured .featured-item.bgi::before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000061;
    position: absolute;
}
.featured-carousel .iab-wrap {
  width: 100%;
  bottom: 60px;
  display: flex;
  position: absolute;
  justify-content: center;
}
.featured-carousel *,
.featured-carousel a.btn-sia:hover {
  color: #fff;
}
.featured-carousel a.btn {
  transform: scale(1);
}
.featured-carousel a.btn:hover {
  transform: scale(0.98);
}
.featured-carousel a.btn-sia {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 25px;
}
.ftreks {
  padding: 50px 0;
  position: relative;
  padding-bottom: 20px;
}
.ftreks h2 {
  font-size: 25px;
  margin-bottom: 0;
}
.ftreks .ftrek {
  height: 100%;
  position: relative;
  transform: scale(1);
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.14);
  transition: all 0.3s;
  padding-bottom: 51px;
  background-color: #fff;
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s;
}
.ftreks .ftrek:hover {
  transform: scale(1.01);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
}
.ftreks .ftrek > a {
  color: #000;
  text-decoration: none;
}
.ftrek-carousel {
  width: 100%;
  position: relative;
}
.ftrek-carousel > .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.ftrek-carousel > .owl-stage-outer > .owl-stage {
  display: flex;
  padding: 25px 0 30px 0;
  position: relative;
}
.ftreks .ftrek > .ftrek-box {
  height: 100%;
}
.ftrek-box > .ftrek-img {
  min-height: 170px;
}
.ftrek-content {
  padding: 0 15px;
}
.ftrek-content .btn.bgc-ehi {
  bottom: 20px;
  position: absolute;
}
.ftrek-title {
  margin: 15px auto;
  font-size: 20px;
}
.ftrek-iw {
  text-align: left;
  padding-bottom: 15px;
  color: #0b0b0b;
}
.ftrek-ir::after,
.ftrek-ir::before {
  content: "";
  display: table;
}
.ftrek-ir {
  width: 100%;
  display: inline-block;
}
.ftrek-ic {
  float: left;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  background-size: 20px 20px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: left top;
}
.dmeter {
  right: 10px;
  bottom: 0;
  position: absolute;
}
.dmeter > img {
  max-width: 64px;
}
.cf {
  width: 100%;
}
.ico-sea {
  background-image: url(//indiahikes.com/wp-content/themes/indiahikes-child/images/time.svg);
}
.ico-dur {
  background-image: url(//indiahikes.com/wp-content/themes/indiahikes-child/images/calendar.svg);
}
.ico-alt {
  background-image: url(//indiahikes.com/wp-content/themes/indiahikes-child/images/peak.svg);
}
.ftrek-dbadge {
  top: -5px;
  color: #fff;
  display: none;
  padding: 2px 10px;
  position: absolute;
  background-color: #2d2d2d;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  top: 0;
  color: #166106;
  bottom: 0;
  border: none;
  padding: 0;
  outline: 0;
  position: absolute;
  font-size: 90px;
  background: 0 0;
  line-height: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: -35px;
}
.featured-carousel .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav .owl-next {
  right: -35px;
}
.featured-carousel .owl-nav .owl-next {
  right: 15px;
}
.featured-carousel .owl-nav .owl-next > span,
.featured-carousel .owl-nav .owl-prev > span {
  color: #dfdfdf;
}
.featured-carousel .owl-nav .owl-next > span:hover,
.featured-carousel .owl-nav .owl-prev > span:hover {
  color: #166106;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot > span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  border-radius: 50%;
  background-color: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active > span {
  background-color: #c62827;
  color:#fff;
}
.owl-carousel > .owl-nav > .owl-next.disabled,
.owl-carousel > .owl-nav > .owl-prev.disabled {
  display: none;
}
.ehih-review {
  line-height: 1.7;
}
.review-item {
  padding: 15px;
}
.review-pimg {
  width: 128px;
  height: 128px;
  margin: auto;
  border-radius: 50%;
}
.review-txt {
  height: 215px;
  margin: 15px -15px auto;
  padding: 0 15px 15px 15px;
  overflow: hidden;
  position: relative;
}
.review-txt > p {
  font-size: 14px;
}
.read-more {
  color: #ffcc03;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  background-color: #ebebeb;
}
.read-more > a {
  color: #c62827;
  transition: none;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: none;
}
.read-more > a:hover {
  border-bottom: 1px solid #166106;
}
.review-txt.h-auto {
  height: auto;
}
.testimony-section {
  color: #000;
  padding: 30px 0px;
  position: relative;
  background: #ebebeb;
}
.blog-section {
  padding: 30px 0px;
}
.blog-section form.cats-form {
  display: block;
}
.blog-section form.cats-form > .catpref {
  top: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.blog-section form.cats-form > .catpref > img {
  width: 54px;
  padding-right: 25px;
}
.blog-section .ehi-bc {
  margin: auto;
  height: 476px;
  overflow: hidden;
  max-width: 100%;
  text-align: left;
  max-height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-family: Poppins, Sans-Serif;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.blog-section .ehi-bc > .ehi-bc-imgw {
  height: 230px;
  max-width: 100%;
  background-size: cover;
}
.blog-section .ehi-bc > .ehi-bc-body {
  padding: 0 15px;
}
.blog-section .ehi-bc > .ehi-bc-body > h3 {
  overflow: hidden;
  font-size: 20px;
  max-height: 50px;
  margin-top: 10px;
  font-weight: 600;
}
.blog-section .ehi-bc > .ehi-bc-body > p {
  overflow: hidden;
  max-height: 125px;
}
.blog-section .ehi-bc .ehi-bc-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-section .ehi-bc > .ehi-bc-foot {
  bottom: 0;
  padding: 0 15px 15px 15px;
  position: absolute;
}
.blog-section .ehi-bc > .ehi-bc-foot > a {
  color: #c62827;
  display: flex;
  display: -ms-flexbox;
  line-height: 1;
  font-weight: 600;
}
.newsletter-section {
  margin: 35px auto auto;
  background-color: #c62827;
}
.newsletter-section .content-wrap {
  padding: 40px 0;
}
.newsletter-section .content-wrap h2{
    color:#fff;
}
.newsletter-section .content-wrap .sub h3{
    color:#fff;
}
.newsletter-section p{
    color:#fff;
}
.newsletter-section .content-wrap h2 {
  font-size: 40px;
}
.newsletter-section .content-wrap .sub {
  font-size: 16px;
}
.newsletter-section .content-wrap .sub h3 {
  font-size: 20px;
}
.sbnfm .modal-footer {
  padding: 2px 0;
  background-color: #aedb0a;
}
.popup {
  width: 100%;
  max-width: 480px;
  margin: 70px auto;
  padding: 20px;
  position: relative;
  background: #fff;
  transition: all 5s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.popup h2 {
  color: #333;
  margin-top: 0;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  top: 10px;
  color: #333;
  right: 20px;
  position: absolute;
  font-size: 30px;
  transition: all 0.2s;
  font-weight: 700;
  text-decoration: none;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  overflow: auto;
  padding: 15px 0 0 0;
  max-height: 30%;
}
#efa-alert.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.latups h2 > span {
  display: inline-block;
  padding: 12px 35px 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  background-color: #aedb0a;
}
.latups-item h3 {
  font-size: 20px;
}
.latups-item p {
  text-align: justify;
}
.latups-item .latups-tds {
  color: #aedb0a;
}
.latups-item {
  font-size: 14px;
}
.latups-item .subscribe {
  margin-top: 20px;
}
.btn-yts {
  color: #fff;
  display: inline-block;
  padding: 3px 10px 4px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e62117;
}
.btn-yts:focus,
.btn-yts:hover {
  color: #fff;
  background-color: #c4302b;
}
.yt-subscribe strong {
  margin-right: 5px;
}
.btn-yts > .fa {
  font-size: 16px;
  line-height: 15px;
  margin-right: 3px;
  vertical-align: middle;
}
@media screen and (max-width:767px){
    .testimony-section{
    background:#fff !important;
}
.owl-items img {
    height: 70px;
    object-fit: cover;
    object-position: right;
}
}
@media only screen and (min-width: 1200px) {
  .ftrek {
    width: 274px;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media only screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .popup {
    width: 80%;
  }
  .popup h2 {
    font-size: 30px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.featured-carousel-2 img {
    height: 100px;
    object-fit: cover;
    object-position: right;
}
}

@media screen and (max-width:426px){
    .featured-carousel .featured-item{
        min-height:250px;
    }
    .featured-item.bgi h2 {
    font-size: 20px;
    font-family: 'Oswald';
}
    
}

