/* your styles go here */
@media (max-width: 768px) { 
  .pt-0.pt-md-5.d-flex.justify-content-center h2 { /* target the specific h2 */
    text-align: center; /* center the text within the h2 */
  }
}

.custom-card.first {
    transform: rotate(355deg);
}
.custom-card {
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.custom-card.second {
    transform: rotate(5deg);
}
.custom-card.third {
    transform: rotate(355deg);
}

.custom-card.fourth {
    transform: rotate(5deg);
}
.custom-card img {
    position: absolute;
    top: -32px;
    width: 65px;
}

.custom-card.third .header {
    background-color: #cad5fd;
}

.custom-card.second .header {
    background-color: #c8fdcd;
}

.custom-card.first .header {
    background-color: #ffbcab;
}

.custom-card.fourth .header {
    background-color: #fdf1c8;
}

.custom-card .header {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.custom-card .body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.working-modal {
    background-image: url(https://toolsfobia.com/slideshare-downloader/images/banner-21.svg);
    background-color: #f8fafc;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 0;
    padding-bottom: 60px;
}

.content h2 span, span.span-block {
    color: #4aabff;
    overflow-wrap: break-word;
}



section.hero-home::before {
   
    background-image: url(https://toolsfobia.com/slideshare-downloader/images/banner-1.jpg) !important;
    
}

@media screen and (max-width: 768px) {
    .sm-mt-50 {
        margin-top: 65px;
    }
}

section a{
    color: #4aabff !important;
}

section a:hover{
    text-decoration: underline !important;
}

.question-header i:after, .question-header i:before {
    
    background-color: #4aabff;
   
}

.GPT-Section {
    background-image: url(https://toolsfobia.com/slideshare-downloader/images/banner-22.webp);
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: -100px;
}
.GPT-Section p {
    font-weight: 500;
    font-size: 16px;
}

footer h4{
     
    font-size: 1rem !important;
    color: #206bc4 !important;
}

.btn-success {
    background: linear-gradient(to right, #6799f2, #2aced8);
    color:white;
}

.ai_step {
    min-width: 112px;
    height: 41px;
    background-color: #4aabff;
    border-radius: 8px;
    font-size: 29px;
    font-weight: 700;
}

.text-white {
    color: #fff !important;
}

.new_content_box {
    min-height: 300px;
    border-radius: 16px;
    border: 1px solid #dce7e3;
    background-repeat: no-repeat;
    background-position: top right;
}

#how-to-download{
        background: linear-gradient(to left, #ffe1f03d, #ffeef36b, #4dcbdc1c);
}