:root{
    --primry-color: #890c25;
    --font-color:#010035;
    --secondary-color:#fec743;
}

.btn-call-pulse-border {
    bottom: 25px;
    right: 20px;
    animation-play-state: paused;
}

.btn-call-pulse {
    background: rgb(137, 12, 37);
    color: var(--white-color);
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 3;
}

.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #890c25;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border{
    0% {
    padding: 25px;
    opacity: 0.75;
}
75% {
    padding: 50px;
    opacity: 0;
}
100% {
    opacity: 0;
}
}

.btn-whatsapp-pulse-border
 {
    bottom: 25px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: var(--white-color);
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 3;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.program-container{
    padding: 50px 0;
    /* background-color: aqua; */
    /* background: linear-gradient(145deg,rgba(4, 2, 56, 0.81) 0%, rgba(115, 78, 237, 0.69) 32%, rgba(215, 167, 247, 0.73) 70%, rgba(8, 3, 136, 0.81)  100%); */
    /* background: linear-gradient(145deg,#edcbd3  0%, #f8ebed 50% , #e6b4c0 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* min-height: 100vh; */
    position: relative;
    z-index: 1;
}

.program-img{
    position: absolute;
    height: 130px;
    left: 0;
    bottom: 40px;
    animation: spinning 10s ease infinite;
    z-index: -1;
}

.program-container h2{
    /* color: rgb(102, 101, 101); */
    z-index: 1;
}

.Program-badge{
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: -1;
    top:-170%;
}

.Program-badge img{
    width: 42%;
  height: 220px;
  position: absolute;
  right: 179px;
  top: -18px;
}

/* @keyframes spinning{
    100%{
        transform: rotate3D(1,1,1,360deg);
    }
} */

.program-img2{
    position: absolute;
    height: 130px;
    left: 1%;
    top: 20px;
    z-index: -1;
}

.program-img3{
    position: absolute;
    height: 130px;
    left: 43%;
    bottom: 150px;
    z-index: -1;
}

.program-img4{
    position: absolute;
    height: 130px;
    right: 0%;
    bottom: 40px;
    z-index: -1;
}

.program-cards{
   
    /* gap:10px; */
}

.our-courses{
    border-radius: 40px;
    background-color: white;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid rgb(206, 205, 205);
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.our-courses i{
    color: var(--primry-color);
}

.Program-card-item{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    padding: 0 !important;
    margin-bottom: 10px;
}

.program-cards .courseglr{
   
}

.Program-card-item:hover .inner-button {
    display: block;
   
}

.Program-card-item:hover{
    background-color: white;
}


.Program-item-top{
    /* height: 250px; */
    /* height: 100%; */
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.5s ease-out;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    aspect-ratio: 1/1;
    
}


.Program-item-top::after{
    content: "";
    position: absolute;
    width: 100%;
    top:0;
    height:0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: all 0.3s ease-out;
    border-radius: 5px;
}

.Program-card-item:hover .Program-item-top::after{
    height: 100%;
}

.Program-item-top img{
    position: absolute;
    /* object-fit: ; */
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
}

.Program-card-item:hover .Program-item-top img{
    transform: scale(1.1);
}
.Program-item-top .inner-button{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
    border: none;
    outline: none;
    border-radius: 50%;
    z-index: 2;
    display: none;
    
}

.Program-item-top .inner-button i{
    transform: rotate(-45deg);
}

.Program-item-top .inner-button:hover{
    color: rgb(33, 33, 238);
}

.Program-item-bottom{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 250px;
    padding: 20px 0px;
    padding-bottom: 40px;
    align-items: center;
    text-align: center;

}

.Program-item-bottom .item-text{
    padding: 0 20px;
}

.Program-item-bottom .item-text a{
    text-decoration: none;
    color: black;
}

.Program-item-bottom .item-text p{
    font-size: 14px;
}

.Program-item-bottom .item-text a:hover{
    color: var(--primry-color);
}

.Program-item-bottom .item-button button{
    border: 1px solid black;
    box-shadow: 4px 4px 0px #333;
    outline: none;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--secondary-color);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    color: black;
}

.Program-item-bottom .item-button button::after{
    content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  transition: all .5s;
  height: 100%;
  width: 0;
  background-color: var(--primry-color);
 
}



.Program-item-bottom .item-button button:hover {
  color:white
}

.Program-item-bottom .item-button button:hover::after{
    width: 100%;
  }

  .program-container .view-more button{
    padding: 15px 25px;
    border: none;
    outline: none;
    /* position: absolute */
    background-color: var(--secondary-color);
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-transform: capitalize; */
  }

.program-container .view-more button::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: var(--primry-color);
    transition: all 0.3s linear;
    left: 0;
}

.program-container .view-more button:hover::after{
    width: 100%;
}


.hidden-btn{
    display: none;
}

.Program-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding: 10px 15px;
    /* border: 1px solid rgb(180, 178, 178); */
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 12px;
    background: linear-gradient(90deg,var(--font-color), var(--primry-color),var(--font-color));
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.Program-i i{
    color: var(--secondary-color);
}


/* --------------------------------------  FAQ Section ---------------------------------------- */

.FAQ-container{
    padding: 50px;
    /* height: 500px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap:40px;
    flex-direction: column;
    /* text-align: center; */
    background-color: var(--font-color);
    /* min-height: 100vh; */
    overflow: hidden;
    
}

.FAQ-Heading h1{
    color: white;
}

.FAQ-warper{
    width: 80%;
  
    position: relative;
}

.FAQ-Items{
    /* position: absolute; */
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s linear;
}

.FAQ-item{
    width: 100%;
    background-color: white;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid rgba(148, 147, 147, 0.644);
    background-color: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
    cursor: pointer;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s linear;

}

.FAQ-item:hover{
    background-color: rgba(255, 255, 255, 0.15);
}
.bulb-img{
    width: 50px;
}

.FAQ-text{
    justify-content: space-between;
    color: white;
    align-items: center;
    
}

.FAQ-text h5{
    font-size: 16px;
    display: flex;
    align-items: center;
}

.FAQ-text .FAQ-icon{
    padding: 10px 12px;
    background-color: var(--font-color);
    border-radius: 5px;
}

.FAQ-text .FAQ-icon i{
    transform: rotate(0);
    transition: all 0.5s ease;
}

.FQA-drop-text{
    /* padding: 30px 10px 10px 10px; */
    /* padding-top: 10px; */
    color: white;
    text-align: start;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    
}

.FAQ-item.active .FQA-drop-text{
    max-height: 200px;

    padding: 10px 60px;
}

.FAQ-warper .FAQ-img{
    position: absolute;
    left: -5%;
    top:-10%;
    height: 200px;
}

.FAQ-warper .FAQ-img2{
    position: absolute;
    left: 50%;
    top:10%;
    height: 500px;
}

.FAQ-warper .FAQ-img3{
    position: absolute;
    left: 50%;
    top:10%;
    height: 50;
    filter: blur(100px);
}

.FAQ-item.active .FAQ-text .FAQ-icon i{
    transform: rotate(180deg);
    color:var(--secondary-color)
}

/* ------------------------- Process Section -------------------------------------- */
.Process-warper{
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.Process-heading-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Process-heading-section h1{
    color: var(--font-color);
    font-weight: bold;
}

.Process-heading-section .text-span{
    display: block;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primry-color);
}

.Process-bottom-section{
    padding: 50px 0;
}

.Step-1{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;

}

.Step-1 .Step-1-top h1{
    font-size: 130px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke:2px black;
}

.Step-1 .Step-1-top h3{
    font-weight: bold;
    color: var(--primry-color);
}

.line-1{
    position: absolute;
    /* height: 2px; */
    /* width: 130px; */
    /* background-color: black; */
    top:185px;
    left:28%;
}
.line-2{
    position: absolute;
    /* height: 2px; */
    /* width: 130px; */
    /* background-color: black; */
    top:185px;
    left:60%;
}


/* --------------------------  program section ends------------------------------------- */

/* -------------------------------- bridge section starts -------------------------------------- */
.bridge-section-container{
    
}

.bridge-warper{
    background-image: url("../img/bridgebaner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 80vh; */
}

.bridge-warper-outer-container{
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(4 ,12 ,87,78%);
    backdrop-filter: blur(1px);
    backdrop-filter: grayscale(2px);
    align-items: center;
    
}

.bridge-warper-container{
    width: 70%;
    /* padding: 100px 50px; */
    display: flex;
    flex-direction: column;
    gap:30px;
    padding: 70px 0;
}

.bridge-warper-container .bridge-text{
    color: white;
}

.bridge-warper-container .bridge-text h1{
    font-weight: bold;
    /* font-size: ; */
    text-align: justify;
    
}

.bridge-warper-container .bridge-text p{
   
    text-align: justify;
    padding: 0 20px 0 0px;
}

.text-number-item h1{
    font-weight: bold;
    color: var(--secondary-color);
    
}

.text-number-item p{
    color:white; 
    
    }

.bridge-text-numbers{
    text-align: justify;
}

.bridge-text-numbers p{
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}
/* ------------------------------ Bridge Section ends ----------------------------------------- */

/* ---------------------------- About Section Starts ---------------------------------------- */
.About-Warper{
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.About-Warper .About-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding: 10px 15px;
    /* border: 1px solid rgb(180, 178, 178); */
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 12px;
    background: linear-gradient(90deg,var(--font-color), var(--primry-color),var(--font-color));
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.About-card {
    display: flex;
    flex:1;
    flex-grow: 1;
    gap:15px;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid rgba(184, 182, 182, 0.808);
    padding: 12px 20px;
    border-radius: 5px;
    height: 100%;
}

.About-card-img{
   aspect-ratio: 1/1;
   width: 70px;
   height: 70px;
}

.About-card-img img{
   width: 100%;
   height:100%;
   object-fit: cover;
}

.About-card-desc p{
    font-weight: bold;
    font-size: 14px;
    
}

.About-second-section{
    display: flex;
    gap:10px;
    flex-direction: column;
}

.About-buttons{
    display: flex;
    gap:20px;
    width: 75%;
    align-items: center;
    justify-content: center;
}

.Learn-button{
    width: 100%;
}

.Learn-button button{
    border: none;
    outline: none;
    padding: 15px 30px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color:var(--primry-color);
    font-weight: bold;
    border-radius: 110px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border:1px solid var(--primry-color) */
    /* transition:  border 0.3s linear; */
}
.Learn-button button:hover{
    border:none;
    /* transition-delay: 0.3s; */
}
.Learn-button button::before{
    content: "";
    position: absolute;
    /* width: 100%; */
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    width: 0;
    transition: all 0.4s cubic-bezier(.42,0,.58,1);
    left: 0;
    
}
.Learn-button button:hover::before{
    width: 100%;
}

.Learn-button a{
    border: none;
    outline: none;
    padding: 15px 30px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color:var(--primry-color);
    font-weight: bold;
    border-radius: 110px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border:1px solid var(--primry-color) */
    /* transition:  border 0.3s linear; */
}
.Learn-button a:hover{
    border:none;
    /* transition-delay: 0.3s; */
}
.Learn-button a::before{
    content: "";
    position: absolute;
    /* width: 100%; */
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    width: 0;
    transition: all 0.4s cubic-bezier(.42,0,.58,1);
    left: 0;
    
}
.Learn-button a:hover::before{
    width: 100%;
}
.Learn-button-arrow{
    padding: 15px 14px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    position: absolute;
    right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    
}

.Learn-button-arrow .first-icon{
    transition: all 0.4s cubic-bezier(.42,0,.58,1);
}

.Learn-button-arrow .second-icon{
    position:absolute;
    left: -24px;
    transition: all 0.4s cubic-bezier(.42,0,.58,1);
    transition-delay: 0.1s;
}


.Learn-button button:hover .Learn-button-arrow .first-icon{
    transform: translateX(200%);
}
.Learn-button button:hover .Learn-button-arrow .second-icon{
    transform: translateX(190%);
}


.Learn-button button:hover .Learn-button-arrow{
    background-color: white;
    transition-delay: 0.4s;
}

.Learn-button a:hover .Learn-button-arrow .first-icon{
    transform: translateX(200%);
}
.Learn-button a:hover .Learn-button-arrow .second-icon{
    transform: translateX(190%);
}


.Learn-button a:hover .Learn-button-arrow{
    background-color: white;
    transition-delay: 0.4s;
}

.About-buttons .About-contact-button {
    width: 100%;
    
}

.About-buttons .About-contact-button p{
    color: white;
}

.About-buttons .About-contact-button h5{
    color: white;
    font-weight: bold;
}

.About-buttons .About-contact-button button{
    display: flex;
    gap:20px;
    outline: none;
    border: none;
    padding: 15px 30px;
    justify-content: end;
    align-items: center;
    background-color: var(--primry-color);
    width: 100%;
    border:1px solid white;
    border-radius: 110px;
    position: relative;
    transition: all 0.3s ease;

}

.About-buttons .About-contact-button button:hover{
    background-color: var(--font-color);
}
    
.About-i i{
  color: var(--secondary-color);
}


.movebale-card{
    padding: 10px;
    background-color: var(--secondary-color);
    height: 160px;
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    bottom: 200px;
    right: 40px;
    animation: moveupdown 3s linear infinite;
}

@keyframes moveupdown{
    0%{
        bottom: 200px;
    }
    50%{
        bottom:150px;
    }
    100%{
        bottom: 200px;
    }
}

.About-contact-button-icon{
    padding: 10px;
    border: 3px solid var(--primry-color);
    border-radius: 50%;
    font-size: 12px;
    background-color: white;
    position: absolute;
    left: 5px;
}

.About-contact-button-icon i{
    font-size: 19px;
    color: var(--primry-color);
}

.Heading h1 {
    position: relative;
    z-index: 1;
    color: var(--font-color);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.35;   
}

.Heading h1 img{
    position: absolute;
    width: 100%;
    height: 200px;
    top: -65px;
    /* left: -60px; */
    z-index: -1;
}

.About-first-section{
    /* aspect-ratio: 1/1; */
    /* width: 100%; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.About-first-section img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.About-desc p{
    text-align: justify;
}

/* ---------------------------- About Section Ends------------------------------------------- */
@media(max-width:1440px)
{
    .About-buttons{
        width: 90%;
    }
}

@media(max-width:1306px)
{
    .About-buttons{
        width: 100%;
    }
}

@media(max-width:1200px)
{
    .About-Warper{
        padding: 50px ;
    }

    .About-buttons{
        width: 100%;
        /* padding: 0 10px; */
    }

  .Learn-button button{
    /* justify-content: start; */
    /* width: 100%; */
    padding: 15px 20px ;
  }

    .Learn-button a{
    /* justify-content: start; */
    /* width: 100%; */
    padding: 15px 20px ;
  }
  .About-buttons .About-contact-button button{
    /* justify-content: end; */
    /* width: 100%; */
    padding: 15px 15px;
  }

  .line-1{
    left: 24%;
  }
  .line-2{
    left: 56%;
  }
}

@media(max-width:992px)
{
    .FAQ-container{
        padding: 50px 0px;
    }

    .Step-1 .Step-1-top h1{
    font-size: 100px;
    
    }
    .line-1{
   
        width: 80%;
        top:160px;
        
    }
    .line-2{

        /* width: 70px; */
        top:160px;
        /* left: 59%; */
        
    }

    .Process-warper{
        padding: 50px 30px;
    }
    
    .Step-1{
        padding: 0 ;

    }

    .Step-bottom{
        padding: 10px 20px;
        text-align: justify;
    }

    /* ---------------------------- bridge ----------------------------------------- */
    .bridge-warper-container{
        width: 90%;
        /* text-align: justify; */
        /* padding: 100px 50px; */
        display: flex;
        flex-direction: column;
        gap:20px;
    }

    /* ---------------------------- About -------------------------------- */
    .About-Warper{
        padding: 50px 100px;
    }
    .About-buttons {
        width: 80%;
        gap:10px;
        flex-direction: row;
    }
    .Learn-button {
        width: 100%;
    }
    .Learn-button button{
        width: 100%;
        padding: 15px;
        /* justify-content: center; */
    }
    .Learn-button a{
        width: 100%;
        padding: 15px;
        justify-content: center;
    }
    .About-buttons .About-contact-button {
        width: 100%;
        /* padding: 15px; */
    }
     .About-buttons .About-contact-button button{
        width: 100%;
        /* padding: 15px; */
        justify-content: center;
    }

    .About-desc p{
        font-size: 14px;
        
    }
    .About-card-img{
        height: 50px;
        width: 50px;
    }
    .About-card-desc p{
        font-size: 12px;
    }

    /* ------------------------------------ Program--------------------------------------------- */
     .program-container{
    padding: 50px 0px;
  }
  .program-container .Program-container{
    padding: 0 1.5rem ;
  }
.Heading h1{
font-size: 22px;}
}

@media(max-width:767px)
{
    .About-Warper{
        padding: 50px;
    }
    .About-first-section{
        /* height: 400px; */
    }

    .About-Warper-container{
        gap:30px;
    }

    .About-desc{
        font-size: 14px;
    }
    .About-card-desc{
        font-size: 14px;
    }

    .About-card-img {
        height: 70px;
        width: 70px;
    }

    .About-second-section .About-cards{
        margin-top: 20px;
    }
    .About-buttons {
        flex-direction: row;
        width: 100%;
    }

    .Heading h1 img{
        
        width: 100%;
     
    }

    /* ---------------------------- Program Container----------------------- */
    .Program-badge{
        top:-220%;
    }

 
}

@media(max-width:576px)
{
    .FAQ-container{
        padding: 50px 0px;
    }
    .FAQ-item{
        padding: 20px 25px;
    }

    .FAQ-text h5{
        font-size: 14px;
    }

    .FAQ-text .FAQ-icon{
        padding:5px 10px;
    }
    .FQA-drop-text p{
        font-size: 14px;
    }


    /* ------------------------- process section---------------------- */
    .line-1{
        display: none;     
    }
    .line-2{
        display: none;
    }
    .Step-bottom{
        padding: 10px 0;
        
    }
    .Step-bottom p{
        font-size: 14px;
    }

    /* ------------------------ bridge-------------------------------------- */
    .bridge-warper-container .bridge-text p
    {
        font-size: 14px;
    }

    .text-number-item p{
        font-size: 12px;
    }

    /* ----------------------- About section --------------------------- */
    .About-Warper{
        padding: 50px 40px;
    }
    .About-contact-button-icon i {
        font-size: 20px;
        
    }
    .About-buttons .Learn-button button .Learn-button a{
       font-size: 14px;
       justify-content: start;
       padding: 16px 30px;
       
    }

    .About-buttons .About-contact-button button{
        font-size: 14px;
        justify-content: end;
        padding: 17px 30px;
    }
     .About-buttons .About-contact-button button h5{
        font-size: 18px;
     }

     .About-card-img{
        width: 60px;
        height: 60px;
     }

.Heading h1{
font-size: 19px;
}
     /* -------------------------- Program----------------------------------------- */

}

@media(max-width:420px)
{
    .FAQ-item{
        padding: 14px;
    }

    
    .FAQ-text h5{
        font-size: 13px;
    }

    .FQA-drop-text p{
        font-size: 12px;
    }
    
    /* ----------------- Process Section ------------------------------------- */

    .Step-bottom{
        padding: 10px 0;
        
    }

    .Step-bottom p{
        font-size: 14px;
    }

    /* ---------------------------- About ----------------------------- */
    .About-buttons{
        flex-direction: column;
        gap:20px;
    }

    .About-buttons .Learn-button button .Learn-button a{
      
       justify-content: center;
       
    }

    .About-desc p{
        font-size: 12px;
    }

    .About-buttons .Learn-button button .Learn-button a{
        font-size: 12px;
    }

    .About-buttons .About-contact-button button{
        font-size: 12px;
        justify-content: center;
        padding: 16px 20px;
    }

    /* -------------------------------- Program --------------------------- */
    .program-container{
        padding: 40px 10px;
    }

    .program-container h2{
        font-size: 22px;
    }

    .Program-badge{
        top:-260%;
    }
}

@media(max-width:934px)
{
    .line-1{
        width: 16%;
        top: 223px;
    }
    .line-2{
        width: 16%;
        top: 223px;
    }
}