@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    overflow-x:hidden !important;
    font-family:'Manrope',sans-serif !important;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:1400px;
    margin:auto !important;
}
.Blog{
    margin-top:40px;
    margin-bottom:40px;
}
.blogbox {
    transition:0.3s ease-in;
    display: flex;
    align-items: flex-start; 
    margin-bottom: 10px;
    padding: 12px;
    gap: 16px; 
    border-bottom:1px solid #D9D9D9;
}
.katya{
    color:#FFF;
}
.blogbox:hover{
    transform:scale(1.02);
}
.blogbox .imgbox2 {
    width: 400px;
    flex-shrink: 0;
}
.blogbox .imgbox2 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height:220px;
    object-fit: cover;
    display: block;
}
.blogbox .textbox {
    flex: 1; 
}
.blogbox p {
    font-size: 13.4px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.blogbox h6{
    color:#1280EC;
    font-weight:600;
    font-size:13.6px;
    margin-bottom:8px;
    margin-top:12px;
}
.blogbox h2 {
    font-size: 16.5px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    margin-top: 10px;
}
.Blogdetay h2{
    font-family:'Manrope',sans-serif;
    font-size:21px;
    font-weight:600;
    line-height:32px;
    margin-bottom:25px;
}


.Blogdetay{
    margin-top:50px;
    margin-bottom:70px;
}
.Blogdetay h2{
    font-size:18.7px;
    font-weight:700;
    line-height:26px;
    margin-bottom:20px;
}
.Blogdetay h1{
    font-size:23px;
    font-weight:700;
    line-height:30px;
    margin-bottom:25px;
}
.Blogdetay h1 > span{
    color:#E97836;
    display:block;
}
.Blogdetay p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
}
.wid10 p{
    width:100% !important;
}
.Blogdetay li{
    display:block;
    margin:auto !important;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px
}
.blogtopimg{
    width:100%;
    height:auto;
    object-fit:contain;
}


.Newhak{
    padding-top:50px;
    margin-bottom:70px;
}
.Newhak h2{
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height:30px;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
    color: #1a1a1a;
}
.kucuklogo{
    height:40px !important;
    width:auto !important;
    object-fit:contain !important;
    margin-top:25px !important;
}
.Newhak h2 > span{
    color: #1280EC;
    display: block;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.Newhak p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.8px;
    line-height:28px;
}
.Newhak li{
    display:block;
    margin:auto !important;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px
}
.Newhak img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.haktextsec{
    padding-left:15%;
    padding-right:10%;
}

.modal-body input[type="text"],
.modal-body input[type="mail"],
.modal-body input[type="password"]
{
    width:100%;
    height:45px;
    font-size:13.4px;
    padding:10px;
    color:#1C1C1C;
    background-color:#FAFAFA;
    font-weight:500;
    border-radius:6px;
    border:1px solid #D9D9D9;
    transition:0.3s ease-in ;
}
.modal-body input:focus{
    border:2px solid #1280EC;
}

.odemesec input[type="text"],
.odemesec input[type="mail"],
.odemesec input[type="number"],
.odemesec select,
.odemesec input[type="password"]
{
    width:100%;
    height:45px;
    font-size:13.4px;
    padding:10px;
    color:#1C1C1C;
    background-color:transparent;
    font-weight:500;
    border-radius:6px;
    border:1px solid rgba(217,217,217,0.6);
    transition:0.3s ease-in ;
}
.odemesec input:focus{
    border:2px solid #1280EC;
}
.odemesec h3{
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:7px;
    color:#333;
}
.custombuts button{
    width:100%;
    height:35px;
    font-size:13.8px;
    text-align:center !important;
    border:none !important;
    width:200px;
    border-radius:6px;
    color:#FFF;
    height:45px;
    margin-top:14px;
    background-color:#1280EC !important;
}
.anabut button{
    
    width:100%;
    height:35px;
    font-size:13.8px;
    text-align:center !important;
    border:none !important;
    width:200px;
    border-radius:6px;
    color:#FFF;
    height:45px;
    margin-top:14px;
    background-color:#1280EC !important;
}
.requ{
    color:red !important;
}
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
    position:relative !important;
    font-family:'Manrope',sans-serif !important;
}
.support-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    width:100%;
    margin: 0 auto;
    margin-top:15px !important;
}
.support-icon img {
    height: 50px;
    width: auto;
    margin-left:15px;
}
.support-text p {
    margin: 0 0 8px 0 !important;
    font-size: 12.5px !important;
    color: #515151 !important;
    font-weight:600 !important;
    padding-top:15px !important;
    margin-bottom:0px !important;
    line-height:13px !important;
}
.support-text a {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #33333A !important;
    text-decoration: none !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:28px;
    z-index:100;
}
.my-float{
	margin-top:16px;
}
.menusec{
    display:block !important;
    left:0;
    right:0;
    top:0;
    height:75px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:15px;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.ustmen{
    padding-top:4px;
    padding-bottom:4px;
}
.ustmen a{
    font-weight:600 !important;
}
.menusec .menusechref{
    margin-left:25px !important;
}
.menusec .menusechref .btn{
    padding:0px !important;
    margin:0px !important;
    height:79px !important;
}
.menusec .menusechref a{
    color:#1B2231;
    text-decoration:none !important;
    font-size:13.6px;
    display:inline-block;
    margin-right:18px;
    transition:0.3s ease-in;
    font-weight:600;
    line-height:75px;
    
}
.menusec .dropdown{
    display:inline-block !important;
    margin-right:12px !important;
    padding-top:-10px !important;
}
.menusec .menusechref a:hover{
    transform:scale(1.03);
    color:#1280EC;
}
.menusec .menusechref .dropdown-menu {
    padding: 0px 0;
    min-width: 300px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10px !important; 
}
.menusec .menusechref .dropdown-item {
    line-height: 2.5; 
    color: #333;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13.6px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease; 
}
.menusec .menusechref .dropdown-item:last-child {
    border-bottom: none;
}
.menusec .menusechref .dropdown-item:hover {
    background-color: #F4F9FF; 
    color: #1280EC;
    padding-left: 25px; 
    border-radius: 0;
}
@media (max-width: 768px) {
    .menusec .menusechref .dropdown-menu {
        min-width: 100%;
        box-shadow: none;
        border: 1px solid #eee;
    }
}
.menusec img{
    width:auto;
    margin-top:0px;
    object-fit:contain;
    height:70px;
}
.ustmen a{
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
}
.ustmen i{
    font-size:18.3px;
    color:#FFF;
}
.pushy{
    width:70% !important;
}
.pushy-menu {
    position: relative;
    overflow: hidden;
}
.pushy-close {
    position: absolute;
    top: 30px;
    right: 25px;
    background: none;
    border: none;
    font-size: 18px;
    z-index: 10;
    color: #FFF;
}
.pushy-logo {
    height:65px;
    width:auto !important;
    margin-top: 30px;
}
.pushy-links {
    margin-top: 40px;
}
.pushy-links a {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 22px;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.pushy-social {
    margin-bottom: 30px;
}
.pushy-social a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 18px;
}
.lefticon {
    position: absolute;
    right: -60px;
    top: 120px;
    width: 380px;
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}
.mobbut1{
    display:none !important;
}







::placeholder{
    font-size:13px;
    color:#525252;
    padding-left: 3px;
}
.Haberler img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.Haberler{
    margin-top:50px;
    margin-bottom:50px;
}
.Haberler p{
    font-size:13.4px;
    color:#333;
    font-weight:500;
    line-height:26px;
    margin-top:14px;
}
.Haberler h2{
    margin-top:20px;
    margin-bottom:5px;
    color:#2d2d2d;
    font-size:14.6px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Haberler h6{
    display:block !important;
    color:#1280EC !important;
    text-decoration:underline !important;
    font-size:13.5px !important;
    font-weight:500 !important;
    margin-bottom:8px;
    margin-top:-4px !important;
    padding-bottom:10px !important;
}
.Breadcrumb{
    background-color:#FAFAFA;
    padding-top:40px;
    padding-bottom:40px;
}
.Breadcrumb p{
    max-width:850px;
    font-size:13.4px;
    color:#000;
    font-weight:500;
    line-height:26px;
    margin-top:10px;
}
.Breadcrumb h4{
    color:#333333;
    font-weight:700;
    font-size:22px;
    line-height:24px;
    margin-top:12px;
    margin-bottom:10px;
}
.Breadcrumb h6{
    color:#1280EC;
    font-weight:700;
    font-size:15px;
    line-height:17px;
}
.Breadcrumb2{
    width:100%;
    height:auto;
    position:relative !important;
}
.Breadcrumb2 img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.breadoverlay{
    position:absolute !important;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    left:0;
    z-index:3;
    background-color:rgba(28,28,28,0.1) !important;
}
.breadh2{
    position:absolute;
    z-index:4;
    bottom:0;
    left:0;
    right:0;
    margin:auto !important;
    margin-bottom:25px !important;
}
.breadh2 h2{
    color:#FFF;
    font-family:'Manrope',sans-serif;
    font-size:30px;
    font-weight:800;
}
.sssbox{
    background-color:#FAFAFA;
    margin-bottom:10px;
    border-radius:5px;
    padding:20px;
    transition:0.3s ease-in;
}
.SSS{
    margin-top:50px;
    margin-bottom:50px;
}
.sssbox:hover{
    transform:scale(1.03);
    background-color:#1280EC;
}
.sssbox:hover h1{
    color:#FFF;
}
.sssbox:hover a{
    color:#FFF;
}
.sssbox:hover p{
    color:#FFF;
}
.sssbox h1{
    color:#1A1A1A;
    font-size:14.2px;
    font-weight:600;
    margin-top:12px;
}
.sssbox p{
    font-size:13.2px;
    color:#1A1A1A;
    font-weight:500;
    line-height:25px;
    margin-top:13.6px;
}

.tab-content{
    margin-top:30px !important;
}
.nav-pills a{
    display:inline-block;
    background-color:#5E6B92;
    text-align:center;
    padding:13px 20px;
    font-weight:700;
    font-size:13.2px;
    border-radius:5px;
    color:#FFF;
    margin-right:6px;
    margin-left:6px;
    margin-bottom:9px !important;
}
.nav-pills .active{
    background-color:#1280EC;
    color:#FFF;
}
.nav-pills .active .katya{
    color:#FFF;
}

.seperator{
    background-color:rgba(217,217,217,0.5);
    display:block;
    margin-top:11px;
    margin-bottom:11px;
    width:100%;
    border:none !important;
    height:1px;
}
.fotseo{
    background-color:#1B2231;
    padding-top:20px;
    padding-bottom:20px;
}
.fotseo a {
    text-align: center;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
    font-size: 13.5px;
    color: #FFF;
    background-color: transparent;
    transition: 0.3s ease-in;
    border: 1px solid rgba(217,217,217,0.6) !important;
    border-radius: 7px;
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis;
}

.fotseo a:hover{
    background-color:#1280EC;
}
.footer i{
    color:#1280EC !important;
}
.footer span{
    margin-right:12px;
}
.footer{
    padding-top:10px !important;
    padding-bottom:30px;
    border-top:1px solid rgba(217,217,217,0.3);
}
.footer h6{
    color:#0C1C41;
    font-size:14.3px;
    margin-bottom:12px;
    font-weight:600;
    display:inline-block;
    padding-bottom:10px !important;
    border-bottom:2px solid #F4F7FA;
}
.footer a{
    font-size:13.7px;
    font-weight:600;
    color:#1C1C1C; 
    line-height:35px;
    display:block;
    max-width:100%;
    transition:0.3s ease-in;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.footer a:hover{
    color:#1280EC;
    transform:scale(1.02);
}
.footerdisclaimer{
    border-radius:10px;
    margin-top:10px !important;
    margin-bottom:20px !important;
    background-color:#FAFAFA;
    padding-left:15px;
    padding-top:22px;
    padding-right:15px;
    padding-bottom:8px;
}
.footerdisclaimer p{
    font-size:13.4px;
    font-weight:500;
    line-height:24px;
    color:#1C1C1C;
}
.copyright{
    margin-top:25px;
    background-color:#1280EC;
}
.copyright h6{
    color:#FFF;
    font-size:13.2px;
    font-weight:600;
    padding-top:20px;
    padding-bottom:10px;
}



.header-contact-bar {
    background-color: #fff;
    font-size: 14px;
}

.contact-link {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;
    transition: color 0.3s;
    margin-top:10px;
}
.contact-link i{
     margin-right:8px;
}
.contact-link:hover {
    color: #007bff;
}

.address-text {
    color: #555;
    line-height: 1.4;
}
.footer img{
    height:55px;
    margin-top:15px;
    width:auto;
    object-fit:contain;
}
.disc{
    background-color:#F4F7FA;
    padding:10px;
    margin-top:12px;
    border-radius:6px;
    margin-bottom:20px;
    padding-top:4px;
    padding-bottom:4px;
}
.disc p{
    display:block;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.4px;
    line-height:25px;
}
@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important;
    }
}
@media (max-width: 991px) {
    .disc p{
        text-align:center;
    }
    .footer .social-icons{
        margin:auto !important;
        justify-content:center;
    }
    .footer img{
        height:65px;
        width:auto;
        display:block !important;
        margin:auto !important;
        margin-bottom:12px !important;
        margin-top:12px !important;
        object-fit:contain;
    }
    .contact-link {
        background-color:#FAFAFA;
        padding:10px;
        text-decoration: none;
        color: #333;
        display: block;
        border-radius:5px;
        transition: color 0.3s;
        margin-top:0px;
    }
    .contact-link i{
        display:none !important;
    }
    .border-lg-end {
        border-right: none !important;
    }
    .header-contact-bar .row > div {
        margin-bottom: 15px;
    }
}
.footer p{
    line-height:26px;
    font-size:13.6px;
    color:#101010;
    font-weight:500;
    margin-top:9px;
}
.footer h3{
    color:#1280EC;
    font-size:16.5px;
    font-weight:700;
    margin-bottom:7px;
}
.imgtext h3{
    margin:0;
    color:#1E222C;
    font-size:22px;
    font-weight:800;
    line-height:1.1;
}

.imgtext span{
    display:block;
    margin-top:4px;
    color:#FFAC46 !important;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.4px;
}

.katheader{
    color:#1280EC;
    margin-top:12px;
    margin-bottom:25px;
    font-weight:600;
    font-size:15.2px;
}
.katheader2{
    color:#1280EC;
    margin-top:12px;
    margin-bottom:12px;
    font-weight:600;
    font-size:14.4px;
}
.cookie-consent {
    position: fixed;
    left: 20px;
    bottom: 30px;
    max-width: 320px;
    background: #f4f5f7;
    color: #1f2937;
    padding: 16px 18px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    font-family: 'Manrope', sans-serif;
    z-index: 9999;
    font-size: 13px;
}
.cookie-consent p {
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.cookie-consent a {
    color: #1280EC;
    text-decoration: none;
    font-weight: 600;
}
.cookie-consent button {
    background: #1280EC;
    color: #fff;
    border: none;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 12.5px;
    cursor: pointer;
}
a{
    text-decoration:none !important;
}
.Haberler hr{
    width:100%;
    height:1px;
    border:none !important;
    background-color:#D9D9D9;
    margin-bottom:30px !important;
}
.Policy{
    padding-top:40px;
    background-color:#FAFAFA;
    padding-bottom:40px;
}
.Policy p{
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#000;
    font-size:13.4px;
    line-height:26px;
}
.Policy h2{
    color:#394854;
    font-size:16.5px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Policy h3{
    color:#1280EC;
    font-size:14.6px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Policy h4{
    color:#000;
    font-size:18.5px;
    margin-bottom:30px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.policyrightsec a{
    color:#000;
    font-weight:600;
    font-size:13.5px;
    display:block;
    margin-bottom:13px;
    transition:0.3s ease-in;
}
.policyrightsec a:hover{
    transform:scale(1.03);
    color:#1280EC;
}
.policyrightsec h6{
    color:#1280EC;
    font-weight:700;
    margin-bottom:22px;
}
.brr{
    border-right:1px solid #D9D9D9;
}
.dot{
    width:7px;
    border-radius:50%;
    height:7px;
    display:inline-block !important;
    background-color:#1280EC !important;
    margin-right:12px;
}
.imgbox{
    width:100%;
    background-color:#FFF;
    height:230px;
    padding:40px;
    border:1px solid rgba(217,217,217,0.7);
}
.bilgial i{
    font-size:19px !important;
    color:#FFF !important;
}
.bilgial{
    background-color:#1280EC;
    color:#FFF !important;
    border:none !important;
    height:40px !important;
    font-weight:600;
    font-size:13.5px;
    display:block;
    line-height:25px;
    width:100%;
}
.bilgial span{
    margin-right:14px;
}

.bilgial2 i{
    font-size:19px !important;
    color:#FFF !important;
}
.bilgial2{
    background-color:#1280EC;
    color:#FFF !important;
    border:none !important;
    font-weight:600;
    font-size:13.5px;
    display:block;
    width:auto !important;
    padding:12px 35px;
    border-radius:5px;
    margin-top:15px;
}
.SSS h3{
    color:#000;
    font-weight:600;
    font-size:17px;
    margin-bottom:22px;
}
.SSS h4{
    color:#000;
    text-align:center;
    font-weight:600;
    margin-bottom:16px;
    font-size:19.6px;
}
.seperator{
    margin-bottom:30px !important;
}
.SSS p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
}
.Haberler h3{
    color:#1C1C1C;
    font-weight:600;
    margin-bottom:30px;
    font-size:19px;
    text-align:center;
}

.rightarea{
    padding-left:15px;
    border-left:1px solid #D9D9D9;
}
.rightarea h4{
    color:#535353;
    font-family:'Manrope',sans-serif;
    font-size:13.4px;
    line-height:15.5px;
    font-weight:500;
}
.rightarea h5{
    font-weight:600;
    font-size:14px;
    font-family:'Manrope',sans-serif;
    color:#1C1C1C;
}
.rightareatexts {
    padding-top:15px;
    padding-bottom:6px;
    border-bottom:1px solid #D9D9D9;
}
.rightareatexts:last-child{
    border:none !important;
}
.gallery-thumb {
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}

.topheader{
    color:#FFF;
    margin-top:20px;
    margin-bottom:10px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
    font-size:16.4px;
}
.kucukfoto{
    display:none !important;
}
.specialdis{
    display:none !important;
}
.hakimg img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.inlock992{
    display:none !important;
}
.search-box i{
    color:#f89221;
    font-size:17px;
    margin-right:10px;
}
.girbuts{
    background-color:#1280EC;
    height:45px;
    width:auto;
    padding:12px;
    color:#FFF !important;
    font-weight:600;
    font-size:13.6px;
    display:inline-block !important;
}
.pushy a{
    display:block;
    font-size:20px;
    font-weight:600;
    letter-spacing:0.4px;
    color:#2b2b2b;
    text-decoration:none;
    padding:14px 0;
    opacity:0.75;
    transition:
        color .3s ease,
        transform .3s ease,
        opacity .3s ease;
}
.pushy a:hover{
    color:#1280EC;
    opacity:1;
    transform:translateX(6px);
}
.pushy img{
    height:60px;
    width:auto;
    margin-bottom:15px !important;
}
.dilsec{
    margin-top:-10px !important;
}
.dilsec img{
    width:25px;
    height:25px;
    border-radius:50%;
    object-fit:cover;
}
.sozlesme {
    font-size: 13.5px;
    color: #333;
    margin-top:10px;
    margin-bottom: 10px;
}
.sozlesme a {
    color: #1280EC;
    text-decoration: none;
}
.odeme-btn {
    background-color: #1280EC;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px;
    cursor: pointer;
}
.formsection h6{
    color:#434343;
    border-bottom:1px solid #D9D9D9;
    font-size:15px;
    padding-top:5px;
    padding-bottom:19px;
}
.formsection {
    margin-bottom:12px;
    border: 1px solid #D9D9D9;
    padding: 15px;
    background-color: #FFF;
    border-radius:5px;
}
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.formsection label {
    width: 100px; 
    font-size: 13.5px;
    color: #1C1C1C;
    font-weight: 500;
    padding-left:5px;
    margin-right: 12px;
    text-align: left;
}
.formsection textarea {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 135px;
    padding-top:15px !important;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection select {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="number"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="password"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="date"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="mail"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="text"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input:focus {
    border: 2px solid #1280EC !important;
}
.required{
    color:red !important;
}
.formsection2{
    display:inline-block !important;
}
.formsection2 button {
    
    margin-top: 10px;
    width:180px;
    height:40px;
    text-align:center;
    color:#FFF;
    border-radius:5px;
    font-size: 14px;
    border:none;
    transition:0.3s ease-in;
    background-color: #1280EC;
    cursor: pointer;
}
.formsection2 button:hover{
    transform:scale(1.02);
}
.formsection button {
    
    margin-top: 10px;
    width:180px;
    height:40px;
    text-align:center;
    color:#FFF;
    border-radius:5px;
    font-size: 14px;
    border:none;
    font-weight:600;
    transition:0.3s ease-in;
    background-color: #1280EC;
    cursor: pointer;
}
.formsection button:hover{
    transform:scale(1.02);
}
.Banner{
    position:relative;
    height:500px;
    width:100%;
}
.Banner img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:500px;
    object-fit:cover;
}
.banneroverlay {
    background: linear-gradient(
        to right,
        rgba(18, 128, 236, 1) 32%,
        rgba(0, 0, 0, 0) 100%   
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.Bannertext p{
    font-size:14px;
    line-height:26px;
    color:#FFF;
    margin-top:15px;
    width:70% !important;
    margin-bottom:15px;
}
.Bannertext{
    padding-top:30px !important;
}
.Bannertext h1{
    color:#FFF;
    font-size:27.2px;
    font-weight:700;
    margin-top:15%;
}
.Bannertext a{
    background-color:#5166AA;
    font-size:13.5px;
    font-weight:600;
    padding:11px 24px;
    margin-top:10px;
    border-radius:5px;
    transition:0.2s ease-in;
    color:#FFF;
    display:inline-block;
}
.Bannertext a:hover{
    border:3px solid #FFF;
    transform:scale(1.03);
}
.Bannertext h6{
    color:#FFF;
    border-top:1px solid #FFF;
    padding-top:15px;
    font-size:14px;
    margin-top:15px;
    display:inline-block !important;
    font-weight:600;
}
.banneroverlay {
    background: linear-gradient(
        to right,
        rgba(18, 128, 236, 1) 32%,
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.Bannertext2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:5 !important;
    height: 100%;
    display: flex;
    align-items: center;
}
.Bannertext2 h1 {
    color:#FFF;
    font-size:30.2px;
    font-weight:700;
    margin-top:0%;
}
.Bannertext2 p {
    font-size:14px;
    line-height:26px;
    color:#FFF;
    margin-top:15px;
    width:70%;
    margin-bottom:15px;
}
.Bannertext2 a {
    background-color:#5166AA;
    font-size:14px;
    font-weight:600;
    padding:16px 27px;
    margin-top:10px;
    border-radius:5px;
    transition:0.2s ease-in;
    color:#FFF;
    display:inline-block;
}
.Bannertext2 a:hover{
    border:3px solid #FFF;
    transform:scale(1.03);
}
.grid-item {
    margin-bottom: 20px;
}

.gallery-img {
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.4s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.modal-body {
    padding: 0;
}
.Galeri{
    margin-top:50px;
    margin-bottom:50px;
}
#modalImage {
    max-height: 85vh;
    border-radius: 10px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 40px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }

.nav-btn:hover {
    background: rgba(0,0,0,0.8);
}

.Iletisim h2{
    color:#000;
    font-size:23px !important;
    line-height:20px;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}
.Iletisim h2 > span{
    display:block;
    margin-bottom:12px;
    font-size:16px;
    color:#1280EC !important;
    
    
}
.Iletisim p{
    font-size:13.4px;
    color:#1C1C1C;
    line-height:24px;
    font-weight:500;
}
.Iletisim h3{
    color:#1341EC;
    font-size:20px;
    margin-bottom:15px;
    
    font-weight:500;
}
.Iletisim{
    margin-top: 50px;
    margin-bottom:50px;
}
.Iletisim2{
    margin-top: 30px;
}
.Iletisim2 iframe{
    border:none !important;
    width:100%;
    min-height:300px;
    height:100%;
}
.Iletisim2 h4{
    
    font-size:18px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#FFF !important;
}
.Iletisim2 input{
    width:100%;
    height:45px;
    border:none;
    
    font-size:13.6px;
    padding-left: 10px;
    border:1px solid rgba(255,255,255,0.1);
}
.Iletisim2 textarea{
    width:100%;
    
    height:150px;
    border:none;
    font-size:13.6px;
    padding-left: 10px;
    padding-top: 10px;
    border:1px solid rgba(255,255,255,0.1);
}
.Iletisim2 button{
    background-color: #FFF;
    color:#1C1C1C;
    border:none;
    width:100%;
    height:45px;
    font-size:13.6px;
    text-align: center;
    font-weight:400;
    
    border:1px solid rgba(255,255,255,0.1);
}
.Iletisim2 input:focus{
    background-color: #FFF;
}
.Iletisim2 textarea:focus{
    background-color: #FFF;
}
.Maps iframe{
    width:100%;
    min-height:380px;
    height:auto;
    border:none !important;
}
.Iletisim h4{
    font-weight:700;
    font-size:14px;
    margin-bottom:10px;
    margin-top:8px;
    color:#FFF;
    letter-spacing:0.5px;
}

.iletbox{
    border:1px solid rgba(255,255,255,0.2);
    background: linear-gradient(135deg, #1280EC, #0e6fd1);
    border-radius:10px;
    padding:10px;
    margin-bottom:10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.Iletisim a{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    color:#FFF;
    text-decoration:none;
    margin-bottom:12px;
    padding:8px 12px;
    border-radius:6px;
    background: rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

.Iletisim a i{
    background: rgba(255,255,255,0.15);
    padding:8px;
    border-radius:50%;
    font-size:13px;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.Iletisim a:hover{
    background:#fff;
    color:#1280EC;
    transform: translateX(5px);
}

.Iletisim a:hover i{
    background:#1280EC;
    color:#fff;
}
::placeholder{
    font-weight:600;
    color:#313131;
    font-size:12.6px;
    opacity:70%;
}
.Iletisim h5{
    color:#000;
    
    font-size:14px;
    margin-bottom:12px;
}
.Iletisim textarea{
    border:none !important;
    width:100%;
    border:1px solid rgba(28,28,28,0.1) !important;
    background-color:#FAFAFA;
    padding:10px;
    
    font-size:13.5px;
    padding-left:7px;
    color:#1C1C1C;
    height:134px;
    margin-bottom:8px;
    border-radius:5px;
    transition:0.3s ease-in;
}
.Iletisim input{
    border:none !important;
    width:100%;
    border:1px solid rgba(28,28,28,0.1) !important;
    background-color:#FAFAFA;
    padding:10px;
    
    font-size:13.5px;
    padding-left:7px;
    color:#1C1C1C;
    height:44px;
    margin-bottom:4px;
    transition:0.3s ease-in;
    border-radius:5px;
}
.Iletisim button{
    background-color:#1280EC;
    border:none;
    width:200px;
    font-weight:600;
    height:44px;
    color:#FFF;
    font-size:13.6px;
    border-radius:5px;
}
.Iletisim input:focus{
    border:2px solid #1280EC !important;
}
.Iletisim textarea:focus{
    border:2px solid #1280EC !important;
}

.social-icons {
    display: flex;
    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: #0056ff !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.social-icons a:hover {
  background-color: #0056ff !important;
  border-color: #0056ff !important;
  color:#FFF !important;
}

.Iletisim h3{
    font-weight:700;
    font-size:16px;
    margin-bottom:15px;
    margin-top:8px;
    color:#1280EC;
    letter-spacing:0.5px;
}
.transfer-bolgeler{
    font-family: 'Manrope', sans-serif;
    background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
    position: relative;
}

.mini-badge{
    display: inline-block;
    background: rgba(18,128,236,0.1);
    color: #1280EC;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    margin-bottom: 15px;
}

.bolge-header h1{
    font-size: 30px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 10px;
}

.bolge-header h1 span{
    color: #1280EC;
}

.bolge-header p{
    font-size: 15px;
    color: #555;
    font-weight:600;
    line-height: 1.7;
}
.transfer-card{
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid rgba(18,128,236,0.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}
.transfer-card::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1280EC;
    transform: scaleX(0);
    transition: 0.3s ease;
}
.transfer-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(18,128,236,0.15);
}
.transfer-card:hover::after{
    transform: scaleX(1);
}
.route{
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
}

.price{
    font-size: 22px;
    font-weight: 800;
    color: #1280EC;
}
.transfer-btn{
    display: inline-block;
    background: #5E6B92;
    color: #fff;
    font-weight: 700;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14.5px;
    box-shadow: 0 12px 30px rgba(18,128,236,0.35);
    transition: 0.3s ease;
}
.transfer-btn:hover{
    background: #0f6ed0;
    color: #fff;
    transform: translateY(-4px);
}

.form-control:focus { 
    box-shadow: none; 
    border: 1px solid #007bff; 

}
.summary-panel {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}
.accordion-button:not(.collapsed) {
    background-color: #e8f5e9;
    color: #2e7d32;
    box-shadow: none;
}
.accordion-item { border-radius: 10px !important; overflow: hidden; margin-bottom: 10px; }
.accordion-button::after { filter: grayscale(1); }
.card{
    border:none !important;
}    
#transferForm h6{
    color:#1280EC;
    font-weight:700;
    font-size:14px;
}
.Olusturform h2{
    font-size:19.5px;
    font-weight:600;
    margin-bottom:15px;
    color:#000;
}
.Olusturform p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#323232;
    font-size:13.4px;
    line-height:24px;
}
.Olusturform button{
    width:100%;
    background-color:#5e6b92;
    font-weight:600;
    font-size:13.5px;
    border:none !important;
    margin-top:9px;
    height:45px;
    color:#FFF;
}
#transferForm label{
    color:#404040 !important;
    font-size:13.5px !important;
    margin-bottom:12px;
    margin-top:12px;
    font-weight:600 !important;
}
#transferForm input{
    font-size:13.5px !important;
    padding:8px;
    height:40px;
    font-weight:600;
    color:#000;
}
.Rezdetay{
    padding-top:30px;
    margin-bottom:50px;
    border-top:1px solid rgba(217,217,217,0.4);
}
.text-primary {
    color: #1280EC !important;
}
.btn-primary {
    background-color: #1280EC;
    border-color: #1280EC;
}
.btn-primary:hover {
    background-color: #0E6BCA;
    border-color: #0E6BCA;
}
.detail-card {
    border-radius: 20px;
    overflow: hidden;
}
.detail-card .card-header {
    border-bottom: 1px solid #edf2f7;
}
.page-title {
    color: #1A202C;
    letter-spacing: -0.5px;
    font-weight:600;
    font-size:18px;
    margin-bottom:10px;
}
.info-badge {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}
.fw-extrabold {
    font-weight: 800;
}
.min-h-200 {
    min-height: 200px;
}
.detail-card h5{
    font-size:14.3px;
    font-weight:600;
    color:#1280ec !important;
}
.detail-card label{
    color:#A0A0A0;
    font-weight:600;
    font-size:13.5px !important;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}
.detail-card span{
    color:#323232;
    font-size:13.5px !important;
    font-weight:600;
}
.location-item p{
    color:#323232;
    font-size:13.5px !important;
    font-weight:600;
}

    .location-item {
        position: relative;
        padding-left: 20px;
    }

    .location-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        border: 2px solid #1280EC;
        border-radius: 50%;
        background: white;
        z-index: 2;
    }


    @media (max-width: 768px) {
        .info-badge-container {
            flex-direction: column;
        }
        .min-h-200 {
            margin-top: 20px;
        }
    }

    #mini-map {
        width: 100%;
        min-height: 250px; 
        height: 100%;
    }
    
    .gm-style {
        border-radius: 20px;
    }

@media screen and (max-width: 1450px) {
    .haktextsec{
        padding-left:10%;
        padding-right:10%;
    }
    .bin{
        width:92%;
    }
}
@media screen and (max-width: 1080px) {
    .blogbox .imgbox2 {
        width: 310px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1150px) {
    .menusechref{
        margin-left:45px !important;
    }
    .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:30px !important;
    }
    .menusec .menusechref .btn{
        padding:0px !important;
        margin:0px !important;
        height:70px !important;
        line-height:67px !important;
    }
}
@media screen and (max-width: 1017px) {
    .menusec .menusechref a{
        color:#111111;
        text-decoration:none !important;
        font-size:13px;
        display:inline-block;
        margin-right:7px;
        transition:0.3s ease-in;
        line-height:80px;
        
    }
}
@media screen and (max-width: 992px) {
    .Banner{
        position:relative;
        height:400px;
        width:100%;
    }
    .Banner img{
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        width:100%;
        height:400px;
        object-fit:cover;
    }
    .Bannertext h1{
        color:#FFF;
        font-size:24.2px;
        font-weight:700;
        margin-top:10%;
    }
    .Newhak{
        padding-top:50px;
        border-top:1px solid rgba(217,217,217,0.4);
        margin-bottom:70px;
    }
    .Newhak img{
        width:100%;
        height:auto;
        object-fit:contain;
        display:none !important;
    }
    .haktextsec{
        padding-left:7%;
        padding-right:7%;
    }
    .menusec img{
        width:auto;
        margin-top:10px;
        object-fit:contain;
        height:50px;
    }
    .blogbox .imgbox2 {
        width: 280px;
        flex-shrink: 0;
    }
    .marspecial{
        margin-top:0px !important;
        margin-bottom:15px !important;
    }
    .footer p{
        line-height:26px;
        font-size:13.6px;
        color:#101010;
        font-weight:500;
        margin-top:9px;
    }
    .footer h3{
        color:#1280EC;
        font-size:16.5px;
        font-weight:700;
        margin-bottom:7px;
        margin-top:0px !important;
    }
    .policyrightsec h6{
        color:#1280EC;
        font-weight:700;
        margin-top:20px !important;
        margin-bottom:22px;
    }
    .brr{
        border:0px !important;
    }
    .girbuts{
        background-color:#1280EC;
        height:50px;
        width:auto;
        padding:12px;
        border-radius:0px;
        color:#FFF !important;
        margin-top:10px;
        font-weight:600;
        font-size:13.6px;
        display:inline-block !important;
    }
    .mobbut1{
        display:block !important;
        height:50px;
        width:50px;
        background-color:#1280ec;
        border:none !important;
        margin-top:10px !important;
    }
    .disnon992{
        display:none !important;
    }
    .inlock992{
        display:inline-block !important;
    }
    .borright{
        padding-left:10px !important;
        border-right:none !important
    }
    .specialdis{
        display:block !important;
    }
    .breadh2{
        display:none !important;
    }
    .menusechref{
        display:none !important;
    }
    .Breadcrumb p{
        max-width:100%;
    }
    .dilsec{
        margin-right:10px;
        margin-top:0px !important;
    }
    .dilsec img{
        width:25px !important;
        height:25px !important;
        border-radius:50%;
        object-fit:cover;
    }
}
@media screen and (max-width: 767px) {
    .Bannertext2 h1 {
        color:#FFF;
        font-size:27.2px;
        font-weight:700;
        margin-top:0%;
    }
    
    .Bannertext2 p {
        font-size:14px;
        line-height:26px;
        color:#FFF;
        margin-top:15px;
        width:100%;
        margin-bottom:15px;
    }
    .Bannertext h1{
        color:#FFF;
        font-size:24.2px;
        font-weight:700;
        margin-top:10%;
    }
    .banneroverlay {
        background: linear-gradient(
            to right,
            rgba(18, 128, 236, 1) 56%,
            rgba(0, 0, 0, 0) 100%   
        );
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .Bannertext p{
        font-size:13.5px;
        line-height:26px;
        color:#FFF;
        margin-top:15px;
        width:100% !important;
        margin-bottom:15px;
    }
    .Newhak h2{
        font-family: 'Manrope', sans-serif;
        font-size: 27px;
        font-weight: 800;
        line-height:20px;
        letter-spacing: -0.5px;
        margin-bottom: 25px;
        color: #111;
    }
    
    .Newhak h2 > span{
        color: #1280EC;
        display: block;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .Newhak img{
        width:100%;
        display:block !important;
        margin-top:35px !important;
        height:auto;
        object-fit:contain;
    }
    .blogbox h6{
        font-weight:500;
        font-size:13.6px;
        margin-bottom:8px;
        margin-top:0px;
    }
    .blogbox {
        flex-direction: column;
    }
    .blogbox .imgbox2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .hakimg{
        margin-top:30px;
    }
    .cookie-consent {
        left: 15px;
        right: 15px;
        bottom: 20px;
        max-width: unset;
    }
    .pushy{
        width:85% !important;
    }
    .rightarea{
        padding-left:0px;
        border-left:none !important
    }
    .toptext{
        width:100% !important;
        padding-bottom:25px !important;
    }
    .toptext2{
        width:100% !important;
        padding-bottom:25px !important;
    }
    .breadh2 h2{
        color:#FFF;
        font-family:'Manrope',sans-serif;
        font-size:33px;
        font-weight:800;
    }
    .footer h6{
        margin-top:15px;
    }
}
@media screen and (max-width: 576px) {
    .ustmen a{
        color:#FFF;
        font-weight:500;
        font-size:12.5px;
    }
    .Bannertext h1{
        color:#FFF;
        font-size:22.2px;
        font-weight:700;
        margin-top:12%;
    }
    .pushy{
        width:100%;
    }
    .marspecial{
        margin-top:0px !important;
        margin-bottom:10px !important;
    }
    .Breadcrumb p{
        width:100%;
        max-width:100%;
        font-size:13.2px;
        color:#1B2231;
        font-weight:500;
        line-height:25px;
    }
    .Breadcrumb h4{
        color:#333;
        font-weight:800;
        font-size:22px;
        line-height:23px;
        margin-top:3px;
        margin-bottom:10px;
    }
    .Breadcrumb h6{
        color:#1280EC;
        font-weight:700;
        font-size:13.4px;
        line-height:14px;
    }
    .disnon576{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .habheader{
        font-family:'Manrope',sans-serif;
        font-size:18.7px;
        color:#333;
        font-weight:600;
        line-height:20px;
        margin-bottom:30px;
    }
    .Haberler img{
        width:100%;
        height:210px;
        object-fit:cover;
    }
}
.secheader{
    font-size:21px;
    color:#1280EC;
    font-weight:700;
    margin-top:12px;
    margin-bottom:50px !important;
    text-align:center;
}
.stat-icon-box {
    width: 60px;
    height: 60px;
    background: rgba(18, 128, 236, 0.05); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.stat-icon-box i {
    transition: transform 0.3s ease;
}
.stat-icon-box img{
    width:20px !important;
    height:20px !important;
    object-fit:contain !important;
}
.uppercase-xs {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}  
@media (min-width: 768px) {
    .border-end-md { border-right: 1px solid #f0f0f0; }
}
@media (max-width: 767px) {
    .mt-n5 { mt-n4 !important; } 
}
.gallery-carousel .item {
    transition: transform 0.3s ease;
    padding: 10px 0;
}
.gallery-carousel .gallery-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-carousel .owl-item.active.center .item {
    transform: scale(1.05);
    z-index: 2;
}
.gallery-carousel .owl-dots .owl-dot.active span {
    background: #1280EC !important;
    width: 30px;
}
.gallery-carousel .owl-dots .owl-dot span {
    transition: all 0.3s ease;
}
.gallery-carousel {
    padding: 0;
    overflow-x: hidden;
}
.hero-wrapper {
    padding-top:70px !important;
    min-height: 80vh;
    background: linear-gradient(135deg, rgba(18, 128, 236, 0.9) 0%, rgba(10, 54, 101, 0.8) 100%);
}
.hero-wrapper .container {
    position: relative;
    z-index: 5; 
}
.hero-bg {
    pointer-events: none; 
    z-index: 1;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('senin-halic-gorselin.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 1;
}
.fw-extrabold { font-weight: 800;font-size:65px !important; }
.text-highlight { color: #fff; background: linear-gradient(transparent 70%, #1280EC 30%); }
.lead{
    font-size:17.5px !important;
    font-weight:500 !important;
}
.card { border-radius: 24px; }
.form-control { height: 50px; border-radius: 12px; font-size: 14px; }
.input-group-text { border-radius: 12px 0 0 12px !important; }
.form-control { border-radius: 0 12px 12px 0 !important; }
.btn-primary {
    background-color: #1280EC;
    border: none;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(18, 128, 236, 0.4);
    background-color: #0d6efd;
}
.bg-primary-soft { background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); }
.fw-bold{
    font-size:16px !important;
    font-weight:600 !important;
}
.fw-bold2{
    font-size:14px !important;
    font-weight:600 !important;
}
.manheader{
    font-weight:600;
    font-size:18px;
}
.manspan{
    font-size:13px !important;
    font-weight:600 !important;
    color:#1280ec !important;
}
@media (max-width: 992px) {
    .fw-extrabold { font-weight: 800;font-size:55px !important; }
    .lead{
        font-size:15.5px !important;
        font-weight:500 !important;
    }
    .hero-wrapper {
        padding-top:30px !important;
        min-height: 80vh;
        background: linear-gradient(135deg, rgba(18, 128, 236, 0.9) 0%, rgba(10, 54, 101, 0.8) 100%);
    }
}
    @media (max-width: 768px) {
        .border-end { border: none !important; border-bottom: 1px solid #eee !important; padding-bottom: 15px; }
        .hero-wrapper { text-align: center; }
    }

@media (max-width: 576px) {
    .fw-extrabold { font-weight: 800;font-size:45px !important; }
    .lead{
        font-size:15.5px !important;
        font-weight:500 !important;
    }
    .hero-wrapper {
        padding-top:30px !important;
        min-height: 80vh;
        background: linear-gradient(135deg, rgba(18, 128, 236, 0.9) 0%, rgba(10, 54, 101, 0.8) 100%);
    }
}