.giftwrapper .banner-container  { background: url(/resources/assets/events/gift-card/page/giftreward-banner.jpg?v1005244) no-repeat ; background-size: contain; background-position: top center;  }  

.giftcard-captionnew {  
    Width: 50%;
    margin-bottom: 20px;
}
.giftcard-captionnew .subhead-caption { font-size: 18px; color: #333; line-height: 1.6; margin-top: 12px; }
.giftcard-captionnew .subhead-caption b {  color:#083DA9; font-weight: 600; }
.giftcard-captionnew .home-label { width: 100%; max-width: 400px; height: auto; }
.section-title { 
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #0c111d;
  margin-bottom: 8px;
}
.giftwrapper { background-color: #fff; }
.giftwrapper .mainsearchengine-tab { display:none }

.title-underline {
  width: 40px;
  height: 3px;
  background-color: #e53e3e;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}
.fifa-home-banner { display:none; }
.text-blue {
  color: #1a56db;
}

.text-red {
  color: #e53e3e;
  font-weight: 700;
}

/* --- Section 1: How It Works --- */
.how-it-works {
  padding:0 0 30px 0;
  background-color: #ffffff;
}

.section-subtitle-top {
  text-align: center;
  font-size: 16px;
  color: #4a5568;
  font-weight: 500;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-light-blue { background-color: #eff6ff; }
.bg-light-orange { background-color: #fff7ed; }
.bg-light-green { background-color: #f0fdf4; }

.step-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.step-content p {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

/* --- Section 2: Why Travelers Love It --- */
.why-love {
  padding: 30px 0;
  background-color: #f8fafc;
}

.section-subtitle-bottom {
  text-align: center;
  font-size: 15px;
  color: #4a5568;
  max-width: 650px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  border: 1px solid #e2e8f0;
}

.benefit-card:hover {
  transform: translateY(-2px);
}

.card-img-container {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.card-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.mini-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-blue-tint {
  background-color: #dbeafe;
}

.card-body p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
}

/* --- Responsive Layout adjustments --- */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-subtitle-bottom { margin: 0 auto 10px auto;  }
  .giftwrapper .prelative { display: none; }  
  .benefits-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; 
    padding: 0; 
    gap: 16px; 
    scrollbar-width: none; 
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .benefits-grid::-webkit-scrollbar {
    display: none;
  }

  /* Force cards to maintain sizing and snap neatly */
  .benefits-grid .benefit-card {
    flex: 0 0 82%; /* Width of the card on mobile screen */
    max-width: 82%;
    scroll-snap-align: center;
  }
}

 

/* --- Inline SVGs for pure standalone accuracy --- */
.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}

.mini-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Icons definition */
.icon-flight { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a56db' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 12H3m18 0l-8-8v16l8-8z'/%3E%3C/svg%3E"); } /* Placeholder representation */
.icon-mail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ea580c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E"); }
.icon-ticket { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316a34a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 5v2m0 4v2m0 4v2M5 5a2 2 0 00-2 2v3a2 2 0 110 4v3a2 2 0 002 2h14a2 2 0 002-2v-3a2 2 0 110-4V7a2 2 0 00-2-2H5z'/%3E%3C/svg%3E"); }

/* Custom Mini Icons to match specific card corners */
.icon-plane-blue { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a56db' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 19l9 2-9-18-9 18 9-2zm0 0v-8'/%3E%3C/svg%3E"); }
.icon-heart-blue { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a56db' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
.icon-family-blue { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a56db' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E"); }
.icon-globe-blue { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a56db' stroke-width='2.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10zM2 12h20'/%3E%3C/svg%3E"); }


.home-label-xs { display: none; }
.home-label { display: block; }
 
.use-reward-section { 
    padding: 30px 0;
    }
    .use-reward-section .reward-section-content { 
       display: flex;
        align-items: center;
        gap: 20px;
    }
        .use-reward-section .reward-section-content .reward-image { width: 45%; height: auto;   }
        .collage-container {
            display: grid;
            grid-template-columns: 48% 52%;
            gap: 15px;
            position: relative;
            align-items: center;
        }

        .collage-container::before {
            content: "";
            position: absolute;
            top: -30px;
            left: 210px;
            width: 60px;
            height: 60px;
            border-left: 2px dashed #a5b4fc;
            border-top: 2px dashed #a5b4fc;
            border-top-left-radius: 40px;
            opacity: 0.6;
        }
        .collage-container::after {
            content: "➔";
            position: absolute;
            top: -36px;
            left: 260px;
            color: #0b3cb1;
            font-size: 10px;
            transform: rotate(35deg);
        }

        .collage-left {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .img-box {
            border-radius: 18px;
            overflow: hidden;
            background: #f8fafc;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            border: 5px solid #ffffff;
        }

        .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .box-couple { height: 160px; }
        .box-island { height: 195px; }
        .box-cablecar { 
            height: 370px; 
            border-radius: 20px;
        }

        .content-block {
            padding-left: 10px;
        }

        .heading-text {
            font-size: 28px;
            font-weight: 700;
            color: #08112d;
            line-height: 1.3;
            margin-bottom: 25px;
            position: relative;
        }

        .heading-text span {
            color: #0c39be;
        }

        .heading-text::before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 32px;
            height: 3.5px;
            background-color: #de1e26;
            border-radius: 2px;
        }

        .description-text {
            font-size: 14px;
            color: #555c6e;
            line-height: 1.6;
            margin-bottom: 30px;
            font-weight: 400;  
        }

        .options-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .option-item {
            display: flex;
            align-items: center;
            background: #ffffff;
            border: 1px solid #e9edf5;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0px 0px 4px #0000002E;
        }

        .icon-circle {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #ecf2ff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .icon-circle svg {
            width: 16px;
            height: 16px;
            fill: #0c39be;
        }

        .v-divider {
            width: 1px;
            height: 34px;
            background-color: #0038c7;
            margin: 0 16px;
        }

        .option-label {
            font-size: 16px;
            font-weight: 500;
            color: #3a4256;
        }

        /* ==========================================================================
           SECTION 2: WHY BOOK WITH US? (WITH SLICK CAROUSEL FEATURE)
           ========================================================================== */
        .why-book-section { 
                background: url(/resources/assets/events/gift-card/page/map-bg.svg?v1244) no-repeat center #ebf0fb;
                background-size: cover;
                padding: 100px 0;
                display: block;
                position: relative;
        }
        .why-book-section .whybook-banner {   
            position: absolute;
            right: 0;
            top: -22%;
            border-radius: 20px;
        }
        .slick-slide { margin-right: 7px; }

        .inner-white-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 10px 35px rgba(12, 57, 190, 0.03);
            position: relative;
            z-index: 1;
            overflow: hidden;
            width: 55%;
        }

        .inner-white-card .heading-text {
            font-size: 24px;
            margin-bottom: 22px;
        }

        .inner-white-card .description-text {
            font-size: 13px;
            margin-bottom: 25px;
            max-width: 100%;
        }

        /* Carousel Base Component Wrapper */
        .carousel-container-outer {
            position: relative;
            padding: 0 10px;
            z-index: 1; 
        }

        .carousel-viewframe {
            overflow: hidden;
            width: 100%;
        }

        .carousel-track {
            display: flex;
            gap: 12px;
            transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            will-change: transform;
        }

        .carousel-node {
            flex: 0 0 calc(33.333% - 8px); /* Displays 3 items dynamic allocation */
            background: #ffffff;
            border: 1px solid #f0f3f8;
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.015);
        }

        .node-icon-shell {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
        }

        .sh-blue { background-color: #ebf1ff; }
        .sh-orange { background-color: #fef3e6; }
        .sh-green { background-color: #ecf7ed; }

        .node-text { 
            font-weight: 500;
            color: #4b5266;
            line-height: 1.5; 
        }
       .why-book-section .slick-prev, .why-book-section .slick-next { width: 30px !important; height: 30px !important; }

       .why-book-section .slick-slide img {     
            display: inline;
            text-align: center;
            margin-bottom: 5px; }
        .why-book-section .carousel-viewframe { overflow: visible !important; }
        .node-text span {
            color: #de1e26;
            font-weight: 700;
        }

        /* Directional Control Toggles */
        .arrow-indicator {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 3px 6px rgba(0,0,0,0.08);
            z-index: 10;
            transition: all 0.2s ease;
        }
        
        .arrow-indicator:hover {
            background: #f8fafc;
            border-color: #cbd5e1;
        }

        .arrow-indicator svg {
            width: 12px;
            height: 12px;
            fill: #64748b;
        }
        
        .arrow-left { left: -14px; }
        .arrow-right { right: -14px; }

        /* Overlapping Right Cover Frame */
        .overlap-image-frame {
            position: absolute;
            right: 40px;
            width: 440px;
            height: 350px;
            border-radius: 20px;
            border: 4px solid #a3c1ff;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(12, 57, 190, 0.1);
            z-index: 2;
        }

        .overlap-image-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* ==========================================================================
           RESPONSIVE BREAKPOINTS
           ========================================================================== */
        @media (max-width: 1024px) { 
            .why-book-section {
                grid-template-columns: 1fr;
                padding: 30px 0;
                gap: 30px;
            }
            .overlap-image-frame {
                position: relative;
                right: 0;
                width: 100%;
                height: 300px;
            } 
            .carousel-node {
                flex: 0 0 calc(50% - 6px); /* Show 2 elements on tablets */
                text-align: center;
            }
        }

        @media (max-width: 600px) { 
            .why-book-section .slick-slide img { width: 50px; }
            .why-book-section .whybook-banner { border-radius: 10px;  }
            .carousel-node {
                flex: 0 0 100%; 
            }
            .v-divider { margin: 0 9px; height:25px; } 
        }


        
@media (max-width: 1023px) {
    .giftcard-captionnew .subhead-caption { display: none; }
     .use-reward-section .reward-section-content { 
       display: block;    
        align-items: center; 
    }
    .use-reward-section .reward-section-content .reward-image { width: 100%; height: auto;   }
    .why-book-section .whybook-banner {  
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto; 
    }
    .inner-white-card {
        width: 94%;
        margin-top: -20%;
        left: 3%;
        padding: 10px;
    }
    .carousel-container-outer {
        padding: 0 ;
    }
 }
 @media (max-width: 767px) {
    .section-title, .heading-text { font-size: 24px; text-align: center; }
    .heading-text::before {left: 50%; transform: translateX(-50%); }
    .steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .content-block { padding-left: 0; }
  .option-item { padding: 5px 10px; }
  .option-label { font-size: 14px; }
  .option-item img { width: 28px;  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .home-label-xs { display: block; }
  .home-label { display: none; }
 
.giftwrapper .banner-container  { background: url(/resources/assets/events/gift-card/page/giftreward-banner-xs.jpg?v1244) no-repeat ;  }  
}


/*Last Section*/
/* Scoped Parent Container */
.reward-redemption-section { 
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333333;
  overflow-x: hidden;
}
 

/* Section Title */
.reward-redemption-section .section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #0b1a30;
  position: relative;
}

.reward-redemption-section .section-title span {
  color: #0046c7;
}

/* Red underline detail below title */
.reward-redemption-section .section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background-color: #d92b2b;
  border-radius: 2px;
}

/* Timeline Wrapper & Track Line */
.reward-redemption-section .timeline-wrapper {
  position: relative;
  padding-top: 20px;
}

.reward-redemption-section .connecting-line {
  position: absolute;
  top: 32px;
  left: 3%;
  right: 3%;
  height: 2px;
  border-top: 2px dashed #cccccc;
  z-index: 1;
} 
.reward-redemption-section .airplane-icon {
     position: absolute;
    right: -30px;
    top: -14px;
    color: #888888;
    font-size: 14px;
    transform: rotate(270deg);
    background: #ffffff;
    padding: 0 4px;
    display: inline-block;
    line-height: 1;
    background: url(/resources/assets/new-listing/icons/plane.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Steps Grid System */
.reward-redemption-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* Individual Cards */
.reward-redemption-section .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Timeline Floating Numbers */
.reward-redemption-section .step-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  box-shadow: 0 0 0 6px #ffffff; /* masks the dashed line behind it */
}

/* Card Content Box */
.reward-redemption-section .card-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 10px 10px 10px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eef2f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Little speech bubble arrow at top of cards */
.reward-redemption-section .card-content::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #eef2f5;
  border-top: 1px solid #eef2f5;
}

/* SVG Icon Configurations */
.reward-redemption-section .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.reward-redemption-section .icon-circle svg {
  width: 28px;
  height: 28px;
}

/* Card Typography */
.reward-redemption-section .card-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin: 10px 0 12px 0;
  line-height: 1.3;
}

.reward-redemption-section .card-content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

/* Color Variations matching the source design precisely */

/* Step 1: Blue Theme */
.reward-redemption-section .step-1 .step-number { background-color: #e2ecff; color: #3b71f7; }
.reward-redemption-section .step-1 .card-content { border-color: #d2e1ff; }
.reward-redemption-section .step-1 .card-content::before { border-color: #d2e1ff; }
.reward-redemption-section .step-1 .icon-circle { background-color: #3b71f7; color: #ffffff; }

/* Step 2: Yellow/Gold Theme */
.reward-redemption-section .step-2 .step-number { background-color: #fef4e2; color: #f5a623; }
.reward-redemption-section .step-2 .card-content { border-color: #fcecd2; }
.reward-redemption-section .step-2 .card-content::before { border-color: #fcecd2; }
.reward-redemption-section .step-2 .icon-circle { background-color: #fef4e2; color: #e28e00; }

/* Step 3: Green Theme */
.reward-redemption-section .step-3 .step-number { background-color: #e2f7ed; color: #27ae60; }
.reward-redemption-section .step-3 .card-content { border-color: #cbeedd; }
.reward-redemption-section .step-3 .card-content::before { border-color: #cbeedd; }
.reward-redemption-section .step-3 .icon-circle { background-color: #e2f7ed; color: #219653; }

/* Step 4: Red/Pink Theme */
.reward-redemption-section .step-4 .step-number { background-color: #ffebee; color: #ff5252; }
.reward-redemption-section .step-4 .card-content { border-color: #ffd1d6; }
.reward-redemption-section .step-4 .card-content::before { border-color: #ffd1d6; }
.reward-redemption-section .step-4 .icon-circle { background-color: #ff5252; color: #ffffff; }


/* Responsive Adaptations */
@media (max-width: 992px) {
  .reward-redemption-section .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .reward-redemption-section  .card-content img { width: 60px; height: 60px; }
  .reward-redemption-section .connecting-line {
    display: none; /* Hide horizontal track line on tablet/mobile wraps */
  }
  .reward-redemption-section .step-number {
    box-shadow: none;
  }
  .reward-redemption-section {
    padding: 30px 0;
  }
  .reward-redemption-section .step-number {
    margin-bottom: 5px;
  }
  .reward-redemption-section .card-content h3 {
    font-size: 16px;
  }
  .reward-redemption-section .card-content p {
    font-size: 12px;
  }
} 

@media (max-width: 576px) { 
  #launcher { display: none !important; }  
  .reward-redemption-section .section-title {
    font-size: 22px;
  }
}