
.renk_baslik{
  font-weight: bold;
    font-size: 30px;

    background: linear-gradient(90deg, #e37c67, #dd2476, #1fa2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Firefox için */
    background-clip: text;
    color: transparent;
}

h3{
    color:#716f75;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; /* semibold */
}
.text-justify{
  text-align: justify;
  color: #434246;
}
p {
    color: #434246;
}
.banner-img{
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  padding-left: 0;
  margin-right: 0;
}

.banner-img img{
  width: 100%;
  height: auto;
  object-fit: cover; 
  display: block;
}
.banner-gradient, .banner-gradient-sm{
  width: 100%;
  height: 80px;
    background: linear-gradient(
    to right,
    #F68B1E,
    #7D3C98
  );
  padding-left: 0;
  margin-right: 0;
  overflow: hidden;
}


.banner-text-ps{
  width: 85%;
  margin: 50px auto; 
}


.banner-text-ps h1{
  color: #fff;
  font-size: clamp(30px, 2.8vw, 44px);
  letter-spacing: 0.03em;
  font-family: 'Brooklyne Midnight', sans-serif;
}

html:lang(el-GR) .banner-text-ps h1{
        font-size: clamp(26px, 2.1vw, 32px);
}

html:lang(bg-BG) .banner-text-ps h1{
        font-size: clamp(26px, 2.1vw, 32px);
}


.banner-gradient-sm {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}

.p5-canvas-holder {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner-anim {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.anim {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
}
.anim svg {
  position: absolute;
  right: -50%;              /* sağa yaslar */
  top: 50%;
  transform: translateY(-50%);
  transform-origin: right center;
}
.anim path {
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

#curveDownColor path, #curveUpColor path {
    fill: rgba(171, 233, 225, 0.2);
}
#curveUpColor path {
    filter: blur(3.5px) drop-shadow(0 -10px 20px rgba(171,233,225,0.2));
}
.col-logo {
  position: relative;
}

.col-relat {
  position: absolute;
  top: -25px;     /* yukarı taş */
  left: 0;    /* sola taş */
  width: 20%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  justify-content: center;
}
.box {
  transition: box-shadow 0.3s ease;
  box-shadow: 4px 6px 15px rgba(162, 1, 146, 0.08);
  border-radius: 15px;
  z-index: 2;
}

.partner-logo{
  width:100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-logo:hover{
  transform: scale(1.2);
  box-shadow: 0 12px 25px rgba(179, 124, 170, 0.35);
}

.gradient-border-lb {
  position: relative;
  border-bottom: 2px solid #9A4F7A;
  border-left:2px solid #9A4F7A;
  border-radius: 20px;
  border-bottom-right-radius: 0;
}


.our-courses-left{
  position: absolute;
  content: '';
  background-image: url(../img/our-courses-left-dec.png);
  left: -100px;
  top: 50px;
  width: 291px;
  height: 231px;
  transform: scale(80%);
  z-index: -2;
}

.our-courses-right{
  position: absolute;
  content: '';
  background-image: url(../img/our-courses-right-dec.png);
  right: -115px;
  top: -100px;
  width: 291px;
  height: 231px;
  transform: scale(90%);
  z-index: -1;
}
.banner-right{
  position: absolute;
  background-image: url(../img/banner-right-dec.png);

  width: 378px;
  height: 378px;
  content: '';
  top:-20px;
  right: 240px;
  z-index: -5;
  transform: scale(110%);
}

.banner-left{
  position: absolute;
  background-image: url(../img/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: -140px;
  bottom: 20px;
  z-index: -1;
}

.btn_page {
  width: 120px;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
a.btn_page {
  text-decoration: none; 
  display: inline-flex; 
  align-items: center;   
  justify-content: center;  
  font-size: 13px;          
  line-height: normal;  
}
a.btn_page span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 7 */
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

/* cta section*/
.simple-cta {
  margin-top:0;
  background-image: url(../img/eplatform-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100% 90%;
  width: 100%;
  padding: 80px 0px 80px 0px;
}

.left-image {
  margin-right: 45px;
}

.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

.simple-cta h4 {
  font-size: 58px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

/*cta section end*/
 
/* news*/
.news_header_text{
    transform: translateY(-42px) translateX(2px);
    margin:0;
    padding: 0;
}


.news_img_index{
    width:96%;
    border-radius: 3px;
    padding-right: 10px;
}

.news_row{
    transform: translateY(-28px); 
    background-color: rgb(218, 222, 230);
    border-radius: 3px;
    margin-left:1px;
}
@media (min-width:780px) and (max-width:991px){
    .news_header_text{
        margin-top:50px;
        text-align: center;
    }
}
@media (max-width:767px){
    .news_header_text{
        text-align: center;
        transform: translateY(0) translateX(2px);
        margin-bottom: 20px;
    }
    .news_row{
        transform: translateY(0);
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .partner-logo{
      width:45%;
      margin-bottom:20px;
    }

}
.blog_header {
    font-weight: 600;
    font-size: 15px;
}
.blog_post {
    color: #333333;
    padding: 10px;
    padding-left: 0;
}
.blog_text {
    text-align: justify;
    font-size: 14px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
/*news son */
p.card-limit{
  font-size: 15px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (width < 768px) {
  .col-logo, .col-relat{
    visibility: hidden;
  }
  .col-mobil{
    padding-left:45px;
  }
  .left-image{
    display: none;
  }
  .banner-right, .banner-left, .our-courses-left, .our-courses-right{
    display: none;
  }
}

.user-dropdown {
    background: white;
    border: none;
    padding: 6px 10px;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.user-dropdown:hover {
    background: rgba(0, 0, 0, 0.05);
}

.user-dropdown:hover .user-name {
    color: #fff;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9ecef;
    transition: all 0.2s ease;
}

.user-dropdown:hover .user-avatar {
    transform: scale(1.08);
}

.user-name {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

