/* timeline */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 20px 30px;
    position: relative;
    width: 50%;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.timeline-content {
    background-color: #dfa9a91f;
    padding: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.timeline-item::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #d94f6f;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item.left::before {
    right: -10px;
}

.timeline-item.right::before {
    left: -10px;
}

.biyografi-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 6px;
}

.biyografi-yil {
    font-weight: bold;
    font-size: 1.2em;
    color: #c13e5d;
    margin-bottom: 8px;
}

.biyografi-yazi {
    margin-top: 10px;
    color: #333;
}

/* MOBİL UYUMLULUK */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 50px;
        padding-right: 25px;
        margin-bottom: 20px;
    }
    
    .timeline-item.left,
    .timeline-item.right {
        left: 0;
    }
    
    .timeline-item::before {
        left: 20px;
        right: auto;
    }
}

/* timeline */

/* .biyografi-img {
width: 100%;
height: 444px;
object-fit: contain;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
} */
.okcan-dil {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    background-color: #d94f6f;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(217, 79, 111, 0.08);
    min-width: 54px;
}
.okcan-dil:hover {
    background-color: #c13e5d;
}
.okcan-dil > a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px !important;
}
.okcan-dil-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(217, 79, 111, 0.15);
    overflow: hidden;
    border: 1px solid #d94f6f;
}
.okcan-dil:hover .okcan-dil-dropdown {
    display: flex;
    flex-direction: column;
}
.okcan-dil-dropdown a {
    color: #d94f6f;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px !important;
    transition: background 0.2s, color 0.2s;
    min-width: 54px;
}
.okcan-dil-dropdown a:hover {
    background: #d94f6f;
    color: #fff;
}
.header-ikon {
    width: 46px;
    margin-left: 10px;
}
.sepeteekle a {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s;
    border-radius: 10px;
}
.magaza-kutu:hover .sepeteekle a {
    opacity: 1;
    visibility: visible;
}
.magaza-kutu {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.magaza-resim {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.galeri-resim {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.footer-border-bottom {
    border-bottom: 2px solid black;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-baslik {
    color: black;
    font-size: 18px;
}
.biyografi-text {
    min-height: 313px;
}
.biyografi-text p {
    text-align: justify;
}
/* mobil menü tam ekran*/
.feature-box {
    min-height: 100%;
}
.alt_menu_btn_div {
    transition: 0.5s;
}
.bg_1 {
    background-color: #1d2631 !important;
}
.bg_2 {
    background-color: #f5f5f5 !important;
}
.bg_3 {
    background-color: rgb(255 255 255 / 40%);
}
.mobil_menu_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    background-color: #d94f6f;
    overflow-x: hidden;
    transition: 0.5s;
}
.mobil_menu_overlay_content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mobil_menu_overlay a {
    padding: 12px 0px;
    margin: 6px 0px;
    text-decoration: none;
    font-size: 36px;
    color: black;
    display: inline;
    transition: 0.3s;
}
.mobil_menu_overlay a.active {
    border-bottom: 2px solid white;   
}
.mobil_menu_overlay a:hover, .mobil_menu_overlay a:focus {
    color: #f1f1f1;
}
.mobil_menu_overlay .mobil_menu_closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 80px;
}
#drop_down_1 {
    overflow-y: hidden;
    transition: 0.5s;
}
/* mobil menü tam ekran */

/* mobil menü buton */
#nav-icon3 {
    width: 46px;
    height: 38px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d94f6f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 15px;
}
#nav-icon3 span:nth-child(4) {
    top: 30px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* mobil menü buton */
.floating-cart-btn {
    position: fixed;
    bottom: 100px;
    right: 28px;
    z-index: 1050;
    transition: all 0.3s ease;
    display: none; /* BaÅŸlangÄ±Ã§ta gizli */
    border-radius: 0.375rem;
    background-color:#fd961e;
    border-color:#fd961e;
}

.floating-cart-btn .badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

.floating-cart-btn:hover{
    background-color:#fd961e;
    border-color:#fd961e;
    color: white;
}

.floating-cart-btn>.fa-shopping-cart{
    margin-left: 0px;
}

.sepetPadding{
    padding: 5px 11px !important;
}


.course-detail-sec .topblock {
  background-color: #FDF4E7;
  padding: 122px 0;
}
.course-detail-sec .topblock .tblock-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

.course-detail-sec .instructor-user {
  width: clamp(60px, 6.667vw, 240px);
  height: clamp(60px, 6.667vw, 240px);
  flex-shrink: 0;
}

.course-detail-sec .user-img {
  width: clamp(40px, 2.5vw, 140px);
  height: clamp(40px, 2.5vw, 140px);
}

.course-detail-sec .faq-block {
  background-color: #EAEAEC;
  padding: 0;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
.course-detail-sec .faq-block .accordion-button {
  display: flex;
  justify-content: space-between;
  margin: 0;
  position: relative;
  padding: clamp(14px, 0.938vw, 86px) clamp(12px, 0.833vw, 72px) !important;
  padding-right: clamp(42px, 2.5vw, 60px) !important;
}
@media (max-width: 490px) {
  .course-detail-sec .faq-block .accordion-button {
    align-items: flex-start;
  }
}
@media (max-width: 399px) {
  .course-detail-sec .faq-block .accordion-button {
    font-size: 14px;
  }
}
.course-detail-sec .faq-block .accordion-button.collapsed {
  border-radius: 0px;
  margin: 0;
  padding: clamp(18px, 1.25vw, 106px) clamp(12px, 0.833vw, 72px) !important;
  padding-right: clamp(42px, 2.5vw, 60px) !important;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
.course-detail-sec .faq-block .accordion-button.collapsed h5 {
  color: #333333 !important;
}
.course-detail-sec .faq-block .accordion-button.collapsed::before {
  transition: all 0.3s ease;
  background-image: none !important;
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  transform: rotate(0deg);
  color: #000000 !important;
}
.course-detail-sec .faq-block .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  padding: 0 0 clamp(14px, 0.938vw, 86px);
}
.course-detail-sec .faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.course-detail-sec .faq-block .accordion-button::before {
  content: "\f054";
  width: clamp(16px, 1.042vw, 96px);
  height: clamp(16px, 1.042vw, 96px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: "Font Awesome 6 Free";
  background-image: none !important;
  position: absolute;
  right: 16px;
  font-weight: 900;
  color: #FDF4E7 !important;
  font-size: clamp(16px, 1.042vw, 96px);
  cursor: pointer;
  transform: rotate(-90deg);
}

.course-detail-sec .faq-block .faq-detail-block {
  padding: clamp(8px, 0.625vw, 50px) clamp(12px, 0.833vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.course-detail-sec .faq-block .faq-detail-block:hover {
  background-color: #FDF4E7;
}

.course-detail-sec .detail-wrapper {
  position: relative;
}
.course-detail-sec .detail-wrapper .detail-card {
  padding: clamp(18px, 1.25vw, 106px);
  position: absolute;
  top: -380px;
  border-radius: 16px;
  border: 1px solid #EAEAEC;
  background-color: #FAFAFA;
}
@media (max-width: 1025px) {
  .course-detail-sec .detail-wrapper .detail-card {
    position: unset;
  }
}
.course-detail-sec .detail-wrapper .detail-card .card-img {
  border-radius: 8px;
}
.course-detail-sec .detail-wrapper .detail-card .c-contant {
  padding: 0 clamp(8px, 0.625vw, 50px);
}
.course-detail-sec .detail-wrapper .detail-card .c-contant .block-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-detail-sec .detail-wrapper .detail-card .c-contant .block-1 .svg-block svg {
  width: clamp(16px, 1.042vw, 96px);
  height: clamp(16px, 1.042vw, 96px);
}
.text-16 {
    color: #45474F !important;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 0.833vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}
.light-gray {
    color: #92949F !important;
}
.accordionHeaderText {
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.198vw, 62px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.add-to-cart {
    display: flex;
    background-color: transparent;
    color: #0C0C0D;
    border-radius: 30px;
    height: 50px;
    padding: 8px 32px;
    line-height: 120%;
    border: 1px solid #45474F;
    text-align: center;
    cursor: pointer;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: clamp(14px, .833vw, 20px);
}
.add-to-cart:hover {
    background-color: #004439;
    color: #fff;
    border-color: #45474F;
}

