
/*Home Category Sections */
.gift-card-section-home {
    padding-bottom: 30px;
}

.CategoriesGrids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0 8px;
}
.CategoriesGrids .listing-header {
    margin: 0px 0 20px;
}
.listing-header h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 0;
    margin-bottom: 5px;
}

    .listing-header a {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #0098DA !important;
    }

.CategoriesGrids .categoryCol {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 30px 35px;
}

.CategoriesGrids .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    column-gap: 30px;
}

.cards-grid .card-box .card-box-image {
    border-radius: 8px;
    overflow: hidden;
}

    .cards-grid .card-box .card-box-image img {
        width: 100%;
    }

.cards-grid .card-box .card-box-title {
    font-size: 14px !important;
    color: #252525 !important;
    font-weight: 500 !important;
    margin: 10px 0 0;
}
/*breadcrumbBar*/
.breadcrumbBar {
    /* background: #E7F4FB;*/
    padding: 22px 0;
    margin-top: 40px;
}

.breadcrumbLinks a, .breadcrumbLinks span {
    font-size: 16px;
    font-weight: 500;
}

.securePayment p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.securePayment p img{
    width:30px;
}
/*giftcard index page*/
.giftcardWrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    padding: 35px 0 80px;
}

.giftcardCategories {
    height: fit-content;
    position: sticky;
    top: 115px;
}

    .giftcardCategories h3 {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #000 !important;
        margin-bottom: 18px;
    }

    .giftcardCategories ul {
        list-style: none;
        padding: 0;
    }

        .giftcardCategories ul li {
            margin-bottom: 8px;
        }

            .giftcardCategories ul li a {
                color: #000000;
                font-size: 16px;
                font-weight: 500;
            }

            .giftcardCategories ul li.active a {
                color: #0098DA
            }

.giftCardCountryDropdown {
    width: 450px;
    margin: 0 0 30px;
}

.giftCardCountryDropdown .select2-container--default .select2-selection--single {
    height: 56px;
}

.giftCardCountryDropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    font-size:18px;
}

.homeCountryDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 24px;
}

.homeCountryDropdown .select2-selection__rendered .homepageCountryIcons {
    top: 2px;
}

.allCategories, .singleCategoryList {
    display: none
}

.allCategories.active, .singleCategoryList.active {
    display: block
}

.allCategories .cards-grid, .singleCategoryList .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.borderedGiftCards .card-box a {
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    padding: 10px;
    display:block;
    background:#fff;
    height:100%;
}
.borderedGiftCards .card-box a:hover{
    border-color:#0098DA;
}
.borderedGiftCards .cards-grid .card-box .card-box-title {
    text-align: center;
    margin: 15px 0 6px !important;
    font-size: 16px !important;
}
.highQualityCalls {
    text-align: center;
    background: #F7F8FA;
    padding:180px 0 50px; 
}
.highQualityCalls h3 {
    font-size: 16px;
    color: #305CDE;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.highQualityCalls h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.highQualityCalls p {
    font-size: 20px;
    line-height: 34px;
    color: #252525;
    margin-bottom: 25px;
    margin-bottom:60px;
}
.highQualityCalls .circleSection p{
    color:#000000;
    font-size:18px;
    max-width:362px;
    margin-bottom:25px;
}
.highQualityCalls .circleSection h4{
    color:#000000;
    font-size:24px;
}
.highQualityCalls .circleNetwork2 img{
    width:140px;
    margin-bottom:15px;
}

.highQualityCalls .featureSlider .swiper-slide {
    position: relative;
}
.highQualityCalls .featureSlider .swiper-slide .arrowLine{
    position:absolute;
    top: 85px;
    right: -126px;
}
.highQualityCalls .featureSlider .swiper-slide .arrowLine2{
    position:absolute;
    top: 5px;
    right: -126px;
}
.giftCardsMineBanner{
    margin-bottom:-140px;
    position:relative;
    z-index:1
}
.giftCardsReviewSlider .swiper-slide {
    background: #E7F4FB;
    padding:30px;
    border-radius:20px;
}
.giftCardsReview h2{
    font-size:28px !important;
}
.giftCardDetailWrapper{
    padding:0;
}
.giftCardsAboutSection{
    margin-bottom:50px;
}
.giftCardDetailWrapper .listing-header h2 {
    font-size: 30px !important;
}
.faqSection.giftCardsFqa h2{
    margin-top:20px;
}
.giftCardDetailWrapper .listing-header p {
    font-size: 16px !important;
    color: #545454
}
.giftCardDetail {
    background: #E7F4FB;
    padding: 40px 60px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.giftCardDetailInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-bottom:15px;
}
.giftDetailPagedeliveryFeaturesOuter {
    border-radius: 70px;
    padding: 30px ;
    box-shadow: 0 0 0;
}
.displayGiftCards {
    background: #001A6E;
    border-radius: 20px;
    padding: 35px 40px;
    color: white;
}
.displayGiftCards .displayGiftCardslogo{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:30px;
}
.displayGiftCards .displayGiftCardslogo img{
    width:150px;
}
.displayGiftCards .displayGiftCardslogo h2{
    font-size:48px !important;
    font-weight:500 !important
}
.displayGiftCards .displayGiftCardslogo h3{
    font-size:28px !important;
    font-weight:500 !important
}
.displayGiftCards .displayGiftCardslogo p{
    font-size:16px !important;
    font-weight:500 !important
}
.cardsRewardPoints {
    font-size: 40px !important;
    font-weight: 600 !important;
    padding-top:10px;
}
.cardsRewardPoints i{
    font-size:34px;
    margin-right:10px;
}
.formLabel {
    font-size: 20px;
    color: #000000 !important;
    font-weight:600 !important;
    margin-bottom:8px !important;
}
.gcp-selection-group {
    margin-bottom: 20px;
}
.highQualityCallsCardsDetailPage {
    padding-top: 60px;
    margin-top: 70px;
    background: #E7F4FB;
    padding-bottom:10px;
}
.highQualityCallsCardsDetailPage p{
    margin-bottom:25px;
}
.popular-gift-card .card-box{
    margin:10px 0;
}
.popular-gift-card .card-box .card-box-image {
    border-radius: 8px;
    overflow: hidden;
}

.popular-gift-card .card-box .card-box-image img {
    width: 100%;
}

.popular-gift-card .card-box .card-box-title {
    font-size: 14px !important;
    color: #252525 !important;
    font-weight: 500 !important;
    margin: 10px 0 0;
}
.popular-gift-card{
    margin-bottom:20px;
}
.gcp-selection-group .thaThresholdFields .form-control {
    background-color: #fff;
    background-position: 95% center;
}
#giftCardModal .thaThresholdFields .form-control, #giftCardEmailUpdateModal .thaThresholdFields .form-control {
    background: #fff;
    margin-top: 15px;
}
#giftCardEmailUpdateModal .thaThresholdFields .form-control{
    margin-bottom:15px;
}
.giftCardsEmailNote{
    display:flex;
    gap:10px;
    margin-top:20px;
}
.giftCardsEmailNote svg{
    flex-basis:25px;
    position:relative;
    top:3px;
}
.giftCardsEmailNote p{
    flex-basis:calc(100% - 35px);
    color:#545454;
    font-size:14px;
}

.gcp-promotion-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FFC107;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.gcp-amount-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gcp-amount-option {
    padding: 16px 4px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    background: white;
    font-weight:500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #545454;
}

.gcp-amount-option:hover,
.gcp-amount-option.selected {
    border-color:#2095D2;
    color: #2095D2;
}



/* Product Selection */


.gcp-badge-number {
    background: #FFC107;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}


.gcp-promotion-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FFC107;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.gcp-amount-option.hot {
    border-color: #FF4081;
    color: #FF4081;
}

.gcp-buy-button {
    border-radius: 6px;
    background: #EBF304;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    outline: none !important;
    color: #000;
}


/* Features Section */
.gcp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.gcp-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gcp-feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.gcp-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gcp-feature-text h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px;
}

.gcp-feature-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.gcp-no-product {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 12px;
    margin: 20px 0;
}

.gcp-no-product h2 {
    color: #333;
    margin-bottom: 10px;
}

.gcp-no-product p {
    color: #666;
}

.btnViewAllBtn {
    padding: 18px 28px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    background: #0098DA !important;
    color: #fff !important;
    width: 100%;
    margin-bottom: 20px;
    display:none
}
.btnViewAllBtn i{
    margin-left:10px;
}
.giftCardCountryDropdown p {
    font-size: 18px;
    font-weight: 600;
}
.detailPopularCardsSlider.swiper-container .card-box .card-box-title {
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-gift-card{
    position:relative
}
.popular-gift-card .swiper-button-next, .popular-gift-card .swiper-button-prev {
    position:absolute;
    top:38%;
}
.popular-gift-card .swiper-button-next::after, .popular-gift-card .swiper-button-prev:after {
    font-size:28px !important;
}
.popular-gift-card .swiper-button-prev {
    left: -35px;
}
.popular-gift-card .swiper-button-next {
    right: -35px;
 }
/*Responsiveness*/
@media screen and (max-width: 1400px) {
    .popular-gift-card .swiper-button-prev {
        left: -25px;
    }

    .popular-gift-card .swiper-button-next {
        right: -25px;
    }
}
@media screen and (max-width: 1365px) {
    .popular-gift-card .swiper-button-next, .popular-gift-card .swiper-button-prev {
        display:none;
    }
}
    @media screen and (max-width: 1199px) {
        .CategoriesGrids .categoryCol {
            padding: 25px 20px;
        }

        .CategoriesGrids .cards-grid {
            row-gap: 20px;
            column-gap: 15px;
        }

        .giftCardDetail {
            padding: 20px;
        }

        .giftCardDetailInner {
            gap: 30px;
        }
    }

    @media screen and (max-width: 1023px) {
        .highQualityCalls p {
            line-height: 24px;
        }

        .highQualityCalls .featureSlider .swiper-slide .arrowLine2 {
            display: none;
        }

        .highQualityCalls .featureSlider .swiper-slide .arrowLine {
            display: none;
        }

        .giftcardWrapper {
            display: block;
        }

        .giftCardPageCrumBar {
            display: none;
        }

        .giftcardCategories h3 {
            display: none;
        }

        .giftcardCategories {
            background: #E7F4FB;
            padding: 20px;
            margin: 52px -15px 0 -15px;
            top: 75px;
            z-index: 999;
        }

        .mobile-categories-select {
            width: 100%;
            border: 0;
            background: #E7F4FB;
            font-size: 20px;
            font-weight: 600;
        }

        .giftCardCountryDropdown {
            width: 100%;
        }

            .giftCardCountryDropdown p {
                margin-top: 25px;
            }

            .giftCardCountryDropdown .select2-container--default .select2-selection--single {
                border: 1px solid #ccc;
            }
    }

    @media screen and (max-width: 991px) {
        .CategoriesGrids {
            display: block;
        }

        .giftcardCategories {
            margin-top: 40px;
        }

        .giftCardsFqa {
            padding-bottom: 170px;
        }

        .giftCardDetail {
            padding: 0;
            background: #fff;
        }

        .giftCardDetailInner {
            display: block;
        }

        .giftCardDetailWrapper .listing-header {
            margin-top: 30px;
            display: block;
        }

            .giftCardDetailWrapper .listing-header h2 {
                text-align: center;
                font-size: 18px !important;
                font-weight: 600 !important;
                margin-bottom: 10px;
            }

            .giftCardDetailWrapper .listing-header p {
                display: none;
            }

        .displayGiftCards {
            position: relative;
            bottom: -35px;
            padding: 15px;
        }

        .gcp-details {
            padding: 10px 15px 0 15px;
            background: #E7F4FB;
            border-radius: 12px;
            margin-top: -45px;
            margin-bottom: 60px;
        }

        .giftDetailPagedeliveryFeaturesOuter {
            padding: 0;
        }

        .giftCardDetailWrapper {
            padding-bottom: 0;
        }

        .giftCardsAboutSection {
            margin-top: -15px;
            margin-bottom: 35px;
        }

        .giftDetailPagedeliveryFeaturesOuter .swiper-container {
            padding-bottom: 0 !important;
        }

        .displayGiftCards .displayGiftCardslogo h2 {
            font-size: 34px !important;
            margin: 0 !important;
        }

        .displayGiftCards .displayGiftCardslogo img {
            width: 120px;
        }

        .displayGiftCards .displayGiftCardslogo {
            align-items: center;
        }

        .gcp-card-name {
            font-size: 18px;
            font-weight: 500 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .highQualityCalls h2, .giftCardsReview h2 {
            font-size: 20px !important;
            font-weight: 700 !important;
        }

        ..giftCardsReview p br {
            display: none !important;
        }

        .highQualityCalls p {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 35px;
        }

        .highQualityCalls .circleSection h4 {
            font-size: 20px;
        }

        .highQualityCalls .circleSection p {
            font-size: 16px;
        }

        .CategoriesGrids .categoryCol {
            padding: 0;
            background: #fff;
        }

        .highQualityCallsCardsDetailPage {
            padding-top: 40px;
            margin-top: 40px;
            padding-bottom: 30px;
        }

        .popular-gift-card {
            margin: 0 -15px 0 0;
        }

            .popular-gift-card .swiper-container, .detailPopularCardsSlider.swiper-container {
                padding-right: 30px;
                margin-left: -15px;
                padding-left: 15px;
            }

                .popular-gift-card .swiper-wrapper .swiper-slide, .detailPopularCardsSlider.swiper-container .swiper-wrapper .swiper-slide {
                    padding-right: 15px;
                }

        .cardsOuterScroll {
            overflow: hidden;
            overflow-x: scroll;
            margin: 0 -15px 0 -15px;
            padding: 0 15px 0 15px;
        }

        .allCategories .cardsOuterScroll {
            margin-bottom: -15px;
            padding-bottom: 15px;
        }

        .CategoriesGrids .cards-grid, .allCategories .cards-grid {
            display: grid;
            grid-template-columns: 48% 48% 48% 48%;
            gap: 0;
        }

            .CategoriesGrids .cards-grid .card-box, .allCategories .cards-grid .card-box {
                padding: 0 15px 0 0;
            }

                .CategoriesGrids .cards-grid .card-box a h3 {
                    white-space: break-spaces;
                }

        .topupRatesContent .tab-pane#nav-gift-cards {
            padding: 30px 0px 10px
        }

        .CategoriesGrids .listing-header {
            margin: 0px 0 6px;
        }

        .btnViewAllBtn {
            display: block;
        }

        .singleCategoryList .cards-grid {
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .giftcardWrapper {
            padding-top: 0;
            padding-bottom: 35px;
        }

        .giftcardCategories {
            margin-top: 0;
            top: 70px;
        }

        .giftCardsReview {
            padding-bottom: 10px;
            padding-top: 40px
        }

        .giftCardsFqa {
            padding-bottom: 40px;
        }

        .securePayment {
            display: none;
        }


        .giftCardsAboutSection {
            margin-top: 65px;
            margin-bottom: 18px;
        }

        .giftCardDetailInner {
            padding-bottom: 30px;
        }

        .gcp-amount-grid {
            display: block;
            white-space: nowrap;
        }

        .gcp-amount-option {
            width: 85px;
            display: inline-block;
            margin-right: 10px;
        }

        .giftCardDetailInner .gcp-selection-group .cardsOuterScroll {
            padding-bottom: 10px;
        }
        .borderedGiftCards .cards-grid .card-box .card-box-title {
            font-size: 14px !important;
        }
    }
