/* Theme Name: Tripgo Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of tripgo
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: tripgo
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  tripgo-child
*/

:root {
  /* Base Colors */
  --color-primary: #c94a30;
  --color-accent: #f48f00;
  --color-secondary: #007fad;
  --color-success: #80a300;

  /* First Hover Shades */
  --color-primary-hover: #b84329;
  --color-accent-hover: #db8000;
  --color-secondary-hover: #00729b;
  --color-success-hover: #739300;

  /* Optional neutrals */
  --color-white: #ffffff;
  --color-black: #000000;
}

[data-elementor-id="99"] .header_sticky {
  z-index: 10;
}
/*account Style Start*/
.woocommerce {
  width: 100%;
  padding: 0px 0px;

  margin: 0 auto;
}
/* For logged-in users */
body.logged-in .woocommerce {
  max-width: 1296px;
  padding: 0px 20px;
}

/* For NOT logged-in users */
body.logged-out .woocommerce {
}
.woocommerce br {
  display: none;
}

.woocommerce-MyAccount-content {
  position: relative;
  top: 0px;
  right: 0px;
}
.ova-my-account-button img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover !important;
}

#profile-picture-preview {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-picture-message {
  margin-top: 10px;
  font-weight: bold;
  display: block;
}

.profile-picture-message.success {
  color: green !important;
}

.profile-picture-message.error {
  color: red !important;
}

.profile-picture-preview-container {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profile-picture-preview-container .user-fullname {
  color: #1c2b38;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 75% */
  margin-bottom: 40px;
}
.profile-picture-preview-container .preview-holder {
  position: relative;
  width: 225px;
  height: 225px;
}
.profile-picture-preview-container .preview-holder img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}
.profile-picture-preview-container .preview-holder a {
  background: var(--color-primary) !important;
  width: 55px;
  height: 55px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li a {
  text-align: center;
  text-decoration: none;
  border-radius: 90px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background-color: var(--color-primary-hover);
}
.woocommerce-MyAccount-navigation ul li a {
}
#upload_profile_picture_btn,
.woocommerce-MyAccount-content
  button[type="submit"]:not(.product-remove-button) {
  background-color: var(--color-primary) !important;
  text-align: center;
  border-radius: 90px !important;
  height: 54px !important;
  border: none !important;

  color: #fff !important;
  font-family: "Mulish", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  justify-content: center;
  min-width: 179px;
}
#upload_profile_picture_btn:hover,
.woocommerce-MyAccount-content
  button[type="submit"]:not(.product-remove-button):hover {
  background-color: var(--color-primary-hover) !important;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 20px;
}
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-form-register input,
.woocommerce-form-register select,
.woocommerce-form-login input,
.woocommerce-form-login select {
  border-radius: 12px !important;
  border: 2px solid #e6e8ec !important;
  color: #777e90 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;

  padding: 15px !important;
}
.woocommerce form input[type="tel"] {
  padding-right: 6px !important;
  padding-left: 100px !important;
  margin-left: 0 !important;
}

.woocommerce-MyAccount-content label {
  color: #1c2b38 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.profile-image-holder {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    position: relative;
  }
  .profile-picture-preview-container {
    float: none;
    width: 100%;
  }
  #upload_profile_picture_btn,
  .woocommerce-MyAccount-content
    button[type="submit"]:not(.product-remove-button) {
    background-color: var(--color-primary) !important;
    text-align: center;
    border-radius: 90px !important;
    height: 42px !important;
    font-size: 12px !important;
    width: 150px !important;
  }
}
/*account Style End*/

/*Login Page Style*/

.woocommerce-form-login,
.woocommerce-form-register {
  max-width: 400px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  margin: 0px auto !important;
}
.login-holder {
}
.login-holder > p {
  display: none;
}

.login-holder .login-left {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 850px;
}
#element-account > p {
  display: none;
}
.login-holder .login-left > p {
  display: none;
}
.login-holder .login-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-holder .login-right > p {
  display: none;
}
.login-holder .travel-logo {
  width: 297px;
  margin-bottom: 30px;
}
.woocommerce #customer_login .woocommerce-form button[type="submit"] {
  border-radius: 45px !important;
  background: var(--color-primary) !important;
}
.woocommerce #customer_login .woocommerce-form button[type="submit"]:hover {
  background: var(--color-primary-hover) !important;
}

@media (max-width: 768px) {
  .login-holder .login-left {
    min-height: 647px;
  }
}
@media (max-width: 576px) {
  .login-holder .travel-logo {
    width: 90%;
    max-width: 297px;
    margin-bottom: 30px;
  }
}
/*END Login Page Style*/

/*Wishlist*/
.tinvwl-table-manage-list {
  display: flex;
  flex-direction: column;
}
.tinvwl-card {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 2px solid #e6e8ec;
  background: #fcfcfd;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  position: relative;
  width: 100%;
}

.tinvwl-card .product-thumbnail {
  width: 160px;
  height: 120px;
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  max-width: none;
}

.tinvwl-card .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  max-width: none;
  min-width: none;
}

.tinvwl-card .product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tinvwl-card .product-name {
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: #23262f;
}
.tinvwl-card .product-name a {
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #23262f;
}

.tinvwl-card .product-price {
  font-size: 20px;
  font-weight: 600;
  color: #23262f;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
}

.tinvwl-card .product-action {
  margin-left: 20px;
}

.tinvwl-card .detail-button {
  padding: 10px 20px;
  background-color: #23262f;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.tinvwl-card .detail-button:hover {
  background-color: #353945;
}
.wc-block-components-quantity-selector {
  display: none !important;
}

.tinvwl-card .product-remove {
  position: absolute;
  top: 5px;
  right: 28px;
  width: 32px !important;
  height: 32px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.tinvwl-card .product-action a {
  border-radius: 90px;
  border: 2px solid #e6e8ec;
  background: transparent;
  color: #23262f;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 16px 24px;
  width: 120px !important;
}
.tinvwl-card .product-action a:hover {
  background: transparent;
}
.product-remove-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.tinvwl-card .product-remove i {
  color: #c94a30;
  font-size: 16px;
}

/* Make sure other buttons don't affect the remove button */
.tinvwl-card .product-remove.button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.tinvwl-card .thumbnail-holder {
  position: relative;
}
.woocommerce-checkout #customer_details label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 32px;

  color: #b1b5c3;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  text-transform: uppercase;
}
.woocommerce-checkout .iti {
  width: 100%;
}

.woocommerce-checkout #payment .place-order #place_order {
  border-radius: 45px;
  background: var(--color-primary, #c94a30);
}

.custom-review-order {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.custom-review-order-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.custom-review-order-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.product-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.product-title {
  color: #23262f;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0px 0;
}

.product-quantity {
  color: #777e90;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #23262f;
}

.custom-order-totals {
  margin-top: 0px;
}

.order-total-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #777e90;
}

.order-total-line.order-total {
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
}

.total-label {
  color: #777e90;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.total-price {
  color: #23262f;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
}

/* Shipping methods styling */
.woocommerce-shipping-methods {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.shipping td {
  padding: 0;
}

.cancellation {
  color: #777e90;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;

  /* 166.667% */
}

.cancellation svg {
  margin-right: 8px;
}

@media (max-width: 1400px) {
  .tinvwl-card .product-name a {
    font-size: 18px;
  }
  .tinvwl-card .product-price {
    font-size: 18px;
  }
  .tinvwl-card .product-action a {
    font-size: 14px;
    width: 115px !important;
  }
}
@media (max-width: 1200px) {
  .tinvwl-table-manage-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .tinvwl-card {
    flex-direction: column;
    width: 300px;
  }
  .tinvwl-card .product-thumbnail {
    width: 256px;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 12px;
    flex-shrink: 0;
    position: relative;

    min-width: unset;
    max-width: unset;
  }
  .tinvwl-card .product-date {
    margin-bottom: 12px;
  }
  .tinvwl-card .product-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex !important;
  }
  .tinvwl-card .product-action {
    margin-left: 0px;
    width: 100%;
  }
  .tinvwl-card .thumbnail-holder {
    width: 100%;
  }
  .total-price {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}

/*Wishlist END*/

/*Checkout Start*/
/* Main checkout layout */
.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.checkout-left-column {
  flex: 1;
  min-width: 0;
}

.checkout-right-column {
  width: 448px !important;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #e6e8ec;
  background: #fcfcfd;

  /* depth/4 */
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
}
.custom-items-holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px 8px;
  flex-direction: row;
  flex-wrap: wrap;

  border-radius: 16px;
  background: #f4f5f6;
  padding: 12px;
}
.custom-items-holder .custom-item {
  width: calc(50% - 4px);
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
}
.custom-items-holder .custom-item .label {
  color: #777e90;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.custom-items-holder .custom-item .value {
  color: #23262f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

#order_review_heading {
  display: none;
}
/* Payment section styling */
#payment-section {
  margin-top: 30px;
  background: #f8f8f8;
  padding: 0px;
  border-radius: 5px;
}

#billing_company_field {
  display: none;
}

/* Hide elements we want to remove */
.woocommerce-additional-fields,
.woocommerce-account-fields,
#order_comments_field {
  display: none !important;
}

/* Hide payment in order review */
.checkout-right-column #payment {
  display: none !important;
}
@media (max-width: 1400px) {
}

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

@media (max-width: 992px) {
  .checkout-container {
    flex-direction: column;
  }
  .checkout-right-column {
    margin: 0 auto;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .checkout-container {
    flex-direction: column;
  }

  .checkout-right-column {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
}
/*Checkout End*/

/*Thank You Start*/
.custom-thankyou-container {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-thankyou-image {
  display: block;
  width: 80px;
  height: 80px;
}

.custom-journey-confirmed {
  color: #777e90;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.custom-thankyou-heading {
  color: #00755d;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.36px;
}

.thankyou-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.thankyou-container .left-part {
  width: 50%;
}
.thankyou-container .right-part {
  width: 50%;
  height: 100%;
  min-height: 778px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thankyou-container .right-part img {
  border-radius: 12px;
}
.thankyou-container ul.order_details {
  padding: 0px !important;
}
@media (max-width: 992px) {
  .thankyou-container {
    flex-direction: column;
  }
  .thankyou-container .left-part {
    width: 100%;
  }
  .thankyou-container .right-part {
    width: 100%;
  }
}

/*Thank You End*/

/*Blogs Start*/
.blog-template {
  max-width: 1500px;
  margin: 0 auto;
}
.blog-template p {
  margin-bottom: 0px;
}
.blog-gallery img {
  object-fit: cover;
  width: 341px;
  height: 314px;
  border-radius: 12px;
}
/*Blogs End*/

/*About Us */
/* .custom-icon-box .elementor-icon-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
} */
/*About Us End*/

/* Wishlist*/
.tinv-wraper.tinv-wishlist {
  font-size: 100%;
  padding: 0px !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  color: var(--color-accent);
}
.tinv-wraper.tinv-wishlist .tinvwl-product-in-list {
  color: var(--color-primary);
}
/*End Wishlist */

#request-form .iti {
  width: 100%;
}

.ova-location-review {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  align-items: center;
}
.ova-single-product-whatsapp {
  flex: 1;
  display: flex;
  justify-content: end;
}

.btn-share {
  display: none !important;
}

@media (max-width: 1024px) {
  .ova-single-product-summary-right {
    width: 100%;
  }
}

.ova-login-register-woo{
	display: none !important;
}

.login-right .ova-login-register-woo{
	display: flex !important;
}

.woocommerce ul.ova-login-register-woo {
	margin: 0 0 25px 0;
}

.outline-text, .outline-text * {
    color: #000000 !important;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff !important;
}