.reason-card {
  background-color: #fffaf4;
  border: 3px solid #fff6f2;
  height: 100%;
}

.reason-icon {
  width: 65px;
  height: auto;
}

.reason-text {
  font-size: 16px;
  font-weight: 900;
  color: #1c1c1c;
  line-height: 1.3;
}

/* magazine and common syles */
.mag-card {
  position: relative;
  height: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.card-package {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) !important;
}

.mag-card .card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.mag-card .package-card-img {
  height: 200px !important;
}

@media (max-width: 1400px) {
  .mag-card .package-card-img {
    height: 250px !important;
  }
}
.mag-card h6 {
  line-height: 1.4;
}

.mag-card .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 50px;
  background: #f1f1f1;
}

.destination-card h6 {
  font-size: 16px;
}

.mag-card del {
  font-size: 13px;
}

.mag-card .badge.bg-success {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 20px;
}

.mag-card .price {
  font-size: 20px;
}

.mag-card .view-btn {
  border: 1.5px solid #ff7a1a;
  border-radius: 10px;
  color: var(--ie-orange);
  padding: 8px 14px;
  background: #fff7f2;
  white-space: nowrap;
  font-size: 14px;
}

.mag-card .view-btn:hover {
  background: var(--ie-orange);
  color: #fff;
}

.package-title {
  font-size: 20px;
  color: #111;
  line-height: 1.3;
}

.OI {
  background-image: url(https://d1qznzlun37fj0.cloudfront.net/images/css/Sprite-image-new-HomePage.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.headingIcon {
  height: 37px;
  width: 35px;
}

.blogIcon {
  background-position: -259px -2px;
}

.reasonsIcon {
  background-position: -296px -3px;
}

.touristIcon {
  background-position: -223px -2px;
}

.packagesIcon {
  background-position: -398px -4px;
}

.viewDealsBtn {
  background-color: #ffeadd;
  font-size: 12px;
  color: #f37127;
  outline: 1px solid #f26d22;
}

.viewDealsBtn:hover {
  background-color: #ffe5d5 !important;
  color: black;
}

.dynamicReviews .dynamicReviewCount {
  display: none !important;
}

/* seo links section styles */
.seo-deals-section {
  background-color: #fff8f4;
}

.seo-common-url-tab {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.seo-action-ul {
  background-color: #eaeaea;
}

.seo-tab {
  color: #000;
  display: inline-block;
  border-radius: 0;
  background: #e8e8e8;
  padding-top: 16px;
  padding-bottom: 16px;
}

.seo-tab.active,
.seo-tab:hover {
  background-color: white;
  color: black;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #f26d22;
  box-shadow: rgba(0, 0, 0, 0.03) 0px -4px 12px;
}

.seo-tab-first {
  border-top-left-radius: 16px !important;
}

.seo-tab-last {
  border-top-right-radius: 16px !important;
}

.seo-links a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.8;
}

.seo-links a:hover {
  text-decoration: underline;
}

.seo-link-pipe-symbol {
  height: 12px;
  width: 1px;
  background: #6b6b6b;
  margin-inline: 5px;
}

.cityCode {
  display: inline-block;
  width: 50px;
  text-align: center;
  border: 2px solid #f26d22;
  padding: 4px 3px;
  border-radius: 6px;
  font-weight: 600;
  color: #f26d22;
  font-size: 14px;
}

.custom-sidenav {
  width: 300px;
}

.custom-sidenav .nav-link {
  font-size: 15px;
  color: #222;
}

.reviews-text {
  height: 60px;
  overflow-y: scroll;
  scrollbar-width: none;
  cursor: pointer;
}

.reviews-text:hover {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

#idOfSubscriptionDeals:focus,
#idOfSubscriptionDeals:hover {
  background-color: var(--ie-orange-dark);
  box-shadow: none;
}

#faqAccordionLeft .accordion-item,
#faqAccordionRight .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px;
  padding: 0px 12px;
}
#faqAccordionLeft .accordion-button,
#faqAccordionRight .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: inherit;
}
#faqAccordionLeft .accordion-button:focus, #faqAccordionLeft .accordion-button:active,
#faqAccordionRight .accordion-button:focus,
#faqAccordionRight .accordion-button:active {
  box-shadow: none !important;
  outline: none !important;
}
#faqAccordionLeft .accordion-button:not(.collapsed),
#faqAccordionRight .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}
#faqAccordionLeft .accordion-body,
#faqAccordionRight .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.bTop {
  display: none;
  border-radius: 5px;
  transition-duration: .5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1081;
  fill: #fff;
  background: #f26d22;
  padding: 7px 10px;
  height: 44px;
  width: 44px;
  font-size: 26px;
  box-shadow: 0 0 15px #999;
  text-align: center;
  cursor: pointer;
}

#bTop.show {
  display: block;
}

.spinner-orange {
  color: #f26d22;
}

.cookies-convention {
  background: #fff5ef;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.faq-highlight h1,
.faq-highlight h2 {
  font-size: 18px !important;
}
.faq-highlight p,
.faq-highlight li {
  font-size: 14px !important;
}

.contentDiv {
  height: 75px;
  overflow: hidden !important;
  transition: height 0.5s ease-in-out;
}

.contentDiv.show {
  height: auto !important;
  overflow: visible !important;
  transition: height 0.5s ease-in-out;
}

.packages-slider-container {
  padding: 0 10px;
  margin: 0 -10px;
}
.packages-slider-container .packages-slider-wrapper,
.packages-slider-container .packages-slider-wrapper-flights {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 5px 10px 20px 10px;
}
.packages-slider-container .packages-slider-wrapper::-webkit-scrollbar,
.packages-slider-container .packages-slider-wrapper-flights::-webkit-scrollbar {
  display: none;
}
.packages-slider-container .slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(242, 106, 33, 0.2);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ie-orange);
  z-index: 999;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: auto !important;
  opacity: 1;
}
.packages-slider-container .slider-nav-btn:hover {
  background: var(--ie-orange);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 40px rgba(242, 106, 33, 0.4);
}
.packages-slider-container .slider-nav-btn:disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.packages-slider-container .slider-nav-btn.prev {
  left: 10px;
}
.packages-slider-container .slider-nav-btn.next {
  right: 10px;
}
.packages-slider-container #packagesSliderRow .col-12,
.packages-slider-container #packagesSliderRow .col-md-6,
.packages-slider-container #packagesSliderRow .col-lg-4,
.packages-slider-container #packagesSliderRow .col-xl-3,
.packages-slider-container .sliderWidth .col-12,
.packages-slider-container .sliderWidth .col-md-6,
.packages-slider-container .sliderWidth .col-lg-4,
.packages-slider-container .sliderWidth .col-xl-3 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .packages-slider-container #packagesSliderRow .col-md-6,
  .packages-slider-container .sliderWidth .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .packages-slider-container #packagesSliderRow .col-lg-4,
  .packages-slider-container .sliderWidth .col-lg-4 {
    width: 33.333333%;
  }
  .packages-slider-container #packagesSliderRow .col-lg-6,
  .packages-slider-container .sliderWidth .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .packages-slider-container #packagesSliderRow .col-xl-3,
  .packages-slider-container .sliderWidth .col-xl-3 {
    width: 25%;
  }
  .packages-slider-container #packagesSliderRow .col-xl-4,
  .packages-slider-container .sliderWidth .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.input-subscribe {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-left: 45px !important;
}

.icon-envelop {
  font-size: 20px;
  left: 13px;
  top: 16px;
}

.subscribe-parent {
  background-image: url(https://d1qznzlun37fj0.cloudfront.net/images/newHomePageImages/subscribe_background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bullet-point {
  width: 8px;
  height: 8px;
}

.flight-deals-text {
  background: linear-gradient(90deg, #ffd36b, #e0800f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .packages-slider-container .slider-nav-btn {
    display: none;
  }
  .packages-slider-container #packagesSliderRow .col-12 {
    width: 85%;
  }

  #scrollTopBtn {
    right: 16px !important;
    bottom: 70px !important;
  }
}
#scrollTopBtn {
  bottom: 20px;
  right: 20px;
  z-index: 1081 !important;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
#scrollTopBtn:hover {
  transform: scale(1.07);
}
#scrollTopBtn .arrow-icon {
  font-size: 18px;
}
#scrollTopBtn .progress-ring-bg {
  stroke: rgba(241, 240, 238, 0.6);
}
#scrollTopBtn .progress-ring-circle {
  stroke: #f47429;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 0.1s linear;
}
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .seo-action-ul {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    flex-direction: row !important;
  }

  .seo-action-ul .seo-action-li {
    flex: 0 0 auto !important;
  }

  .seo-action-ul::-webkit-scrollbar {
    display: none !important;
  }
}
@keyframes smoothComponentReveal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.985);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
:root {
  --ie-orange: #f26a21;
  --ie-orange-dark: #d85b1e;
  --ie-ink: #24313b;
  --ie-muted: #6a7883;
  --ie-soft: #f9f4ee;
  --ie-card: #ffffff;
  --ie-shadow: 0 18px 45px rgba(24, 33, 43, 0.15);
  --ie-shadow-soft: 0 12px 30px rgba(24, 33, 43, 0.12);
}

.INR-Symbol {
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.section-heading {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.deal-card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.airlineCard:hover {
  box-shadow: rgba(247, 194, 165, 0.5) 1px 4px 13px 6px;
  transform: scale(1.005);
}

.airlineActiveClass,
.airlineDeals.nav-link.active {
  display: inline-block;
  color: #f26d22 !important;
  padding-bottom: 10px;
  border-bottom: 4px solid #f26d22 !important;
  font-weight: 700 !important;
  background: transparent !important;
}

.airlineDeals.nav-link {
  border: none !important;
  padding: 0;
  color: #212529;
}

.flight-deals-btn {
  border: 1.5px solid #ff7a1a;
  border-radius: 10px;
  color: var(--ie-orange);
  padding: 10px 25px;
  background: #ffd6c93b;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  max-width: 122px;
}

.flight-deals-btn:hover {
  background: var(--ie-orange);
  color: #fff;
}

@media (max-width: 1500px) and (min-width: 1200px), (max-width: 450px) {
  .airline-card-left {
    width: 100%;
    padding-bottom: 10px;
  }

  .airline-card-right {
    width: 100%;
    border-left: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
  }

  .flight-deals-btn {
    margin-top: 0 !important;
  }

  .cheap-flight-price {
    text-align: left !important;
  }
}
/* Footer styles start */
.ie-footer {
  background: #f7f7f7;
  font-size: 15px;
}
.ie-footer .footer-title {
  color: #f26522;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}
.ie-footer .footer-links li {
  margin-bottom: 0.5rem;
}
.ie-footer .footer-links a {
  color: #555;
  text-decoration: none;
  transition: color .2s ease;
  font-size: 14px;
}
.ie-footer .footer-links a:hover {
  text-decoration: underline;
  color: #f26522;
}
.ie-footer .footer-divider {
  border-top: 1px solid #767676;
}
.ie-footer .footer-copy {
  color: #666;
  font-size: 14px;
}
.ie-footer .footer-logo {
  display: inline-block;
  background-repeat: no-repeat;
}
.ie-footer .logo-iata,
.ie-footer .logo-arc,
.ie-footer .logo-norton,
.ie-footer .logo-bbb {
  height: 45px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/may-2026/ie-certification-spiral.png");
  background-size: 430px;
}
.ie-footer .logo-iata {
  width: 43px;
  background-position: 0 0;
}
.ie-footer .logo-arc {
  width: 75px;
  background-position: -58px 0;
}
.ie-footer .logo-norton {
  width: 126px;
  background-position: -148px 0;
}
.ie-footer .logo-bbb {
  width: 150px;
  background-position: -284px 0;
}
.ie-footer .cardsAccepted {
  height: 45px;
  width: 50px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/may-2026/ie-accepted-cards.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.ie-footer .discoverCard {
  background-position: 0 3px;
}
.ie-footer .visaCard {
  background-position: -67px 3px;
}
.ie-footer .masterCard {
  width: 55px;
  background-position: -133px 3px;
}
.ie-footer .aeCard {
  width: 35px;
  background-position: -203px 3px;
}
.ie-footer .dcCard {
  background-position: -254px 3px;
}
.ie-footer .affirm {
  width: 85px;
  background-position: -316px 3px;
}
.ie-footer .social-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #555;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/footer-social-icons.svg");
  background-repeat: no-repeat;
  transition: background-color .3s ease;
}
.ie-footer .icon-facebook {
  background-position: -45px 2px;
}
.ie-footer .icon-instagram {
  background-position: -91px 1px;
}
.ie-footer .icon-twitter {
  background-position: -137px 2px;
}
.ie-footer .icon-youtube {
  background-position: -183px 1px;
}
.ie-footer .backToMobileApp {
  float: left;
  margin: 5px 0;
  color: #f26d22 !important;
  border: 0;
  border-radius: 4px;
  background-color: #f26d22;
  color: white !important;
  padding: 5px 10px !important;
}

/* Footer styles end */

/*# sourceMappingURL=newHomePageDeferredStyles.css.map */
