@font-face {
    font-family: 'HelveticaNeueBlack';
    src: url('../fonts/HelveticaNeueBlack.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRoman.otf') format('opewntype');
}
html{
    overflow-x:hidden !important;
}
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:85%;
    margin:auto !important;
}
.bin3{
    width:1100px;
    margin:auto !important;
}
.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;
}

.my-float{
	margin-top:16px;
}
.Ustmenu2{
    -webkit-box-shadow: 0px 0px 16px 0px rgba(17,34,17,0.05);
    -moz-box-shadow: 0px 0px 16px 0px rgba(17,34,17,0.05);
    box-shadow: 0px 0px 16px 0px rgba(17,34,17,0.05);
    width: 100%;
    transition: all 0.3s ease;
    background-color:#FFF;
}
.Ustmenu2 i{
    color:#004D2C;
    font-size:16px;
}
.Ustmenu2.fixed {
    background-color:#FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

a{
    text-decoration:none !important;
}
.leftside{
    width:100%;
    height:100%;
    margin-left:20px;
    padding:10px;
    padding-bottom:5px;
    border-right:1px solid rgba(217,217,217,0.4);
}
.leftside img{
    padding-left:10px;
    padding-top:10px;
    display:block;
    margin:auto !important;
    object-fit:contain;
    height:100px;
    width:auto;
    margin-bottom:10px;
}
.top{
    margin-left:20px;
    border-bottom:1px solid rgba(217,217,217,0.4);
}
.topleft{
    padding-left:30px;
    width:65%;
    text-align:left;
    display:inline-block;
}
.topright{
    width:33%;
    text-align:right;
    display:inline-block;
}
.topleft a{
    font-size:13.5px;
    color:#313131;
    font-weight:600;
    display:inline-block;
    line-height:45px;
    margin-right:12px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.topleft span{
    color:#004D2D !important;
}
.dropdown{
    display:inline-block !important;
}
.dropdown-menu {
    padding:0px !important;
    border: none;
    border-radius: 10px;
    min-width:300px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #ffffff;
}
.dropdown-menu .dropdown-item {
    line-height:40px !important;
    padding: 10px 20px;
    font-size: 13.5px;
    font-family:'HelveticaNeueMedium',sans-serif;
    padding-left:20px !important;
    border-radius: 0px;
    transition: background 0.15s, color 0.15s;
    border-bottom:1px solid #D9D9D9;
}
.dropdown-menu .dropdown-item:last-child {
    border:none !important;
}
.dropdown-menu .dropdown-item:hover {
    background: #004D2C;
    color: #FFF; 
}
.dropdown-divider {
    margin: 6px 0;
    border-color: #f1f1f1;
}
.topright a{
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:13.2px;
    color:#004D2C;
    font-weight:500;
    display:inline-block;
    line-height:45px;
    border-left:1px solid rgba(28,28,28,0.2);
    padding-left:22px;
    padding-right:22px;
}
.topright i{
    color:#004D2C !important;
    font-size:16px;
}
.topright span{
    color:#000 !important;
    font-size:17px;
    padding-top:12px !important;
}
.bottomsideleft{
    display:inline-block;
    width:100%;
    padding-left:45px;
}
.bottomsideleft a{
    display:inline-block;
    font-family:'HelveticaNeueMedium',sans-serif;
    margin-right:4px;
    line-height:75px !important;
    font-size:14.3px;
    color:#1C1C1C;
    transition:0.3s ease-in;
}
.bottomsideleft a:hover{
    transform:scale(1.02);
    color:#004D2C;
}
.bottomsideleft .btn{
    margin-top:-2px !important;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.bottomsideright {
    position: relative;
    height: 100%;
    width: 100%;
    text-align:right !important;
    float:right !important;
}
.bottomsideright .dropdown{
    display:inline-block !important;
    margin-top:0px !important;
}
.fa-globe{
    color:#004D2C;
    font-size:16px !important;
}
.bottomsideright a {
    display: inline-block;
    color: #004D2C;
    font-family: 'HelveticaNeueMedium', sans-serif;
    font-size: 13.4px;
    font-weight: 600;
    margin-right:45px;
    border:2px solid #004D2C;
    border-radius:50%;
    padding:14px !important;
    text-align: center;
    margin-top:15px !important;
    line-height: 10px !important;
    text-decoration: none;
}
.bottomsideright .dropdown-menu{
    padding:0px !important;
    border: none !important;
    border-radius: 10px;
    min-width:30px !important;
    width:120px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #ffffff;
}
.bottomsideright .dropdown-menu a {
    line-height:40px !important;
    padding: 10px 20px;
    font-size: 13.5px;
    border:none !important;
    font-family:'HelveticaNeueMedium',sans-serif;
    padding-left:20px !important;
    border-radius: 0px;
    transition: background 0.15s, color 0.15s;
    border-bottom:1px solid #D9D9D9 !important;
}
.bottomsideright span{
    margin-right:12px;
}
.mobilemenu{
    display:none !important;
}
.pushy img{
    width:auto;
    height:90px !important;
    margin-bottom:20px;
    margin-left:10px !important;
    object-fit:contain !important
}
.pushy a {
    font-family: 'HelveticaNeueMedium', sans-serif;
    font-size: 18.6px;                       
    font-weight: 600;
    color: rgba(0, 77, 44, 0.55);          
    display: block;
    width: 100%;
    line-height: 58px;                   
    padding: 0 12px;
    letter-spacing: 0.3px;               
    transition: color .25s ease, background .25s ease;
}

.pushy a:hover {
    color: #004D2C;                        
    background: rgba(0, 77, 44, 0.05);       
}


.pushybuttons{
    margin-top:15px;
}
.pushybuttons a{
    background-color:#004D2C;
    line-height:50px;
    text-align:center;
    display:block;
    margin-top:15px;
}
.ilet{
    margin-top:25px !important;
}
.ilet span{
    padding-right:15px;
}
.ilet i{
    font-size:18px;
    color:#0A55E5 !important;
}
.ilet a{
    margin-bottom:7px;
    font-weight:500;
    color:#0A1D35;
    line-height:30px !important;
    font-size:14.6px !important;
    border-bottom:none !important
}
.block992{
    display:none !important;
}
.pad0x{
    padding-right:0px !important;
}
.pad0x2{
    padding-left:0px !important;
}
.content{
    min-height:90vh;
}
.bottomsideleft a{
    padding-left:7px !important;
    padding-right:7px !important;
}
.pozrel{
    position:relative !important;
}
.footer h5{
    color:#FFF;
    font-size:16px;
    font-weight:500;
    margin-bottom:22px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.footer h3{
    color:#004D2C;
    font-size:16px;
    font-weight:500;
    font-family:'HelveticaNeueMedium',sans-serif;
    margin-bottom:22px;
}
.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    color:#004D2C;
    font-size:14px;
    font-weight:500;
    background-color:#FAFAFA;
    font-family:'HelveticaNeueMedium',sans-serif;
    margin-bottom:10px;
}
.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.footer a{
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:13.6px;
    color:#000;
    display:block;
    font-weight:500;
    transition:0.3s ease-in;
    margin-bottom:12px;
}
.footer a:hover{
    transform:scale(1.03);
}
.footerright{
    height:100% !important;
    padding:12px;
    padding-top:20px;
    border-radius:12px;
    background-color:#004D2C;
}
.footer{
    padding-top:25px;
}
.footer img{
    width:auto;
    height:120px;
    object-fit:contain;
    margin-bottom:15px;
}
.footer p{
    color:#1C1C1C;
    font-weight:400;
    font-family:'HelveticaNeueRegular',sans-serif;
    width:100%;
    font-size:13.6px;
    line-height:24px;
}
.speciallinks a{
    color:#FFF !important;
    font-weight:600;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:14px;
}
.footer span{
    margin-right:12px;
}
.footer h6{
    color:#000;
    font-weight:400;
    width:100%;
    font-size:13.4px;
    line-height:24px;
}
.copyright{
    margin-top:40px;
    background-color:#004D2C !important;
}
.copyright h4{
    padding-top:12px;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#FFF;
    font-weight:400;
    width:100%;
    font-size:13.2px;
    line-height:24px;
}
.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: #FFF !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.social-icons a:hover {
  background-color: #004D2C !important;
  border-color: #004D2C !important;
  color:#FFF !important;
}
.refbox {
    width: 100%;
    padding: 20px;
    padding-bottom:10px;
    height:210px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.refbox img {
    width: 80%;
    height: 70px;
    display: block;
    object-fit: contain;
    margin: auto !important;
    
    transition: filter 0.3s ease; 
}
.refbox hr{
    width:100%;
    height:1px;
    border:none;
    background-color:#D9D9D9;
    margin-top:12px;
    margin-bottom:12px;
}
.refbox h4{
    text-align:center;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#1E2637;
    font-weight:400;
    width:100%;
    margin-top:12px;
    line-height:24px;
    font-size:13.7px;
}
.refbox:hover img {
    filter: grayscale(0%);
}
.Hizmetdetay{
    margin-top:50px;
    margin-bottom:50px;
}
.brleft{
    border-left:1px solid #D9D9D9;
    padding-left:15px;
}
.brleft h4{
    font-size:14.2px;
    margin-top:12px;
    margin-bottom:12px;
    color:#004D2C;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Digerhizmetler h6{
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#004D2C;
    font-size:16px;
    margin-bottom:15px;
}
.brleft a{
    margin-bottom:10px;
    font-size:13.4px;
    display:block;
    font-family:'HelveticaNeueRegular',sans-serif;
    color:#000;
}
.iletlinks{
    margin-top:15px;
    margin-bottom:15px
}
.iletlinks a{
    display:inline-block;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#FFF;
    border-radius:10px;
    padding-left:35px;
    padding-right:35px;
    line-height:42px;
    font-size:13.5px;
    margin-right:15px;
}
.iletlink1{
    background-color:#004D2C !important;
}
.iletlink2{
    background-color:#128C7E !important;
    
}
.iletlink span{
    
    margin-right:15px !important;
}
.brleft a:hover{
    transition:0.3s ease-in;
    transform:scale(1.03);
}
.Hizmetdetay h1{
    color:#1C1C1C;
    margin-bottom:20px;
    font-size:18.4px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Hizmetdetay li{
    color:#1C1C1C;
    line-height:24px;
    font-size:14px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.Hizmetdetay p{
    color:#1C1C1C;
    line-height:26px;
    font-size:13.6px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.hizmetgaleri img{
    width:100%;
    height:190px;
    margin-bottom:12px;
    object-fit:cover;
}
.Referanslarimiz h2{
    color:#282828;
    margin-bottom:12px;
    font-size:17px;
    font-family:'HelveticaNeueMedium',sans-serif;
    line-height:28px;
}
.Referanslarimiz h2 > span{
    font-size:28px;
    display:block;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#004D2C;
}
.Referanslarimiz h3{
    color:#333;
    font-size:15px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Referanslarimiz p{
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.Referanslarimiz{
    margin-bottom:50px;
    margin-top:50px;
}
.Haks{
    margin-top:50px;
}
.Haks p{
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.Haks h1{
    color:#1C1C1C;
    margin-top:12px;
    font-size:22px;
    line-height:25px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Haks h6{
    color:#004D2C;
    font-size:14px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Haks h1 > span{
    color:#004D2C;
    font-size:16.5px;
    display:block;
}
.Haks a > span{
    color:#004D2C;
    margin-right:10px;
}
.Haks img{
    width:100%;
    height:auto;
    object-fit:cover;
}
.Haks a{
    display:block;
    color:#000;
    margin-top:12px;
    font-size:14px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Haks h2{
    color:#000;
    margin-top:12px;
    margin-bottom:16px;
    font-size:23px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Haks h2 > span{
    color:#004D2C;
    font-size:15.5px;
    display:block;
}
.Manifest{
    margin-top:30px;
    margin-bottom:30px;
}
.manifest{
    background-color:#FAFAFA;
    min-height:260px;
    padding:20px;
    margin-bottom:12px;
}
.manifest h3{
    color:#004D2C;
    margin-bottom:20px;
    margin-top:15px;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:15.5px;
}
.manifest p{
    margin-top:12px;
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.breadcrumb-section {
    position: relative;
    width: 100%;
    min-height: 220px;
    background-color: #0E1E5B; 
    display: flex;
    align-items: center;
}
.breadcrumb-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.85;
}
.breadcrumb-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #0E1E5B 70%, transparent 100%);
    z-index: 1;
}
.breadcrumb-content {
    position: relative;
    z-index: 2;
}
.breadcrumb-content small {
    font-size: 13px;
    opacity: 0.8;
}
.breadcrumb-content h2 {
    font-size: 28px;
    font-weight: 600;
}
.Iletisim h2{
    color:#333;
    font-size:16px !important;
    font-family:'HelveticaNeueMedium',sans-serif;
    display:block;
    margin-bottom:30px;
}
.Iletisim h2 > span{
    display:block;
    margin-bottom:12px;
    font-size:25px;
    line-height:27px;
    color:#004D2C !important;
    font-family:'HelveticaNeueMedium',sans-serif;
    
}
.Iletisim p{
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:14px;
    color:#1C1C1C;
    line-height:26px;
    font-weight:400;
}
.Iletisim h3{
    color:#1341EC;
    font-size:20px;
    margin-bottom:15px;
    font-family:'HelveticaNeueMedium',sans-serif;
    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-family:'HelveticaNeueMedium',sans-serif;
    font-size:18px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#FFF !important;
}
.Iletisim2 input{
    width:100%;
    height:45px;
    border:none;
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:13.6px;
    padding-left: 10px;
    border:1px solid rgba(255,255,255,0.1);
}
.Iletisim2 textarea{
    width:100%;
    font-family:'HelveticaNeueRegular',sans-serif;
    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;
    font-family:'HelveticaNeueMedium',sans-serif;
    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-family: 'HelveticaNeueMedium', sans-serif;
    font-size:15.4px;
    margin-bottom:14px;
    margin-top:8px;
    color:#004D2C;
}
::placeholder{
    font-weight:500;
    font-family: 'HelveticaNeueMedium', sans-serif;
    color:#313131;
    font-size:12.6px;
    opacity:70%;
}
.Iletisim a{
    transition:0.3s ease-in;
    font-family: 'HelveticaNeueMedium', sans-serif;
    font-size:14.2px;
    display:block;
    margin-bottom:12px;
    font-weight:400;
    color:#212529;
}
.Iletisim a:hover{
    color:#004D2C;
    transform:scale(1.03);
}
.buyuktelefon a{
    margin-top:12px;
    font-family: 'HelveticaNeueMedium', sans-serif;
    margin-bottom:12px;
    margin-top:12px;
    font-size:23px;
    color:#1341EC;
}
.Iletisim h5{
    color:#000;
    font-family: 'HelveticaNeueMedium', sans-serif;
    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-family:'HelveticaNeueRegular',sans-serif;
    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-family:'HelveticaNeueRegular',sans-serif;
    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:#004D2C;
    font-family:'HelveticaNeueMedium',sans-serif;
    border:none;
    width:100%;
    height:44px;
    color:#FFF;
    font-size:14.2px;
    border-radius:5px;
}
.Iletisim input:focus{
    border:2px solid #004D2C !important;
}
.Iletisim textarea:focus{
    border:2px solid #004D2C !important;
}
.tariflink a{
    display:block;
    line-height:35px;
    border:1px solid #004D2C;
    border-radius:5px;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:14px;
    padding:8px;
}
.tariflink span{
    margin-right:6px;
    color:#004D2C;
}
.tariflink i{
    font-size:20px !important;
}
.Logolar{
    padding-top:30px;
    padding-bottom:30px;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.Logolar img{
    width:100%;
    height:50px;
    object-fit:contain;
    
    transition: filter 0.3s ease; 
}
.Logolar img:hover {
    filter: grayscale(0%);
}
.Sayac{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#004D2C;
}
.Sayac h6{
    line-height:27px;
    font-size:27px;
    font-weight:600;
    font-family:'HelveticaNeueBold',sans-serif;
    margin-bottom:10px;
    color:#FFF;
}
.Sayac h3{
    line-height:15.6px;
    margin-bottom:5px;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#FFF;
    font-size:15.6px;
}
.Sayac p{
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:13.4px;
    color:#FFF;
    line-height:26px;
    font-weight:400;
}
.nav-tabs{
    border:none !important;
    margin-bottom:12px;
}
.nav{
    margin-bottom:12px;
    border:none !important;
}
.nav-item{
    border:none !important;
}
.nav-pills a {
    display:inline-block;
    background-color:#FAFAFA;
    color: #000;
    border-radius: 4px;
    margin: 0 5px;
    font-family:'HelveticaNeueMedium',sans-serif;
    padding: 14px 35px;
    font-size:14px !important;
    transition: all 0.2s ease;
    margin-bottom:10px !important;
}
.nav-pills a:hover {
    background-color: #004D2C;
    color: #fff;
    border-color: #004D2C;
}
.nav-pills .active {
    background-color: #004D2C !important;
    color: #fff !important;
    border-color: #004D2C !important;
}
.service-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 20px;
}
.service-img {
    flex: 0 0 300px;
    max-width: 300px;
    height: 200px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-text {
    flex: 1;
}
.service-text h1 {
    font-size: 16.2px;
    font-weight: 600;
    font-family:'HelveticaNeueMedium',sans-serif;
    margin-bottom: 15px;
}   

.service-text p {
  font-size: 13.6px;
    font-family:'HelveticaNeueRegular',sans-serif;
    color: #333;
    line-height:24px;
    margin-bottom: 20px;
}

.readmore {
    font-size: 13.5px;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-weight: 600;
    color: #004D2C;
    text-decoration: none;
    border-bottom: 1px solid #004D2C;
}

.readmore:hover {
    color: #004D2C;
    border-color: #004D2C;
}
@media (max-width: 768px) {
    .service-box {
        flex-direction: column;
        text-align: center;
    }
    .service-img {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
        height: auto;
    }
}
.Hizmetlerimiz{
    margin-top:50px;
    margin-bottom:50px !important;
}
.Hizmetlerimiz h3{
    color:#000;
    margin-bottom:12px;
    font-size:19px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Hizmetlerimiz p{
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.topinfo h3{
    color:#1C1C1C;
    margin-bottom:18px;
    font-size:20px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.topinfo p{
    line-height:26px;
    font-size:14px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.topinfo{
    margin-bottom:25px;
}
 .carousel-item {
    position: relative;
    height: 75vh;
    overflow: hidden;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    background-color: rgba(0, 88, 45, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding:26px;
    border-radius:20px;
}


    .carousel-overlay h2 {
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 15px;
    font-family:'HelveticaNeueMedium',sans-serif;
    }

    .carousel-overlay p {
      font-size: 13.4px;
      line-height:24px;
      max-width: 450px;
    font-family:'HelveticaNeueRegular',sans-serif;
    }

    .carousel-overlay .btn {
      margin-top: 10px;
        font-family:'HelveticaNeueMedium',sans-serif;
        padding-left:30px;
        padding-right:30px;
        line-height:40px;
        font-size:13.4px;
        border:none !important;
      background-color: #5166AA;
      color: #fff;
      transition: all 0.3s ease;
    }

    .carousel-overlay .btn:hover {
      background-color: #fff;
      color: #1e1b70;
    }

.Haks img{
    width:100%;
    height:auto;
    object-fit:cover;
}
.hero-section {
    position: relative;
    height: 350px; 
    overflow: hidden;
}
.hero-image {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1; 
}
.hero-content-container {
    position: relative;
    z-index: 2;
    height: 100%; 
    display: flex;
    align-items: flex-end; 
    padding-bottom: 20px;
    padding-left: 20px; 
}
.hero-content {
    background-color: rgba(255, 255, 255,0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    display:inline-block;
}
.hero-tag {
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:13.8px;
    line-height:15px;
    margin-bottom:8px !important;
    margin-top:10px !important;
}
.hero-title {
        font-family:'HelveticaNeueMedium',sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    color:#FFF;
}
.Haberler{
    margin-top:50px;
    margin-bottom:50px;
}
.Haberler img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.Haberler h3{
    color:#212529;
    font-size:15.6px;
    margin-top:18px;
    margin-bottom:10px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Haberler p{
    line-height:26px;
    font-size:13.6px;
    color:#212529;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.Haberler hr{
    width:100%;
    height:1px;
    border:none;
    background-color:#D9D9D9;
    margin-top:0px;
    margin-bottom:45px;
}
.ustgorsel{
    width:100%;
    height:auto;
    object-fit:cover;
    max-height:70vh;
}
.Kurucuyelerimiz{
    margin-top:50px;
    margin-bottom:50px;
}

.Kurucuyelerimiz h4{
    color:#004D2C;
    line-height:15px;
    font-size:14.5px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Kurucuyelerimiz h2{
    color:#333333;
    font-size:19px;
    line-height:25px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.Kurucuyelerimiz p{
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}
.imgbox{
    width:100%;
    height:420px;
    padding:20px;
    margin-bottom:25px;
}
.Kurucuyelerimiz img {
    display:block;
    margin:auto !important;
    height:100%;
    width:100%;
    object-fit:contain;
    position: relative;
}

.Bulten{
    background-color:#004D2C;
    padding-top:24px;
    padding-bottom:24px;
    margin-bottom:21px;
}
.Bulten h3{
    color:#FFF;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:17px;
    margin-bottom:18px;
    text-align:center;
}
.Bulten input{
    border:none !important;
    width:100%;
    background-color:#FFF;
    padding:10px;
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:13.5px;
    padding-left:7px;
    color:#1C1C1C;
    height:44px;
}
.Bulten button{
    background-color:#FFF;
    font-family:'HelveticaNeueMedium',sans-serif;
    border:none;
    width:100%;
    height:44px;
    color:#004d2c;
    font-size:14.2px;
}
@media (max-width: 576px) {
    
    .hero-section {
        height: 250px; 
    }
    
    .hero-content-container {
        padding-bottom: 10px;
        padding-left: 10px;
    }
    
    .hero-content {
        padding: 10px 20px;
    }
    .hero-tag {
        font-family:'HelveticaNeueMedium',sans-serif;
        font-size:13.3px;
        line-height:15px;
        margin-bottom:8px !important;
        margin-top:10px !important;
    }
    .hero-title {
            font-family:'HelveticaNeueMedium',sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 21px;
        color:#FFF;
    }
}

@media (max-width: 768px) {
    .breadcrumb-section {
        min-height: 140px;
    }
    .breadcrumb-content h2 {
        font-size: 22px;
    }
}
.Felsefe{
    margin-top:40px;
    margin-bottom:40px;
}
.custom-card {
    border-radius: 12px;
    background: #FFF;
    border-left: 20px solid #004D2C;
    padding: 30px;    
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-height:320px;
}
.icon-box {
    width: 38px;
    height: 38px;
    background: #1a531b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box i {
    color: #fff;
    font-size: 18px;
}
.custom-card h5 {
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size: 16.7px;
    font-weight: 700;
    line-height: 21px;
    color: #1a531b;
}

.custom-card p {
    line-height:26px;
    font-size:13.5px;
    font-family:'HelveticaNeueRegular',sans-serif;
}


@media screen and (max-width: 1400px) {
    .bin{
        width:92%;
    }
}
@media screen and (max-width: 1350px) {
    .blogbox img{
        height:200px;
        width:350px;
        object-fit:cover;
    }
}
@media screen and (max-width: 1300px) {
    .bottomsideleft a{
        font-size:13.5px;
    }
    .topleft a{
        font-size:13.5px;
    }
}
@media screen and (max-width: 1140px) {
    .topleft a{
        font-size:12.8px;
        font-weight:600;
        display:inline-block;
        line-height:40px;
        margin-right:12px;
        margin-left:4px;
    }
    .bottomsideright a{
        font-size:13.3px;
        line-height:75px;
    }
    .bottomsideleft a{
        font-size:13px;
        line-height:75px;
    }
    .topright i{
        color:#004D2C !important;
        font-size:16px;
        padding-top:12px !important;
    }
}
@media screen and (max-width: 992px) {
    .Bulten button{
        background-color:#FFF;
        font-family:'HelveticaNeueMedium',sans-serif;
        border:none;
        width:100%;
        margin-top:10px;
        height:44px;
        color:#004d2c;
        font-size:14.2px;
    }
    .bottomsideright {
        display:inline-block !important;
        position: relative;
        height: auto;
        width: auto;
        text-align:left !important;
        float:none !important;
    }
    .specialdisnon{
        display:none !important;
    }
    .hizmetgaleri img{
        width:100%;
        height:210px;
        margin-bottom:12px;
        object-fit:cover;
    }
    .disnon992{
        display:none !important;
    }
    .block992{
        display:block !important;
    }
    .bottomsideright a {
        display: inline-block;
        color: #004D2C;
        font-family: 'HelveticaNeueMedium', sans-serif;
        font-size: 13.4px;
        font-weight: 600;
        margin-right:45px;
        border:2px solid #004D2C;
        border-radius:50%;
        padding:14px !important;
        text-align: center;
        margin-top:13px !important;
        line-height: 10px !important;
        text-decoration: none;
    }
    .bottomsideleft a{
        display:inline-block;
        margin-right:7px;
        line-height:65px;
        font-size:13.4px;
        font-weight:600;
    }
    .mobilemenu{
        text-align:right !important;
        display:block !important;
    }
    .compmenu{
        display:none !important;
    }
    .leftside{
        margin-top:12px;
        margin-bottom:12px;
        width:100%;
        height:100%;
        margin-left:0px;
        padding:0px !important;
        padding-bottom:0px;
        border-right:none !important;
    }
    .leftside img{
        padding-left:0px;
        width:auto !important;
        margin:auto !important;
        margin-left:70px !important;
        object-fit:contain;
        padding:0px !important;
        height:80px !important;
        max-width:100%;
    }
    .mobilemenu a{
        font-size:15px;
        color:#000;
        line-height:55px;
        font-weight:500;
        display:inline-block;
        margin-right:12px;
    }
    .mobilemenu button{
        width:150px;
        height:100%;
        background-color:#004D2C;
        border:none !important;
        display:inline-block;
        margin-right:12px;
    }
}
@media screen and (max-width: 870px) {
    .blogbox img{
        height:150px;
        width:210px;
        object-fit:cover;
    }
    .blogbox p{
        font-size:13.4px;
        line-height:26px;
        font-weight:400;
        color:#000;
    }
    .blogbox{
        border-bottom:1px solid rgba(28,28,28,0.1);
        margin-bottom:10px;
        padding-bottom:10px;
    }
    .blogbox h2{
        font-size:15.3px;
        font-weight:600;
        color:#1C1C1C;
        margin-bottom:16px;
        margin-top:0px;
    }
    .devam{
        display:none !important;
    }
}
.block767{
    display:none !important;
}
.dot{
    background-color:#004d2c;
    border-radius:50%;
    width:6px;
    height:6px;
    display:inline-block;
    margin-right:7px;
}
.modal-body i{
    color:#004d2c;
    font-size:45px !important;
}
.modal-body{
    text-align:center;
}
.modal-body h3{
    font-size:17px;
    color:#004d2c;
    margin-top:15px;
    margin-bottom:15px;
    font-family: 'HelveticaNeueMedium', sans-serif;
}

.service-card{
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: .3s;
    height: 100%;
}
.service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}
.service-card h4{
    font-size: 17px;
    font-weight: 600;
    color: #004d2c;
    margin-top:15px;
    font-family: 'HelveticaNeueMedium', sans-serif;
}
.service-card p{
    color: #555;
    line-height:25px;
    font-size: 13.4px;
    margin-top: 10px;
        font-family: 'HelveticaNeueRegular', sans-serif;
}
.service-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.Anahizmetler{
    margin-top:45px;
}
.section-title{
    font-family: 'HelveticaNeueMedium', sans-serif;
    font-size: 35px;             
    font-weight: 600;             
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color:#004d2c;
}
.Haberler h2{
    font-family: 'HelveticaNeueMedium', sans-serif;
    text-align:center;
    color:#000;
    margin-bottom:30px;
    font-size:18px;
}
.why-geoflow {
    padding-top:45px;
    padding-bottom:45px;
    background: linear-gradient(135deg, rgba(0,77,44,0.08), rgba(0,77,44,0.02));
}
.why-geoflow img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.why-title{
    font-size: 27px;
    font-weight: 800;
    font-family: 'HelveticaNeueMedium', sans-serif;
    margin-bottom: 25px;
    color: #0a1d35;
}

.why-title span{
    color: #004d2c;
}

.why-box{
    background: #fff;
    padding: 18px 20px;
    width:100% !important;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: .25s;
}
.why-box:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.why-box h4{
    font-size: 16.6px;
    font-weight: 700;
    font-family: 'HelveticaNeueMedium', sans-serif;
    color: #004d2c;
    margin-top:12px;
    margin-bottom:12px;
}

.why-box p{
    line-height:24px;
    font-family: 'HelveticaNeueMedium', sans-serif;
    font-size: 13.6px;
    color: #555;
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .section-title{
        font-family: 'HelveticaNeueMedium', sans-serif;
        font-size: 25px;             
        font-weight: 600;             
        text-align: center;
        margin-bottom: 40px;
        position: relative;
        color:#004d2c;
    }
    .footer img{
        width:100%;
        height:120px;
        object-fit:contain;
        margin:auto !important;
        margin-bottom:15px !important;
    }
    .footer p{
        text-align:center !important;
        color:#1C1C1C;
        font-weight:400;
        font-family:'HelveticaNeueRegular',sans-serif;
        width:100%;
        font-size:13.6px;
        line-height:24px;
    }
    .disnon767{
        display:none !important;
    }
    .Bulten button{
        background-color:#FFF;
        font-family:'HelveticaNeueMedium',sans-serif;
        border:none;
        width:100%;
        margin-top:0px;
        height:44px;
        color:#004d2c;
        font-size:14.2px;
    }
    .Bulten input{
        border:none !important;
        width:100%;
        background-color:#FFF;
        padding:10px;
        font-family:'HelveticaNeueRegular',sans-serif;
        font-size:13.5px;
        padding-left:7px;
        color:#1C1C1C;
        margin-bottom:5px;
        height:44px;
    }
    .team-info{
        margin-top:15px !important;
    }
    .Haks{
        margin-bottom:40px !important;
    }
    .specialdisnon{
        display:block !important;
    }
    .brleft{
        border-left:none;
        padding-left:15px;
    }
    .pad0x{
        padding-right:2% !important;
    }
    .pad0x2{
        padding-left:2% !important;
    }
    .disnon767{
        display:none !important;
    }
    .block767{
        display:block !important;
    }
}
@media screen and (max-width: 576px) {
    
    .refbox {
        width: 100%;
        padding: 20px;
        padding-bottom:10px;
        height:auto;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    }
    .refbox img {
        width: 80%;
        height: 70px;
        display: block;
        object-fit: contain;
        margin: auto !important;
        transition: filter 0.3s ease; 
    }
    .brr{
        border-bottom:1px solid #FFF;
        padding-top:25px;
    }
    .brr:last-child{
        border:none !important;
    }
    .Logolar img{
        width:100%;
        height:28px;
        object-fit:contain;
        
        transition: filter 0.3s ease; 
    }
    .disnon576{
        display:none !important;
    }
    .topleft a{
        font-size:13.6px;
    }
    .leftside img{
        padding-left:10px;
        padding-right:10px;
        width:auto !important;
        margin:auto !important;
        object-fit:contain;
        height:75px !important;
        max-width:100%;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .pad0x{
        padding-right:3% !important;
    }
    .pad0x2{
        padding-left:3% !important;
    }
    .mobilemenu button{
        width:70px;
        height:100%;
        background-color:#004D2C;
        border:none !important;
        display:inline-block;
        margin-right:12px;
    }
}
