



.base-padding{



  padding: 0 2%;  

}





/*-----nav menu-start------*/

.navbar ul li a
 {
    color: #98198e;
    font-weight: 600;
}




.header-logo-hol img {
    
    z-index: 9999;
    width: auto;
    height: 80px;
    transition: 1s;
}




.scrolled {

box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.navbar.scrolled img {
    height: 50px;
    width: auto;
    transition: 1s;
    position: relative;
   
}
.scrolled .out-nav{

top: 13px;

transition: 1s;

}

.out-nav {
    margin-right: 5px;
    width: 155px;
    position: absolute;
    top: 30px;
    right: 0;

    transition: 1s;
}



@media (max-width: 550px) {

.header-logo-hol img {
    
    z-index: 9999;
    width: auto;
    height: 60px;
    transition: 1s;
}



    
}



/*-----nav button-start------*/



/* Emergency Button */



.emergency-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;



    background:linear-gradient(90deg,#8c4be8,#6d2fc5);

    color:#fff !important;



    text-decoration:none;



    border-radius:10px;



    padding:5px;



    transition:.3s ease;



    box-shadow:0 8px 20px rgba(125,60,244,.25);

}



.emergency-btn:hover{



    background:linear-gradient(90deg,#6d2fc5,#8c4be8);

    color:#fff;

    transform:translateY(-2px);



}



.emergency-btn i{



    font-size:24px;



}



.emergency-btn .number{



    display:block;

    font-size:15px;

    font-weight:700;

    line-height:1.1;



}



.emergency-btn .text{



    display:block;

    font-size:9px;

    text-transform:uppercase;

    letter-spacing:.5px;

    opacity:.9;



}


    .mob-menu{

        margin-right: 173px;

    }  


@media (max-width:991px){



    .emergency-btn{



        padding:5px 5px;



    }



    .emergency-btn .number{



    


        font-size:12px;



    }



    .emergency-btn .text{



        font-size:8px;



    }



    .emergency-btn i{



        font-size:20px;



    }



}



@media (max-width:576px){

.emergency-btn i {
    font-size: 24px;
}

    

.emergency-btn .number,.emergency-btn .text{



        display: none;



    }


.out-nav{
width: 60px;
top: 18px;
}

.mob-menu {
  margin-right: 65px;
}

 

.emergency-btn i {
        font-size: 20px;
        padding: 7px 0px 7px 7px;
    }

}

/*-----nav button-end------*/



/*-----troggle memu-start---*/


  .navbar-toggler:focus {

    outline-style: none;

    box-shadow: none;

    border-color: transparent;

}  

    

    



.navbar-toggler span {

    display: block;

    background-color: #006699;

    height: 3px;

    width: 25px;

    margin-top: 5px;

    margin-bottom: 5px;

    position: relative;

    left: 0;

    opacity: 1;

    transition: all 0.35s ease-out;

    transform-origin: center left;

}







.navbar-toggler span:nth-child(1) {

    margin-top: 0.3em;

}




.navbar-toggler:not(.collapsed) span:nth-child(1) {

    transform: translate(0%, 0%) rotate(0deg) ;

}

/* middle line goes back to regular color and opacity */

.navbar-toggler:not(.collapsed) span:nth-child(2) {

    opacity: 1;

}



.navbar-toggler:not(.collapsed) span:nth-child(3) {

    transform: translate(0%, 0%) rotate(0deg) ;

}





.navbar-toggler span:nth-child(1) {

    transform: translate(15%, -33%) rotate(45deg);

}



.navbar-toggler span:nth-child(2) {

    opacity: 0;

}



.navbar-toggler span:nth-child(3) {

    transform: translate(15%, 33%) rotate(-45deg) ;

}











.navbar-toggler:not(.collapsed) span:nth-child(1) {

    transform: translate(0%, 0%) rotate(0deg) ;

}

/* middle line goes back to regular color and opacity */

.navbar-toggler:not(.collapsed) span:nth-child(2) {

    opacity: 1;

}



.navbar-toggler:not(.collapsed) span:nth-child(3) {

    transform: translate(0%, 0%) rotate(0deg) ;

}

    

    

    

/*-----end of toggle menu-----*/





/*----drop down smooth-start-------*/



    

.dropdown:hover .dropdown-menu {

  display: block;

    

    margin-top: 0px!important;

    border: 0;

}

    

    .dr-hol {

    background: #fff;

    

    display: none;

}

    

    

.dropdown-item:hover{

    color: #0a58ca!important;

} 

    



.dropdown:hover .dr-hol {

    display: block;

    opacity: 1;

   margin-top:20px;

}







    

    

    .dropdown .dropdown-menu{

    display: block;

    opacity: 0;

    background: none;

    -moz-transition:    all 1000ms ease;

    -webkit-transition: all 1000ms ease;

    -o-transition:      all 1000ms ease;

    -ms-transition:     all 1000ms ease;

    transition:         all 1000ms ease;

    border: none;

}

.dropdown:hover .dropdown-menu {

    display: block;

    opacity: 1;

}

   

    

 @media (max-width: 992px) {  

     

     .dropdown .dropdown-menu {

         

         position: absolute;

         top:5px;

         display: none;

         

         

    }

    

   

     

     

    }





/*------drop down smooth--end---------*/

/*-----nav menu-end------*/



/*-----video section-start-----*/







.container-video-hol{    width: 100%;   

    height: 770px;       

    /*display: flex;    */

  /*  align-items: center;    

    justify-content: center;

 position: relative;*/

    overflow: hidden;

    margin-top: -61px;

}



@media(max-width: 1920px){

    

    

  .container-video-hol{



    width: 100%;



   height: 669px;



   



    /*display: flex;*/



    /*align-items: center;*/



    /*justify-content: center;*/



}  

    

    

    

}









@media(max-width: 1400px){ 

.container-video-hol{



    width: 100%;



   height: 570px;



   



    display: flex;



    align-items: center;



    /*justify-content: center;*/



}

}

.video-overlay{



    



   position: absolute;



    right: 0;



    bottom: 0; 



     background-color: rgba(0,0,0,0.2);



    height: 100%;



    height: 520px;



    



    z-index: 1;



    



}



.vdi-content{



    /*text-align: center;*/



    z-index: 2;

    padding-left: 4%;



}







.vdi-content h1{



    font-size: 40px;



    color: #fff;



    

text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.4);

}







/*---animated button--start--*/



.be-mem {

  min-width: 100px;

  min-height: 30px;

  display: inline-flex;

  font-family: 'Nunito', sans-serif;

  font-size: 18px;

  align-items: center;

  justify-content: center;

  text-transform: uppercase;

  text-align: center;

  letter-spacing: 1.3px;

  font-weight: 400;

  color: #fff;

  background: rgba(0,0,0,0.3);

/*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/



  border: 2px solid #cc9933;

  border-radius: 1000px;

  box-shadow: 12px 12px 24px rgba(204,153,51,.64);

  transition: all 0.3s ease-in-out 0s;

  cursor: pointer;

  outline: none;

  position: relative;

  padding: 5px 10px;

  text-decoration: none;

margin-top: 50px;

  }



.be-mem::before {

content: '';

  border-radius: 1000px;

  /* min-width: calc(100px + 100px);

  min-height: calc(30px + 12px);

  border: 6px solid #00FFCB;*/

  box-shadow: 0 0 60px rgba(204,153,51,.64);

  

  opacity: 0;

  transition: all .3s ease-in-out 0s;

}



.be-mem:hover, 

.button:focus {

  color: #313133;

  transform: translateY(-6px);

}



.be-mem:hover::before, 

.be-mem:focus::before {

  opacity: 1;

}



.be-mem::after {

  content: '';

  width: 30px; height: 30px;

  border-radius: 100%;

  border: 6px solid #cc9933;

  position: absolute;

  z-index: -1;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  animation: ring 1.5s infinite;

}



.be-mem:hover::after, 

.be-mem:focus::after {

  animation: none;

  display: none;

}



@keyframes ring {

  0% {

    width: 30px;

    height: 30px;

    opacity: 1;

  }

  100% {

    width: 300px;

    height: 300px;

    opacity: 0;

  }

}











.be-mem::before {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  width: 0;

  height: 100%;

  background: #000;

  transition: width 0.9s ease-in-out;

  z-index: -1;

}



.be-mem:hover::before {

  width: 100%;

  left: 0;

  right: auto;

}



.be-mem:hover {

  color: #cc9933;

}



@media(max-width: 768px){

    

    .vdi-content h1{display: none;}   

    

}

/*------animated button end----*/



/*-------background video-start-----------*/



.background-clip{



    position: absolute;



    right: 0;



    bottom: 0;



    top: 0;



   



    



}







 .background-clip{



        width: 100%;



        height: auto;



    }  





@media(max-width: 1024px){

    

        

    .container-video-hol {

        width: 100%;

        height: 427px;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    

    

}







@media(max-width: 991px) {



.container-video-hol{



   



    height: 418px;



   

margin-top: 0;

   



}



   



    



    .video-overlay{



        



      height: 418px;   



        



        



    }   



    



    



    .content h1{



    font-size: 45px;



    color: #fff;



    margin-bottom: 50px;



}



    



    .content a {



    font-size: 18px;



    color: #fff;



   



    border: 2px solid #fff;



    padding: 10px 18px;



   



}



    



  .background-clip{



        width: 100%;



        height: auto;



    }  



    



   



}





@media(max-width: 830px) {



.container-video-hol{



   



    height: 350px;



   



   



}



 

    .video-overlay{



        



      height: 350px;   



        



        



    }   



    





}





@media(max-width: 707px) {



.container-video-hol{



   



    height: 275px;



   



   



}





    .video-overlay{



        



      height: 275px;   



    }   



   



}





@media(max-width: 568px) {



.container-video-hol{



   



    height: 233px;



   



   



}





    .video-overlay{



      height: 233px;   



      



    }   





    .content h1{



    font-size: 35px;



    color: #fff;



    margin-bottom: 50px;



}



    



    .content a {



    font-size: 16px;



    color: #fff;



   



    border: 2px solid #fff;



    padding: 6px 12px;



   



}





}







@media(max-width: 568px) {



.container-video-hol{



   



    height: 233px;

 



}



    .video-overlay{



        



      height: 233px;   

    }

    .content h1{



    font-size: 35px;



    color: #fff;



    margin-bottom: 50px;



}



    



    .content a {



    font-size: 16px;



    color: #fff;



   



    border: 2px solid #fff;



    padding: 6px 12px;



   



}





}





@media(max-width: 468px) {



.container-video-hol{



   



    height: 150px;



  

}



  

    .video-overlay{



        



      height: 150px;   



       



    }   



    



    



  .content h1{



    



    margin-bottom: 20px;



}











}





/*------ackground video end------------*/



/*------Quicklinks--start--------*/



.quick-links{

    margin-top:55px;

    position:relative;

    z-index:20;

}



.ql-card{

    background:#fff;

    border-radius:18px;

    padding:28px;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    transition:.35s;

}



.ql-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}



.ql-icon{

    width:72px;

    margin-right:18px;

}



.ql-title{

    font-size:20px;

    font-weight:700;

    color:#8d46e8;

    line-height:1.2;

    text-transform:uppercase;

    min-height: 70px;

}



.ql-list{

    margin:20px 0;

    padding-left:18px;

    min-height: 130px;

}



.ql-list li{

    margin-bottom:10px;

    font-size:15px;

}



.btn-purple{

    background:#8d46e8;

    color:#fff;

    border-radius:8px;

    padding:5px;

    font-weight:600;

}



.btn-purple:hover{

    background:#6f2ed5;

    color:#fff;

}



@media(max-width:991px){



.quick-links{

    margin-top:30px;

}



.ql-card{

    margin-bottom:20px;

}



}

/*------Quicklinks--end--------*/



/*------Trustee--start--------*/



.trustee-section{



    background:#fff;

    border-bottom:3px solid #7d3cf4;

    padding-bottom:35px;



}



.trustee-img{



    border-radius:14px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);



}



.small-title{



    display:block;

    color:#2b2b2b;

    font-size:18px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;



}



.trustee-title{



    color:#7d3cf4;

    font-size:42px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:12px;



}



.trustee-line{



    width:180px;

    height:3px;

    background:#7d3cf4;

    margin:15px 0 25px;



}



.trustee-text{



    color:#555;

    font-size:17px;

    line-height:1.9;



}



.trustee-btn{



    background:#7d3cf4;

    color:#fff;

    padding:5px;

    border-radius:8px;

    font-weight:600;

    margin-top:15px;



}



.trustee-btn:hover{



    background:#6325d0;

    color:#fff;



}



.building-img{



    opacity:.3;

    max-width:100%;



}



@media(max-width:991px){



.trustee-section{



    text-align:center;



}



.trustee-line{



    margin:20px auto;



}



.trustee-img{



    margin-bottom:25px;



}



.trustee-title{



    font-size:32px;



}



}



/*------Trustee--end--------*/




/*==========================
ABOUT BANNER
==========================*/

.about-banner{

    height:300px;

    overflow:hidden;

}

.about-banner-img{

    position: absolute;
    inset: 0;

    background-image: url('../../images/about-banner.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

.about-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(90deg,
    rgba(76,18,130,.90) 0%,
    rgba(105,45,170,.70) 35%,
    rgba(105,45,170,.15) 70%,
    rgba(105,45,170,0) 100%);

}

.about-title{

    color:#fff;

    font-size:46px;

    font-weight:700;

    letter-spacing:.5px;

}

.breadcrumb{

    background:none;

}

.breadcrumb a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb-item.active{

    color:#f2f2f2;

}

.breadcrumb-item+.breadcrumb-item::before{

    color:#fff;

}



/*==========================
ABOUT INTRO
==========================*/

.about-image{

    border-radius:18px;

    overflow:hidden;

}

.about-image img{

    width:100%;

    display:block;

}

.section-tag{

    color:#7a37d7;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.about-heading{

    font-size:42px;

    line-height:1.15;

    font-weight:800;

    color:#212529;

}

.about-text{

    color:#666;

    font-size:17px;

    line-height:1.9;

}


/*==========================
Responsive
==========================*/

@media(max-width:991px){

.about-banner{

    height:220px;

}

.about-title{

    font-size:34px;

}

.about-heading{

    font-size:32px;

}

}

@media(max-width:576px){

.about-banner{

    height:190px;

}

.about-title{

    font-size:28px;

}

.about-heading{

    font-size:26px;

}

.about-text{

    font-size:15px;

}

}



/*==========================
MISSION
==========================*/

.mission-section{

    background:#faf7ff;

}

.sub-title{

    color:#7b2bd4;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.main-title{

    font-size:40px;

    font-weight:700;

    color:#222;

}

.mission-box{

    background:#fff;

    border-radius:18px;

    padding:30px;

    display:flex;

    align-items:flex-start;

    gap:20px;

    height:100%;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.mission-box:hover{

    transform:translateY(-6px);

}

.mission-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#7b2bd4;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.mission-icon i{

    font-size:28px;

}

.mission-box h5{

    color:#7b2bd4;

    font-weight:700;

    margin-bottom:10px;

}

.mission-box p{

    color:#666;

    margin:0;

    line-height:1.8;

}

@media(max-width:768px){

.main-title{

    font-size:28px;

}

.mission-box{

    padding:20px;

}

}




/*==========================
FOUNDER
==========================*/

.founder-section{

    background:#fff;

}

.section-tag{

    color:#7b2bd4;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.founder-name{

    font-size:40px;

    font-weight:700;

    color:#222;

}

.founder-subtitle{

    color:#7b2bd4;

    font-size:22px;

    font-weight:600;

}

.purple-line{

    width:70px;

    height:4px;

    background:#7b2bd4;

    border-radius:10px;

    margin-top:20px;

}

.founder-image{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.founder-image img{

    width:100%;

    display:block;

}

.timeline-item{

    display:flex;

    gap:18px;

    margin-bottom:25px;

}

.timeline-icon{

    width:56px;

    height:56px;

    background:#fff;

    border:2px solid #7b2bd4;

    color:#7b2bd4;

    border-radius:12px;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.timeline-icon i{

    font-size:22px;

}

.timeline-item h5{

    font-size:20px;

    font-weight:700;

    margin-bottom:8px;

}

.timeline-item p{

    color:#666;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

.founder-name{

    font-size:30px;

}

.founder-subtitle{

    font-size:18px;

}

.timeline-item{

    margin-bottom:20px;

}

}

 /*last icons start*/

 /*==========================
Journey Timeline
==========================*/

.journey-section{
    background:#fff;
    overflow:hidden;
}

.journey-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

.journey-line{
    position:absolute;
    top:42px;
    left:7%;
    right:7%;
    height:2px;
    background:#d9c4f4;
    z-index:0;
}

.journey-item{
    position:relative;
    flex:1;
    text-align:center;
    z-index:2;
}

.journey-icon{
    width:84px;
    height:84px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#7b2bd4;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    border:8px solid #fff;
    box-shadow:0 8px 25px rgba(123,43,212,.20);
}

.journey-item h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.journey-item p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin:0;
    padding:0 8px;
}


/*==========================
Tablet
==========================*/

/*@media(max-width:991px){

.journey-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px 20px;
}

.journey-line{
    display:none;
}

.journey-item{
    width:100%;
}

.journey-icon{
    width:78px;
    height:78px;
    font-size:28px;
}

}*/



/*extra part*/


@media(max-width:991px){

.journey-wrapper{
    gap:7px;
}




.journey-line {
    position: absolute;
    top: 30px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: #d9c4f4;
    z-index: 0;
}


.journey-item h5 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}



.journey-icon

 {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }



.journey-item p{
    font-size:14px;
    line-height:1;
    color:#666;
    margin:0;
    padding:0 8px;
}






}

/*==========================*/
@media(max-width:768px){

.journey-wrapper{
    gap:7px;
}




.journey-line {
    position: absolute;
    top: 20px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: #d9c4f4;
    z-index: 0;
}


.journey-item h5 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}



.journey-icon

 {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }



.journey-item p{
    font-size:12px;
    line-height:1;
    color:#666;
    margin:0;
    padding:0 4px;
}






}



/*==========================
Mobile
==========================*/

@media(max-width:590px){

.journey-wrapper{
    display: block;
}


.journey-item{
    position:relative;
    width: 100%;
    text-align:center;
    z-index:2;
}

.journey-line{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    height:100%;
    background:#d9c4f4;
    z-index:0;
}




.journey-icon{
    width:70px;
    height:70px;
    font-size:24px;
    border-width:6px;
}

.journey-item h5{
    font-size:18px;
}

.journey-item p{
    font-size:14px;
    line-height:1.6;
}

}


/*last icons end*/

/*----------About end----------*/



/*==========================
OUR SERVICES
==========================*/

.services-grid{
    /*background:#f8f8fc;*/
}

.service-card{
    height:230px;
    border:1px solid #ece8f8;
    border-radius:12px;
    overflow:hidden;
    position: relative;
    display:flex;
    transition:.3s;
    text-decoration: :none;
}

.service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.service-left{

    padding:25px;

    flex:1;

}

.service-icon{

    width:58px;

    height:58px;

    border-radius:50%;

    /*background:#7b2bd4;*/

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    margin-bottom:18px;

}

.service-left h6{

    font-size:16px;

    font-weight:700;

    color:#7b2bd4;

    line-height:1;

    margin-bottom:18px;

}

.service-left span{

    width:38px;

    height:38px;

    border-radius:50%;

    background:#f3ecfd;

    color:#7b2bd4;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

}

.service-card:hover .service-left span{

    background:#7b2bd4;

    color:#fff;

}

.service-img{
    width:55%;
    position:relative;
    overflow:hidden;
}

.service-img img{
    width:auto;
    height:100%;
    object-fit:cover;
}

.service-img::before{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.92) 18%,
        rgba(255,255,255,.65) 40%,
        rgba(255,255,255,.25) 70%,
        rgba(255,255,255,0) 100%
    );
}

/*.service-card:hover img{

    transform:scale(1.08);

}*/


/*==========================
Desktop Large
==========================*/

@media(min-width:1400px){

.service-card{

    min-height:195px;

}

.service-img{

    /*width:125px;*/

    height:100%;

}

}


/*==========================
Tablet
==========================*/

@media(max-width:991px){

.service-card{

    min-height:165px;

}

.service-left{

    padding:18px;

}

.service-left h6{

    font-size:18px;

}

.service-icon{

    width:52px;

    height:52px;

    font-size:21px;

}

.service-img{

    /*width:95px;*/

    height:100%;

}


.service-img::before{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.92) 18%,
        rgba(255,255,255,.65) 40%,
        rgba(255,255,255,.25) 70%,
        rgba(255,255,255,0) 100%
    );
}




}


/*==========================
Mobile
==========================*/

@media(max-width:767px){

.services-grid .col-6{

    margin-bottom:15px;

}

.service-card{

    flex-direction:row;

    height:160px;

}

.service-left{

    width:100%;

    text-align:center;

    padding:5px 12px;

}

.service-icon{

    margin:0 auto 15px;

}

.service-left span{

    margin:auto;

}

.service-img{

    width:auto;

    height:165px;

}

.service-img img{

    width:100%;

    height:100%;

}

.service-left h6{

    font-size:17px;

}


.service-left span {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 12px;
    }

}

/*Service Footer*/



/* ================================
   CARE CTA BANNER
================================ */

.care-cta {
    width: 100%;
}

.cta-box {
    min-height: 68px;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    background: linear-gradient(
        90deg,
        #55208d 0%,
        #71249c 50%,
        #8b2398 100%
    );

    border-radius: 5px;
    color: #fff;
}

/* Left Content */
.cta-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.cta-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;

    font-size: 21px;
}

.cta-content h5 {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-content p {
    margin: 0;
    font-size: 11px;
    opacity: 0.9;
}

/* Appointment Button */
.cta-action {
    flex-shrink: 0;
}

.cta-action .btn {
    padding: 7px 18px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

.cta-action .btn:hover {
    background: #fff;
    color: #70249a;
}

/* Phone */
.cta-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 125px;
}

.cta-phone > i {
    font-size: 22px;
}

.cta-phone strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.cta-phone small {
    display: block;
    font-size: 9px;
    margin-top: 2px;
    opacity: 0.9;
}


/* ================================
   TABLET
================================ */

@media (max-width: 991.98px) {

    .cta-box {
        padding: 12px 18px;
        gap: 15px;
    }

    .cta-content h5 {
        font-size: 14px;
    }

    .cta-content p {
        font-size: 10px;
    }

    .cta-action .btn {
        padding: 7px 12px;
    }

    .cta-phone {
        min-width: auto;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767.98px) {

    .cta-box {
        padding: 16px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 14px;
    }

    .cta-content {
        width: 100%;
        justify-content: center;
        flex: none;
        text-align: left;
    }

    .cta-content h5 {
        font-size: 14px;
    }

    .cta-content p {
        font-size: 10px;
    }

    .cta-action {
        flex: 1;
    }

    .cta-phone {
        flex: 1;
        justify-content: center;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .cta-box {
        padding: 15px 12px;
    }

    .cta-content {
        text-align: center;
    }

    .cta-content h5 {
        font-size: 13px;
    }

    .cta-content p {
        font-size: 9px;
    }

    .cta-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .cta-action,
    .cta-phone {
        flex: 0 0 100%;
    }

    .cta-phone {
        margin-top: 2px;
    }

}




/* =========================================
   CONSULTANTS PAGE
========================================= */

.consultants-page {
    background: #ffffff;
}


/* =========================================
   FILTER
========================================= */
.search-dr{font-size: 24px;}
.consultant-filter {
    padding: 14px 16px;

    background: #ffffff;

    border: 1px solid #eceaf0;
    border-radius: 9px;

    box-shadow: 0 4px 18px rgba(31, 24, 54, 0.06);
}

.consultant-filter .input-group-text {
    background: #ffffff;
    border-color: #e3e2e9;

    color: #64308d;

    font-size: 12px;
}

.consultant-filter .form-control,
.consultant-filter .form-select {
    height: 40px;

    border-color: #e3e2e9;

    color: #59657a;

    font-size: 16px;

    box-shadow: none;
}

.consultant-filter .form-control:focus,
.consultant-filter .form-select:focus {
    border-color: #c21875;

    box-shadow: 0 0 0 2px rgba(194, 24, 117, .08);
}


/* Search */

.consultant-search-btn {
    height: 40px;

    background: #c21875;
    border-color: #c21875;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
}

.consultant-search-btn:hover {
    background: #a91463;
    border-color: #a91463;
    color: #ffffff;
}


/* Reset */

.consultant-reset-btn {
    height: 40px;

    color: #fff;

        background: linear-gradient(90deg, #6d2fc5, #8c4be8);

    border: 0;

    font-size: 14px;
}

.consultant-reset-btn:hover {
    color: #c21875;
}


/* =========================================
   CONSULTANT CARD
========================================= */

.consultant-card {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 20px 14px 14px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e7e8ee;
    border-radius: 8px;

    transition: .3s ease;
}

.consultant-card:hover {
    transform: translateY(-3px);

    border-color: #dfc7e8;

    box-shadow: 0 10px 25px rgba(31, 24, 54, .08);
}


/* =========================================
   FAVOURITE
========================================= */

.doctor-favourite {
    position: absolute;

    top: 10px;
    right: 10px;

    width: 28px;
    height: 28px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #6d7788;

    font-size: 14px;

    z-index: 2;
}

.doctor-favourite:hover {
    color: #c21875;
}


/* =========================================
   DOCTOR IMAGE
========================================= */

.doctor-image {
    width: 125px;
    height: 125px;

    margin: 0 auto 12px;

    overflow: hidden;

    border-radius: 50%;

    background: #f3ebf9;
}

.doctor-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}


/* =========================================
   SPECIALIZATION
========================================= */

.doctor-speciality {
    align-self: center;

    display: inline-block;

    padding: 4px 9px;

    margin-bottom: 6px;

    background: #f2e9f8;

    border-radius: 5px;

    color: #65318e;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.2;
}


/* =========================================
   NAME
========================================= */

.doctor-name {
    margin: 0 0 4px;

    color: #15243d;

    font-size: 15px;

    font-weight: 700;
}


/* =========================================
   QUALIFICATION
========================================= */

.doctor-qualification {
    margin: 0 0 3px;

    color: #4f5c70;
   font-weight: 500;
    font-size: 12px;
}


/* =========================================
   EXPERIENCE
========================================= */

.doctor-experience {
    margin: 0 0 12px;

    color: #727c8d;

    font-size: 14px;
}


/* =========================================
   DESCRIPTION
========================================= */

.doctor-description {
    min-height: 42px;

    margin: 0 0 14px;

    color: #5c687a;

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   CARD FOOTER
========================================= */

.doctor-footer {
    margin-top: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 6px;
}


/* =========================================
   PHONE / EMAIL
========================================= */

.doctor-contact {
    display: flex;

    gap: 5px;
}

.doctor-contact a {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #e4b6d4;

    border-radius: 50%;

    color: #a91c6b;

    background: #ffffff;

    text-decoration: none;

    font-size: 9px;

    transition: .2s ease;
}

.doctor-contact a:hover {
    background: #c21875;

    border-color: #c21875;

    color: #ffffff;
}


/* =========================================
   VIEW PROFILE
========================================= */

.view-profile {
    padding: 7px 13px;

    background: #c21875;

    border-radius: 5px;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    white-space: nowrap;

    transition: .2s ease;
}

.view-profile:hover {
    background: #a91463;

    color: #ffffff;
}


/* =========================================
   LOAD MORE
========================================= */

.load-more {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-width: 200px;

    padding: 9px 20px;

    border: 1px solid #c21875;

    border-radius: 5px;

    background: #ffffff;

    color: #c21875;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;
}

.load-more:hover {
    background: #c21875;

    color: #ffffff;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .consultant-card {
        padding: 15px 8px 12px;
    }

    .doctor-image {
        width: 90px;
        height: 90px;
    }

    .doctor-name {
        font-size: 12px;
    }

    .doctor-speciality {
        font-size: 7px;
    }

    .doctor-description {
        font-size: 12px;
    }

    .doctor-contact a {
        width: 25px;
        height: 25px;
    }

    .view-profile {
        padding: 6px 8px;

        font-size: 11px;
    }

}

.feature-strip {
    background: linear-gradient(
        90deg,
        #f7f5fc 0%,
        #faf9fd 50%,
        #f6f3fb 100%
    );

    border-radius: 10px;
}

.feature-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eee7f8;
    color: #67328f;

    font-size: 16px;
}

.feature-strip h6 {
    color: #15243d;
    font-size: 11px;
    font-weight: 700;
}

.feature-strip p {
    color: #737d8d;
    font-size: 9px;
    line-height: 1.5;
}


/* Mobile */

@media (max-width: 575.98px) {

    .feature-strip {
        border-radius: 8px;
    }

    .feature-strip > div > div {
        padding: 10px !important;
    }

    .feature-icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .feature-strip h6 {
        font-size: 9px;
    }

    .feature-strip p {
        font-size: 7px;
    }

}




/*==============================

        CONSULTANT FOOTER

==============================*/























/* =========================================
   CONTACT PAGE
   Bootstrap 5 + Font Awesome 6
========================================= */

:root {
    --contact-primary: #087d88;
    --contact-primary-dark: #056672;
    --contact-secondary: #0d6073;

    --contact-light: #edf8f9;
    --contact-border: #dce8ea;

    --contact-text: #27343a;
    --contact-muted: #6d777c;

    --contact-red: #ef3340;
}




.contact-title-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #7d3cf4;

    border-radius: 50%;

    color: #7d3cf4;

    font-size: 22px;
}

.contact-title h3 {
    margin: 0;

    color: #7d3cf4;

    font-size: 21px;
    font-weight: 700;
}

.contact-title span,
.section-heading span {
    display: block;

    width: 38px;
    height: 3px;

    margin-top: 7px;

    background: #7d3cf4;
}

.contact-intro {
    margin-bottom: 22px;

    color: var(--contact-muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   CONTACT ITEMS
========================================= */

.contact-item,
.working-item {
    display: flex;

    gap: 14px;

    padding: 15px 0;

    border-bottom: 1px dashed #d9e3e5;
}

.contact-item:last-of-type,
.working-item:last-of-type {
    border-bottom: 0;
}

.contact-item-icon,
.working-icon {
    width: 32px;
    min-width: 32px;

    color: #7d3cf4;

    font-size: 17px;

    text-align: center;
}

.contact-item strong,
.working-item strong {
    display: block;

    margin-bottom: 7px;

    color: #7d3cf4;

    font-size: 11px;
    font-weight: 700;
}

.contact-item p,
.working-item p {
    margin: 0;

    color: var(--contact-muted);

    font-size: 12px;

    line-height: 1.75;
}


/* =========================================
   SOCIAL
========================================= */

.contact-social {
    display: flex;

    gap: 10px;

    margin-top: 20px;
}

.contact-social a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    background: var(--contact-secondary);

    color: #fff;

    text-decoration: none;

    font-size: 13px;

    transition: .2s;
}

.contact-social a:nth-child(2) {
    background: #ef303d;
}

.contact-social a:nth-child(3) {
    background: #df286e;
}

.contact-social a:hover {
    transform: translateY(-2px);
}


/* =========================================
   APPOINTMENT BUTTON
========================================= */

.appointment-btn {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-top: 18px;

    padding: 11px 15px;

    background: #7d3cf4;

    border-radius: 5px;

    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 600;
}

.appointment-btn:hover {
    background: #8c4be8;
    color: #fff;
}


/* =========================================
   MAP
========================================= */

.map-card {
    position: relative;

    overflow: hidden;

    min-height: 100%;

    border: 1px solid var(--contact-border);

    border-radius: 8px;

    background: #eef5f6;
}

.map-card img {
    width: 100%;
    height: 100%;

    min-height: 470px;

    display: block;

    object-fit: cover;
}

.map-button {
    position: absolute;

    top: 12px;
    left: 12px;

    padding: 8px 12px;

    background: #fff;

    border-radius: 4px;

    color: #7d3cf4;

    text-decoration: none;

    font-size: 11px;

    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}


/* =========================================
   INFORMATION BANNER
========================================= */

.contact-info-banner {
    position: relative;

    min-height: 145px;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 25px 30px;

    background: linear-gradient(transparent, rgba(125, 60, 244, .1) 10%);

    border: 1px solid #d5eaed;

    border-radius: 8px;
}

.info-banner-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 25px;

    border: 1px solid #7d3cf4;

    border-radius: 50%;

    color: #7d3cf4;

    font-size: 29px;
}

.info-banner-text {
    position: relative;
    z-index: 2;

    max-width: 650px;
}

.info-banner-text p {
    margin: 0;

    color: #46565b;

    font-size: 12px;

    line-height: 1.7;
}

.info-banner-image {
    position: absolute;

    right: 0;
    top: 0;

    width: 34%;
    height: 100%;
}

.info-banner-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: .85;
}


/* =========================================
   MESSAGE CARD
========================================= */

.message-card {
    overflow: hidden;

    border: 1px solid #7d3cf4;

    border-radius: 8px;

    background: #fff;

    box-shadow: 0 5px 20px rgba(7, 77, 87, .05);
}

.message-form {
    padding: 30px;
}

.section-heading h2 {
    margin: 0;

    color: #7d3cf4;

    font-size: 21px;
    font-weight: 700;
}

.section-heading {
    margin-bottom: 22px;
}


/* =========================================
   FORM
========================================= */

.form-icon-input {
    position: relative;
}

.form-icon-input > i {
    position: absolute;

    top: 50%;
    left: 14px;

    z-index: 2;

    transform: translateY(-50%);

    color: #7b898d;

    font-size: 12px;
}

.form-icon-input .form-control {
    min-height: 43px;

    padding-left: 38px;

    border-color: #dfe7e9;

    border-radius: 3px;

    color: #7d3cf4;

    font-size: 12px;

    box-shadow: none;
}

.form-icon-input .form-control:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 2px rgba(8,125,136,.08);
}

.form-icon-input textarea {
    resize: vertical;
}

.textarea-wrap > i {
    top: 20px;

    transform: none;
}

.submit-btn {
    padding: 11px 22px;

    border: 0;

    border-radius: 4px;

    background: #7d3cf4;

    color: #fff;

    font-size: 12px;
    font-weight: 600;
}

.submit-btn:hover {
    background: var(--contact-primary-dark);
}


/* =========================================
   HEALTH PANEL
========================================= */

.health-panel {
    position: relative;

    height: 100%;

    min-height: 400px;

    overflow: hidden;
}

.health-panel img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.health-overlay {
    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    padding: 35px;

    background: rgba(255,255,255, 0.8);
    height: 100%;
,
 ,  /* background: linear-gradient(
        transparent,
        rgba(125, 60, 244, .1) 35%
*/

    );
}

.health-overlay > i {
    color: #7d3cf4;

    font-size: 42px;
}

.health-overlay h3 {
    margin: 12px 0 8px;

    color: #7d3cf4;

    font-size: 24px;
    font-weight: 700;
}

.health-overlay span {
    display: block;

    width: 35px;
    height: 3px;

    margin-bottom: 10px;

    background: #7d3cf4;
}

.health-overlay p {
    max-width: 250px;

    margin: 0;

    color: #526267;

    font-size: 12px;

    line-height: 1.7;
}



/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .contact-hero {
        min-height: 180px;
    }

    .contact-hero-content h1 {
        font-size: 34px;
    }

    .info-banner-image {
        display: none;
    }

    .info-banner-text {
        max-width: none;
    }



}


@media (max-width: 575.98px) {

    .contact-hero {
        min-height: 150px;
    }

    .contact-hero-content h1 {
        font-size: 28px;
    }

    .contact-card {
        padding: 22px 18px;
    }

    .contact-title h3 {
        font-size: 18px;
    }

    .contact-title-icon {
        width: 44px;
        height: 44px;

        font-size: 18px;
    }

    .contact-info-banner {
        padding: 20px;

        align-items: flex-start;
    }

    .info-banner-icon {
        width: 50px;
        min-width: 50px;
        height: 50px;

        margin-right: 15px;

        font-size: 20px;
    }

    .info-banner-text p {
        font-size: 10px;
    }

    .message-form {
        padding: 20px;
    }

    .health-panel {
        min-height: 330px;
    }

    .health-overlay {
        padding: 25px;
    }

    .health-overlay h3 {
        font-size: 20px;
    }

    .quick-appointment {
        padding: 15px;
    }

    .quick-appointment input,
    .quick-appointment select,
    .quick-appointment button {
        flex: 1 1 100%;
    }

}






/* ========================================
   ACADEMIC PROGRAMS
======================================== */


.program-status-filter .program{
    padding: 11px 22px;

    border: 0;

    border-radius: 4px;

    text-decoration: none;

    color: #fff;

    font-size: 12px;
    font-weight: 600;
}

/*.program-status-filter .program-status-btn:hover {
    background: #c21875;
}*/

.program-status-filter .upcoming {
    background: #c21875;
}

.program-status-filter .upcoming:hover {
    background: #7d3cf4;
}


.program-status-filter .complete {
    background: #7d3cf4;
}
.program-status-filter .complete:hover {
    background: #c21875;
}




.academic-page {
    color: #20202a;
    background: #fff;
}


/* HERO */

.academic-hero {
    min-height: 245px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(61, 20, 130, .96),
            rgba(125, 60, 244, .72),
            rgba(125, 60, 244, .18)
        ),
        url("../images/academic-banner.webp")
        center/cover no-repeat;

    color: #fff;
}

.academic-hero h1 {
    margin: 0 0 12px;

    font-size: 42px;
    font-weight: 700;
}

.academic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 14px;
}

.academic-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.academic-breadcrumb i {
    font-size: 9px;
}


/* SIDEBAR */

.program-sidebar {
    overflow: hidden;

    border: 1px solid #e8defa;
    border-radius: 8px;

    background: #fff;

    box-shadow: 0 5px 20px rgba(125, 60, 244, .07);
}

.program-sidebar-title {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 16px 18px;

    background: #7d3cf4;

    color: #fff;

    font-size: 16px;
    font-weight: 700;
}

.program-sidebar-title i {
    font-size: 19px;
}

.program-sidebar a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 18px;

    border-bottom: 1px solid #eee8fa;

    color: #454052;

    text-decoration: none;

    font-size: 13px;

    transition: .2s;
}

.program-sidebar a:last-child {
    border-bottom: 0;
}

.program-sidebar a i {
    color: #7d3cf4;
    font-size: 10px;
}

.program-sidebar a:hover,
.program-sidebar a.active {
    background: #f7f2ff;
    color: #7d3cf4;
}


/* HELP BOX */

.academic-help {
    margin-top: 20px;
    padding: 25px 22px;

    border-radius: 8px;

    background: #f7f2ff;

    border: 1px solid #eadffd;
}

.academic-help > i {
    color: #7d3cf4;
    font-size: 28px;
}

.academic-help h4 {
    margin: 12px 0 8px;

    font-size: 18px;
    color: #272331;
}

.academic-help p {
    margin-bottom: 18px;

    color: #706a7c;

    font-size: 12px;
    line-height: 1.7;
}

.academic-help a {
    display: inline-block;

    padding: 10px 16px;

    border-radius: 4px;

    background: #7d3cf4;

    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 600;
}


/* HEADING */

.academic-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 25px;
}

.small-heading {
    margin-bottom: 8px;

    color: #7d3cf4;

    font-size: 12px;
    font-weight: 700;
}

.small-heading i {
    margin-right: 5px;
}

.academic-heading-row h2 {
    margin: 0 0 8px;

    color: #25222c;

    font-size: 28px;
    font-weight: 700;
}

.academic-heading-row p {
    max-width: 650px;

    margin: 0;

    color: #706a7c;

    font-size: 13px;
    line-height: 1.7;
}


/* SEARCH */

.academic-search {
    position: relative;

    width: 230px;
    min-width: 230px;
}

.academic-search i {
    position: absolute;

    top: 50%;
    left: 14px;

    transform: translateY(-50%);

    color: #7d3cf4;

    font-size: 12px;
}

.academic-search input {
    width: 100%;
    height: 42px;

    padding: 0 12px 0 38px;

    border: 1px solid #e4d9f7;
    border-radius: 5px;

    outline: none;

    font-size: 12px;
}

.academic-search input:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 3px rgba(125,60,244,.08);
}


/* FILTERS */

.academic-filters {
    display: flex;
    gap: 10px;

    margin-bottom: 22px;
}

.academic-filters .form-select {
    width: auto;
    min-width: 170px;

    border-color: #e4d9f7;

    font-size: 12px;

    box-shadow: none;
}

.academic-filters .form-select:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 3px rgba(125,60,244,.08);
}

.academic-filters button {
    padding: 0 18px;

    border: 0;
    border-radius: 4px;

    background: #7d3cf4;

    color: #fff;

    font-size: 12px;
}


/* PROGRAM CARD */

.program-card {
    overflow: hidden;

    height: 100%;

    border: 1px solid #e8defa;

    border-radius: 8px;

    background: #fff;

    box-shadow: 0 5px 20px rgba(125,60,244,.06);

    transition: .25s;
}

.program-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 12px 28px rgba(125,60,244,.13);
}

.program-image {
    position: relative;

    height: 185px;

    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: .35s;
}

.program-card:hover .program-image img {
    transform: scale(1.04);
}


/* DATE */

.program-date {
    position: absolute;

    top: 12px;
    left: 12px;

    width: 115px;

    padding: 8px 5px;

    border-radius: 5px;

    background: #7d3cf4;

    color: #fff;

    text-align: center;

    line-height: 1;
}

.program-date strong {
    display: block;

    font-size: 9px;
}

.program-date span {
    display: block;

    margin-top: 3px;

    font-size: 11px;
    font-weight: 600;
}

.program-date small {
    display: block;

    margin-top: 4px;

    font-size: 9px;
}


/* CARD CONTENT */

.program-content {
    padding: 20px;
}

.program-category {
    display: inline-block;

    margin-bottom: 9px;
    padding: 5px 9px;

    border-radius: 20px;

    background: #f2eaff;

    color: #7d3cf4;

    font-size: 10px;
    font-weight: 600;
}

.program-content h3 {
    margin: 0 0 12px;

    color: #292530;

    font-size: 18px;
    font-weight: 700;
}

.program-meta {
    display: flex;
    flex-direction: column;

    gap: 6px;

    margin-bottom: 12px;
}

.program-meta span {
    color: #77717e;

    font-size: 14px;
    font-weight: 400;
}

.program-meta i {
    width: 16px;

    color: #7d3cf4;
    font-size: 18px;
}

.program-content p {
    min-height: 52px;

    margin-bottom: 17px;

    color: #716b78;

    font-size: 16px;
    line-height: 1.65;
}

.program-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;

    padding: 9px 12px;

    border: 1px solid #7d3cf4;
    border-radius: 4px;

    color: #7d3cf4;

    text-decoration: none;

    font-size: 11px;
    font-weight: 600;

    transition: .2s;
}

.program-button:hover {
    background: #7d3cf4;
    color: #fff;
}


/* PAGINATION */

.academic-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    margin-top: 30px;
}

.academic-pagination a,
.academic-pagination span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e2d7f5;
    border-radius: 4px;

    color: #5f5968;

    text-decoration: none;

    font-size: 11px;
}

.academic-pagination a.active,
.academic-pagination a:hover {
    border-color: #7d3cf4;

    background: #7d3cf4;

    color: #fff;
}


/* BENEFITS */

.academic-benefits {
    padding: 55px 0;

    background: #f8f5ff;
}

.benefit-label {
    color: #7d3cf4;

    font-size: 11px;
    font-weight: 700;
}

.academic-benefits h2 {
    margin-top: 8px;

    color: #28232f;

    font-size: 27px;
    font-weight: 700;
}

.benefit-card {
    height: 100%;

    padding: 25px 18px;

    border: 1px solid #e9defa;
    border-radius: 7px;

    background: #fff;

    text-align: center;

    box-shadow: 0 5px 15px rgba(125,60,244,.05);
}

.benefit-card > i {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 14px;

    border-radius: 50%;

    background: #f0e7ff;

    color: #7d3cf4;

    font-size: 22px;
}

.benefit-card h4 {
    margin-bottom: 8px;

    color: #292530;

    font-size: 15px;
}

.benefit-card p {
    margin: 0;

    color: #756f7c;

    font-size: 11px;
    line-height: 1.6;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {

    .academic-hero {
        min-height: 200px;
    }

    .academic-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .academic-search {
        width: 100%;
    }

}


@media (max-width: 767.98px) {

    .academic-hero h1 {
        font-size: 32px;
    }

    .academic-filters {
        flex-direction: column;
    }

    .academic-filters .form-select {
        width: 100%;
    }

    .academic-filters button {
        min-height: 42px;
    }

    .academic-heading-row h2 {
        font-size: 24px;
    }

}


@media (max-width: 575.98px) {

    .academic-hero {
        min-height: 165px;
    }

    .academic-hero h1 {
        font-size: 27px;
    }

    .program-content {
        padding: 16px;
    }

    .program-image {
        height: 170px;
    }

    .academic-benefits h2 {
        font-size: 22px;
    }

}























/* =========================================
  VACANCY CARD
========================================= */




.vacancy-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #e8e0f5;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 3px 15px rgba(125, 60, 244, 0.06);
    transition: all 0.3s ease;
}

.vacancy-card:hover {
    box-shadow: 0 8px 25px rgba(125, 60, 244, 0.12);
    transform: translateY(-2px);
}


/* Image */

.vacancy-image {
    width: 155px;
    height: 110px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 7px;
}

.vacancy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Icon */

.vacancy-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f3edff;
    color: #7d3cf4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}


/* Content */

.vacancy-content {
    flex: 1;
    min-width: 0;
}

.vacancy-content h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #24163d;
}

.vacancy-department {
    color: #6840a8;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.vacancy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #666;
    font-size: 13px;
}

.vacancy-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vacancy-meta i {
    color: #7d3cf4;
}


/* Buttons */

.vacancy-actions {
    width: 125px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vacancy-view-btn,
.vacancy-apply-btn {
    width: 100%;
    text-align: center;
    padding: 9px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vacancy-view-btn {
    color: #7d3cf4;
    background: #fff;
    border: 1px solid #7d3cf4;
}

.vacancy-view-btn:hover {
    background: #f3edff;
    color: #7d3cf4;
}

.vacancy-apply-btn {
    color: #fff;
    background: #7d3cf4;
    border: 1px solid #7d3cf4;
}

.vacancy-apply-btn:hover {
    background: #6726df;
    border-color: #6726df;
    color: #fff;
}


/* Mobile */

@media (max-width: 767px) {

    .vacancy-card {
        flex-wrap: wrap;
    }

    .vacancy-image {
        width: 120px;
        height: 90px;
    }

    .vacancy-icon {
        width: 50px;
        height: 50px;
    }

    .vacancy-content {
        width: calc(100% - 190px);
    }

    .vacancy-actions {
        width: 100%;
        flex-direction: row;
    }

    .vacancy-actions a {
        flex: 1;
    }

}

@media (max-width: 480px) {

    .vacancy-image {
        width: 100%;
        height: 150px;
    }

    .vacancy-icon {
        display: none;
    }

    .vacancy-content {
        width: 100%;
    }

    .vacancy-actions {
        width: 100%;
    }

}



/* PAGINATION */

.vacancy-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    margin-top: 30px;
}

.vacancy-pagination a,
.vacancy-pagination span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e2d7f5;
    border-radius: 4px;

    color: #5f5968;

    text-decoration: none;

    font-size: 11px;
}

.vacancy-pagination a.active,
.vacancy-pagination a:hover {
    border-color: #7d3cf4;

    background: #7d3cf4;

    color: #fff;
}



/* =========================================
   CONSULTENT FAQ
========================================= */



.faq {
    background: #fff;
}

.faq-subtitle {
    display: inline-block;
    color: #7d3cf4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.faq-title {
    color: #24163d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-intro {
    color: #777;
    max-width: 650px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
}


/* Accordion */

.faq-accordion {
    max-width: 950px;
    margin: 30px auto 0;
}

.faq-accordion .accordion-item {
    border: 1px solid #eadffb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}


.faq-accordion .accordion-button {
    background: #fff;
    color: #2d2043;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 20px;
    box-shadow: none;
}


.faq-accordion .accordion-button:not(.collapsed) {
    background: #f7f2ff;
    color: #7d3cf4;
    box-shadow: none;
}


.faq-accordion .accordion-button:focus {
    box-shadow: none;
}


.faq-accordion .accordion-button::after {
    background-size: 14px;
}


.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


/* Question Icon */

.faq-question-icon {
    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border-radius: 50%;

    background: #f0e8ff;
    color: #7d3cf4;

    flex-shrink: 0;
}


.faq-accordion
.button:not(.collapsed)
.faq-question-icon {
    background: #7d3cf4;
    color: #fff;
}


/* Answer */

.faq-accordion .accordion-body {
    padding: 0 55px 20px 66px;

    color: #666;

    font-size: 14px;

    line-height: 1.8;

    background: #f7f2ff;
}












/* =========================================================
   BLOG LEFT AREA
========================================================= */

.event {
    width: 100%;
}

.event .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.event .row {
    margin-left: -12px;
    margin-right: -12px;
}


/* =========================================================
   BLOG CARD
========================================================= */

.blog-card {
    height: 100%;
    border: 1px solid #eadfff !important;
    border-radius: 12px !important;
    overflow: hidden;

    background: #ffffff;

    box-shadow: 0 5px 18px rgba(125, 60, 244, 0.07);

    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: #d7c1ff !important;

    box-shadow: 0 12px 30px rgba(125, 60, 244, 0.14);
}


/* =========================================================
   BLOG IMAGE
========================================================= */

.blog-img-arc {
    width: 100%;
    height: 225px;

    overflow: hidden;

    background: #f5f0ff;
}

.blog-img-arc img,
.blog-img-arc .cl-img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border: 0 !important;
    border-radius: 0 !important;

    padding: 0 !important;

    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-arc img {
    transform: scale(1.05);
}


/* =========================================================
   BLOG CARD BODY
========================================================= */

.blog-card .card-body {
    padding: 22px;
}

.blog-card .card-title {
    margin-bottom: 10px;
}


/* Blog Title */

.blog-nm {
    color: #191919;

    font-size: 19px;
    line-height: 1.4;

    font-weight: 600;

    margin-bottom: 10px;
}

.blog-card:hover .blog-nm {
    color: #7d3cf4;
}


/* Description */

.blog-card .card-text {
    color: #777777;

    font-size: 13px;
    line-height: 1.7;

    margin-bottom: 18px;
}


/* =========================================================
   READ ARTICLE BUTTON
========================================================= */

.sm-read-more {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 9px 18px !important;

    min-height: 38px;

    color: #7d3cf4 !important;

    background: #ffffff !important;

    border: 1px solid #7d3cf4;

    border-radius: 6px;

    text-decoration: none !important;

    font-size: 12px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.sm-read-more:hover {
    color: #ffffff !important;

    background: #7d3cf4 !important;

    border-color: #7d3cf4;
}

.sm-read-more i {
    font-size: 11px;
}


/* =========================================================
   BLOG SIDEBAR
========================================================= */

.col-md-3 {
    position: relative;
}

.blog-sidebar {
    width: 100%;
}


/* =========================================================
   SIDEBAR SEARCH
========================================================= */

.blog-search-box {
    background: #ffffff;

    border: 1px solid #eadfff;

    border-radius: 10px;

    padding: 10px;

    margin-bottom: 22px;

    box-shadow: 0 5px 18px rgba(125, 60, 244, 0.06);
}

.blog-search-box form {
    position: relative;
}

.blog-search-box .form-control {
    height: 44px;

    padding: 0 48px 0 14px;

    border: 1px solid #e5d9ff;

    border-radius: 7px;

    font-size: 13px;

    color: #333333;

    box-shadow: none;
}

.blog-search-box .form-control:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 3px rgba(125, 60, 244, 0.08);
}

.blog-search-box .btn {
    position: absolute;

    top: 0;
    right: 0;

    width: 44px;
    height: 44px;

    border: 0;

    background: transparent;

    color: #7d3cf4;
}

.blog-search-box .btn:hover {
    color: #6024d6;
}


/* =========================================================
   LATEST BLOG
========================================================= */

.latest-blog {
    background: #ffffff;

    border: 1px solid #eadfff;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 5px 18px rgba(125, 60, 244, 0.07);
}


/* Sidebar heading */

.sidebar-heading {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 14px 17px;

    background: #7d3cf4;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;
}

.sidebar-heading i {
    font-size: 15px;
}


/* =========================================================
   LATEST BLOG LIST
========================================================= */

.latest-blog-list {
    list-style: none;

    padding: 0;
    margin: 0;
}

.latest-blog-item {
    border-bottom: 1px solid #eee7ff;
}

.latest-blog-item:last-child {
    border-bottom: 0;
}

.latest-blog-link {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 14px;

    background: #ffffff;

    text-decoration: none !important;

    transition: all 0.3s ease;
}

.latest-blog-link:hover {
    background: #faf7ff;
}


/* Latest image */

.latest-blog-image {
    flex: 0 0 78px;

    width: 78px;
    height: 68px;

    overflow: hidden;

    border-radius: 7px;

    background: #f5efff;
}

.latest-blog-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.35s ease;
}

.latest-blog-link:hover .latest-blog-image img {
    transform: scale(1.06);
}


/* Latest content */

.latest-blog-content {
    flex: 1;

    min-width: 0;
}

.latest-blog-content h4 {
    margin: 0 0 7px;

    color: #222222;

    font-size: 13px;

    line-height: 1.45;

    font-weight: 600;

    display: -webkit-box;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.latest-blog-link:hover .latest-blog-content h4 {
    color: #7d3cf4;
}


/* Date */

.latest-blog-date {
    display: flex;

    align-items: center;

    gap: 6px;

    color: #888888;

    font-size: 11px;
}

.latest-blog-date i {
    color: #7d3cf4;
}


/* =========================================================
   PAGINATION
========================================================= */

.academic-pagination,
.pagination {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 6px;

    margin-top: 35px;

    margin-bottom: 0;
}

.academic-pagination a,
.pagination .page-link {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    padding: 0;

    border: 1px solid #e3d6ff;

    border-radius: 6px;

    background: #ffffff;

    color: #7d3cf4;

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.academic-pagination a:hover,
.pagination .page-link:hover {
    background: #f5efff;

    border-color: #7d3cf4;

    color: #7d3cf4;
}

.academic-pagination a.active,
.pagination .page-item.active .page-link {
    background: #7d3cf4;

    border-color: #7d3cf4;

    color: #ffffff;
}

.academic-pagination span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    height: 36px;

    color: #777777;

    font-size: 13px;
}


/* =========================================================
   BLOG PAGE SECTION DIVIDER
========================================================= */

.hol-pad .border-end {
    border-color: #eee7ff !important;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {

    .about-banner {
        min-height: 230px;
    }

    .about-title {
        font-size: 34px;
    }

    .hol-pad {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .blog-img-arc {
        height: 200px;
    }

    .blog-sidebar {
        margin-top: 30px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .about-banner {
        min-height: 200px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-banner .breadcrumb-item,
    .about-banner .breadcrumb-item a {
        font-size: 12px;
    }

    .hol-pad {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .blog-img-arc {
        height: 220px;
    }

    .blog-card .card-body {
        padding: 18px;
    }

    .blog-nm {
        font-size: 17px;
    }

    .blog-card .card-text {
        font-size: 13px;
    }

    .latest-blog-image {
        width: 75px;
        height: 65px;

        flex-basis: 75px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .about-banner {
        min-height: 180px;
    }

    .about-title {
        font-size: 25px;
    }

    .blog-img-arc {
        height: 200px;
    }

    .blog-card .card-body {
        padding: 16px;
    }

    .academic-pagination,
    .pagination {
        gap: 4px;
    }

    .academic-pagination a,
    .pagination .page-link {
        width: 33px;
        height: 33px;
    }

}

/* =========================================================
   BLOG RIGHT SIDEBAR
   Bootstrap 5 Compatible
   Purple Theme
========================================================= */


/* =========================================================
   SIDEBAR
========================================================= */

.blog-sidebar {
    width: 100%;
}


/* =========================================================
   SEARCH
========================================================= */

.blog-sidebar form {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.blog-sidebar form .form-control {
    height: 45px;

    padding: 0 50px 0 15px;

    border: 1px solid #e4d7ff;
    border-radius: 7px;

    background: #ffffff;

    color: #333333;

    font-size: 13px;

    box-shadow: 0 3px 12px rgba(125, 60, 244, 0.06);
}

.blog-sidebar form .form-control:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 3px rgba(125, 60, 244, 0.08);
}

.blog-sidebar form .btn {
    position: absolute;

    right: 0;
    top: 0;

    width: 45px;
    height: 45px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #7d3cf4;

    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-sidebar form .btn:hover {
    color: #5f20d5;
}


/* =========================================================
   LATEST BLOG BOX
========================================================= */

.latest-blog {
    background: #ffffff;

    border: 1px solid #eadfff;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(125, 60, 244, 0.07);
}


/* =========================================================
   LATEST BLOG HEADING
========================================================= */

.latest-blog h2 {
    margin: 0;

    padding: 15px 18px;

    background: #7d3cf4;

    color: #ffffff;

    font-size: 17px;

    font-weight: 600;

    line-height: 1.4;
}


/* =========================================================
   LIST
========================================================= */

.latest-blog ul {
    list-style: none;

    padding: 0;
    margin: 0;
}


/* =========================================================
   SINGLE BLOG
========================================================= */

.latest-blog ul li {
    margin: 0;

    padding: 0;

    border-bottom: 1px solid #eee7ff;
}

.latest-blog ul li:last-child {
    border-bottom: 0;
}


/* =========================================================
   BLOG HOLD
========================================================= */

.lt-blog-hold {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 14px;

    background: #ffffff;

    transition: all 0.3s ease;
}

.lt-blog-hold:hover {
    background: #faf7ff;
}


/* =========================================================
   IMAGE
========================================================= */

.left-sm-blog-img {
    flex: 0 0 85px;

    width: 85px;
    height: 68px;

    overflow: hidden;

    border-radius: 7px;

    background: #f5efff;
}

.left-sm-blog-img a {
    display: block;

    width: 100%;
    height: 100%;

    padding: 0 !important;

    background: transparent !important;
}

.left-sm-blog-img img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border: 0 !important;

    padding: 0 !important;

    border-radius: 0 !important;

    transition: transform 0.35s ease;
}

.lt-blog-hold:hover .left-sm-blog-img img {
    transform: scale(1.06);
}


/* =========================================================
   BLOG DATE / TEXT
========================================================= */

.latest-blog .b-date {
    flex: 1;

    min-width: 0;

    padding: 2px 0 0;

    color: #777777;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   BLOG TITLE
========================================================= */

/*
   যদি title HTML-এর মধ্যে থাকে, এই CSS কাজ করবে।
*/

.latest-blog .b-date a,
.latest-blog .b-date h3,
.latest-blog .b-date h4 {
    color: #222222;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.45;

    text-decoration: none;
}

.latest-blog .b-date a:hover {
    color: #7d3cf4;
}


/* =========================================================
   COMMENT
========================================================= */

.latest-blog .b-date span {
    display: block;

    margin-top: 5px;

    color: #888888;

    font-size: 10px;
}

.latest-blog .b-date span b {
    color: #7d3cf4;

    font-weight: 600;
}


/* =========================================================
   SMALL READ MORE / IMAGE LINK
========================================================= */

.latest-blog .sm-read-more {
    display: block;

    padding: 0 !important;

    background: transparent !important;

    text-decoration: none !important;

    border: 0 !important;
}


/* =========================================================
   SIDEBAR HOVER
========================================================= */

.latest-blog ul li:hover {
    background: #faf7ff;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {

    .blog-sidebar {
        margin-top: 30px;
    }

    .left-sm-blog-img {
        width: 90px;
        height: 70px;

        flex-basis: 90px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .blog-sidebar {
        margin-top: 25px;
    }

    .latest-blog h2 {
        font-size: 16px;

        padding: 14px 16px;
    }

    .lt-blog-hold {
        padding: 13px;
    }

    .left-sm-blog-img {
        width: 85px;
        height: 68px;

        flex-basis: 85px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .blog-sidebar form .form-control {
        height: 43px;
    }

    .blog-sidebar form .btn {
        height: 43px;
        width: 43px;
    }

    .left-sm-blog-img {
        width: 80px;
        height: 65px;

        flex-basis: 80px;
    }

}


/* =========================================================
   BLOG SINGLE PAGE
   Bootstrap 5 Compatible
   Theme Color: #7d3cf4
========================================================= */


/* =========================================================
   BLOG SINGLE MAIN AREA
========================================================= */

.hol-pad {
    background: #ffffff;
}

.hol-pad > .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MAIN BLOG COLUMN
========================================================= */

.hol-pad .col-md-9 {
    padding-right: 35px;
}

.hol-pad .border-end {
    border-color: #eee7ff !important;
}


/* =========================================================
   SINGLE BLOG ARTICLE
========================================================= */

.blog-post {
    background: #ffffff;
    padding: 0;
}


/* =========================================================
   BLOG TITLE
========================================================= */

.blog-post-title {
    margin: 0 0 10px;

    color: #222222;

    font-size: 32px;
    font-weight: 700;

    line-height: 1.25;
}

.blog-post-title::after {
    content: "";

    display: block;

    width: 55px;
    height: 3px;

    margin-top: 14px;

    background: #7d3cf4;

    border-radius: 5px;
}


/* =========================================================
   BLOG META
========================================================= */

.blog-post-meta {
    margin: 0 0 22px;

    color: #888888;

    font-size: 13px;

    line-height: 1.6;
}

.blog-post-meta a {
    color: #7d3cf4;

    font-weight: 500;

    text-decoration: none;
}

.blog-post-meta a:hover {
    color: #5f20d5;
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.single-blog-hol {
    width: 100%;

    overflow: hidden;

    border-radius: 12px;

    background: #f7f3ff;
}

.single-blog-hol img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 12px;

    object-fit: cover;
}


/* =========================================================
   BLOG DESCRIPTION
========================================================= */

.blog-des {
    color: #444444;

    font-size: 15px;

    line-height: 1.85;
}


/* Paragraph */

.blog-des p {
    margin-bottom: 18px;
}


/* Heading from Editor */

.blog-des h1,
.blog-des h2,
.blog-des h3,
.blog-des h4,
.blog-des h5,
.blog-des h6 {
    margin-top: 28px;
    margin-bottom: 12px;

    color: #222222;

    font-weight: 700;

    line-height: 1.4;
}

.blog-des h2 {
    font-size: 25px;
}

.blog-des h3 {
    font-size: 22px;
}

.blog-des h4 {
    font-size: 19px;
}


/* Links */

.blog-des a {
    color: #7d3cf4;

    text-decoration: none;
}

.blog-des a:hover {
    color: #5f20d5;

    text-decoration: underline;
}


/* Strong / Bold */

.blog-des strong,
.blog-des b {
    color: #222222;

    font-weight: 700;
}


/* Lists */

.blog-des ul,
.blog-des ol {
    margin-top: 15px;
    margin-bottom: 20px;

    padding-left: 25px;
}

.blog-des li {
    margin-bottom: 8px;
}


/* Blockquote */

.blog-des blockquote {
    margin: 25px 0;

    padding: 18px 22px;

    background: #faf7ff;

    border-left: 4px solid #7d3cf4;

    border-radius: 6px;

    color: #555555;

    font-style: italic;
}


/* Editor Images */

.blog-des img {
    max-width: 100%;
    height: auto;

    border-radius: 8px;

    margin: 10px 0;
}


/* =========================================================
   RELATED BLOGS
========================================================= */

.blog-card {
    height: 100%;

    overflow: hidden;

    border: 1px solid #eadfff !important;

    border-radius: 10px !important;

    background: #ffffff;

    box-shadow: 0 5px 18px rgba(125, 60, 244, 0.06);

    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);

    border-color: #d7c0ff !important;

    box-shadow: 0 10px 25px rgba(125, 60, 244, 0.12);
}


/* Related Blog Image */

.blog-img-arc {
    width: 100%;

    height: 190px;

    overflow: hidden;

    background: #f6f1ff;
}

.blog-img-arc img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.blog-card:hover .blog-img-arc img {
    transform: scale(1.05);
}


/* Related Blog Body */

.blog-card .card-body {
    padding: 18px;
}


/* Related Blog Title */

.blog-nm {
    margin-bottom: 10px;

    color: #222222;

    font-size: 17px;

    font-weight: 600;

    line-height: 1.4;
}


/* Related Blog Description */

.blog-card .card-text {
    margin-bottom: 15px;

    color: #777777;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.sm-read-more {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-width: 110px;

    padding: 8px 14px !important;

    background: #7d3cf4 !important;

    border: 1px solid #7d3cf4;

    border-radius: 5px;

    color: #ffffff !important;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.4;

    text-decoration: none !important;

    transition: all 0.3s ease;
}

.sm-read-more:hover {
    background: #5f20d5 !important;

    border-color: #5f20d5;

    color: #ffffff !important;
}


/* =========================================================
   COMMENT FORM
========================================================= */

.comment-form {
    margin-top: 40px !important;

    padding: 25px;

    background: #faf7ff;

    border: 1px solid #eadfff;

    border-radius: 10px;
}


/* Comment Heading */

.comment-form h3 {
    margin: 0 0 22px;

    color: #222222;

    font-size: 22px;

    font-weight: 700;
}

.comment-form h3::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 10px;

    background: #7d3cf4;

    border-radius: 5px;
}


/* Labels */

.comment-form .form-label {
    margin-bottom: 7px;

    color: #333333;

    font-size: 13px;

    font-weight: 600;
}


/* Inputs */

.comment-form .form-control {
    min-height: 45px;

    padding: 10px 13px;

    border: 1px solid #dfd3f5;

    border-radius: 6px;

    background: #ffffff;

    color: #333333;

    font-size: 13px;

    box-shadow: none;
}

.comment-form textarea.form-control {
    min-height: 120px;

    resize: vertical;
}

.comment-form .form-control:focus {
    border-color: #7d3cf4;

    box-shadow: 0 0 0 3px rgba(125, 60, 244, 0.08);
}


/* Submit */

.comment-form button {
    min-height: 42px;

    border: 1px solid #7d3cf4 !important;

    border-radius: 5px;

    background: #7d3cf4 !important;

    color: #ffffff !important;

    font-size: 13px;

    font-weight: 500;

    transition: all 0.3s ease;
}

.comment-form button:hover {
    background: #5f20d5 !important;

    border-color: #5f20d5 !important;
}


/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.hol-pad .col-md-3 {
    padding-left: 30px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.ltn__breadcrumb-area {
    position: relative;

    min-height: 230px;

    display: flex;

    align-items: center;

    background-size: cover;

    background-position: center;
}

.bk-overlay {
    position: absolute;

    inset: 0;

    background: rgba(125, 60, 244, 0.72);
}

.ltn__breadcrumb-area .container {
    position: relative;

    z-index: 2;
}

.brm-title {
    color: #ffffff !important;
}

.ltn__breadcrumb-inner .page-title {
    margin-bottom: 10px;

    font-size: 34px;

    font-weight: 700;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hol-pad .col-md-9 {
        padding-right: 15px;

        border-right: 0 !important;
    }

    .hol-pad .col-md-3 {
        padding-left: 15px;

        margin-top: 35px;
    }

    .blog-post-title {
        font-size: 28px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .hol-pad {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .blog-post-title {
        font-size: 24px;
    }

    .blog-post-meta {
        font-size: 12px;
    }

    .blog-des {
        font-size: 14px;

        line-height: 1.8;
    }

    .blog-img-arc {
        height: 180px;
    }

    .comment-form {
        padding: 18px;
    }

    .comment-form h3 {
        font-size: 20px;
    }

    .ltn__breadcrumb-area {
        min-height: 190px;
    }

    .ltn__breadcrumb-inner .page-title {
        font-size: 27px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .blog-post-title {
        font-size: 22px;
    }

    .single-blog-hol,
    .single-blog-hol img {
        border-radius: 8px;
    }

    .blog-des {
        font-size: 13.5px;
    }

    .blog-img-arc {
        height: 170px;
    }

    .comment-form button {
        width: 160px;
    }

}



/* =========================================================
   EVENT / ALBUM DESIGN
   NSCRI PURPLE THEME
   Bootstrap 5 Compatible
========================================================= */


/* =========================================================
   ALBUM PAGE INTRO
========================================================= */

.event-text {
    width: 86%;
    margin: 80px auto 40px auto;
    text-align: center;
}

.event-text h1,
.event-text h2,
.event-text h3 {
    color: #20203a;
    font-weight: 700;
    margin-bottom: 12px;
}

.event-text p {
    color: #77758a;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.8;
}


/* =========================================================
   EVENT BACKGROUND / BANNER
========================================================= */

.event-bn-hol {
    position: relative;
    overflow: hidden;
}

.ev-bg {
    position: relative;
    overflow: hidden;
}

.event-bn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -2;
}


/* =========================================================
   ALBUM SECTION
========================================================= */

.event {
    position: relative;
}

.event .container,
.event .container-fluid {
    position: relative;
}


/* =========================================================
   ALBUM CARD
========================================================= */

.event .card {
    position: relative;

    background: #ffffff;

    border: 1px solid #e7ddf5;
    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 5px 20px rgba(84, 32, 143, 0.08);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    height: 100%;
}


.event .card:hover {
    transform: translateY(-8px);

    border-color: rgba(116, 41, 217, 0.35);

    box-shadow:
        0 15px 35px rgba(84, 32, 143, 0.16);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.event .card img {
    display: block;

    width: 100%;
    height: 250px;

    object-fit: cover;

    border-radius: 0;

    transition: transform 0.5s ease;
}

.event .card:hover img {
    transform: scale(1.04);
}


/* =========================================================
   FIXED IMAGE
========================================================= */

.fixed-size {
    display: block;

    width: 100%;
    height: 250px;

    object-fit: cover;

    border-radius: 0;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.event .card:hover .fixed-size {
    transform: scale(1.04);
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.gallery-hold {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #f4edff;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

    z-index: 1;
}

.gallery-hold:hover {
    transform: scale(1.015);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.g-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            rgba(84, 32, 143, 0.78),
            rgba(116, 41, 217, 0.60)
        );

    opacity: 0;

    transition: opacity 0.35s ease;

    z-index: 5;
}

.gallery-hold:hover .g-overlay {
    opacity: 1;
}


/* =========================================================
   GALLERY ICON
========================================================= */

.g-icon {
    position: absolute;

    top: 50%;
    left: 50%;

    transform:
        translate(-50%, -50%)
        scale(0.7);

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #7429d9;

    font-size: 25px;

    opacity: 0;

    cursor: pointer;

    z-index: 20;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.20);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;

        line-height: 49px;
    text-align: center;
}

.gallery-hold:hover .g-icon {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        scale(1);
}

.g-icon i {
    line-height: 1;
}


/* =========================================================
   DECORATIVE GOLD CORNERS
========================================================= */

.g-overlay::before,
.g-overlay::after {
    content: "";

    position: absolute;

    width: 45px;
    height: 45px;

    border-color: #e8c69f;

    border-style: solid;

    transition:
        width 0.5s ease,
        height 0.5s ease;
}


.g-overlay::before {
    top: 14px;
    left: 14px;

    border-width: 2px 0 0 2px;
}


.g-overlay::after {
    right: 14px;
    bottom: 14px;

    border-width: 0 2px 2px 0;
}


.gallery-hold:hover .g-overlay::before,
.gallery-hold:hover .g-overlay::after {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
}


/* =========================================================
   EVENT READ MORE
========================================================= */

.event-read {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    color: #7429d9 !important;

    font-size: 14px !important;
    font-weight: 600;

    text-decoration: none;

    position: relative;

    z-index: 10;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.event-read:hover {
    color: #c90073 !important;

    gap: 11px;
}


/* =========================================================
   ALBUM TITLE
========================================================= */

.event .card-title,
.event h4,
.event h5 {
    color: #20203a;

    font-weight: 700;

    line-height: 1.5;

    transition: color 0.3s ease;
}

.event .card:hover .card-title,
.event .card:hover h4,
.event .card:hover h5 {
    color: #7429d9;
}


/* =========================================================
   ALBUM TEXT
========================================================= */

.event .card p {
    color: #77758a;

    line-height: 1.7;

    font-size: 14px;
}


/* =========================================================
   SINGLE ALBUM PAGE
========================================================= */

.album-single,
.event-single,
.event-details {
    position: relative;

    padding-top: 60px;
    padding-bottom: 70px;
}


.album-single h1,
.event-single h1,
.event-details h1 {
    color: #20203a;

    font-weight: 700;

    margin-bottom: 15px;
}


.album-single p,
.event-single p,
.event-details p {
    color: #77758a;

    line-height: 1.8;
}


/* =========================================================
   SINGLE PAGE IMAGE
========================================================= */

.album-single img,
.event-single img,
.event-details img {
    max-width: 100%;

    border-radius: 14px;

    box-shadow:
        0 10px 35px rgba(84, 32, 143, 0.12);
}


/* =========================================================
   GALLERY GRID
========================================================= */

.event .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}


/* =========================================================
   GALLERY ITEM
========================================================= */

.event .gallery-item {
    position: relative;

    overflow: hidden;

    border-radius: 14px;

    background: #ffffff;

    border: 1px solid #e7ddf5;

    box-shadow:
        0 6px 22px rgba(84, 32, 143, 0.08);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.event .gallery-item:hover {
    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(84, 32, 143, 0.15);
}


/* =========================================================
   GALLERY IMAGE
========================================================= */

.event .gallery-item img {
    width: 100%;

    height: 250px;

    object-fit: cover;

    border-radius: 0;

    transition: transform 0.5s ease;
}

.event .gallery-item:hover img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE LIGHTBOX
========================================================= */

.gallery-hold img {
    cursor: pointer;
}


/* =========================================================
   SINGLE PAGE GALLERY
========================================================= */

.event-details .gallery-hold,
.album-single .gallery-hold,
.event-single .gallery-hold {
    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 8px 28px rgba(84, 32, 143, 0.10);
}


/* =========================================================
   TABLET / LAPTOP
========================================================= */

@media (max-width: 991.98px) {

    .event-text {
        width: 92%;
        margin-top: 60px;
    }

    .fixed-size,
    .event .card img,
    .event .gallery-item img {
        height: 220px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767.98px) {

    .event-text {
        margin: 50px auto 30px;
    }

    .event-text h1 {
        font-size: 28px;
    }

    .event .row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 18px;
    }

    .fixed-size,
    .event .card img,
    .event .gallery-item img {
        height: 210px;
    }

    .g-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .event-text {
        width: 94%;
        margin-top: 40px;
    }

    .event-text h1 {
        font-size: 24px;
    }

    .event-text p {
        font-size: 14px;
    }

    .fixed-size,
    .event .card img,
    .event .gallery-item img {
        height: 200px;
    }

    .event .card {
        border-radius: 12px;
    }

}


/* =========================================================
   CARD BOTTOM ACCENT
========================================================= */

.event .card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7429d9,
            #c90073
        );

    transition: width 0.35s ease;
}

.event .card:hover::after {
    width: 100%;
}


/* =========================================================
   YOUTUBE CARD
========================================================= */


.youtube-thumbnail-event {
    position: relative !important;
    overflow: hidden;
   height: 250px;
    z-index: 0;
    background: #000;
     border: 5px solid #fff;
    border-radius: 5px;
    align-content: center;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;   
}
  
   
    
    
    
    
  .youtube-thumbnail-event img {
    width: 100%;
    height: auto;
    display: block;
}  
    
    
    .ev-play{
        
      color: #fff;
        font-size: 40px;
        position: absolute;
        top:40%;
       
        border-radius: 50%;
       z-index: 1333; 
    }
    
    .ev-play::after{
        content: '';
       background: #000;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: block;
        z-index: -1;
       position: absolute;
        top:15%; 
    }




/* ================================
   TESTIMONIAL SECTION
================================ */

.testimonial-section {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #e7ddf5;
}


.testimonial-heading {
    max-width: 750px;
    margin: 0 auto 45px;
}


.testimonial-subtitle {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #7429d9;
}


.testimonial-heading h2 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #20203a;
}


.testimonial-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #77758a;
}



/* ================================
   TESTIMONIAL CARD
================================ */

.testimonial-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e7ddf5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(84, 32, 143, 0.08);
    transition: all 0.3s ease;
}


.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(84, 32, 143, 0.14);
}



/* ================================
   IMAGE
================================ */

.testimonial-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
}


.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* ================================
   VIDEO
================================ */

/* ================================
   TESTIMONIAL VIDEO
================================ */

.testimonial-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #20203a;
    overflow: hidden;
    cursor: pointer;
}


.testimonial-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.testimonial-video iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    border: 0;
    display: block;
}


/* Play Button */

.testimonial-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 76px;
    height: 76px;

    border-radius: 50%;
    border: 2px solid #c90073;

    background: rgba(116, 41, 217, 0.80);

    color: #ffffff;
    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: all 0.3s ease;
}


.testimonial-play:hover {
    background: #c90073;
    transform: translate(-50%, -50%) scale(1.08);
}


.testimonial-play i {
    margin-left: 4px;
}

/* ================================
   CONTENT
================================ */

.testimonial-content {
    position: relative;
    padding: 28px 25px 25px;
}


.testimonial-quote {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4edff;
    color: #7429d9;
    font-size: 17px;
}


.testimonial-stars {
    margin-bottom: 14px;
}


.testimonial-stars i {
    margin-right: 3px;
    color: #e8c69f;
    font-size: 13px;
}


.testimonial-message {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #55556b;
}



/* ================================
   PERSON
================================ */

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #eee8f7;
}


.testimonial-person img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e7ddf5;
}


.testimonial-person h4 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    color: #20203a;
}


.testimonial-person span {
    display: block;
    font-size: 12px;
    color: #77758a;
}



/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .testimonial-section {
        padding: 65px 0;
    }

    .testimonial-heading h2 {
        font-size: 30px;
    }

}


@media (max-width: 767px) {

    .testimonial-section {
        padding: 55px 0;
    }

    .testimonial-heading {
        margin-bottom: 30px;
    }

    .testimonial-heading h2 {
        font-size: 26px;
    }

    .testimonial-image,
    .testimonial-video {
        height: 220px;
    }

}


@media (max-width: 575px) {

    .testimonial-heading h2 {
        font-size: 24px;
    }

    .testimonial-content {
        padding: 25px 20px 22px;
    }

}

/*==============================

     FAQ

==============================*/





.faq-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #f5edff 0%, #f8f3ff 48%, #fff 100%);
}
.faq-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    background:
        linear-gradient(90deg, #f5edff 0%, rgba(245, 237, 255, 0.3) 28%, rgba(245, 237, 255, 0) 100%),
        url("images/about-banner.webp") center/cover no-repeat;
    opacity: 0.95;
}
.faq-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 55px 0;
}
.faq-hero-line {
    display: block;
    width: 52px;
    height: 3px;
    margin-bottom: 20px;
    background: #7429d9;
    border-radius: 5px;
}
.faq-hero h1 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #20203a;
}
.faq-hero h1 span {
    color: #7429d9;
}
.faq-hero p {
    max-width: 600px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #55556b;
}

.faq-page-section {
    padding: 0 0 80px;
    background: #fff;
}
.faq-category-box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: -38px auto 55px;
    padding: 0 10px;
    max-width: 1180px;
    background: #fff;
    border: 1px solid #eee6f8;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(84, 32, 143, 0.1);
    overflow: hidden;
}
.faq-category-btn {
    position: relative;
    flex: 1;
    min-height: 82px;
    padding: 15px 20px;
    border: 0;
    border-right: 1px solid #eee6f8;
    background: #fff;
    color: #20203a;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.faq-category-btn:last-child {
    border-right: 0;
}
.faq-category-btn i {
    font-size: 25px;
    color: #55556b;
    transition: 0.3s;
}
.faq-category-btn:hover,
.faq-category-btn.active {
    color: #7429d9;
    background: #fbf9ff;
}
.faq-category-btn:hover i,
.faq-category-btn.active i {
    color: #7429d9;
}
.faq-category-btn.active:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    background: #7429d9;
    border-radius: 5px 5px 0 0;
}

.faq-category-content {
    display: none;
}
.faq-category-content.active {
    display: block;
}
.faq-item {
    height: 100%;
    background: #fff;
    border: 1px solid #e8ddf5;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}
.faq-item:hover {
    border-color: #d7c2f1;
    box-shadow: 0 8px 25px rgba(84, 32, 143, 0.08);
}
.faq-question {
    width: 100%;
    min-height: 68px;
    padding: 15px 18px;
    border: 0;
    background: transparent;
    color: #20203a;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.faq-question:hover {
    color: #7429d9;
}
.faq-question-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1e7ff;
    color: #7429d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.faq-question-text {
    flex: 1;
}
.faq-arrow {
    flex: 0 0 20px;
    text-align: center;
    color: #77758a;
    font-size: 11px;
    transition: 0.3s;
}
.faq-question:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
    color: #7429d9;
}
.faq-question:not(.collapsed) .faq-question-icon {
    background: #7429d9;
    color: #fff;
}
.faq-answer {
    padding: 0 58px 22px;
    font-size: 14px;
    line-height: 1.8;
    color: #66657a;
}
.faq-empty {
    padding: 60px 20px;
    text-align: center;
    border: 1px dashed #d8c9ec;
    border-radius: 12px;
    background: #fbf9ff;
}
.faq-empty i {
    margin-bottom: 12px;
    font-size: 35px;
    color: #7429d9;
}
.faq-empty p {
    margin: 0;
    color: #77758a;
}

.faq-contact-box {
    max-width: 1100px;
    margin: 65px auto 0;
    padding: 30px 38px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(135deg, #fbf6ff 0%, #f6edff 100%);
    border: 1px solid #e5d5f7;
    border-radius: 14px;
}
.faq-contact-icon {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #eadbff;
    color: #7429d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}
.faq-contact-text {
    flex: 1;
}
.faq-contact-text h3 {
    margin: 0 0 6px;
    font-size: 23px;
    font-weight: 700;
    color: #7429d9;
}
.faq-contact-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #55556b;
}
.faq-contact-button {
    padding-left: 30px;
    border-left: 1px solid #dcc8f1;
}
.faq-btn {
    min-width: 170px;
    padding: 13px 22px;
    border-radius: 7px;
    background: #7429d9;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: 0.3s;
}
.faq-btn:hover {
    background: #54208f;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .faq-hero {
        min-height: 300px;
    }
    .faq-hero-bg {
        width: 65%;
        opacity: 0.55;
    }
    .faq-hero h1 {
        font-size: 40px;
    }
    .faq-category-btn {
        min-height: 75px;
        padding: 12px 10px;
        font-size: 13px;
        gap: 8px;
    }
    .faq-category-btn i {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .faq-hero {
        min-height: 280px;
    }
    .faq-hero-bg {
        width: 100%;
        opacity: 0.2;
    }
    .faq-hero-content {
        padding: 50px 20px;
    }
    .faq-hero h1 {
        font-size: 32px;
    }
    .faq-category-box {
        margin: -25px 15px 40px;
        flex-wrap: wrap;
        padding: 5px;
    }
    .faq-category-btn {
        flex: 0 0 50%;
        min-height: 65px;
        border: 0;
        border-bottom: 1px solid #eee6f8;
        font-size: 13px;
    }
    .faq-question {
        min-height: 62px;
        padding: 13px 14px;
        font-size: 14px;
    }
    .faq-answer {
        padding: 0 52px 20px;
        font-size: 13px;
    }
    .faq-contact-box {
        margin: 45px 15px 0;
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
    }
    .faq-contact-button {
        width: 100%;
        padding: 20px 0 0;
        border: 0;
        border-top: 1px solid #dcc8f1;
    }
    .faq-btn {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .faq-hero h1 {
        font-size: 28px;
    }
    .faq-category-btn span {
        font-size: 12px;
    }
    .faq-answer {
        padding-left: 50px;
        padding-right: 18px;
    }
}

/* ================================
   SERVICE SINGLE PAGE
================================ */

.service-hero {
    background: linear-gradient(90deg, #3f176f 0%, #7b35b8 50%, #eee6f8 100%);
    color: #ffffff;
    overflow: hidden;
}

.service-hero-content {
    padding: 70px 0;
}

.service-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.service-hero p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 0;
}

.service-hero-image {
    height: 100%;
    min-height: 280px;
}

.service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ABOUT */

.service-main-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.service-main-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.service-image-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #7b35d0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.service-section-label {
    color: #8236d1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.service-about h2,
.service-section-label + h2 {
    color: #21133d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.service-description {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}


/* HIGHLIGHTS */

.service-highlight {
    height: 100%;
}

.service-highlight-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f4eaff;
    color: #7935c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service-highlight h5 {
    color: #21133d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.service-highlight p {
    color: #777777;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* CONDITIONS / TREATMENTS */

.service-info-box {
    background: linear-gradient(90deg, #f6efff, #ffffff);
    border-radius: 15px;
    padding: 35px;
}

.service-info-box h3 {
    color: #21133d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-list li {
    color: #555555;
    font-size: 14px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.service-list li i {
    color: #8236d1;
    margin-right: 10px;
    font-size: 14px;
}


/* APPROACH */

.service-step {
    text-align: center;
    height: 100%;
}

.service-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f4eaff;
    color: #7935c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 22px;
}

.service-step h5 {
    color: #21133d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-step p {
    color: #777777;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* CTA */

.service-cta {
    background: linear-gradient(90deg, #4b1681, #852cc1);
    border-radius: 14px;
    padding: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service-cta h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service-cta p {
    margin: 0;
    font-size: 13px;
}

.service-cta-button {
    background: #ffffff;
    color: #6622a2;
    border: 0;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 600;
}

.service-cta-button:hover {
    background: #f4eaff;
    color: #6622a2;
}

.service-phone {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 7px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.service-phone i {
    font-size: 18px;
}

.service-phone span {
    font-size: 14px;
    font-weight: 700;
}

.service-phone small {
    display: block;
    font-size: 9px;
    font-weight: 400;
    opacity: 0.9;
}


/* TABLET */



@media (max-width: 991.98px) {

    .service-hero{max-height: 300px;position: relative;}

    .service-hero-content {
        padding: 50px 0;
        position: absolute;

        
       top:20%;
     
    }

    .service-hero h1 {
        font-size: 34px;
    }

    .service-main-image img {
        height: 380px;
    }

    .service-cta {
        flex-wrap: wrap;
    }

}


/* MOBILE */

@media (max-width: 767.98px) {

    .service-hero-content {
        padding: 40px 20px;
    }

    .service-hero h1 {
        font-size: 28px;
    }

    .service-hero p {
        font-size: 14px;
    }

    .service-hero-image {
        min-height: 220px;
    }

    .service-main-image img {
        height: 300px;
    }

    .service-section-label + h2 {
        font-size: 25px;
    }

    .service-info-box {
        padding: 25px 20px;
    }

    .service-cta {
        padding: 22px;
        align-items: stretch;
    }

    .service-cta-button,
    .service-phone {
        width: 100%;
        justify-content: center;
    }

}


/* SMALL MOBILE */

@media (max-width: 575.98px) {

    .service-hero h1 {
        font-size: 25px;
    }

    .service-main-image img {
        height: 260px;
    }

    .service-highlight {
        text-align: center;
    }

    .service-highlight-icon {
        margin-left: auto;
        margin-right: auto;
    }

}


/*==============================

        FOOTER START

==============================*/



.footer-main{

    background:linear-gradient(90deg,#4c1f7f,#6b2eb9,#4c1f7f);

    color:#fff;

    padding:60px 0 0;

    font-size:14px;

}



.footer-logo{

    max-width:180px;

}



.footer-about{

    color:#d9c8f6;

    line-height:1.8;

    margin-bottom:20px;

}



/*==============================

        HEADING

==============================*/



.footer-main h5{

    color:#fff;

    font-size:18px;

    font-weight:700;

    margin-bottom:20px;

    text-transform:uppercase;

}



/*==============================

        LINKS

==============================*/



.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}



.footer-links li{

    margin-bottom:10px;

}



.footer-links a{

    color:#e9defc;

    text-decoration:none;

    transition:.3s;

}



.footer-links a:hover{

    color:#fff;

    padding-left:5px;

}



/*==============================

      TWO COLUMN

==============================*/



.two-column{

    columns:2;

}



/*==============================

      CONTACT

==============================*/



.footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}



.footer-contact li{

    margin-bottom:14px;

    color:#eee;

    line-height:1.7;

}



.footer-contact i{

    width:22px;

    color:#fff;

}



/*==============================

     SOCIAL ICONS

==============================*/



.footer-social a{



    width:38px;

    height:38px;



    display:inline-flex;

    align-items:center;

    justify-content:center;



    border:1px solid rgba(255,255,255,.25);



    border-radius:50%;



    color:#fff;



    margin-right:8px;



    transition:.3s;



}



.footer-social a:hover{



    background:#9f63ff;

    border-color:#9f63ff;

    transform:translateY(-3px);



}



/*==============================

      NEWSLETTER

==============================*/



.newsletter-text{

    color:#ddd;

    line-height:1.7;

}



.footer-main .form-control{



    border:none;

    height:48px;



}



.footer-main .btn-light{



    width:55px;



    background:#fff;

    color:#5c26a8;



    border:none;



}



.footer-main .btn-light:hover{



    background:#9f63ff;

    color:#fff;



}



.form-check-label{



    color:#ddd;

    font-size:13px;



}



/*==============================

     FOOTER BOTTOM

==============================*/



.footer-bottom{



    margin-top:45px;



    background:#9f63ff;



    padding:15px 0;



    font-size:13px;



}



.footer-bottom a{



    color:#fff;

    text-decoration:none;

    margin:0 8px;



}



.footer-bottom a:hover{



    text-decoration:underline;



}



.footer-bottom span{



    color:#d8c7ff;



}



/*==============================

       RESPONSIVE

==============================*/



@media(max-width:991px){



.footer-main{



    text-align:center;



}



.footer-social{



    margin-bottom:25px;



}



.footer-contact{



    margin-bottom:30px;



}



.two-column{



    columns:1;



}



.footer-bottom{



    text-align:center;



}



.footer-bottom .text-lg-end{



    margin-top:12px;



}



}



@media(max-width:576px){



.footer-main{



    padding-top:40px;



}



.footer-main h5{



    margin-top:20px;



}



.footer-bottom a{



    display:inline-block;

    margin:5px;



}



}





/*==============================

        FOOTER END

==============================*/


