  @font-face {
      font-family: 'IRANSans';
      src: url('../font/IRANSansWeb.ttf') format('ttf'),
      url('../font/IRANSansWeb.eot') format('eot'),
      url('../font/IRANSansWeb.woff2') format('woff2'),
           url('../font/IRANSansWeb.woff') format('woff');
      font-weight: 300 800;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'estedad';
      src: url('../font/estedad.ttf') format('ttf'),
      url('../font/estedad.eot') format('eot'),
      url('../font/estedad.woff2') format('woff2'),
           url('../font/estedad.woff') format('woff');
      font-weight: 300 800;
      font-style: normal;
      font-display: swap;
    }
    :root{
      --primary-bg: #e6f5f4;      /* زمینه پایین (آکوا بسیار روشن) */
      --accent: #289E8D;          /* رنگ دکمه‌ها و آیکون‌ها (تِیل) */
      --accent-dark: #238976;     /* تِیل تیره‌تر */
      --onhover:#BC9E6C;
      --card-bg: #ffffff;
      --header-dark: #1e2324;     /* پس‌زمینه هدر اسلایدر */
      --muted: #7d7d7d;
      --title-color: #23323a;
    }
    html,body{
      font-family: 'estedad', Tahoma, Arial, sans-serif;
      background: white;
      color: #333;
      scroll-behavior: smooth;
    }
    p{
      font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    }
body {
    background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'>\ <circle cx='2' cy='2' r='1.2' fill='%23e0e0e0' />\ </svg>");
    background-repeat: repeat;
    background-size: 6px;
}

/* ------------ Loading ----------------*/
  /* لایه‌ی لودینگ */
  #loader {
      position: fixed;
      inset: 0;
      background-color: #000; /* بکگراند فقط هنگام لودینگ */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    #loader img {
      width: 80%;
    }

    /* افکت محو شدن لودینگ */
    #loader.hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease;
    }
    .mainmenu{
      justify-content: space-between;

    }
    /* ---------- Header / Navbar ---------- */
    .site-navbar{
      background: transparent;
      position: relative;
      z-index: 50;
      padding: 18px 0;
    }
    .brand-logo{
      font-weight: 700;
      color: white;
    }
    .topbar{
      position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    padding: 12px 24px;
    background: #2b2b2b;
    }
    a.nav-link {
    color: white;
}
    .loginlink{
      background: var(--accent);
    }
    .loginlink:hover{
      background: var(--onhover);
    }
    /* make navbar icons white over dark hero */
    .navbar-toggler {
      border: none;

    }
    .navbar-brand:focus, .navbar-brand:hover{
      color: #fff;
    }
    li.nav-social {
    display: none;
}
    
    /* ---------- Hero / Carousel ---------- */
    /* ---------- Hero / Carousel ---------- */
    .slidepattern, .slidepattern2, .slidepattern3{
      min-height: 620px;
      padding: 40px;
      position: relative;
      overflow: hidden;
      color: white;
          font-family: estedad;
    }
    .hero-card .hero-title{
      font-size: 38px;
      font-weight: 700;
      color: white;
      margin-bottom: 12px;
          font-family: estedad;
    }
    .hero-card .hero-sub{
      color: rgba(255,255,255,0.85);
      margin-bottom: 18px;
          font-size: 1.3rem;
          font-family: 'estedad';
    }
    .hero-card .hero-cta{
      background: var(--accent);
      border: none;
      color: #fff;
      padding: 10px 18px;
      border-radius: 10px;
      font-weight: 600;
      box-shadow: 0 8px 18px rgba(36,150,130,0.18);
      text-decoration: none;
    }
    .heroimage{
      position: absolute;
      right: 28px;
      bottom: -20px;
      width: 420px;
      transform: rotate(-8deg);
      pointer-events: none;
    }
    .slidepattern{
      background: url('../img/slidepattern.png') !important;
    }
    .slidepattern .hero-card h2{
    font-size: 3rem;
    }
    .slidepattern .hero-card p{
    font-size: 1.4rem;
    }
   
    
    .slidepattern2{
      background: url('../img/slidepattern2.png') !important;
          background-size: cover !important;
    }
    .slidepattern2 .hero-card h2{
display: block;
    width: 100%;
    text-align: center;
    font-size: 6rem ;
    }
   
    .slidepattern3{
      background: url('../img/maktab.gif') !important;
      background-size: cover !important;
    }
    .slider-img-brush{
      position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    z-index: 1;
    }
    .slider-img-splash{
      position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    z-index: 0;
        filter: opacity(0.3);
    }
   .slider-img-splash2 {
    position: absolute;
    left: 16%;
    bottom: -170px;
    width: 500px;
    z-index: 0;
    filter: hue-rotate(399deg) opacity(0.3);
    transform: rotate(45deg);
}
    /* carousel controls bigger and circular like design */
    .carousel-control-prev, .carousel-control-next{
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.06);
          top: 50%;
    transform: translateY(-50%);
    }
    .carousel-control-prev {
    margin-right: 10px;
}
.carousel-control-next {
    margin-left: 10px;
}

.carousel-indicators {
    left: auto;
    right: 25px;
    bottom: 10px;
    margin: auto;
}
.carousel-indicators [data-bs-target] {
    background: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
}
.carousel-indicators .active {
    width: 35px;
    background: #fff;
}
.glass-box {
    position: relative;
    background: url(../img/cardbg.png) no-repeat;
    border-radius: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 60px;
    color: white;
    background-size: cover;
    min-height: 400px;
    border: 2px solid #719699;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 80%;
    align-items: flex-end;
    margin: 0 auto;
        z-index: 1;
}
.glass-box2 {
    position: relative;
    background: url(../img/cardbg2.png) no-repeat;
    border-radius: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 60px;
    color: white;
    background-size: cover;
    min-height: 400px;
    border: 2px solid #719699;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 80%;
    align-items: flex-end;
    margin: 0 auto;
        z-index: 1;
}
.glass-box3 {
    position: absolute;
    background: url(../img/cardbg3.png) no-repeat;
    border-radius: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    padding: 40px;
    color: white;
    background-size: cover;
    border: 2px solid #719699;
    max-width: 500px;
    margin: 0 auto;
    z-index: 1;
    bottom: -27px;
    right: 0;
    left: 0;
}
.hero-card.glass-box3 p {
    width: 100%;
    text-align: center;
}
  
.header-slider .splide__pagination {
    left: auto;
    right: 25px;
    bottom: 10px;
    margin: auto;
}
.header-slider .splide__pagination li button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all .6s;
}
.header-slider .splide__pagination li button.is-active {
    width: 35px;
    background: #fff;
        transform: none;
}
    /* ---------- Main sections ---------- */
    main{
      margin-top: 48px;
    }
    .section-title{
      text-align: center;
      margin: 48px 0 28px;
      color: var(--title-color);
    }
    .titleimg{
      max-width: 400px;
    }
    .section-sub{
      text-align:center;
      color:var(--muted);
      margin-bottom: 18px;
    }

    /* features row (3 circles) */
    .feature-circle {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    position: relative;
    box-shadow: 0 6px 20px rgba(36, 150, 130, 0.06);
    z-index: 2;
}
    .feature-caption{
      background: var(--accent);
      color: white;
      border-radius: 6px;
      padding: 8px 12px;
      display: inline-block;
      font-size: 14px;
      position: relative;
      top: -12px;
    }
    .feature-circle img {
    max-width: 130px;
    z-index: 2;
    margin-top: 10px;
}
    .vector-right:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 14px;
    top: 30px;
    z-index: 2;
}
.vector-right:after {
    content: "";
    width: 7px;
    height: 12px;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 33px solid #ffffff;
    position: absolute;
    transform: rotate(39deg);
    bottom: -20px;
    right: 9px;
    z-index: 1;
}
.vector-center:before {
    content: "";
    width: 200px;
    height: 200px;
    background: #d4ece8;
    position: absolute;
    border-radius: 50%;
    bottom: 10px;
}
.vector-left:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 6px;
    top: 30px;
    z-index: 2;
    transform: rotateY(180deg);
}
.vector-left:after {
    content: "";
    width: 7px;
    height: 12px;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 33px solid #ffffff;
    position: absolute;
    transform: rotate(87deg);
    bottom: -20px;
    left: 24px;
    z-index: 1;
}
.course-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1px 24px;
    font-family: 'estedad';
    z-index: 1;
    margin-top: 9px;
    margin-right: -10px;
}
    /* cards (Featured Classes) */
    .course-card {
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    background: var(--card-bg);
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.course-holder {
    overflow: hidden;
    border-radius: 25px;
}
a.readmore {
    position: absolute;
    bottom: -34px;
    display: inline;
    right: 0;
    left: 0;
    background: #289E8D;
    width: fit-content;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .course-card .card-body{
      padding: 18px;
      color: #6B6B6B;
      z-index: 2;
    position: relative;
    }
    .card-body *{
      color: #6B6B6B;
      transition: all 1s;
    }
    .card-body h3 {
    font-family: 'estedad';
    line-height: 2;
    color: #6B6B6B;
    font-weight: bold;
}
.course-price {
    font-size: 19px;
    font-weight: bold;
    font-family: 'estedad';
    color: #434343;
}
    .btn-ghost{
      background: #f2f7f6;
      border: none;
      color: var(--accent-dark);
      padding: 8px 12px;
      border-radius: 8px;
      font-weight: 600;
    }

    .course-card:hover img.course-pic {
    transform: scale(2.2);
}
.course-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(0deg, #ff85077a, transparent);
    transition: 0;
    z-index: 2;
    border-radius: 25px;
    transition-delay: 0s;
}
.course-card:hover:before{
  height: 100%;
  transition: height .79s ease-in-out;
    transition-delay: .7s;
}
.course-card:hover h3 {
   color: #1e2324;
}
.course-card img.course-pic {
    transform-origin: top center;
    transition: all 1s;
    z-index: 1;
    position: relative;
}
    /* gallery */
    .gallery-stage {
    background: url(../img/gallerybg.png);
    padding: 48px 16px;
    border-radius: 18px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
    .gallery-frame{
      width: 220px;
      height: 300px;
      margin: 0 auto;
      border-radius: 12px;
      overflow: hidden;
      background: white;
      border: 6px solid rgba(255,255,255,0.9);
      box-shadow: 0 14px 40px rgba(0,0,0,0.08);
    }
.splide__list {
    direction: ltr;
}
.gallery-stage .splide__slide img {
    max-width: 350px;
    border-radius: 30px;
    border: 7px solid #c7a97b;
    transform: scale(.5);
     transition: all 1s;
     opacity: .5;
}

.gallery-stage .splide__slide.is-visible.is-active img
 {
    transform: scale(1);
    transition: all 1s;
    opacity: 1;
}
.gallery-link {
    background: #BC9E6C;
    color:#fff;
    font-weight: bold;
}
.gallery-link:hover {
    background: #b98833;
}
.gallery-stage .splide__slide.is-visible.is-next img:hover,.gallery-stage .splide__slide.is-visible.is-prev img:hover {
    cursor: pointer;
}
/* instructors */
    .instructor-card{
      text-align: center;
      padding-top: 12px;
      position: relative;
    }
   .instructor-card .photo {
    width: 100%;
    object-fit: cover;
    margin: 0 auto 12px;
}
.instructor-text {
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
    .instructor-name{
      font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    }
    .instructor-role{
      color: #fff;
    font-size: 1.2rem;
    }

    /* footer */
    .footer {
      background-color: #a9d2d1;
      color: #2d2d2d;
      padding: 50px 0;
      position: relative;
    }
    footer p {
    font-family: 'estedad';
    font-size: 1.3rem;
}
    .footer a {
      color: #2d2d2d;
      text-decoration: none;
    }
    .footer a:hover {
      color: #444;
    }
    
    .footer .map img {
      transition: transform 0.3s;
    }
    .footer .map img:hover {
      transform: rotate(180deg);
    }
   
    .footer .social a {
      margin: 0 5px;
      font-weight: 500;
      color: #2d2d2d;
    }
    .footer .social a:hover{
      color: #000;
      font-weight: bold;
    }
    .footer .namad {
      text-align: center;
      margin-top: 30px;
    }
    .footer .namad img {
      width: 120px;
    }
    .footer i{
      color: #fff;
      margin: 0 5px;
    }

    .text-center.footer-map-holder {
    margin: -122px 0;
}
.footer-content-top {
    padding-left: 90px;
}
.footer-content-bottom {
    padding-right: 90px;
}
    .footer-line{
      width: 50%;
      background: white;
      height: 4px;
      border-color: white;
      opacity: .8;
    }
        /* Responsive adjustments for mobile like design */
        @media (max-width: 1400px){
            .course-card:hover img.course-pic {
    transform: scale(2.4);
}
        }
        @media (max-width: 1200px){
          .slider-img-brush {
            width: 400px;
            bottom: 10%;
        }
        .hero-card .hero-sub{
      color: rgba(255,255,255,0.85);
      margin-bottom: 18px;
          font-size: 1.3rem;
    }
    .slider-img-splash {
    width: 400px;
    bottom: 15%;
}
.slider-img-splash2 {
    width: 350px;
    bottom: -7%;
    left: 21%;
}
.slidepattern2 .hero-card h2 {
    font-size: 4rem;
}
.glass-box,.glass-box2 {
    background-position: center;
}
.course-card:hover img.course-pic {
    transform: scale(2.7);
}
      }

       @media (max-width: 992px){
        .mainmenu{
      position: absolute;
    top: 0px;
    right: -24px;
    background: white;
    width: 50%;
    height: 100vh;
    transition: none !important;
      transform: translateX(100%);
  animation: slideIn 0.7s ease-out forwards;

    }
    .mainmenu .extra{
      display: none;
    }
    .mainmenu .close{
      color: #2f9e8d;
    border: 2px solid #2f9e8d;
    padding: 3px;
    border-radius: 100%;
}
    
    .mainmenu .nav-link {
    color: #289e8d;
    font-weight: bold;
    margin: .5rem;
    border: 2px solid #bc9e6c;
    border-radius: 10px;
    padding-right: 10px;
}
li.nav-social  {
  display: block;
    border-top: 2px solid #bc9e6c;
    margin: 0 10px;
    padding-top: 10px;
    color: #bc9e6c;
      }
      li.nav-social a {
    color: #bc9e6c;
    text-decoration: none;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}





        .slider-img-brush {
    width: 280px;
    bottom: 17%;
}
.slider-img-splash {
    width: 300px;
    bottom: 22%;
}
.slider-img-splash2 {
    width: 250px;
    bottom: 3%;
}
.slidepattern2 .hero-card h2 {
    font-size: 2.5rem;
}
.slidepattern .hero-card h2 {
    font-size: 2rem;
}

.course-card:hover img.course-pic {
    transform: scale(2.5);
}

.feature-circle {
    padding: 40px;
}
.course-link {
    padding: 2px 15px;
        font-size: 12px;
}
.feature-circle img {
    max-width: 80px;
        margin-top: 20px;
}
.vector-right:before {
    left: 10px;
    top: 28px;
}
    .vector-right:after {
        transform: rotate(42deg);
        bottom: -22px;
        right: -17px;
    }
.vector-left:before {
    right: 4px;
    top: 28px;
}
.vector-left:after {
    transform: rotate(83deg);
    bottom: -21px;
    left: 0px;
}
.vector-center:before {
    width: 155px;
    height: 155px;
    bottom: 1px;
}
      }

    @media (max-width: 768px){

      .titleimg {
    max-width: 280px;
}
      .slidepattern, .slidepattern2, .slidepattern3 {
    min-height: calc(100vh - 106px);
}
.slidepattern3 {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.glass-box, .glass-box2{
  height: 70vh;
}
.glass-box {
    height: 70vh;
    justify-content: flex-start;
    background-position: left;
    gap: 44px;
}
.glass-box2 {
    padding: 17px;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
            background-position: left;
}
.slider-img-brush {
    width: 370px;
    bottom: 8%;
    left: -5%;
} 
.slider-img-splash {
    width: 500px;
    bottom: 20%;
    left: -5%;
}
.slider-img-splash2 {
    width: 400px;
    bottom: -14%;
    transform: rotate(65deg);
    left: 35%;
}
      .glass-box {
    padding: 35px 15px;
}
      .hero-carousel .carousel-item{
        padding: 22px;
        min-height: 360px;
        border-radius: 0;
      }
      .header-slider .splide__arrow--next {
        background: url(../img/arrow-bg-next.png) no-repeat;
        padding: 67px 0px;
        background-size: contain;
        background-position: center;
        border-radius: 0;
        margin-right: -17px;
    }
    .header-slider .splide__arrow--prev {
        background: url(../img/arrow-bg-prev.png) no-repeat;
        padding: 67px 0px;
        background-size: contain;
        background-position: center;
        border-radius: 0;
        margin-left: -17px;
    }

.course-card:hover img.course-pic {
    transform: scale(2);
}


    .feature-circle {
        padding: 60px;
    }
        .vector-right:before {
        left: 10px;
        top: 28px;
        transform: rotate(3deg);
    }
        .vector-right:after {
        transform: rotate(43deg);
        bottom: -23px;
        right: -3px;
    }
        .vector-left:before {
        right: 4px;
        top: 28px;
    }
            .vector-left:after {
        transform: rotate(86deg);
        bottom: -20px;
        left: 9px;
    }
        .vector-center:before {
        width: 200px;
        height: 200px;
        bottom: 1px;
    }

        .course-link {
        padding: 2px 21px;
    }
    .text-left-offline {
      padding-left: 39px;
    }
.text-center.footer-map-holder {
    margin: 0;
}
.footer-content-bottom {
    padding-right: 15px;
}
.footer-content-top {
    padding-left: 15px;
}
.footer-content-top p,.footer-content-bottom p {
    font-size: 0.9rem;
}
.text-center.footer-map-holder {
    margin: 0;
}
      .hero-carousel .hero-card{ max-width: 100%; padding: 20px; }
      .hero-carousel .hero-title{ font-size: 26px; }
      .gallery-frame{ width: 160px; height: 220px; }
    }

     @media (max-width: 528px){
          .mainmenu {
        width: 100vw;
    }
      .slider-img-brush {
    width: 250px;
}
.slider-img-splash {
    width: 230px;
    left: 0;
}
.slider-img-splash2 {
    width: 250px;
}
.gallery-stage {
    padding: 0px 16px;
}

.gallery-stage .splide__slide.is-visible.is-active img {
    transform: scale(0.6);
}

.course-card:hover img.course-pic {
    transform: scale(2.5);
}
     }






/*shop Page  */

 .search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .search-box {
    width: 100%;
    height: 54px;
    background-color: #f4f4f4;
    border-radius: 50px; /* گردی گوشه‌ها */
    overflow: hidden;
  }

  .search-box .form-control {
    border: none;
    background-color: transparent;
    height: 54px;
    font-size: 18px;
    text-align: right; /* چون متن فارسی است */
    direction: rtl;
    padding-right: 20px;
    color: #555;
  }

  .search-box .form-control:focus {
    box-shadow: none;
    outline: none;
  }

  .search-box .btn {
    border: none;
    background-color: transparent;
    color: #555;
    font-size: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-box .btn:hover {
    background-color: transparent;
    color: #000;
  }

.shop-main .card-body {
    padding-top: 0;
}




     /* PRODUCT PAGE   */

    .product-title {
    color: white;
    background: #289e8d;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -150px;
    position: relative;
}
.product-teacher h5 {
    background: #F2F2F2;
    color: #6B6B6B;
}
.product-price-cart {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 0 10px;
}
.product-price-cart h6 {
    color: #289E8D;
    padding-right: 10px;
}
.product-info h6, .product-info p {
    color: #6b6b6b;
     text-align: right;
    padding-right: 12px;
}
.product-info p {
    font-size: .7rem;
}
.product-headline .accordion-item {
    border: none;
    background: #f2f2f2;
    border-radius: 13px;
}
.product-headline .accordion-button {
    background: #f2f2f2;
    color: #289e8d;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.product-headline .accordion-button:after {
    filter: brightness(0) saturate(100%) invert(62%) sepia(59%) saturate(477%) hue-rotate(120deg) brightness(90%) contrast(93%);
}
.product-headline .accordion-body {
    text-align: right;
    color: #6b6b6b;
    font-size: .8rem;
}


.comment-main {
    background: #F2F2F2;
    border-radius: 10px;
}
.comment-point {
    background: #DAFFFA;
    padding: 0px 10px;
    border-radius: 10px;
    color: #35D5BE;
    border: 1px solid;
}
.comment-name h5 {
    color: #289E8D;
}

.comment-accordion .accordion-header button {
    background: #B7E0DF;
        color: #6b6b6b;
}
.comment-accordion button.form-submit{
    background: #289E8D;
    border-color: #04927e;
}
.comment-accordion button.form-submit:hover {
    background: #BC9E6C;
    
    border-color: #c27f0b;
}

.comment-accordion:after {
    content: "";
    position: absolute;
    top: -296px;
    width: 100%;
    height: 270px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #b7e0df;
}

@media (max-width: 992px){
  .product-teacher {
    flex-direction: column;
}
.product-info h6, .product-info p {
    text-align: center;
    padding-right: 0px;
    padding-top: 5px;
}

}
@media (max-width: 768px){
  .comment-accordion:after {
   display: none;
}
}


@media (max-width: 528px){
  .product-price-cart a, .product-price-cart h6 {
    font-size: .7rem;
    align-items: center;
    text-align: center;
}
.product-price-cart a img {
    width: 15px;
    height: 15px;
}
}














/* Teacher Page */

.teacher-info-ico{
    font-size: 15px;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 5px;
    width: 35px;
    height: 30px;
    text-align: center;
    align-content: center;
}
.teacher-info h3,.teacher-info-ico i.fa-user {
    color: #289E8D;
}
.teacher-info ul {
    list-style: none;
}
.teacher-info ul li {
    position: relative;
}
.teacher-info ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #6b6b6b;
    position: absolute;
    right: -20px;
    bottom: 6px;
    border-radius: 100%;
}
.teacher-info h3 ul li:after {
    background: #289e8d;
    width: 7px;
    height: 7px;
}
.teacher-info h6 {
    color: #636363;
    font-weight: bold;
}
.teacher-resume-holder {
    background: #f2f2f2;
    border-radius: 15px;
}
.teacher-resume-pic img{
      position: absolute;
    left: 0;
    bottom: 0;
    max-width: 220px;
}
.teacher-resume-text {
    color: #6b6b6b;
    text-align: justify;
}
.teacher-works ul.nav {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 10px;
}
.teacher-works .nav-tabs .nav-link.active {
    background: linear-gradient(178deg, #d3d3d3, #f5f5f5);
    color: #707585;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 20px;
    box-shadow: 2px 3px 4px -1px rgb(0 0 0 / 16%);
    transition: all 0.2s 
ease-in-out;
    border: 1px solid #fdfdfd;
}
.teacher-works .nav-link,.teacher-works .nav-tabs .nav-link:focus {
    color: #8d9099;
}
.teacher-works .nav-link,.teacher-works .nav-link:hover {
   border: none;;
}
.teacher-work-tab {
      position: relative;
    border-radius: 35px;
        overflow: hidden;
}
.teacher-work-info {
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    height: 50%;
    align-content: end;
    padding-bottom: 20px;
    background: linear-gradient(0deg, black, transparent);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
        transition: all 0.8s 
ease;
    transform: translateY(100px);
    opacity: 0;
}

.teacher-work-tab:hover .teacher-work-info{
  transform: translateY(0px);
    opacity: 1;
}

@media (max-width: 768px){
  .teacher-resume-holder {
    background: none;
}
  .teacher-resume-pic img{
      position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -200px;
}
.teacher-resume-pic, .teacher-resume-text {
    background: #f2f2f2;
}
.teacher-resume-pic {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
        margin-top: 200px;
}
.teacher-resume-text {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

}








/* Blog Page */

section.blog-nav nav {
    background: #f2f2f2;
    height: 54px;
    border-radius: 50px;
    color: #289e8d;
}
section.blog-nav nav ul {
    justify-content: space-evenly;
}

section.blog-nav nav ul li a {
    text-decoration: none;
    
    color: #289e8d;
}
section.blog-nav nav ul li a:hover {
    text-decoration: none;
    color: var(--onhover);
}

.blog-slider .splide__track{
border-radius: 50px;
}

.blog-slider .glass-box3 {
    max-width: 750px;
}
.blog-slider .glass-box3 h3 {
    line-height: 2;
}

aside.blog-aside {
    background: #f2f2f2;
    border-radius: 10px;
}
aside.blog-aside .accordion {
    margin: 60px 10px;
    border-right: 2px solid #d9d9d9;
    background: none;
}
aside.blog-aside .accordion-header button{
    background: none;
    font-size: 1.3rem;
    color: #289e8d;
    border-right: 3px solid #289e8d;
        margin-right: -3px;
    border-radius: 0 !important;
    
        --bs-accordion-border-color: none;
}
aside.blog-aside .accordion-button.collapsed {
    background: none;
    font-size: 1.3rem;
    color: #6b6b6b;
    border: none;
        margin-right: 0px;
    border-radius: 0 !important;
}
aside.blog-aside .accordion-item {
    border: none;
    background: none;
}
aside.blog-aside .accordion-body ul li a{
  color: #6b6b6b;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 2;
}

section.blog-slider-importantnews,section.blog-slider-image-report,section.blog-slider-learn {
    background: linear-gradient(to bottom, #B3DCDB 0%, #B3DCDB 85%, transparent 85%, transparent 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 70px 10px 0;
}
section.blog-important-news h4,section.blog-image-report h4,section.blog-learn h4{
    color: #289e8d;
}
.blog-news-title {
    position: absolute;
    top: 0;
    right: 32px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
      background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'>\ <circle cx='2' cy='2' r='1.2' fill='%23e0e0e0' />\ </svg>");
    background-repeat: repeat;
    background-size: 6px;
    background-color: #fff;
    z-index: 2;
}

section.blog-slider-specializednews,section.blog-slider-video-report,section.blog-slider-interview {
    background: linear-gradient(to bottom, #eae2d3 0%, #eae2d3 85%, transparent 85%, transparent 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 70px 10px 0;
}
section.blog-specialized-news h4,section.blog-video-report h4,section.blog-interview h4{
    color: #BC9E6C;
}
p.blog-base-continue-line a, p.blog-base-continue-line span {
    text-decoration: none;
    color: #BC9E6C;
}
p.blog-base-continue-line span{
    font-size: .7rem;

}
p.blog-base-continue-line a:hover{
    color:#996408 ;
}
p.blog-base-continue-line .blog-text-line {
    width: 20%;
    display: inline-block;
    height: 2px;
    background: #BC9E6C;
    margin: 2px;
}




.blog-base-inner .hero-card {
    background: #f2f2f2;
}
.blog-base-inner .blog-base-pic{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-base-inner .hero-card{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    direction: rtl;
}
.blog-base-inner .hero-card .hero-sub {
    padding: 15px;
    margin: 0;
    color: #289e8d;
}
.blog-base-inner .hero-card p {
    text-align: center;
    padding: 1px 6px;
    color: #6B6B6B;
}
.blog-base-inner .hero-card p.blog-base-text{
font-size: small;
}
.blog-base-inner .hero-card a.blog-base-continue{
color: #289e8d;
text-decoration: none;
}
.read-more{
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 15px;
    
}
.read-more a {
    text-decoration: none;
    color: #6b6b6b;
}

.blog-slider-image-report .hero-card {
    position: absolute;
    bottom: 18px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    background: none;
}
.blog-slider-image-report .hero-card h3, .blog-slider-image-report .hero-card p {
    color: white !important
    
}
.blog-slider-image-report .blog-base-pic {
    border-radius: 15px;
    border: 9px solid #bfe1df;
}



@media (max-width: 998px){
.blog-slider .glass-box3 {
    max-width: 550px;
}
}

@media (max-width: 768px){
.blog-slider .glass-box3 {
    max-width: 450px;
}
}

@media (max-width: 528px){
section.blog-nav nav ul li a {
        font-size: .7rem;
}
    .blog-slider .glass-box3 {
        max-width: 100%;
        width: 100%;
    }    .blog-slider .glass-box3 {
        max-width: 100%;
        width: 100%;
    }
    p.blog-base-continue-line .blog-text-line {
    width: 10%;
}
p.blog-base-continue-line a, p.blog-base-continue-line span {
  
    font-size: .6rem;
}
}







/* Blog Page */
.blog-page-main {
    background-color: #f2f2f2;
    border-radius: 20px;
    margin-bottom: 3rem;
    overflow: hidden;
}
.blog-page-photo {
    position: relative;
    overflow: hidden;
}
.blog-page-photo .glass-box3 {
    max-width: 90%;
    border: 1px solid #719699;
}
.blog-page-photo .glass-box3 h3 {
    font-size: 1.7rem;
}
@media (max-width: 768px){
    .blog-page-photo .glass-box3 h3 {
    font-size: 1rem;
    padding-bottom: 15px;
}
.blog-page-photo .glass-box3 {
    max-width: 90%;
    border: 1px solid #719699;
    padding: 10px 20px;
}
}
@media (max-width: 528px){
    .blog-page-photo .glass-box3 h3 {
    font-size: .7rem;
    padding-bottom: 8px;
}
.blog-page-photo .glass-box3 {
    max-width: 90%;
    border: 1px solid #719699;
    padding: 10px 20px;
    border-radius: 10px;
    width: 80%;
}
}