@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
html{
    overflow-x:hidden !important;
    font-family:'Manrope',sans-serif !important;
}
.bin{
    width:1350px;
    margin:auto !important;
}

.teacher-card{
    background:#fff;
    border-radius:16px;
    padding:20px 24px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
    max-width:520px;
}
.teacher-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:14px;
}
.teacher-avatar{
    width:64px;
    height:64px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
}
.teacher-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.teacher-info h5{
    margin:0;
    font-size:16px;
    font-weight:600;
    color:#333;
}
.teacher-info .rating{
    display:block;
    font-size:13px;
    color:#F89221;
    margin:2px 0 4px;
}
.teacher-info .branches{
    font-size:13px;
    color:#777;
}
.teacher-desc{
    font-size:14px;
    color:#666;
    line-height:1.6;
    margin-bottom:12px;
}
.fast-appointment{
    font-size:14px;
    color:#F89221;
    font-weight:600;
    text-decoration:none;
}
.fast-appointment:hover{
    text-decoration:underline;
}

.Breadcrumb{
    background-color:#F89221;
    height:300px;
    position:relative;
    display:flex;
    align-items:center;     
    justify-content:center; 
    text-align:center;
}
.breadbgimg{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    width:100%;
    height:100%;
}
.Breadtext{
    position:relative;
    z-index:2; 
    max-width:800px; 
}
.Breadtext h6{
    font-weight:600;
    color:#FFF;
    font-size:15.6px;
}
.okreturn{
    margin-top:15px;
    margin-bottom:15px;
    font-weight:600;
    color:green;
    font-size:14.6px;
}
.Breadtext h3{
    font-size:30.5px;
    line-height:34.5px;
    font-weight:600;
    color:#FFF;
}
.Breadtext p{
    font-weight:500;
    font-size:13.9px;
    line-height:25px;
    margin-top:10px;
    color:#FFF;
}
/*
.paketbox{
    background-color:#FAFAFA;
    margin-top:12px;
    border-radius:15px;
    padding:10px;
}
.paketbox h2{
    color:#333;
    width:100%;
    display:block;
    font-size:18px;
    font-weight:600;
    border-radius:5px;
    padding:8px;
    
}
*/

.paketbox{
    background-color:#FFF;
    margin-top:12px;
    border-radius:15px;
    padding:10px;
    border:1px solid #D9D9D9;
}
.paketbox h2{
    background-color:#f89221;
    color:#FFF;
    width:100%;
    display:block;
    text-align:center;
    font-size:17.2px;
    font-weight:600;
    border-radius:5px;
    padding:8px;
    font-family:'HelveticaNeueBold',sans-serif;
}
.tumpaketler{
    color:#FB9920;
    font-size:14.5px;
    font-weight:500;
    margin-bottom:12px;
    margin-top:0px;
    display:block !important;
    
}
.paketbox h6{
    color:#384B73;
    font-weight:500;
    margin-bottom:14px;
    font-size:13.7px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.paketbox span{
    margin-right:7px;
}
.fa-circle-check{
    color:#F89221;
}
.paketbox p{
    color:#848199;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:13.5px;
    font-weight:400;
}
.paketbox a{
    display:block;
    width:100%;
    line-height:45px;
    margin-bottom:6px;
    border-radius:15px;
    font-size:13.4px;
    font-weight:500;
    text-align:center;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#F89221;
    margin-top:10px;
    border:1px solid #F89221;
}
.paketbox a:hover{
    background-color:#F89221;
    color:#FFF;
}
.paketprice h5{
    color:#F89221;
    font-size:17px;
    font-family:'HelveticaNeueBold',sans-serif;
    font-weight:600;
    margin-top:16px;
    margin-bottom:16px;
}
/*
.paketbox h6{
    color:#384B73;
    font-weight:500;
    margin-bottom:14px;
    font-size:13.7px;
    
}
.paketbox span{
    margin-right:7px;
}
.fa-circle-check{
    color:#F89221;
}
.paketbox p{
    color:#848199;
    font-size:14px;
    font-weight:500;
}
.paketbox a{
    display:block;
    width:100%;
    line-height:45px;
    margin-bottom:6px;
    border-radius:15px;
    font-size:13.4px;
    font-weight:500;
    text-align:center;
    color:#EB9640;
    margin-top:10px;
    border:1px solid #EB9640;
}
.paketbox a:hover{
    background-color:#EB9640;
    color:#FFF;
}
.paketprice h5{
    color:#EB9640;
    font-size:17px;
    font-weight:600;
    margin-top:16px;
    margin-bottom:16px;
}
*/
.Paketler{
    margin-top:40px;
    margin-bottom:40px;
}
.Paketler hr{
    margin-top:9px;
    margin-bottom:9px;
    background-color:rgba(0,0,0,0.1);
    display:block;
    width:100%;
    height:1px;
    border:none;
}
.giris-center {
    display: flex;
    align-items: center;      
    justify-content: center; 
    width:100% !important;
    height: 100vh;
}
.giriscontent {
    min-width:600px;
    padding: 40px;
    transition: 0.3s ease-in;
}

.Girisyap {
    height: 100vh;
}
.bgcolor{
    background-color:#F89221;
}
.giristexts h6{
    font-size:13.8px;
    line-height:15px;
    font-weight:500;
    margin-top:18px;
    margin-bottom:12px;
    color:#333;
}
.giristexts{
    margin-top:-40px !important;
}
.giristexts img{
    height:80px;
    width:auto;
    object-fit:contain;
    margin-bottom:30px;
}
.girisfoto img{
    width:79%;
    height:100%;
    object-fit:contain;
    display:block;
    margin:auto !important;
}
.sifremi{
    display:inline-block !important;
    padding-bottom:10px !important;
    color:#878787 !important;
    font-weight:500 !important;
    text-decoration:underline !important;
    font-size:13px !important;
}
.giristexts h3{
    font-size:19px;
    color:#000;
    font-weight:600;
    margin-top:4px !important;
    margin-bottom:8px !important;
}
.usthref{
    margin-top:0px !important;
    line-height:16px !important;
    display:inline-block !important;
    color:#878787 !important;
    font-weight:500 !important;
    font-size:14px !important;
    transition:0.3s ease-in;
}
.usthref:hover{
    color:#F89221 !important;
    transform:scale(1.03) !important;
}
.giristexts h4{
    font-size:18.5px;
    color:#000;
    font-weight:500;
    margin-bottom:30px;
}
.giristexts select{
    width:100%;
    height:45px;
    background-color:transparent;
    border:1px solid #D9D9D9;
    border-radius:4px;
    color:#000;
    padding:10px;
    font-size:13.5px;
    font-weight:500;
    transition:0.3s ease-in;
}
.giristexts input{
    width:100%;
    height:45px;
    background-color:transparent;
    border:1px solid #D9D9D9;
    border-radius:4px;
    color:#000;
    padding:10px;
    font-size:13.5px;
    font-weight:500;
    transition:0.3s ease-in;
}
.giristexts input:focus {
    outline: none;
    border-bottom: 2px solid #F89221;    
}
.giriscontent a{
    display:block;
    margin-top:20px;
    color:#F89221;
    font-size:13px;
    font-weight:500;
}
.girbut1 button{
    display:block;
    background-color:#F89221;
    color:#FFF;
    font-size:13px;
    font-weight:500;
    border:none !important;
    border-radius:5px;
    width:100%;
    height:45px;
    text-align:center;
    margin-top:20px;
}
.girbut2 a{
    color:#000;
    display:block;
    color:#000;
    font-size:13px;
    font-weight:500;
    border-radius:5px;
    
}
.newgirissec2 img{
    height:50px;
    width:auto;
    object-fit:contain;
    margin-bottom:20px;
}
.newgirissec2 h5{
    font-size:17px;
    font-weight:600;
    color:#000;;
    
    margin-top:10px;
    margin-bottom:20px;
}
.newgirissec2 h6{
    color:#3e5c69;
    font-size:13px;
    font-weight:500;
    margin-top:17px;
    margin-bottom:23px;
}
.newgirissec2{
    padding-top:5%;
    padding-left:10%;
    padding-right:10%;
}
.newgirissec2 h6 > span{
    color:#F89221;
}
.newgirissec2 button{
    width:100%;
    text-align:center;
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
    height:45px;
    border:none;
    background-color:#F89221;
    
    border-radius:5px;
}
.input-container {
    position: relative;
    margin-bottom: 20px;
}
.input-container label {
    font-size:13.8px;
    line-height:15px;
    
    margin-top:3px;
    color:#000
}
.check a{
    color:#000;
    font-size:13.4px;
    
}
.sifremiunuttumx2 a{
    color:#F89221;
    display:block;
    font-size:13.4px;
    margin-top:12px;
    
}
.input-container select {
    width: 100%;
    height:45px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13.5px;
    outline: none;
    padding:5px;
    
    transition: 0.3s ease-in;
}
.input-container select:focus {
    border:2px solid #F89221;
}
.input-container input {
    width: 100%;
    height:45px;
    border: 1px solid #ccc;
    padding:5px;
    border-radius: 6px;
    font-size: 13.5px;
    
    outline: none;
    transition: 0.3s ease-in;
}
.input-container input:focus {
    border:2px solid #F89221;
}
.input-container textarea {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #ccc;
    
    border-radius: 6px;
    height:180px;
    font-size: 13.5px;
    background-color:#FAFAFA !important;
    outline: none;
    transition: 0.3s ease-in;
}
.input-container textarea:focus {
    border:2px solid #F89221;
}
.input-container .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #666;
    cursor: pointer;
}
.input-container label span {
    color: red;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.girisyapright{
    display:block;
    height:100vh;
    position:relative !important;
    background-color:#F89221;
}
.girisyapsec{
    display:inline-block !important;
}
.girisyapsec a{
    background-color:#F89221;
    display:block;
    font-size:13.6px;
    color:#FFF;
    font-weight:500;
    text-align:center !important;
    padding:16px 20px;
    float:right !important;
    border-radius:5px;
    margin-right:0px;
    text-decoration:none !important;
    transition:0.3s ease-in;
    margin-top:13px !important;
}
.content{
    position:relative !important;
}
.my-float{
	margin-top:16px;
}
.pad0{
    padding:0px !important;
}
.footeriyzicosec img{
    width:340px !important;
    margin-top:5px !important;
    margin-bottom:15px !important;
    height:auto !important;
    object-fit:contain !important;
}
.menusec{
    display:block !important;
    left:0;
    right:0;
    top:0;
    height:80px;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.menusec .menusechref .btn{
    padding:0px !important;
    margin:0px !important;
}
.menusec .menusechref a{
    color:#303235;
    text-decoration:none !important;
    font-size:13.6px;
    display:inline-block;
    margin-right:15px;
    transition:0.3s ease-in;
    font-weight:600;
    line-height:80px;
    
}
.menusec .menusechref a:hover{
    transform:scale(1.03);
    color:#EB9640;
}
.menusec .menusechref .dropdown-menu{
    padding:0px !important;
}
.menusec .menusechref .dropdown-item{
    line-height:40px !important;
    color:#111 !important;
    border-bottom:1px solid #D9D9D9;
}
.menusec .menusechref .dropdown-item:hover{
    line-height:40px !important;
    border-radius:0px !important;
    background-color:transparent !important;
    padding:0px !important;
}
.menusec img{
    width:auto;
    object-fit:contain;
    height:65px;
    margin-top:8px;
}
.nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: auto !important;
    text-align: center !important;
}
.nav-pills li{
    margin-bottom:10px;
    background-color:#FAFAFA;
    margin-right:12px;
    border-radius:10px;
}
.nav-pills a{
    border-radius:10px;
    background-color:#FFF;
    font-weight:500;
    font-size:13.4px;
    background-color:transparent !important;
    transition:0.3s ease-in;
    padding-left:40px;
    padding-right:40px;
    color:#333;
    line-height:45px;
    display:block;
}
.nav-pills li:hover{
    background-color:#FB9920;
    color:#FFF !important;
}
.nav-pills li:hover > a{
    color:#FFF !important;
}
.nav-pills a{
    color:#333;
    line-height:45px;
}
.nav-pills button{
    border-radius:10px;
    border:1px solid #D9D9D9;
    background-color:#FFF;
    
    font-size:13.4px;
    background-color:transparent !important;
    transition:0.3s ease-in;
    padding-left:40px;
    padding-right:40px;
    line-height:45px;
    display:block;
}
.nav-pills .active{
    background-color:#FB9920 !important;
    color:#FFF !important;
}
.nav-pills .active > a{
    color:#FFF;
}
.tab-content{
    margin-top:10px;
}
.mobilemenulogo{
    float:right !important;
}
.mobilemenulogo button{
    background-color:#FAFAFA;
    color:#f96715 !important;
    height:50px;
    font-size:15px;
    width:50px;
    padding-top:6px;
    border-radius:5px;
    margin-left:5px;
    margin-top:14px;
    border:1px solid rgba(28,28,28,0.03);
}
.inlock992{
    display:none !important;
}
.girisyapsecmobil{
    display:none !important;
}
.pushmenu {
    padding: 10px;
}
.pushmenu img{
    width: auto;
    height: 100px;
    object-fit: contain;
    margin-bottom: 25px;
}
.pushmenu a{
    display: flex;
    align-items: center;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none !important;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #f7f7f7;
    transition: all .25s ease;
}
.pushmenu a:hover{
    background: linear-gradient(135deg, #FB9920, #f96715);
    color: #fff !important;
    transform: translateX(6px);
    box-shadow: 0 6px 16px rgba(249,103,21,0.25);
}
.pushmenu a i{
    margin-right: 14px;
    font-size: 20px;
}
.pushygiris2 a{
    justify-content: center;
    background: linear-gradient(135deg, #FB9920, #f96715);
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 18px;
    border-radius: 14px;
    margin-top: 25px;
    box-shadow: 0 8px 20px rgba(249,103,21,0.35);
}
.pushygiris2 a:hover{
    transform: scale(1.03);
}
.pushy button{
    background: transparent;
    border: none;
}
.kucukfoto{
    display:none !important;
}
.Textdetail{
    margin-top:50px;
    margin-bottom:50px;
}
a{
    text-decoration:none !important;
}
.Textdetail h2{
    color:#33333A;
    margin-top:20px;
    font-weight:700;
    line-height:26px;
    font-size:23.5px;
    margin-bottom:12px;
}
.Textdetail h2 > span{
    color:#F89221;
}
.Textdetail h1{
    color:#33333A;
    font-weight:700;
    line-height:37px;
    font-size:19.5px;
    margin-bottom:12px;
}
.Textdetail p{
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.textrightsec{
    border-left:1px solid rgba(28,28,28,0.1);
    padding-left:15px;
}
.textrightsec .dot{
    height:7px;
    width:7px;
    border-radius:50%;
    background-color:#EB9640;
    display:inline-block;
    margin-right:12px;
}
.textrightsec a{
    color:#33333A;
    font-weight:500;
    font-size:14px;
    margin-bottom:14px;
    display:block !important;
    transition:0.3s ease-in;
}
.textrightsec a:hover{
    color:#F38D0F;
    transform:scale(1.03);
}
.textrightsec h6{
    margin-bottom:20px;
    color:#EB9640;
    font-size:16px;
    font-weight:600;
}
.info-card{
    display:flex;
    align-items:center;
    gap:20px;
    background:#f9f9f9;
    padding:10px;
    border-radius:16px;
    margin-top:30px !important;
}
.icon-box{
    width:80px;
    height:80px;
    background:#ffffff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}
.icon-box img{
    max-width:45px;
    max-height:45px;
    object-fit:contain;
}
.text-box span{
    display:block;
    font-size:14.2px;
    line-height:14px;
    color:#515151;
    margin-bottom:6px;
}
.text-box a{
    font-size:20px;
    font-weight:700;
    line-height:22px;
    color:#33333A;
    letter-spacing:1px;
    transition:0.3s ease-in;
}
.text-box strong:hover{
    color:#EB9640;
}
.Videosec{
    margin-top:45px;
    margin-bottom:50px;
}
.Videosec video{
    width:100%;
    height:auto;
    object-fit:contain;
}
.feature-card{
    background:#fff;
    padding:30px 25px;
    border-radius:12px;
    text-align:center;
    height:100%;
    box-shadow:0 2px 10px rgba(0,0,0,0.03);
    transition:all 0.3s ease;
}
.feature-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transform:translateY(-5px);
}
.feature-icon{
    width:55px;
    height:55px;
    background:#EB9640;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}
.feature-icon img{
    width:32px;
    height:32px;
    object-fit:contain;
}
.feature-card h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
    color:#333;
}
.feature-card p{
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.teacher-card{
    background:#fff;
    border-radius:16px;
    padding:20px 24px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
    max-width:520px;
}
.teacher-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:14px;
}
.teacher-avatar{
    width:64px;
    height:64px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
}
.teacher-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.teacher-info h5{
    margin:0;
    font-size:16px;
    font-weight:600;
    color:#333;
}
.teacher-info .rating{
    display:block;
    font-size:13px;
    color:#F89221;
    margin:2px 0 4px;
}
.teacher-info .branches{
    font-size:13px;
    color:#777;
}
.teacher-desc{
    font-size:14px;
    color:#666;
    line-height:1.6;
    margin-bottom:12px;
}
.fast-appointment{
    font-size:14px;
    color:#F89221;
    font-weight:600;
    text-decoration:none;
}
.fast-appointment:hover{
    text-decoration:underline;
}
.Hocalar{
    margin-top:50px;
    margin-bottom:50px;
}
.martop{
    margin-top:50px;
    margin-bottom:50px;
}
.section-head{
    text-align:center;
    margin-bottom:60px;
    margin-bottom:60px;
}
.drop-line{
    display:block;
    width:3px;
    height:110px;
    margin:0 auto 15px;
    border-radius:3px;
    background:linear-gradient(
        to bottom,
        #F4F7FA 0%,
        #F6C58D 50%,
        #F7AB57 75%,
        #F89221 100%
    );
}

.Paketlerheader{
    margin-bottom:30px;
    text-align:center;
}
.Paketlerheader h2{
    color:#333;
    font-weight:700;
    font-size:30px;
    margin-bottom:35px;
}
.Paketlerheader p{
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.contact-section{
    margin-top:50px;
    margin-bottom:50px;
}
.section-title{
    font-weight:600;
    margin-bottom:15px;
    color:#F89221;
    font-size:19px;
}
.section-text{
    font-size:13.4px;
    font-weight:500;
    line-height:26px;
    color:#333;
    margin-bottom:25px;
}
.contact-box{
    background:#f7f7f7;
    padding:25px 30px;
    border-radius:10px;
    margin-bottom:15px;
    display:flex;
    align-items:flex-start; 
    gap:15px;
}
.contact-box i{
    font-size:25px;
    color:#F89221;
    min-width:22px;  
    margin-top:2px;
    margin-right:15px;
}
.contact-links{
    display:flex;
    flex-direction:column;
}
.contact-links a{
    font-size:14px;
    color:#333;
    font-weight:500;
    text-decoration:none;
    line-height:1.6;
}

.contact-links a:hover{
    color:#F89221;
    text-decoration:underline;
}

.form-group label{
    font-size:14px;
    color:#333333;
    font-weight:500;
}
.form-group label span{
    color:red;
}
.form-control{
    border-radius:8px;
    height:45px;
    font-size:13.5px;
    padding:10px;
    font-weight:500;
    color:#333;
}
textarea.form-control{
    height:auto;
}
.send-btn{
    background:#F89221;
    color:#FFF;
    font-size:13.5px;
    padding:14px 35px;
    border-radius:8px;
    font-weight:600;
}

.social-icons {
    display: flex;
    justify-content:left;
    margin-top:20px !important;
    gap: 10px;
}
.social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    color: #F89221 !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.social-icons a:hover {
  background-color: #F89221 !important;
  border-color: #F89221 !important;
  color:#FFF !important;
}
.Nasil{
    margin-top:50px;
    margin-bottom:50px;
    text-align:center;
}
.Nasil h1{
    color:#33333A;
    font-weight:700;
    line-height:19px;
    font-size:14.5px;
    margin-bottom:12px;
}
.Nasil p{
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.Nasil img{
    width:100%;
    height:250px;
    object-fit:cover;
    margin-bottom:20px;
}
.SSS{
    margin-top:50px;
    margin-bottom:50px;
}
.accordion {
    background-color: #FAFAFA;
    color: #1C1C1C;
    font-size:14.2px;
    text-align:center;
    font-weight:500;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px !important;
    border-radius:10px;
}
.SSS .active{
    background-color:#F89221;
    color:#FFF;
}
.SSS .accordion:hover{
    background-color:#F89221;
    color:#FFF;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.SSS .panel p{
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    text-align:center;
    line-height:25px;
}
.SSS h3{
    text-align:center;
    color:#696767;
    font-weight:600;
    font-size:24px;
    margin-bottom:25px;
}
.specialp{
    margin-top:15px;
    margin-bottom:30px;
    color:#0A0A0A;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
    text-align:center !important;
}
.banner-card {
    display: flex;
    align-items: center;
    background-color: #F89221; 
    border-radius: 8px;
    padding: 30px;
    margin: 0 auto;
    gap: 25px;
}
.icon-container {
    background-color: #ffffff;
    min-width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    flex-shrink: 0;
}
.banner-icon {
    font-size: 3rem;
    color: #ed9946;
    transform: rotate(-20deg);
}
.content-container {
    color: #ffffff;
}
.subtitle {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.title {
    font-size: 23px;
    color:#FFF;
    font-weight: 700;
    margin-bottom: 10px;
}
.description {
    font-size: 14px;
    line-height: 1.5;
    font-weight:500;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogilet{
    background-color:#FAFAFA;
    padding:10px;
}
.blogilet input[type="text"]{
    width:100%;
    background-color:#FFF;
    height:45px;
    padding:10px;
    font-weight:500;
    font-size:13.4px;
    border:none !important;
    margin-bottom:12px;
}
.blogilet textarea{
    width:100%;
    background-color:#FFF;
    height:135px;
    padding:10px;
    font-weight:500;
    font-size:13.4px;
    border:none !important;
    margin-bottom:12px;
}
.blogilet button{
    background-color:#F89221;
    width:100%;
    height:45px;
    border:none !important;
    text-align:center;
    color:#FFF;
    font-size:13.4px;
    font-weight:500;
}
.blogilet h3{
    font-size:15px;
    margin-top:15px;
    color:#2A2A2A;
    font-weight:600;
    margin-bottom:25px;
}
.blogilet label{
    font-size:13px;
    margin-left:10px;
    font-weight:600;
    color:#F89221;
}
.Blog{
    margin-top:50px;
    margin-bottom:50px;
}
.blog-card {
    display: flex;
    background-color: #FAFAFA; 
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
}
.image-wrapper {
    flex: 1;
    min-width: 350px;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-wrapper {
    flex: 1.2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
}
.blog-excerpt {
    font-size: 13.4px;
    color: #555;
    line-height: 25px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-more {
    color: #F89221; 
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: opacity 0.2s;
}
.blogkats a{
    display:block;
    width:100%;
    background-color:#F89221;
    border-radius:7px;
    padding:14px 16px;
    font-weight:500;
    font-size:13.5px;
    font-weight:500;
    margin-right:10px;
    margin-bottom:10px;
    color:#FFF;
}
.Blog h4{
    color:#F89221;
    font-weight:600;
    font-size:19px;
    margin-bottom:35px;
}
.basgorsel{
    width:100%;
    height:auto;
    object-fit:contain;
    margin-bottom:15px;
}
.Yorums{
    background-color:#FAFAFA;
    padding-top:40px;
    padding-bottom:40px;
}
.Yorums h2{
    color:#000000;
    font-size:25px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:45px;
    text-align:center;
}
.yorbox{
    background-color:#FFF;
    padding:20px;
    border-radius:10px;
    margin-bottom:10px;
}
.yorbox h3{
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom:8px;
}
.yorbox h5{
    color:#EB9640;
    font-weight:600;
    font-size:13.4px;
}
.yorbox p{
    font-size:14px !important;
    color:#1C1C1C  !important;
    line-height:26px  !important;
    font-weight:400  !important;
}
.Vids{
    margin-top:40px;
    margin-bottom:60px;
    text-align:center;
}
.Vids video{
    width:100%;
    height:310px;
    object-fit:cover;
}
.Vids h2{
    color:#000000;
    font-weight:600;
    font-size:15.7px;
    margin-top:15px;
    margin-bottom:15px;
}
.Vids h3{
    color:#F89221;
    font-weight:500;
    font-size:13.7px;
}
.footer a{
    color:#333;
    font-weight:500;
    display:block;
    margin-bottom:13px;
    font-size:14px;
    transition:0.3s ease-in;
}
.footer a:hover{
    transform:scale(1.03);
    color:#F38D0F;
}
.footer h3{
    color:#333;
    font-weight:600;
    font-size:15.3px;
    margin-bottom:22px;
}
.footer{
    padding-bottom:35px;
    padding-top:35px;
    background-color:#FAFAFA;
}
.footer2{
    background-color:#F38D0F;
}
.footer2 h6{
    color:#FFF;
    font-weight:500;
    font-size:14px;
    padding-top:15px;
    padding-bottom:6px;
}
.footer h2{
    font-size:14.5px;
    font-weight:600;
    margin-bottom:10px;
    color:#000;
}
.footer h2 > span{
    color:#F38D0F;
}
.footer img{
    height:25px !important;
    width:auto !important;
    object-fit:contain !important;
    margin-bottom:15px;
}
.footer p{
    font-size:14px !important;
    color:#1C1C1C  !important;
    line-height:26px  !important;
    font-weight:400  !important;
}
.block992{
    display:none !important;
}

.footer .accordion {
    background-color: #FFF;
    color: #1C1C1C;
    font-size:14.2px;
    text-align:left;
    font-weight:500;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px !important;
    border-radius:10px;
}
.footer .active{
    background-color:#F89221;
    color:#FFF;
}
.footer .accordion:hover{
    background-color:#F89221;
    color:#FFF;
}
.footer .panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.ustmen a{
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
}
.ustmen i{
    font-size:16px;
    color:#FFF;
}
.hero-section {
    background-image: url('https://onlinehocalar.com/Assets/img/bgimg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.avatar-group img {
    width: 45px;
    height: 45px;
    margin-left: -15px; 
    object-fit: cover;
}
.avatar-group img:first-child {
    margin-left: 0;
}
.opacity-75 {
    opacity: 0.9;
}
.hero-section h1{
    font-size:45px;
    line-height:50px;
    color:#FFF;
    font-weight:700;
}
.hero-section p{
    max-width: 550px; 
    font-size: 16px; 
    font-weight:500;
    line-height: 24px;
    margin-top:15px;
}
.hero-section hr{
    width:70%;
    height:1px;
    margin-left:0px !important;
    background-color:rgba(217,217,217,0.4);
    display:block;
    border:none !important;
    margin-top:20px;
    margin-bottom:20px;
}
.hero-section .badge{
    padding:15px 20px;
    color:#F89221;
    font-weight:600;
    font-size:13.5px;
    background-color:#FFF;
    border-radius:5px;
    margin-bottom:15px;
}
.rightt{
    height:600px !important;
    position:relative !important;
}
.hero-image{
    position:absolute !important;
    bottom:0;
    left:0;
    right:0;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
    width:100%;
    height:auto;
    object-fit:contain !important;
}
.Basvursec{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#F38D0F;
}
.Basvursec h3{
    color:#FFF;
    font-weight:700;
    line-height:29px;
    font-size:19.5px;
    margin-bottom:12px;
}
.Basvursec p{
    color:#FFF;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.Basvursec input[type="email"]{
    width:100%;
    background-color:transparent;
    border:1px solid #FFF !important; 
    height:45px;
    padding:10px;
    font-weight:500;
    font-size:13.4px;
    color:#FFF;
    margin-bottom:12px;
}
.Basvursec input[type="text"]{
    width:100%;
    background-color:transparent;
    border:1px solid #FFF !important; 
    height:45px;
    padding:10px;
    font-weight:500;
    font-size:13.4px;
    color:#FFF;
    margin-bottom:12px;
}
.Basvursec textarea{
    width:100%;
    background-color:transparent;
    border:1px solid #FFF !important; 
    height:135px;
    padding:10px;
    font-weight:500;
    font-size:13.4px;
    color:#FFF;
    margin-bottom:6px;
    margin-top:6px;
}
.Basvursec button{
    background-color:#FFF;
    width:170px;
    height:45px;
    border:none !important;
    text-align:center;
    color:#F89221;
    font-size:14px;
    font-weight:500;
}
.Basvursec h6{
    font-size:14px;
    color:#FAFAFA;
    font-weight:600;
    margin-bottom:7px;
}
.Basvursec label{
    font-size:13px;
    margin-left:10px;
    font-weight:600;
    color:#F89221;
}
.not{
    padding:20px;
    background-color:#F38D0F;
    font-size:17px;
    color:#FFF;
    margin-bottom:20px;
    font-weight:600;
    border-radius:9px;
}
@media (max-width: 991.98px) {
    .hero-section {
        padding-top:70px;
        padding-bottom:70px;
        text-align: center;
    }
    .hero-section p{
        margin:auto !important;
        margin-top:15px !important;
        margin-bottom:30px !important;
    }
    .hero-section hr {
        margin:auto !important;
        margin-top:30px !important;
        margin-bottom:30px !important;
    }
    .d-flex.align-items-center {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .blog-card {
        flex-direction: column;
    }

    .image-wrapper {
        min-width: 100%;
        height: 250px;
    }

    .content-wrapper {
        padding: 25px;
    }

    .blog-title {
        font-size: 1.15rem;
    }
}
@media screen and (max-width: 1400px) {
    .bin{
        width:96% !important;
        margin:auto !important;
    }
}
@media screen and (max-width: 1300px) {
    .giriscontent {
        min-width:500px;
        padding: 40px;
        transition: 0.3s ease-in;
    }
}
@media screen and (max-width: 1150px) {
    .menusechref{
        margin-left:25px;
    }
    .menusec .menusechref a{
        color:#111111;
        text-decoration:none !important;
        font-size:13.4px;
        display:inline-block;
        margin-right:10px;
        transition:0.3s ease-in;
        line-height:80px;
        
    }
}
@media screen and (max-width: 992px) {
    .footer img{
        height:25px !important;
        width:auto !important;
        object-fit:contain !important;
        margin-bottom:25px;
    }
    .block992{
        display:block !important;
    }
    .textrightsec{
        border-left:none;
        padding-left:15px;
    }
    .menusechref{
        display:none !important;
    }
    .disnon992{
        display:none !important;
    }
    .girbut2 button{
        width:100%;
        float:left !important;
        margin-top:10px;
    }
    .girbut1 button{
        width:100%;
    }
    .disnon992{
        display:none !important;
    }
    .inlock992{
        display:inline-block !important;
    }
}
@media screen and (max-width: 767px) {
    .martopse{
        margin-top:45px !important;
    }
    .giriscontent {
        min-width:400px;
        padding: 40px;
        transitionf: 0.3s ease-in;
    }
    .hero-section h1{
        font-size:30px;
        line-height:40px;
        color:#FFF;
        font-weight:700;
    }
    .hero-section p{
        font-size: 14px; 
        font-weight:500;
        line-height: 24px;
    }
    .disnon767{
        display:none !important;
    }
    .banner-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .icon-container {
        min-width: 100px;
        height: 100px;
    }

    .title {
        font-size: 1.5rem;
    }
    .Breadcrumb{
        background-color:#F89221;
        height:350px;
        position:relative;
        display:flex;
        align-items:center;     
        justify-content:center; 
        text-align:center;
    }
    .Breadtext{
        position:relative;
        z-index:2; 
        max-width:500px; 
    }
    .Breadtext h6{
        font-weight:600;
        color:#FFF;
        font-size:13.7px;
    }
    .Breadtext h3{
        font-size:23px;
        line-height:25px;
        font-weight:600;
        color:#FFF;
    }
    .Breadtext p{
        font-weight:500;
        font-size:13.4px;
        line-height:24px;
        margin-top:10px;
        color:#FFF;
    }
}
@media screen and (max-width: 576px) {
    .disnon576{
        display:none !important;
    }
    .Breadcrumb{
        background-color:#F89221;
        height:400px;
        position:relative;
        display:flex;
        align-items:center;     
        justify-content:center; 
        text-align:center;
    }
    .Breadtext{
        position:relative;
        z-index:2; 
        max-width:400px; 
    }
    .Breadtext h3{
        font-size:25px;
        line-height:30px;
        font-weight:600;
        color:#FFF;
    }
    .buyukfoto{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .bin2{
        width:92%;
    }
    .girisyapsecmobil{
        display:block !important;
    }
    .girisyapseclarge{
        display:none !important;
    }
}