/* Sample Section CSS - Consolidated from buy-essay.css and argumentative-essay.css */

/* Sample Section  */
.sample-section{
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.sample-content{
    max-width: 972px;
    width: 100%;
    margin: 0 auto;
}
.sample-content h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 44.27px;
    text-align: center;
    color: #161616;
    margin-bottom: 15px;
}
.sample-content .sample-para1 p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    color: #575E62;
}
.sample-content .sample-para1 span{
    font-weight: 700;
}
.sample-wrapper{
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
}
.siteSampleSwiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.sample-swipper{
    width: 100%;
    padding: 63px 0 40px!important;
}
.sample-cards{
    max-width: 348px;
    width: 100%;
    border: 1px solid #DFEFFC;
    box-shadow: 0px 4px 25px 0px #DBE5ED;
    padding: 25px 20px;
    border-radius: 8px;
    background: white;
}
.card-header{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEC
}
.card-header::before{
    content: '';
    position: relative;
    background-image: url(../../../images/pdf-icon.svg);
    width: 32px;
    height: 42px;
    left: 0;
    display: inline-block;
}
.card-header p{
    padding: 0px 0 0px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.77px;
    text-align: left;
    color: #01305C;
    max-width: 276px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-transform: capitalize;
}

.card-pdfInfo{
    margin: 20px 0 0;
}
.card-pdfInfo p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.card-pdfInfo p:last-child{
    margin-bottom: 0;
}
.pdf-sub{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.97px;
    text-align: left;
    color: #575E62;
}
.pdf-page{
    font-size: 15px;
    font-weight: 500;
    line-height: 20.24px;
    color: #575E62;
}
.card-btns{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}
.view-pdf{
    display: inline-block;
    max-width: max-content;
    width: 100%;
    padding: 8px 19px;
    border: 1px solid #233F8C;
    border-radius: 100px;
    background: white;
}
.view-pdf span{
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #233F8C;

}
.view-pdf:hover, .view-pdf:hover span{
    border-color: #233f8c;
    color: white;
    background: #233f8c;
}

.order-pdf{
    max-width: 117px;
    width: 100%;
    padding: 9px 20px;
    border-radius: 100px;
    background: #233F8C;

}
.order-pdf:hover{
    background: #3356B6;
}
.order-pdf span{
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: white;

}
.sample-wrapper .swiper-button-next-sample, .sample-wrapper .swiper-button-prev-sample {
    width: 51px;
    height: 51px; 
    border-radius: 100%;
    transition: all ease 0.1s;
    bottom: -25%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.sample-wrapper .swiper-button-next-sample{
    right: 34%;
}
.sample-wrapper .swiper-button-prev-sample{
    left: 34%;
}

.sample-wrapper .swiper-button-next-sample::after{
    content: '';
    position: absolute;
    background-image: url(../../../images/next-arrow.svg);
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sample-wrapper .swiper-button-prev-sample::after{
    content: '';
    position: absolute;
    background-image: url(../../../images/prev-arrow.svg);
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sample-wrapper .swiper-button-next-sample:hover, .sample-wrapper .swiper-button-prev-sample:hover {
    background-color: #F3F7FE;
}
 .swiper-pagination-sample .swiper-pagination-bullet-active {
    background: #233F8C !important;
    width: 17px;
    height: 17px;
    position: relative;
    top: 5px;
}
.swiper-pagination-sample .swiper-pagination-bullet {
    background: #E4EEFF;
    opacity: unset;
}
 .swiper-button-next-sample.swiper-button-disabled, .swiper-button-prev-sample.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination-sample{
    position: absolute !important;
    text-align: center !important;
    transition: 0.3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    bottom: -45px !important;
    z-index: 1 !important;
}
.sample-btn{
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 25px;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.sample-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation-sample;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes pulse-animation-sample {
    0% {
      box-shadow: 0 0 0 0px #233f8c;
    }
  
    100% {
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }

.sample-btmTxt p{
    color: #6f6f6f;
    font-size: 15px;
    max-width: 745px;
    width: 100%;
    margin: 60px auto 0;
    font-weight: 450;
    line-height: 150%;
    text-align: center;
}
.sample-btmTxt a{
    color: #233F8C;
    text-decoration: underline;
}
.sample-btmTxt a:hover{
    text-decoration: none;
}
/* /Sample Section  */

/* Responsive Styles */
@media (max-width: 768px) {
    .sample-wrapper .swiper-button-next-sample, .sample-wrapper .swiper-button-prev-sample{
        display: none;
    }
    .sample-wrapper{
        flex-direction: column;
    }
    .sample-section {
        padding: 60px 0 84px;
    }
    .sample-cards {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }
    .sample-content .sample-para1 p{
    font-size: 14px;
}
.sample-content h2 {
    font-size: 24px;
}
}
