:root {
    --font-sans: InterVariable, system-ui, sans-serif;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.study-flow{
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" )
}
.study-flow .navbar .separator{
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
      sans-serif;
}
.study-flow header .right h2 {
    line-height: 20px;
    font-size: 0.925rem;
    font-weight: 500;
    color: #ffffff;
    background: #374557;
    padding: 3px 8px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 10px;
}
.study-flow header .navbar{
    padding-left: 30px;
    padding-right: 30px;
}
  
.study-flow header .right h2:hover {
    background-color: rgb(57, 66, 81);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}
.study-flow header .nav-link.svg {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: none;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
    margin: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.study-flow header .nav-link.svg svg {
    margin-left: 0;
    margin: 6px 8px;

    transition: transform 0.3s ease, fill 0.3s ease;
}

.study-flow header .nav-link.svg:hover {
    background: linear-gradient(145deg, #e3e3e3, #ffffff);
}

.study-flow header .nav-link.svg:hover svg {
    transform: scale(1);
}

.study-flow header .nav-link.svg:active {
    transform: scale(0.95);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.study-flow header .nav-link.search{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 250px;
    border: 1px solid #d1d9e0;
    border-radius: 10px;
    padding: 8px !important;
}
.study-flow header .nav-link.search p{
    line-height: 0px;
}
.study-flow header .nav-link.search p:hover::after,
.study-flow header .nav-link.search p:focus::after {
    transform: scaleX(0); 
}
.study-flow .footer p{
    margin-bottom: 0;
}
.study-flow .se-1{
    padding: 30px;
    display: flex;
    gap: 40px;
}
.study-flow .se-1 .image-carousel {
    width: 63%;
    height: calc(100vh - 140px);
    border-radius: 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 
                0px -6px 12px rgba(0, 0, 0, 0.15),
                6px 0px 12px rgba(0, 0, 0, 0.1),
                -6px 0px 12px rgba(0, 0, 0, 0.1);
}

.study-flow .se-1 .image-carousel .owl-carousel{
    height: 100%;
    border-radius: 30px;
}
.study-flow .se-1 .image-carousel .owl-carousel .owl-stage-outer{
    height: 100%;
    border-radius: 30px;
}
.study-flow .se-1 .image-carousel .owl-carousel .owl-stage{
    height: 100%;
    
    border-radius: 30px;
}
.study-flow .se-1 .image-carousel .owl-carousel .owl-item{
    height: 100%;
    border-radius: 30px;
}
.study-flow .se-1 .image-carousel .item{
    height: inherit;
    border-radius: 30px;
}
.study-flow .se-1 .image-carousel .item img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
}
.study-flow .se-1 .right{
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(37% - 40px);
    gap: 40px;
}

.study-flow .se-1 .right .top-icons{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08), 
                0px -6px 12px rgba(0, 0, 0, 0.08),
                6px 0px 12px rgba(0, 0, 0, 0.08),
                -6px 0px 12px rgba(0, 0, 0, 0.08);
    padding: 10px 10px;
    
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #d1d9e0;
    
}
.study-flow .se-1 .right .top-icons .icon {
    background: #eeeeee;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out; 
}
.study-flow .se-1 .right .top-icons .icon:hover {
    background: #e3e3e3;
    cursor: pointer;
}

.study-flow .se-1 .owl-theme .owl-dots{
    display: none;
}
@media (max-width: 768px) {
    .study-flow .se-1 .owl-theme .owl-dots{
        display: block;
    }
}
.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.scrolling-text.hidden {
    opacity: 0;
    transform: translateY(10px);
}
.study-flow .se-1 .right .container{
    width: 100%;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08), 
    0px -6px 12px rgba(0, 0, 0, 0.08),
    6px 0px 12px rgba(0, 0, 0, 0.08),
    -6px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    height: 100%;
}
.study-flow .se-1 .container .progress-bars{
    padding: 20px 0;
    margin: 0 15px;
    border-bottom: 1px solid #d1d9e0;
    padding-bottom: 40px;
}
.study-flow .se-1 .container .recently-opened{
    margin: 15px;
    margin-top: 20px;
}
.study-flow .se-1 .container .recently-opened h4{
    font-size: 18px;
}
.study-flow .se-1 .container .recently-opened ul{
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 10px 0;
}
.study-flow .se-1 .container .recently-opened ul li{
    cursor: pointer;
    padding: 8px 0;
    border-radius: 8px;
}
.study-flow .se-1 .container .recently-opened ul li p{
    position: relative;
}
.study-flow .se-1 .container .recently-opened ul li p::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    margin: 0;
    transition: transform 300ms ease;
    transform-origin: center;
    border-color: #5b5c5d;
}
.study-flow .sub-sections-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.study-flow .sub-sections-title .link a{
    color: #1890ff;
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
    webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    cursor: pointer;
    border-radius: 1020px;
    background: white;
    padding: 8px 20px;
    margin-top: -40px;
    font-size: 14px;
    font-weight: 600;
    
}
.study-flow .sub-sections-title h4{
    display: flex;
    align-items: center;
    gap: 10px;
}
.study-flow .sub-sections-title .link a:hover{
    text-decoration: none;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
}
.study-flow .se-1 .container .recently-opened ul li p:hover::after,
.study-flow .se-1 .container .recently-opened ul li p:focus::after {
    transform: scaleX(1); 
}

.study-flow .top-rated,.study-flow .most-downloaded,.study-flow .trending ,.study-flow .recent-uploads{
    padding: 40px;
    border-radius: 30px;
    padding-top: 0px;
    
}
.sub-sections-title h4{
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 20px;

}
.study-flow .top-rated{
    padding-top: 40px;
}
.study-flow .top-rated ul,.study-flow .most-downloaded ul,.study-flow .trending ul,.study-flow .recent-uploads ul{
    display: flex;
    gap: 25px;
    padding: 0;
    padding-top: 10px;
    overflow: auto;
}
.study-flow .material-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(#f5f5f5, #fbfbfb);
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);

}
.study-flow .material-item .owl-carousel.owl-loaded{
    padding: 15px 0;
}

.study-flow .material-item span svg{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.study-flow .material-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.study-flow .material-item .file-name {
    max-width: 150px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block; 
}
.study-flow .material-item .description{
    display: flex;
    align-items: center;
    gap: 5px;
}

.studyflow-features {
    text-align: center;
    padding: 60px 20px;
    background: #f8f8f8;
    margin-top: 30px;
}

.study-flow .studyflow-features .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #121111;
    
}

.study-flow .studyflow-features .section-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 10px auto 30px;
}

.study-flow .studyflow-features .feature-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px;
}

.study-flow .studyflow-features .feature-card {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.study-flow .studyflow-features .feature-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.study-flow .studyflow-features .feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.study-flow .studyflow-features .feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.study-flow .studyflow-features .feature-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.testimonials-section{
    padding: 10px 40px;
    
}
.testimonials-section h2 { 
    text-align: center;
    margin-bottom: 20px;
    color: oklch(0.147 0.004 49.25);
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );

}
.testimonials-section > p{
    color: oklch(0.446 0.03 256.802);
    line-height: 1.75rem;
    text-align: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center; 
    padding: 40px 0;
}

.testimonial-card {
    border-radius: 8px; 
    padding: 20px;
    text-align: left; 
    display: flex;
    gap: 30px;
}

.testimonial-image {
    width: 13rem;
    height: 16rem;
    border-radius: 1rem;
    object-fit: cover;
    margin-bottom: 10px; 
   
}
.testimonial-grid img{
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.testimonial-feedback {
    margin-bottom: 10px;

}
.testimonial-name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.15rem;
    color: oklch(0.21 0.034 264.665);
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    margin-bottom: 5px;
}
.testimonial-role{
    margin-top: 5px;
}
.testimonial-role,.testimonial-feedback{
    color: oklch(0.446 0.03 256.802);
    font-size: 0.95rem;
    line-height: 1.75rem;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
}
.testimonial-feedback{
    font-size: 0.92rem;
    line-height: 1.5rem;
}
body {
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
      sans-serif;
      background: #ffffff;
  }
  .navbar {
    background: #fff;
  }
  header {
    width: 100%;
  }
  header .container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:60px ;
    padding-right: 60px;
  }
  .hero {
      background-color: #fff3e8;
  }
  .navbar-brand{
    display: flex;
    align-items: center;
  }
  .navbar-brand img{
    width: 60px;
    padding: 5px;
    background: #000;
    border-radius: 10px;
    margin-right: 8px;
  }
  .separator{
      margin-left: 10px;
      margin-right: 10px;
      color: #000;
      font-weight:900;
  }
  .card-img-top{
    object-fit: cover;
    height: 200px; 
  }
  .navbar ul li a{
      border: 1px solid transparent;
      color: #262626 !important;
      display: inline-block;
      margin-top: 1px;
      outline-offset: -2px;
      font-size: 13px !important;
      position: relative;
      padding: 0 !important;
      margin-left: .8rem;
      margin-right: .8rem;
      line-height: normal;
  }
  .navbar ul li a::after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      border-bottom: 1px solid;
      transform: scaleX(0);
      margin: 0;
      transition: transform 300ms ease;
      transform-origin: center;
      border-color: black;
  }
  
  .navbar ul li a:hover::after,
  .navbar ul li a:focus::after {
      transform: scaleX(1); 
  }
  .nav-link{
      color: #262626 !important;
      font-size: 13px !important;
      line-height: 46px !important;
      display: flex;
      align-items: center;
      padding: 0 !important;
      position: relative;
      margin-left: 0.8rem;
      margin-right: 0.8rem;
      display: flex;
      align-items: center;
  }
  .nav-link p{
      margin: 0 !important;
      position: relative;
  }
  .nav-link p::after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      border-bottom: 1px solid;
      transform: scaleX(0);
      margin: 0;
      transition: transform 300ms ease;
      transform-origin: center;
      border-color: black;
  }
  
  .nav-link p:hover::after,
  .nav-link p:focus::after {
      transform: scaleX(1); 
  }
  .nav-link svg {
      width: 16px;
      height: 20px;
      transform: scaleX(-1); 
      display: inline-block; 
      margin-left: 10px;
  }
  .hero .container h1{
      font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 42px;
      line-height: 52px;
      color: #323130;
  }
  .hero{
      position: relative;
      height: 400px;
      padding: 0 !important;
  }
  .hero .hero-image{
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; 
  }
  .hero .hero-image img{
      width: 400px;
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
  }
  .hero .container{
      height: 100%;
      margin: 0;
      text-align: left;
      padding-left: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  .hero .container .row{
      gap: 20px;
  }
  .hero .container h1{
      margin-bottom: 15px;
  }
  .hero .container input{
      box-shadow: none;
      margin: 0px;
      padding: 0px 0px 0.5px;
      box-sizing: border-box;
      background-color: transparent;
      border: none;
      outline: none;
      font-weight: inherit;
      font-family: inherit;
      font-size: 16px;
      color: rgb(50, 49, 48);
      flex: 1 1 0px;
      background: rgb(255, 255, 255);
      border-radius: 0;
      padding: 15px;
  }
  .hero .input-group-append{
      background:  rgb(92, 27, 134);
     
  }
  .hero  .input-group{
      gap: 20px;
  }
  .hero .input-group-append button{
      background:  rgb(92, 27, 134);
      padding-left:25px ;
      padding-right: 25px;
      border: none;
      font-weight: 400;
      font-size: 16px;
      border-radius:4px;
      cursor: pointer;
  }
  .text-muted{
    margin-bottom: 0;
}
#our-services .container,.main-about-section .container{
    max-width: calc(100% - 120px);
    
}
.main-about-section .explore{
    border-radius: 30px;
    padding: 10px 30px !important;
    border: 1px solid #007bff;

}
.main-about-section{
    padding-top: 20px !important;
    padding-bottom: 80px !important;
}
.main.testimonials-section{
    padding-top: 20px !important;
    padding: 20px 60px;
}
#our-services p{
    color: #646464;
}
#our-services .mb-3{
    margin-bottom: 40px !important;

}
#our-services .card {
    box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108);
    border: 1px solid #fff;
    border-radius: 10px;
    pointer-events: none;
    transition: box-shadow 0.2s ease-in-out; 
}
  
#our-services .card:hover {
    box-shadow: 0 2.5px 5.5px rgba(0, 0, 0, 0.18), 0 0.5px 1.5px rgba(0, 0, 0, 0.15);
}
#our-services .card img{
    border-radius: 10px 10px 0 0;
}
#our-services h5{
    color: #171717;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "sans-serif";
}
footer .container{
    max-width: calc(100% - 120px);
}

.card.active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     z-index: 1;
 }
 
 .card.active .card-img-top{
     transform: scale(1.05);
 }
 
 .sub-cards {
     padding: 10px;
     border-top: 1px solid #ddd;
     display: flex;
      flex-direction: column;
       background: #fff;
       margin-top: -10px;
 }
 .sub-card {
     padding: 10px;
     margin-bottom: 10px;
 }
 
 .sub-card-title{
     font-size: 14px;
      font-weight: 600;
      color: #333;
      margin-bottom: 5px;
 }
 .sub-card-description{
     font-size: 13px;
     color: #555;
     margin: 0px;
 }