/*
Theme Name: TravelSeen Child
Description: Child theme for TravelSeen rebuild
Template: 25OctTheme
Version: 1.0.1
*/

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

/* Footer styles moved from parent theme footer.php */

.travelseen-footer .social-links > a > i {
    color: #fff;
}
  
  .separator-line {
    border: 0;
    border-top: 1px solid #F1FAFD;
    margin: 30px 0; /* Adjust spacing as needed */
opacity:1;

}
	.atlas{
		color:black !important;
	}
@media (max-width: 767px) {
    .footer-links.middle li:last-child {
        display: none;
    }
}
/* Style for the Contact Us Heading to stand alone */
.travelseen-footer h4.contact-title {
    margin-bottom: 5px; /* Less space above links */
}

/* Make the Head Office links display horizontally */
.travelseen-footer .head-office-links {
    display: flex;
    gap: 30px; /* Space between links */
}

/* Adjustments for the middle section */
.travelseen-footer .footer-middle {
    align-items: center; /* Vertically align address/links and logos */
}
	.footer-middle{
		margin-top:120px;
	}

/* Make the legal/contact links display horizontally */
.travelseen-footer .footer-links.middle {
    display: flex;
    gap: 30px; /* Space between links */
    margin-bottom: 8px; /* Space above address */
}

/* Ensure list items are inline for the middle links */
.travelseen-footer .footer-links.middle li {
    margin-bottom: 0;
}

/* Adjust address spacing */
.travelseen-footer .footer-address {
    margin-bottom: 0; /* No bottom margin in this section */
}


/* --- Existing Styles (Ensure these are present) --- */

.travelseen-footer {
	background: #0C1535;
	color: #fff;
	padding: 60px 0 40px;
	font-size: 14px;
	line-height: 1.6;
}
	.contact-title {
    font-family: var(--tr-font-family-heading) !important;
    font-weight: 400;
    font-style: normal; /* "Regular" in CSS is normal */
    font-size: 48px; /* Desktop */
    line-height: 120%;
    letter-spacing: 0;
		color:white
}

/* Tablet */
@media (max-width: 1024px) {
    .contact-title {
        font-size: 31px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact-title {
        font-size: 24px;
    }
}

	  .speak {
     font-family: "IvyOra Display";
    font-weight: 400;
    font-style: normal; /* Regular */
    font-size:  clamp(24px, 3.17vw, 48px);
    line-height: 120%;
    letter-spacing: 0%;
	color:#FFFFFF;
    }
    .call {
     font-family: "IvyOra Display";
    font-weight: 400;
    font-style: normal; /* Regular */
    font-size:  clamp(24px, 3.17vw, 48px);
    line-height: 120%;
    letter-spacing: 0%;
	color:#FFFFFF;
    }
.mobile-address {
    margin-top: 20px;
    font-size: 12px;
}



@media(max-width: 767px) {
    .travelseen-footer {
        padding: 30px 0 20px;
    }

    

    .mobile-address {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .footer-middle {
        margin-top: 40px;
    }

    /* ... rest of your mobile styles ... */
}
	.footer-logos {
    display: flex;       /* Make it a flex container */
    gap: 20px;           /* Space between images, adjust as needed */
    justify-content: flex-end; /* optional, align images to right */
    align-items: center; /* vertical alignment */
}
@media(max-width: 767px) {
    .legal-address-col {
        padding-top: 10px; /* Adjust this value as needed */
    }
    
    /* ... your other mobile styles ... */
}
.head-office-links a,.call,.speak,
.link a {
    font-family: 'Inter' ;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.93vw, 14px)
; /* replace with px if needed */
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF; /* since all text is white */
}
	.footer-bottom p{
    font-family: 'Inter' ;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.93vw, 14px)
; /* replace with px if needed */
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF; /* since all text is white */
}
.footer-address {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-size: 16px; /* Desktop default */
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
}

/* Tablet */
@media (max-width: 1024px) {
    .footer-address {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .footer-address {
        font-size: 12px;
    }
}

.middle li a {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.93vw, 14px); /* replace with px if needed */
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;

    /* underline settings */
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 0;
    text-decoration-skip-ink: auto;

    color: #FFFFFF;
}

.travelseen-footer .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.travelseen-footer .footer-links li {
	margin-bottom: 8px;
}
/* ... rest of your existing CSS ... */

/* Responsive adjustments for the new layout */
@media(max-width: 991px) {
    .travelseen-footer {
        text-align: center;
    }
    .travelseen-footer .head-office-links {
        justify-content: start; /* Center the links */
    }
    .travelseen-footer .footer-links.middle {
        flex-direction: row; /* Stack the links on small screens */
        gap: 5;
    }
    .travelseen-footer .footer-links.middle li {
        margin-bottom: 8px;
    }
    .travelseen-footer .logo-col {
        text-align: center !important;
        margin-top: 20px;
    }
    .travelseen-footer .footer-logos {
        display: flex;
        justify-content: start;
    }
    .travelseen-footer .footer-logos img {
        margin: 0 10px;
    }
}

  .footer-content { width:90vw; margin:auto; max-width:1920px; }
    .footer2 h1 {
      font-size: 64px;
      color: #ffffff;
      font-family: "ivyora-display", serif;
      font-weight: 400;
    }
    .section1 {
      display: flex;
      gap: 8rem;
      text-align: left;
    }
   
    .footer2 button {
      background-color: #ffffff;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      font-size: 1em;
      color: #1a2a44;

    }
    .footer2 button:hover {
      background-color: #1a2a44;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      font-size: 1em;
      color: #fff;
      outline:1px solid #fff;
    }
    .book {
      margin-top: 28px;
    }

   
    .footer2 {
      background-color: #0c1535;
      width: 100%;
      color: #ffffff;
      text-align: center;
      font-family: "Inter", sans-serif;
    }
    .enquire-way {
      display: flex;
font-size:clamp(28px, 4.23vw, 64px);
      margin-bottom: 40px;
    }
    .enquire-way div {
      text-align: left;
    }
    .enquire-way button {
      background-color: #ffffff;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      font-size: 1em;
      color: #1a2a44;
    }

    .stay-in-know {
      margin-top: 120px;
      margin-bottom:120px;
    }
    .stay-in-know h1 {
      font-size: 64px;
      margin: 0 0 10px 0;
      font-weight: 400;
		text-align: justify; 
		 text-align-last: center;
    }
    .stay-in-know p {
      font-size: 1rem;
      margin: 5px 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;

      overflow: hidden;
      line-height: 1.5rem;
    }
    .stay-in-know button {
      border: none;
      background-color: transparent;
      cursor: pointer;
      font-size: 1em;
      color: white;
    }
    .travel-seen {

      text-align: right;
    }
    .travel-seen h1 {
      font-size: 72px;
      margin: 0 0 10px 0;
      font-weight: 400;
      font-weight: 900;
    }
    .travel-seen p {
      font-size: 24px;
      margin: 5px 0;
    }
    .travel-seen img {
      width: 428px;
      height: 61px;
      margin-bottom: 20px;
    }
    .links {
      
      bottom: 40px;
      right: 20px;
      display: flex;
  flex-direction: row;
  flex-wrap: wrap;
      justify-content: flex-end;
      gap: 20px;
      text-decoration: underline;
      font-size: 16px;
    }
    .links a {
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      text-transform: uppercase;
    }
    .bottom-left {
      bottom: 20px;
      left: 20px;
      display: flex;
      align-items: center;
    }
    .bottom-left img {
      width: 238px;
      height: 76px;
      margin-right: 10px;
    }
   
   .bottom-right {
  font-size: 1rem;
  text-align: right;
}
    .image2 {
      width: 75px;
      height: 76px;
      margin-left: 10px;
      bottom: 20px;
      left: 300px;
    }
    .footer-contact-images { justify-content: left; }
    /* Responsive Styles */
    @media screen and (max-width: 1200px) {
      .section1 {
        gap: 4rem;
      }
      .stay-in-know p {
        width: 100%;
      }
    }

    @media screen and (max-width: 992px) {
      h1 {
        font-size: 42px;
      }
      .stay-in-know h1 {
        font-size: 56px;
      }
      .travel-seen h1 {
        font-size: 64px;
      }
      .stay-in-know p {
        width: 100%;
      }
      .travel-seen img {
        width: 380px;
        height: auto;
      }
    }

    @media screen and (max-width: 768px) {
      .section1 {
        flex-direction: column;
        gap: 3rem;
        padding: 0 20px;
      }
      .enquire-way {
        padding: 0 20px;
      }
      h1 {
        font-size: 36px;
      }
      .stay-in-know h1 {
        font-size: 48px;
      }
      .stay-in-know p {
        width: 100%;
      }
      .travel-seen {
        text-align: center;
      }
      .travel-seen img {
        width: 100%;
        max-width: 428px;
        height: auto;
      }
      .links {
        position: static;
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px 0;
        gap: 20px;
        padding: 0 20px;
      }
      .bottom-left {
        position: static;
        justify-content: center;
        margin: 20px 0;
        width: 100%;
      }
      .bottom-left img {
        width: 180px;
        height: auto;
      }
      .image2 {
        position: static;
        margin: 0 10px;
      }
      .bottom-right {
        position: static;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        margin: 20px 0;
      }
    }

    @media screen and (max-width: 576px) {
      .footer2 {
        padding: 15px;
      }
      h1 {
        font-size: 32px;
      }
      .speak {
        font-size: 20px;
      }
      .stay-in-know h1 {
        font-size: 40px;
      }
      .stay-in-know p {
        width: 100%;
        font-size: 16px;
      }
      .travel-seen p {
        font-size: 18px;
      }
      .links {
        gap: 15px;
		   flex-direction: column;
		    align-items: center; 
      }
      .links a {
        font-size: 14px;
      }
      button {
        padding: 8px 16px;
      }
      .bottom-left img {
        width: 150px;
      }
      .image2 {
        width: 60px;
        height: auto;
      }
      .bottom-right {
        font-size: 14px;
      }
    }
@media screen and (min-width: 992px) {
  .stay-in-know p {
    max-width: 40%;
  }
}
    @media screen and (max-width: 380px) {
      h1 {
        font-size: 28px;
      }
      .speak {
        font-size: 18px;
      }
      .stay-in-know h1 {
        font-size: 36px;
      }
      .bottom-left img {
        width: 120px;
      }
      .image2 {
        width: 50px;
      }
      .links {
        gap: 10px;
      }
      .links a {
        font-size: 12px;
      }
    }
	.custom-padding{
		padding-bottom:clamp(16px, 2.65vw, 40px);
		padding-top:clamp(16px, 2.65vw, 40px);
	}

/* --- Offers cards (CPT) --- */
.ts-offers-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Fluid wrap: as many columns as fit (~280px min), so tablet/narrow parents still fill */
@media (max-width: 1024px) {
	.ts-offers-grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
}

@media (max-width: 575px) {
	.ts-offers-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* Keep shortcode from being squeezed by Elementor flex/grid parents */
.elementor-widget-shortcode .ts-offers-grid,
.elementor-shortcode .ts-offers-grid {
	width: 100% !important;
	max-width: 100% !important;
}

.ts-offer-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	height: 100%;
}

.ts-offer-card__media {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* Mobile / tablet default */
	height: 280px;
	background-color: #e8e8e8;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.ts-offer-card__media {
		height: 450px;
	}
}

.ts-offer-card__media--placeholder {
	background-image: none;
}

.ts-offer-card__logo {
	position: absolute;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%);
	width: min(70%, 260px);
	z-index: 2;
	text-align: center;
	line-height: normal;
}

.ts-offer-card__logo-img {
	width: 100%;
	height: auto;
	max-height: 72px;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.ts-offer-card__status {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	background: rgba(12, 21, 53, 0.85);
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ts-offer-card__body {
	padding: 22px 22px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ts-offer-card__title {
	margin: 0 0 6px;
	font-family: "ivyora-display", "IvyOra Display", serif;
	font-size: clamp(1.5rem, 2vw, 1.85rem);
	font-weight: 500;
	line-height: 1.15;
	color: #0C1535;
}

.ts-offer-card__subtitle {
	margin: 0;
  padding-bottom: 20px;
	font-family: "ivyora-display", "IvyOra Display", serif;
	font-size: clamp(1.15rem, 1.6vw, 1.35rem);
	line-height: 1.25;
	color: #0C1535;
}

.ts-offer-card__text {
	margin: 20px 0;
	font-family: Inter, sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #2a2a2a;
	flex: 1;
}

.ts-offer-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.ts-offer-card__date {
	font-family: Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0C1535;
}

.ts-offer-card__link {
	font-family: Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #b08a3c;
	text-decoration: none;
	white-space: nowrap;
}

.ts-offer-card__link:hover,
.ts-offer-card__link:focus {
	color: #8f6d2c;
	text-decoration: underline;
}

.ts-offer-card__link--disabled {
	color: #8a8a8a;
	cursor: default;
}

.ts-offer-card.is-expired {
	opacity: 0.55;
	filter: grayscale(0.85);
}

.ts-offer-card.is-expired .ts-offer-card__link--disabled {
	pointer-events: none;
}
