/*
 * TUR-1789 Kurumsal E-Posta - Tasarım ekibi (Gokceer) tarafından hazırlanmıştır.
 * Sadece /kurumsal-e-posta sayfasında yüklenir; eski hostingmain-v2.css'i override eder.
 * Hosting/SSL sayfaları etkilenmez (bu dosya o sayfalara include edilmez).
 *
 * Kaynak: gitea.turkticaret.net/Tasarim-Gokceer/e-posta.git → hostingmain-v2.css
 */

body{overflow-x:hidden;}
img{height:unset;max-width:100%;}
p{font-size:16px;font-weight:400;line-height:24px;}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.flex-column{flex-direction:column;}
.align-items-center{align-items:center;}
.align-items-end{align-items:flex-end;}
.justify-content-center{justify-content:center;}
.justify-content-between{justify-content:space-between;}
.graybtn{border-radius:6px;padding:.8rem 2.3rem;display:inline-block;background:#f8f8f8;color:#333;}
.graybtn:hover,.graybtn:focus{color:#000;box-shadow:0 16px 28px -6px rgba(0,0,0,.2);}
h2{margin-top:0;}
.mc-text{color: #118ee9;}
.sc-text{color: #00b91f;}
.fw-500{font-weight: 500;}
.gap-2{gap:0.7rem!important;}
.gap-3{gap:1rem!important;}
.graybg{background:#f4f9fd !important;}
.switch{position:relative;display:inline-block;width:40px;height:23px;}
.switch input{opacity:0;width:0;height:0;}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}
.slider:before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s;}
input:checked + .slider{background-color:#2196F3;}
input:focus + .slider{box-shadow:0 0 1px #2196F3;}
input:checked + .slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(15px);}
.slider.round{border-radius:34px;}
.slider.round:before{border-radius:50%;}
.cerez-bilgi p{font-size:11px;font-weight: 500;line-height: unset;}
/* manÃƒâ€¦Ã…Â¸et */
.smallnote{font-size:11px;font-weight:500;line-height:normal;margin:8px 0 0;}
.new-hosting-header .header{padding:30px 0 30px;}
.new-hosting-header h1{margin:0;font-size:48px;color:#ffffff;font-weight:bold;line-height:1.2;margin-bottom:10px;}
.new-hosting-header h1 span{color:#333;}
.new-hosting-header p{color:#333;font-size:18px;}
.new-hosting-header img{max-width:100%;}
.new-hosting-header .topiclist{font-weight:500;font-size:20px;line-height: 1.3;}
.new-hosting-header .topiclist.v3{font-weight:600;font-size:14px;line-height: 1.3;columns: 2;max-width: 450px;}
.new-hosting-header .topiclist.v3 li{display: flex;gap: 1rem;padding: .5rem;border-radius: 8px;background: #46129f;color: #fff;margin: 0 0 1rem; align-items: center;}
@media(min-width:525px){.new-hosting-header .topiclist.v2{column-count: 2;width: max-content;}}.new-hosting-header .topiclist i{color:#2ebe89;font-size:1.4rem;}
.targetbtn{background:#118ee9;display:inline-block;padding:.8rem 2.3rem;border-radius:6px;text-align:center;color:#fff;font-size:16px;transition:.3s;}
.targetbtn:hover,.targetbtn:focus{box-shadow:0 18px 28px -10px rgba(52,152,219,0.6);color:#fff;}
.header .logos{display:flex;gap:1rem;flex-wrap:wrap;}
.header .logos li{flex-shrink:0;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
/* scrollbar */
.scrollerbar{display:flex;justify-content:center;padding:15px 0;flex-wrap:wrap;}
.scrollerbar a{background:#5e6c7e;padding:1rem;margin:4px;border-radius:.5rem;color:#fff;width:calc(40% - 8px);text-align:center;padding:15px 0;text-transform:uppercase;font-size:17px;font-weight:500;position:relative;overflow:hidden;}
.scrollerbar a.reason:before{content:"";background:url(images/fi-65482.svg) no-repeat;position:absolute;top:5px;left:-10px;width:70px;height:70px;background-size:50px;filter:brightness(0) invert(1) opacity(.3);transition:.3s;}
.scrollerbar a.faq:before{content:"";background:url(images/fi-65483.svg) no-repeat;position:absolute;top:2px;left:5px;width:70px;height:70px;background-size:45px;filter:brightness(0) invert(1) opacity(.3);transition:.3s;}
.scrollerbar a.faq:hover:before,.scrollerbar a.reason:hover:before{transform:scale(1.05);}
.scrollerbar a:hover{box-shadow:0 26px 28px -20px #46515f;}
/* hosting paketleri */
.hostingPrice .gb-inner{padding:4rem 0 0;}
.hostingPrice h2 span{display: block;color: #118ee9;font-weight: 900;}
.subTitle{margin:0 0 2rem;}
.currency{display:flex;justify-content:center;gap:.5rem;align-items:center;font-size:14px;}
.currency .box{font-weight:600;letter-spacing:1px;}
.currency .switch{position:relative;display:inline-block;width:40px;height:23px;}
.currency .switch input{opacity:0;width:0;height:0;}
.currency .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#118ee9;-webkit-transition:.4s;transition:.4s;}
.currency .slider:before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s;}
.currency input:checked + .slider{background-color:#f83139;}
.currency input:focus + .slider{box-shadow:0 0 1px #f83139;}
.currency input:checked + .slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(15px);}
.currency .slider.round{border-radius:34px;}
.currency .slider.round:before{border-radius:50%;}
.subTitle span{font-size:18px;}
.hostingPrice{width:100%;display:block;text-align:center;}
.hostingPrice img{max-width:20px;vertical-align:bottom;}
.hostingPrice .row{display:flex;flex-wrap:wrap;justify-content:center;}
.hostingPrice .priceBox{border:1px solid #bdbdbd;border-radius:1rem;padding:1.5rem;height:100%;position:relative;font-size:14px;}
.hostingPrice .priceBox.mailserver{background:linear-gradient(45deg, #000 , #221958,#272251);color: #fff;}
.hostingPrice .priceBox.mailserver .emailqty input,.hostingPrice .priceBox.mailserver .emailqty select{color: #000;}
.hostingPrice .priceBox.mailserver .emailqty button{color: #000;background: #ffd900;}
.hostingPrice .priceBox.mailserver .emailqty span{color: #000;}
.emailqty.disabled{filter: opacity(.3);}
.hostingPrice .priceBox.mailserver .spaceoffer span{background:none;}
.hostingPrice .priceBox.mailserver .itemTitle p{color:#ffd900;}
.hostingPrice .priceBox.mailserver .itemPrice .price span{color:#efefef;}
.hostingPrice .priceBox.mailserver .unlimitedbox{display:block;background:rgba(255,204,0,0.14);color:#ffd900;padding:0.6rem 1rem;border-radius:0.3rem;}
.hostingPrice .priceBox .extraoffer{background:#ffd900;padding:0.7rem 0.5rem;border-radius:.5rem;display:inline-block;color:#000;font-weight:600;position:absolute;top:0;transform:translateY(-50%);left:0;right:0;margin:0 auto;width:max-content;}
.hostingPrice .priceBox.mailserver .pricepart{font-size:14px;}
.hostingPrice .priceBox.mailserver .pricepart b,.hostingPrice .priceBox.mailserver .redspec{color: #ffd900;}
.hostingPrice .priceBox.mailserver img{filter: grayscale(1)brightness(10);}
.hostingPrice .priceBox.mailserver .appimage{border: 0!important;}
.hostingPrice .itemTitle p{font-size:1.5rem;font-weight:600;}
.hostingPrice .offerPrice{border:0;border-radius:1rem;box-shadow:0px 0px 0px 2px #118ee9 inset;background:#fff;}
.hostingPrice .offerPrice:before{content:"";background:#118ee9;position:absolute;top:0;left:0;width:100%;height:40px;z-index:-1;}
.hostingPrice .offerPrice .selectedOffer{position:absolute;bottom:100%;width:100%;left:0;background:#118ee9;color:#fff;border-radius:1rem 1rem 0 0;padding:.8rem;border:2px solid #118ee9;}
.hostingPrice .priceItem li{padding:.5rem 0;}
.hostingPrice .priceItem li.upgrade{background:#2ebe8921;border-radius:4px;}.hostingPrice .priceItem i{padding-right:.5rem;font-size:1.4rem;vertical-align:middle;}
.hostingPrice .priceItem i{padding-right:.5rem;font-size:1.4rem;vertical-align:middle;}
.hostingPrice .pricepart{text-align:center;}
.hostingPrice .pricepart li:last-child{font-size:0.7rem;}
.hostingPrice .itemPrice .price{display:block;font-size:2.3rem;font-weight:600;}
.hostingPrice .itemPrice .price span{display:inline-block;font-size:1.4rem;font-weight:400;color:#666;}
.hostingPrice .itemPrice small{font-weight:600;}
.hostingPrice .addcart{background:#ff542c;padding:.9rem 1rem;display:block;border-radius:8px;color:#fff;}
.hostingPrice .redspec{color:#ff6d77;}
.buymebtn{background:#ff542c;padding:.9rem 1rem;display:block;border-radius:8px;color:#fff!important;}
.buymebtn.disabled{filter:grayscale(1) opacity(.5);pointer-events: none;}
.offerPrice .trdata{background: #f4faff !important;color: inherit !important;}
.offerPrice .trdata img{filter: unset!important;}
.trdata{background: #f4faff;width:max-content;margin: 0 auto 1rem;padding: 4px 8px;border-radius: 6px;}
.limitless{position:absolute;top:7px;left:0;right:0;font-size:14px;font-weight:600;}
.text-left{text-align:left;}
.text-left-im{text-align:left!important;}
.hostingPrice .gb-dots span{width:24px;height:24px;margin:0;background-color:#cfdbe5;border-radius:4px;border:0;}
.hostingPrice .gb-dots span:not(:last-child){margin-right:3px;}
.hostingPrice .gb-dots span.active{width:24px;height:24px;background-color:#118ee9}
.hostingPrice .newitems{background:red;color:white;padding:3px 12px;line-height:normal;border-radius:50px;font-size:9px;}
.hostingPrice .tooltip-inner span{display: block;font-size: 0.9rem;font-weight: 600;}
.spaceoffer span{background:#fff;color:#ff6d77;padding:0.5rem;border-radius:9px;display:inline-block;letter-spacing:.5px;font-size:0.8rem;font-weight:600;border:1px solid #ff6d77;}
.spaceoffer del{font-size:1.4rem;color:#999;margin-left:5px; display: block; margin: .5rem 0 0;}
.hostingtypes{background:#f4faff;padding:3rem 0 2rem;}
.hostingtypes .hostitem{background:#fff;padding:2rem;border-radius:1rem;transition:.3s;text-align:center;margin:0 0 1rem;height:100%;}
.hostingtypes .hostitem h3{font-size:18px;}
.hostingtypes .hostitem:hover{box-shadow:0 24px 68px rgb(209 222 233);}
.hostingtypes a{color:#333;text-decoration:none;}
@media(max-width:1299px){.spaceoffer del{display: block;}.hostingPrice .itemPrice .price span{font-size: 1rem;}}
@media(max-width:992px){.hostingtypes .hostitem{padding:2rem;}
    .hostingtypes{padding:2rem 0;}
}
.renew li{display:flex;justify-content:space-between;padding:.5rem 1rem;gap:1rem;}
i.info{font-style:normal;font-size:11px!important;width:16px;height:16px;display:inline-block;background:#000;border-radius:15px;line-height:16px;text-align:center;padding:0!important;font-weight:600;color:#fff;cursor:pointer;}
.emailqty{display: flex;gap: .5rem;align-items: center;}
.emailqty label{position: relative;width: 100%;}
.emailqty span{white-space: nowrap;font-weight: 600;position: absolute;transform: translateY(-50%);top: 50%; right: 5px;background: #fff;}
.emailqty button{border: 0;font-size: 1.5rem;width:38px;height: 38px; flex-shrink: 0;border-radius: 0.3rem;background: #333;color: #fff;}
.emailqty input,.emailqty select{padding: 0.6rem 1rem;border: 1px solid #333!important;width: 100%;border-radius: 0.3rem;}
.unlimitedbox{display:block;background:rgba(17,165,233,0.144);color:#118ee9;padding:0.6rem 1rem;border-radius:0.3rem;}
.emailpacks.hostingPrice .pricepart li:last-child{font-size:1rem;}
.emailpacks .appimage{position:relative;padding:5px;display:inline-block;border:1px solid #ddd;border-radius:4px;width:35px;height:35px;}
/* mail content */
.rollersection {padding: 3rem 0;}
.rollersection .roller{display: flex;justify-content: space-between;padding: 2rem 2rem 0;color: #fff;    height: 100%;flex-wrap: wrap;}
.rollersection .roller.theme2,.rollersection .roller.theme3{flex-wrap: wrap;}
.rollersection .roller.theme2 .roller-front,.rollersection .roller.theme3 .roller-front{min-height: 145px;}

.rollersection .roller-inner{display: flex;flex-wrap: wrap;height: 100%;}
.rollersection .roller-front{align-self: flex-start;}
.rollersection .roller-back{align-self: flex-end;}
.rollersection .theme1{background-color: #3b9adf;}
.rollersection .theme4{background-color: #118ee9;}
.rollersection .row{margin: 0;}
.rollersection .row [class*="col"]{padding-left: 0;padding-right: 0;}

.rollersection .roller.theme2{background: #05579f;}
.rollersection .roller.theme3{background: #092848;}
.rollersection a.moredetail{background: #fff;display: inline-block;padding: 0.5rem 1.5rem;color: #000;border-radius: .3rem;margin: 1rem 0 0;font-size: 14px;}

.leadform .title{font-size:30px;margin:0 0 1rem;}
.leadform button{display:block;width:100%;padding:15px;font-size:18px;border:none;color:#fff;background:#118ee9;border-radius:8px}
.leadform button:hover{background-color:#027dd4;box-shadow:0 0 0 4px rgb(53 152 220 / .25);}
.leadform input{display:block;width:100%;padding:19px 15px 20px 58px;border:0!important;outline:1.5px solid #bdc3c7;border-radius:8px;margin-bottom:15px;font-size:16px;font-weight:600;}
.inputlab{position:relative;}
.inputlab input{background:none;}
.inputlab img{position:absolute;top:50%;transform:translateY(-50%);left:15px;}
.input-marka,.input-isim,.input-tel,.input-eposta,.input-destek,.input-search,.marka-arama .marka-tescil-form-input{background-color:#fff;background-repeat:no-repeat;background-position:left 18px top 18px;background-size:24px}
.input-isim{background-image:url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-user.svg)}
.input-tel{background-image:url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-phone.svg)}
.input-eposta{background-image:url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-mail.svg)}
.leadform input[type="text"]:focus, .form.leadform input[type="tel"]:focus, .form.leadform input[type="number"]:focus,.leadform input[type="email"]:focus,.leadform input[type="phone"]:focus,.leadform input[type="password"]:focus,.leadform textarea:focus{border: 0!important;outline: 1.5px solid #17a4e6 }

/* testimonial */
.testimonial{padding:3rem 0;}
.testimonial-item{border:1px solid #dde6ee;height:100%;padding:1.5rem;border-radius:.5rem;}
/* ÃƒÂ§ÃƒÂ¶zÃƒÂ¼mler */
.directlinkbox .item{padding:24px;margin-bottom:30px;text-align:center;background-color:#ffffff;border-radius:1rem;box-shadow:24px 34px 54px -24px rgb(0 0 0 / 10%);transition:all ease-in-out .2s;}
.directlinkbox .item:hover{box-shadow:34px 34px 54px -24px rgb(44 63 81 / 35%);}
.directlinkbox .icon{display:inline-block;border:3px solid #fff;border-radius:50%;padding:12px;background:#3498db;outline:3px solid #3498db;width:100px;}
.directlinkbox .icon img{filter:brightness(0) invert(1);}
.directlinkbox a{display:inline-block;padding:12px 36px;font-size:16px;font-weight:500;color:#ffffff!important;background-color:#3498db;border-radius:1rem;margin:15px 0 0px;transition:all cubic-bezier(0,-.1,1,2) .15s;}
.directlinkbox a:hover{color:#ffffff;background-color:#32a7f4;padding:12px 48px;}
.directlinkbox h3{border-bottom:1px solid #efefef;padding:0 0 8px;font-size:20px;}
.directlinkbox p{font-size:15px;height:90px;text-align:left;}
/* ortal ÃƒÂ¶zellikler */
.spectacular .row{display:flex;flex-wrap:wrap;}
.spectacular .card{padding: 1rem;}
.spectacular .title{padding:0 0 3rem;}
.spectacular .title p{font-size:18px;}
.spectacular .col-sm-6{margin-bottom:30px;}
.spectacular .box{display:flex;align-items:center;background:#fff;flex-wrap:wrap;justify-content:center;height:100%;flex-direction:column;padding:1rem;border-radius:1rem;}
.spectacular .box:hover{box-shadow:0 24px 68px rgb(209 222 233);}
.spectacular h3{font-size:18px;}
.spectacular p{text-align:left;font-size:13px;}
/* content */
.detail-content{padding:3rem 0;}
.detail-content ul{font-size:16px;font-weight:400;line-height:24px;}
/* paket karÃ…Å¸Ã„Â±laÃ…Å¸tÃ„Â±rma */
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs > li{float:left;margin-bottom:-1px;}
.nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;}
.nav-tabs > li > a:hover{border-color:#eee #eee #ddd;}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;}
.tab-content > .tab-pane{display:none;}
.tab-content > .active{display:block;}
.compareblock{padding-top:20px;}
.compareblock .nav-tabs{display:flex;border:0;justify-content:center;}
.compareblock .nav-tabs li{margin:0;padding:3px;float:none;}
.compareblock .nav-tabs a{outline:1px solid #118ee9;display:block;margin:0;border-radius:4px;padding:8px 20px;border:0;color:#118ee9;}
.compareblock .nav-tabs li.active a{background:#118ee9;display:block;border:0;margin:0;border-radius:4px;padding:8px 20px;color:#fff;}.titlelist li,.speclist li{padding:6px;line-height:40px;}
.compare .options ul {column-count: 2;max-width:950px;margin: 0 auto;}
.compare .options ul li{padding: 5px;}
.compare .options ul i{color: #0bbd64;font-weight: 900;}
.titlelist li:nth-child(odd),.speclist li:nth-child(odd){background:#f4f9fd;}
.speclist li,.hostspecs h4{text-align:center;}
.speclist li:last-child strong{font-size: 1.8rem;}
.speclist li:last-child small{font-size: 0.8rem;}
.hostspecs{padding:30px 0;}
.hostspecs [class*="col-"]{padding:0;}
.hostspecs h4{padding:11px 0;margin:0;height:60px;font-size:16px;font-weight:600;}
.hostspecs .buymebtn{width:calc(100% - 6px);font-size:13px;padding:12px 0px;text-align:center;}
.hostspecs .buymebtn img{width:18px;}
.hostspecs .title-paket{padding:11px 0;margin:0;height:60px;font-size:16px;font-weight:600;text-align:center;}
.gg-check-o{box-sizing:border-box;position:relative;display:inline-block;width:20px;height:20px;border:2px solid #2ebe89;border-radius:100px;top:5px;}
.gg-check-o::after{content:"";display:block;box-sizing:border-box;position:absolute;left:3px;top:-1px;width:5px;height:9px;border-color:#2ebe89;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg)}
.gg-unavailable{box-sizing:border-box;position:relative;display:inline-block;transform:rotate(-45deg);width:18px;height:18px;border:2px solid red;border-radius:100px;top:5px;}
.gg-unavailable::after{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;height:16px;background:red;top:-2px;left:6px;}
/* Ek Ãƒâ€“zellik */
.sidecontent{padding:3rem 0;}
.sidecontent .item{padding: 1rem;box-shadow:0 8px 28px rgba(0,0,0,.1) ;border-radius: 1rem;height: 100%;text-align: center;}
.sidecontent .item .title{font-weight: 600;font-size: 1.4rem;margin: 0 0 1rem;}
.sidecontent .item img{max-width:70px;margin: 0 0 1rem;}
.sidecontent.faqblock .panel-heading a{text-transform:none;margin:0;padding:1rem 0;font-size:1.2rem;}
.sidecontent.faqblock .panel-heading,.sidecontent.faqblock .panel-title{margin:0;}
.sidecontent.faqblock .panel-heading i{font-size:1.4rem;transition:.3s;position:absolute;top:50%;right:0;transform:rotate(90deg);font-weight:800;transform-origin:top center;}
.sidecontent .panel-heading a.collapsed i{transform:rotate(0);}
.fade.in{opacity:1;}
.modal-backdrop.in{opacity: 0.5!important;}
.collapse{display:none;}
.collapse.in{display:block;}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;}
/* video alanÃ„Â± */
.videozone{padding:3rem 0;}
.videozone h2{margin:0 0 3rem;}
.videozone iframe{width:100%;max-width:800px;border-radius:1rem;}
/* altyapÃ„Â± */
.backworkers{padding:45px 0;}
.specworker{background:#f4f9fd;padding:12px;border-radius:8px;margin:0 0 30px;}
/* turkiye */
.aboutte{padding: 4rem 0;}
.trBtn{background: #118ee9;color: #fff;border-radius: 6px;padding: 12px 48px;font-size: 16px;display: inline-block;margin-top: 1rem;transition: .3s;}
.trBtn:hover{background: #0e82d4;color: #fff;}
/* web site kurma */
.basicweb{background:linear-gradient(0deg,#46515f 70%,#fff 60%);padding:0px 0 45px 0;}
.basicweb p,.basicweb h2,.serviceready p,.serviceready h2{margin:0 0 15px;color:#fff;}
.basicweb h2 span{color:#ffca28;}
/* diÃ„Å¸er ÃƒÂ¼rÃƒÂ¼nler */
.other-products{padding:2rem 2rem 0;border-radius:1rem;position:relative;}
.other-products .title1{font-size:1rem;margin:0 0 .5rem;font-weight: 600;}
.other-products .title2{margin:0 0 1rem;font-size: 24px;font-weight: 600;}
.other-products a{background:#fff;display:inline-block;padding:1rem 3rem;border-radius:1rem;color:#000;margin:0 0 1rem;position:absolute;font-weight:600;font-size:1.2rem;bottom:1rem;right:1rem;}
.other-products a:hover{box-shadow:0 16px 28px -6px rgba(0,0,0,.2);}
.other-products.cl-1{background:#ffece8;}
.other-products.cl-2{background:#809df0;color:#fff;}
.other-products.cl-3{background:#f0ad80;color:#fff;}
.other-products.cl-4{background:#d8dff1;color:#333;}
/* blog */
.blogzone{background:#fff;padding:45px 0 45px;}
.blogzone div{overflow:hidden;}
.blogzone .image{overflow:hidden;border-radius:1rem 1rem 0 0;width:100%;}
.blogzone .image img{max-width:100%;transition:1s;}
.blogzone .image:hover img{transform:scale(1.1);}
.blogzone a{color:#333;display:block;border:1px solid #ddd;border-radius:1rem;height:100%;background: #fff}
.blogzone .content{padding:1rem;}
.blogzone h3{font-size:18px;display:block!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:.3s;margin:0 0 1rem;}
.blogzone h3:hover{color:#118ee9;}
.blogzone p{font-size:14px;display:block!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.blogzone .title{border-bottom:1px solid #ddd;margin-bottom:15px;padding:8px 0;border-radius:4px;}
.blogzone .title a{font-size:14px;}
.blogzone .title a:hover{color:#118ee9;}
.content ul{font-size:16px;font-weight:400;line-height:24px;list-style:disc!important;}
.content ul li{list-style:disc!important;margin-left:15px;}
.content .nolist li{list-style: none!important;margin: 0;}
.content .nolist li strong{display: block;}
/* sÃ„Â±kÃƒÂ§a sorulan sorular */
.marka-tescil-sss-item{padding:30px;margin-top:30px;border-radius:16px;border:1px solid #ebf0f1;box-shadow:0 0 5px rgb(6 51 83 / 5%);}
.marka-tescil-sss-item-q{font-size:24px;font-weight:600;margin-bottom:15px;}
.marka-tescil-sss-item-a{font-size:16px;font-weight:400;line-height:24px;}
/* alt yapÃ„Â±lar */
.boxbg{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 8px 38px rgba(0,0,0,0.08);height:100%;cursor:pointer;position: relative;}
.boxbgsec{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 8px 38px rgba(0,0,0,0.08);height:100%;cursor:pointer;position: relative;}
.boxbgsec.packs{background:#fff;border-radius:0.5rem;padding:0;box-shadow:0 8px 38px rgba(0,0,0,0.08);height:100%;cursor:default;position: relative;}
.boxbgsec.packs a{padding: 1rem;display: block;font-weight: 600;}
.boxbgsec.packs .panel-body{padding: 1rem;}
.boxbg:after{content:"\f105";font-family:turkticaretnet;font-size:2rem;position:absolute;top:36%;right:15px;color:#c7c7c7;transition: .3s;}
.boxbg:hover:after{transform: rotate(90deg);}
.boxbg .hiddencontent{display: none;position: absolute;background: #fff;border-radius:0 0 2rem 2rem;padding:2rem;box-shadow:0 50px 38px rgba(0,0,0,0.08);left: 0;z-index: 3;}
.boxbg:hover .hiddencontent{display: block;}
.besthostings a{color: #000;}
.besthostings .panel-body{padding-top: 15px;}
/* pack preview */
.packpreview{text-align:center;display: none;}
.packpreview ul{display:flex;gap: 2rem;justify-content: center;margin: 1rem 0 0;}
.packpreview ul:after{display: none;}
.packpreview ul li{color: #999;transition: .3s;}
.packpreview ul li.active{font-weight:600;transform: scale(1.25);border-bottom: 1px solid #000;color: #242424;}
.disabled .priceItem{filter:grayscale(1) opacity(.4);pointer-events:none!important;}
/* mailhosting */
.pagepadder{padding:0 4rem 0 9rem;}
.pagepadder .appicon{filter:invert(41%) sepia(45%) saturate(3867%) hue-rotate(184deg) brightness(100%) contrast(87%);float:left;margin-right:8px;vertical-align:middle;}
.spectacular.emailspec{padding:3rem 0 0rem;}
.spectacular.emailspec .box{justify-content:flex-start;}
.spectacular.emailspec strong{text-align:center;margin-top:20px;margin-bottom:10px;font-size:18px;}
.basecontent{padding: 4rem 0;position: relative;overflow: hidden;}
.basecontent:before{content: "";position: absolute;width: 60px;height: 60%;background: #118ee9;top: 20%;left: 0;border-radius: 0 0.5rem 0.5rem 0;}
.basecontent h4 a{font-weight: 600;font-size: 1.3rem;color: #000;display: block;border: 1px solid #ddd;padding: 1rem;border-radius: 4px;margin: 0;}
.basecontent .panel-body{padding: 1rem;}
.basecontent .panel-title {margin: 0;}
.basecontent .panel-title a span{background: #e8f8ff;padding: 6px;border-radius: 5px;display: inline-block;width: 45px;height: 45px;line-height: 30px;text-align: center;margin-right: 5px;}
.basecontent .panel-title img{filter: invert(43%) sepia(38%) saturate(5013%) hue-rotate(184deg) brightness(99%) contrast(87%);}
.basecontent .panel-group{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem;}

/* responsive */
@media(max-width:992px){
    .compareblock{display:none;}
    .compareblock_btn{display:none;}
}
@media(max-width:1500px){
    .pagepadder {
        padding: 1rem;
    }
    .basecontent::before{display: none;}

}
@media(max-width:1260px){
    .pagepadder {
        padding:2rem 1rem;
    }
}
@media(max-width:1500px){}
@media(max-width:1500px){}

@media(max-width:767px){h2{font-size:28px;font-weight:600;}
    .advantagetable thead{display:none;}
    .rollerimg{display: none;}
}
@media(max-width:575px){.packpreview{display:block;}
    .basecontent h4 a{font-size:1rem;display:flex;align-items:center;gap:1rem;}
}
span.campaign{background:linear-gradient(45deg,#000,#424242);color:#fff;padding:6px 12px;border-radius:32px;display:inline-block;margin:0 0 10px;animation:pulse-animation 2s infinite;font-size:13px;}
@keyframes pulse-animation{0%{box-shadow:0 0 0 0px rgba(0,0,0,0.2);}
    100%{box-shadow:0 0 0 15px rgba(0,0,0,0);}
}
/* mevcut hosting listesi */
.hosting-list{background:#fff;padding:1rem;border-radius:1rem;box-shadow:10px 14px 46px rgb(0 0 0 / 15%);}
.hosting-list .items{display:flex;gap:1rem;align-items:center;border:1px solid #efefef;padding:1rem;border-radius:.5rem;position:relative;overflow:hidden;}
.hosting-list .items:not(:last-child){margin:0 0 1rem;}
.hosting-list .items input{width:20px;height:20px;}
.hosting-list .items label{width:100%;}
.hosting-list .items input,.hosting-list .items .content{position:relative;z-index:1;padding-right:4rem;}
.hosting-list .domain-name{font-size:1rem;font-weight:500;margin:0 0 8px;}
.hosting-list .domain-name select{background-color:#fff;border:1px solid #ddd!important;border-radius:6px;}
.hosting-list .hosting-name{font-size:1.4rem;font-weight:500;}
.hosting-list .badge{padding:.5rem;border-radius:.325rem;display:inline-block;color:#fff;margin:0 0 8px;}
.hosting-list .badge.baslangic{border:1px solid #118ee9;color:#118ee9;}
.hosting-list .badge.ekonomik{border:1px solid #ff542c;color:#ff542c;}
.hosting-list .badge.profesyonel{border:1px solid #2ebe89;color:#2ebe89;}
.hosting-list .hostcheck:checked + .hostlabel:before{content:"";background:#ebf3f9;position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;}
.hostlabel{display:flex;align-items:center;}
.hostlabel .priceM{color:#000;z-index:1;margin-left:70px;text-align:right;position:relative;white-space:nowrap;}
.hostlabel .priceM del{display:block;}
.hostlabel .priceM small{font-weight:700;font-size:18px;}
.hostlabel .priceM span{font-size:24px;font-weight:600;}
.hostlabel .priceM span.domoffer{background:#ff6d77;color:#fff;padding:0.5rem;border-radius:9px;display:inline-block;letter-spacing:.5px;font-size:0.8rem;font-weight:600;position:absolute;right:104%;bottom:0;}
.addready{background:#118ee9;padding:1rem;margin:4px;border-radius:0.5rem;color:#fff!important;text-align:center;padding:18px 24px;text-transform:uppercase;font-size:14px;font-weight:500;position:relative;overflow:hidden;display:inline-block;border:0;}
.addready:hover{box-shadow:0 26px 28px -20px #118ee9;}
.quantity{position:relative;margin-left:auto;}
.mainqty{display:flex;gap:.5rem;align-items:center;margin:15px 0;position:relative;margin-left:auto;}
.mainqty label{position:relative;padding:0!important;margin:0;}
.mainqty span{white-space:nowrap;font-weight:600;position:absolute;transform:translateY(-50%);top:50%;right:5px;background:#fff;}
.mainqty button{border:0;font-size:1.5rem;width:45px;height:45px;flex-shrink:0;border-radius:0.3rem;background:#ddd;color:#000;}
.mainqty input{border:1px solid #ddd;border-radius:6px;display:block;padding:12px!important;max-width:200px;width:60px!important;height:auto!important;}
@media(max-width:768px){.text-center-xs{text-align:center!important;}
}
@media(max-width:650px){.hostlabel{flex-wrap:wrap;}
    .quantity{margin-left:unset;}
    .priceM{margin:1rem 0 0;margin-left:unset;}
    .hosting-list .items{align-items:flex-start;}
    .hostlabel .priceM{text-align:left;}
}
@media(max-width:430px){.hosting-list .hosting-name{font-size:1.1rem;}
    .hostlabel .priceM{margin-left:30px;}
    .hosting-list .items input,.hosting-list .items .content{padding-right:0;}
}
/* woocommerce-eticaret */
.woobox{padding:2rem;color:#fff;height:100%;}
.woobox.p1{background:#7f54b3;}
.woobox.p2{background:#032763;}
.woobox.p3{background:#fd9d09;}
.woobox.p4{background:#26b138;}
.woobox.p5{background:#d33053;}
.woo .pe-0{padding-right:0;}
.woo .ps-0{padding-left:0;}
.woo .pa-0{padding:0;}
.woo .itembox{padding:2rem;border:1px solid #efefef;height:100%;border-radius:.5rem;transition:.3s;}
.woo .itembox:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);}
.woo .itembox .title{font-size:1.5rem;margin:0 0 1rem;}
.woo .itembox a{color:#000;}
.whatisit{background:#000b3e;padding:1rem 0;color:#fff;}
@media(max-width:1259px){.woo .pe-0{padding-right:15px;}
    .woo .ps-0{padding-left:15px;}
    .woo .pa-0{padding:0 15px;}
    .filesafe{background-size:cover;padding:2rem;background-position:center bottom;background-blend-mode:color;}
}
@media(max-width:515px){.wrap-mob{flex-wrap:wrap;}
    .filesafe .cardbox{padding:1.5rem;}
    .whatiswp:after,.wafservice:after{background:linear-gradient(0deg,#000 40%,transparent);}
    .installspec span{display:block;}
    .compare .options ul {column-count: 1;}
}
/* wordpress sonrasÃ„Â± */
.afterbox .searchbox{padding:2rem;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.1);border-radius:1rem;transition:.3s;}
.afterbox .searchbox:hover,.afterbox .searchbox:focus,.afterbox .searchbox:active{box-shadow:0 24px 32px rgba(0,0,0,.3);}
.afterbox .searchbox .searchform{display:flex;position:relative;gap:1rem;}
.afterbox .searchbox h3{margin:0 0 1rem;font-weight:500;font-size:1.1rem;}
.afterbox .searchbox i{transform:scale(.9);margin-right:0.5rem;}
.afterbox .searchbox input[type='text']{padding:1rem;border:2px solid #999 !important;width:100%;border-radius:.3rem;}
.afterbox .searchbox input[type='text']:focus,.afterbox .searchbox input[type='text']:hover,.afterbox .searchbox:hover input[type='text']{border:2px solid #118ee9 !important;}
.afterbox .searchbox button{padding:1rem 2rem;border:0;color:#fff;background:#118ee9;border-radius:.3rem;white-space:nowrap;min-width:180px;}
.afterbox .laterbtn{padding:1rem 2rem;border:0;color:#fff;background:#919191;border-radius:.3rem;}
.afterbox .laterbtn:hover{background:#222;}
.afterbox .havedomain{display:flex;gap:0.5rem;margin:1rem 0 0;}
.afterbox .available{margin:0 0 1rem;}
.afterbox .available.registered .box{padding:0;border:0;box-shadow:none;}
.afterbox .available.registered .icon{display:inline-block;margin-right:5px;}
.afterbox .nav-tabs{gap:0.5rem;}
.afterbox .nav-tabs a{padding:.5rem 1rem;background:#e5edf3;border:0;display:inline-block;border-radius:4px;color:#000;}
.afterbox .nav-tabs li.active a{background:#118ee9;color:#fff;border:0;}
.afterbox .nav-tabs li,.afterbox .nav-tabs{border:0;}
.afterbox .result{border:1px solid #e9e9e9;padding:0.5rem;border-radius:1rem;display:flex;gap:2rem;align-items:center;}
.afterbox .boxdetail{display:flex;gap:1rem;align-items:center;width:100%;align-items:center;}
.afterbox .boxdetail i{color:#0bbd64;transform:scale(1.8);left:10px;top:0px;}
.afterbox .content{display:flex;width:100%;font-size:1.1rem;align-items:center;gap:.5rem;}
.afterbox button.addtocart{font-size:1rem;background:#0bbd64;color:#fff;padding:.8rem 2rem;border:0;border-radius:0.5rem;font-weight:500;min-height:34px;min-width:115px;transition:.3s;min-width:180px;}
.afterbox button.addtocart:hover{background:#19ce73;}
.afterbox .priceinfo{display:flex;gap:.5rem;align-items:center;margin-left:auto;}
.afterbox .domain-result-big-price{font-size:16px;}
.afterbox .price{font-size:1.9rem;font-weight:600;}
.afterbox .note i{vertical-align:middle;transform:scale(1.3);margin-right:5px;color:#ff6d77;}
@media (max-width:991px){.afterbox .content{flex-wrap:wrap;gap:.3rem;align-items:center;}
    .afterbox .nav-tabs a{font-size:.825rem;}
    .afterbox .nav-tabs{justify-content:center;}
}
@media (max-width:560px){.afterbox .priceinfo{margin-left:unset;width:100%;}
    .afterbox .boxdetail{gap:.3rem;}
    .afterbox .searchform{flex-wrap:wrap;}
    .afterbox input::placeholder{font-size:0.825rem;}
    .afterbox .searchbox button{width:100%;padding:.7rem 1.5rem!important}
    .afterbox .searchbox{padding:1rem;}
    .afterbox .searchbox .nav-tabs{justify-content:center;}
    .afterbox .searchbox .nav-tabs li{float:unset;margin:0;text-align:center;}
    .afterbox .domain-name{font-size:1rem;font-weight:600;}
    .afterbox .nav-tabs{gap:0;row-gap:0.5rem;}
}
.tt-spinner{position:relative;padding-left:1.5em;}
.tt-spinner.white{filter:brightness(0) invert(1);}
.tt-spinner::before,.tt-spinner::after{content:'';position:absolute;left:5%;top:.25em;width:.9em;height:.9em;display:inline-block;float:left;border-width:.25em;border-style:solid;border-radius:50%;box-sizing:border-box;}
.tt-spinner::before{border-color:#f9313b #f9313b transparent transparent;animation:tt-spinner-anim .59s infinite linear forwards;}
.tt-spinner::after{border-color:transparent transparent #0c8fe9 #0c8fe9;animation:tt-spinner-anim .49s infinite linear backwards;}
@keyframes tt-spinner-anim{0%{transform:rotate(0deg);}
    100%{transform:rotate(720deg);}
}
.afterbox button.domain-result-button-remove{background-color:#e74c3c;border:none;}
.afterbox .asking button{background:#f5c529!important;color:#614c06!important;}
.afterbox .asking button:hover{background:#f5b429;color:#614c06;}
.afterbox .asking i,.afterbox .asking .domain-name span{color:#f5c529!important;}
.afterbox .asking button .tt-spinner{filter:brightness(0) invert(26%) sepia(87%) saturate(405%) hue-rotate(9deg) brightness(100%) contrast(103%);}
/* neden biz */
.whyus strong{font-size: 1.2rem;margin: 0 0 1rem;display: inline-block;}
.whyus .reason{border: 1px solid #ddd;border-radius: 1rem;padding: 1rem;margin: 0 0 2rem;}


/* AB Test UygulandÃ„Â± */
.bluetext{color: #118ee9;}.hostingPrice .redspec{color:#ff6d77;}.spaceoffer span{background:#fff;color:#ff6d77;padding:0.5rem;border-radius:9px;display:inline-block;letter-spacing:.5px;font-size:0.8rem;font-weight:600;border:1px solid #ff6d77;}.compareblock .nav-tabs a{outline:1px solid #118ee9;display:block;margin:0;border-radius:4px;padding:8px 20px;border:0;color:#118ee9;}.compareblock .nav-tabs li.active a{background:#118ee9;display:block;border:0;margin:0;border-radius:4px;padding:8px 20px;color:#fff;}.gg-arrows-exchange-alt{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:16px;height:14px}.gg-arrows-exchange-alt::after,.gg-arrows-exchange-alt::before{content:"";display:inline-block;box-sizing:border-box;position:absolute;height:2px;background:currentColor;border-radius:4px}.gg-arrows-exchange-alt::before{width:6px;transform:rotate(-45deg);box-shadow:-2px -13px 0;right:0;top:10px}.gg-arrows-exchange-alt::after{width:12px;box-shadow:4px 4px 0;top:4px}.gg-repeat{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));box-shadow:-2px -2px 0 0,2px 2px 0 0;width:14px;height:6px}.gg-repeat::after,.gg-repeat::before{content:"";display:inline-block;box-sizing:border-box;position:absolute;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent}.gg-repeat::before{border-left:5px solid;top:-4px;right:0}.gg-repeat::after{border-right:5px solid;bottom:-4px;left:0}.packpreview{text-align:center;display: none;}.packpreview ul{display:flex;gap: 2rem;justify-content: center;margin: 1rem 0 0;}.packpreview ul:after{display: none;}.packpreview ul li{color: #999;transition: .3s;}.packpreview ul li.active{font-weight:600;transform: scale(1.25);border-bottom: 1px solid #000;color: #242424;}@media(max-width:575px){.packpreview{display: block;}}span.campaign{background:linear-gradient(45deg,#000,#424242);color:#fff;padding:6px 12px;border-radius:32px;display:inline-block;margin:0 0 10px;animation:pulse-animation 2s infinite;font-size:13px;}@keyframes pulse-animation{0%{box-shadow:0 0 0 0px rgba(0,0,0,0.2);}100%{box-shadow:0 0 0 15px rgba(0,0,0,0);}}

.bfbg{background: linear-gradient(180deg, black 15%, #ed044a 214%)!important;color: #fff!important;}
.bfpulse{animation:pulse-animation 2s infinite;}
@keyframes pulse-animation{0%{box-shadow:0 0 0 0px #a50000;}
    50%{box-shadow:0 0 0 10px #a5000000;}
    100%{box-shadow:0 0 0 10px #a5000000;}
}
/* KarÃ…Å¸Ã„Â±laÃ…Å¸tÃ„Â±rma tablosu */
.ks-compare-items{max-width:1230px;margin:30px auto;background-color:#ffffff;border-radius:1rem;border:1px solid #ddd;}
.ks-compare-items-heading{font-weight:bold;text-align:center;background-color:#ebecf1;border-radius:1rem 1rem 0 0;}
.ks-compare-items-content{}
.ks-compare-item{display:flex;}
.ks-compare-subject,.ks-compare-value{padding:24px 16px;flex:1;width:20%;max-width:20%;min-width:20%;border:1px solid #0000000e;}
.ks-compare-subject:last-child,.ks-compare-value:last-child{border-right:0;}
.ks-compare-items-heading .ks-compare-subject,.ks-compare-items-heading .ks-compare-value{border-top:none;border-left-color:transparent;border-right-color:transparent;}
.ks-compare-items-heading .ks-compare-value:last-child{border-top-right-radius:1rem;}
.ks-compare-items-heading .ks-compare-value:nth-child(2){background-color:#118ee9;color:#fff;}
.ks-compare-subject{font-weight:bold;border-left:none;}
.ks-compare-value{text-align:center;}
.ks-compare-value:nth-child(2){border-right:none;background-color:#118ee9;color:#fff;}
.ks-compare-item:last-child .ks-compare-subject,.ks-compare-item:last-child .ks-compare-value{border-bottom:none;}
.ks-compare-value .bi-check-circle-fill,.ks-compare-value .bi-x-circle-fill{display:block;width:24px;line-height:24px;aspect-ratio:1 / 1;border-radius:50%;text-align:center;margin:auto;color:#3ecc79;font-size:24px;}
.ks-compare-value .bi-x-circle-fill{color:#dae0e0;}
.compare{padding:4rem 0}
@media(max-width:768px){.ks-compare-items,.ks-compare-items-heading .ks-compare-value:last-child{border-radius:0 8px 0 0;}
    .ks-compare-items-heading{font-weight:bold;text-align:center;background-color:#ebf0f1;border-radius:8px 8px 0 0;}
    .ks-compare-subject,.ks-compare-value{padding:8px 4px;font-size:.6em;}
    .ks-compare-value .icons8-checkmark-2,.ks-compare-value .icons8-delete-filled{zoom:.75;}
    .ks-compare-items-content .ks-compare-item:last-child .ks-compare-value{border-radius:0 0rem 8px 0;}
}
.ks-compare-value .icons8-checkmark-2,.ks-compare-value .icons8-delete-filled{display:block;width:24px;line-height:24px;aspect-ratio:1 / 1;border-radius:50%;text-align:center;margin:auto;color:#ffffff;}
.ks-compare-value .icons8-checkmark-2{background-color:#3ecc79;}
.ks-compare-value .icons8-delete-filled{background-color:#dae0e0;}

.stickbar{position:sticky;top:133px;z-index:3;padding:0.5rem;text-align:center;color:#000;box-shadow:0 4px 12px rgba(0,0,0,.1);background:#ffffffbb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.stickbar i{font-size:2rem;vertical-align:middle;font-weight:900;}
.stickbar .titlesm{font-size:1.3rem;font-weight:900;margin-right:10px;}
.bigpoint{font-size:2rem;font-weight:900;vertical-align:sub;color:#494bd8;}
.code{color:#494bd8;background:#fff;padding:.3rem .7rem;border-radius:.3rem;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,0.3);display:inline-block;margin:4px 0 4px 3px;}
@media(max-width:992px){.stickbar{padding:0.5rem 1rem;}
    .codebox{display:block;}
    .stickbar{top:101px;}
    .stickbar{top:90px;}
    .stickbar{top:0;position: relative;}
    .stickbar .titlesm{font-size:1.1rem;}
}
@media(max-width:768px){.registernow{display:block;}
    .registernow i{display:none;}
}
@media(max-width:360px){.stickbar .titlesm{font-size:1rem;}
    .stickbar{top:101px;}
}

/* kurumsal eposta stilleri */

.grayish{background:radial-gradient(at 18% 99%,rgb(234,253,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 97% 8%,rgb(236,246,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 79% 82%,rgb(255,255,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 96% 10%,rgb(255,255,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 42% 20%,rgb(243,254,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 4% 49%,rgb(240,244,255) 0px,transparent 50%) repeat scroll 0% 0%,rgba(0,0,0,0) radial-gradient(at 57% 33%,rgb(255,255,255) 0px,#e5e3ff 50%) repeat scroll 0% 0%;}
.corpemail,.riskmanagement,.trust,.propack{padding:3rem 0;}
.corpemail h1{font-size:1rem;color:#071a3d;border-bottom:3px solid #118ee9;display:inline-block;}
.corpemail h2{font-size:calc(1.5vw + 1rem);color:#071a3d;}
.corpemail h2 span{color:#118ee9;}
.corpemail p{font-weight:500;}
.ctabtn{background:#118ee9;color:#fff;border-radius:6px;padding:12px 28px;font-size:16px;display:inline-block;transition:.3s;border-radius:5rem;position:relative;}
.ctabtn.sec{background:none;color:#000;font-weight:600;font-size:14px;border:1px solid #c8deee;}
.ctabtn:hover,.ctabtn:focus{background:#027dd4;color:#fff;outline:0;transform:translateY( -4px);box-shadow:2px 8px 18px #0f172a26;}
.ctabtn.sec:hover,.ctabtn.sec:focus{color:#118ee9;outline:0;border-color:#118ee9;background:none;transform:none;box-shadow:none;}
.scrollbtn{color:#000;font-weight:600;font-size:.85rem;}
.corpprice small,.corpprice .small{font-size:80%;}
.coloredprice{color:#000;font-size:1.2rem;font-weight:600;}
.coloredprice span{color:#118ee9;font-size:1.6rem;font-weight:900;}
.threespec{display:flex;gap:0.5rem;flex-wrap:wrap;}
.threespec li{padding:.5rem 0.8rem;border:1px solid #c8deee;border-radius:5rem;background:linear-gradient(90deg,#fff,#ffffff00);font-size:13px;font-weight:600;}
.threespec li i{color:#00b91f;}
.mockup{background:#fff;border:1px solid #dbe7ff;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,0.12);overflow:hidden;transform:rotate(1.2deg);}
.mockup-top{background:#071a3d;padding:16px;display:flex;gap:8px;}
.dot{width:11px;height:11px;border-radius:50%;background:#94a3b8;}
.mockup-body{padding:26px;}
.mail-card{padding:18px;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:14px;background:linear-gradient(180deg,#fff,#f8fbff);}
.mail-from{color:#0b4ab3;font-weight:800;margin-bottom:6px;}
.mail-subject{font-size:18px;font-weight:850;color:#0f172a;margin-bottom:8px;}
.mail-text{color:#64748b;font-size:14px;}
.security-panel{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.security-box{padding:15px;background:#f1f7ff;border:1px solid #dbe7ff;border-radius:16px;font-weight:750;color:#153e7e;font-size:12px;display:flex;align-items:center;}
.corpprice .hostingPrice .offerPrice{box-shadow:0px 0px 0px 2px #118ee9 inset,0 20px 40px rgba(18,102,241,0.18);}
.corpprice .gbcarousel .gb-item{padding:0 5px;}
.corpprice .gb-over{overflow:hidden;position:relative;padding:0 0 3rem;}
.problem-card{border-radius:24px;padding:30px;background:#fff;border:1px solid #fee2e2;box-shadow:0 18px 50px rgba(15,23,42,0.07);}
.problem-card.bad{border-color:#fee2e2;background:linear-gradient(180deg,#fff,#fff7f7);}
.problem-card.bad i{color:#fa323b;font-size:1rem;vertical-align:middle;}
.problem-card.good{border-color:#bbf7d0;background:linear-gradient(180deg,#fff,#f4fff7);border:1px solid #bbf7d0;}
.problem-card.good i{color:#00b91f;font-size:1.2rem;vertical-align:middle;}
.problem-card h3{margin:0 0 16px;font-size:25px;letter-spacing:-0.03em;}
.email-example{font-size:22px;font-weight:850;background:#f8fafc;border-radius:16px;padding:16px;margin-bottom:18px;border:1px solid #e2e8f0;word-break:break-word;}
.bad .email-example{color:#fa323b;}
.good .email-example{color:#00b91f;}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:#475569;font-weight:650;}
.feature{background:#fff;border:1px solid #dbe7ff;border-radius:24px;padding:26px;box-shadow:0 14px 38px rgba(15,23,42,0.05);height:100%;transition:.3s;}
.feature:hover{transform:translateY(-5px);box-shadow:0 14px 38px rgba(15,23,42,0.15);}
.icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#e8f2ff;color:var(--primary);font-size:22px;margin-bottom:16px;}
.feature h3{margin:0 0 8px;font-size:20px;letter-spacing:-0.02em;}
.feature p{margin:0;color:#64748b;}
.section-soft{padding:4rem 0;}
.whyform{padding:2rem 0 0;}
.whyform .listitem{border:1px solid #e0e9ec;padding:1rem 1rem 0;border-radius:6px;margin:0 0 15px;background:#fff;height:100%;}
.whyform .textzone h3{font-size:1.2rem;margin:0 0 15px;}
.whyform .textzone p{margin:0;font-size:1rem}
/* google puanlama */
/* Google Puanlama CSS Styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');.g-score.corpmailer{font-family:'Inter','Arial','Helvetica',sans-serif;font-optical-sizing:auto;font-size:14px;padding:50px 0 15px;background:none;box-sizing:border-box;}
.g-score.corpmailer .g-score-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:30px;max-width:1150px;}
.g-score.corpmailer .g-score-text{flex:1;width:60%;padding:30px;}
.g-score.corpmailer .g-score-text-heading{font-size:2em;font-weight:600;margin-bottom:15px;}
.g-score.corpmailer .g-score-text-details{line-height:1.5em;}
.g-score.corpmailer .g-score-widget-container{width:100%;max-width:320px;}
.g-score.corpmailer .g-score-widget{zoom:2;width:100%;padding:12px 14px;border-radius:8px;border:1px solid #ebf0f1;box-sizing:border-box;background:#ffffff;}
.g-score.corpmailer .g-logo{width:40px;height:15px;margin-bottom:0px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="272" height="92"><path fill="%23EA4335" d="M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z"/><path fill="%23FBBC05" d="M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z"/><path fill="%234285F4" d="M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z"/><path fill="%2334A853" d="M225 3v65h-9.5V3h9.5z"/><path fill="%23EA4335" d="m262.02 54.48 7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98 19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z"/><path fill="%234285F4" d="M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z"/></svg>') top left no-repeat;background-size:contain;}
.g-score.corpmailer .g-logo-sikayetvar{width:60px;height:15px;margin-bottom:0px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2059.31 339.58"><g data-name="Layer 2"><g data-name="1"><path data-name="1" d="M195.93 46.07l-72.31 123A201.84 201.84 0 01135 186.18c2.27 3.66 4.44 7.38 6.6 11.11q4.5 7.72 8.93 15.5t9 15.84q3.42 6 6.83 12.09c3 5.3 7.51 12.17 13.53 14.27 2.44.86 5.77 1.4 8.32.32a115.25 115.25 0 0017.49-16c3.07-3.32 6.06-6.56 8.8-10.15q11.9-15.56 22.33-32.15c7-11.17 13.51-22.63 20.15-34l21.12-36.2q10.51-18 21-36l26.08-44.7s-114.82.32-129.25-.04z" fill="%2310c5a8"/><path data-name="2" d="M0 148.61h92.5c22.88 0 34 18.71 44.47 35.67 2.27 3.66 4.44 7.39 6.6 11.11q4.5 7.74 8.93 15.51t9 15.83q3.42 6 6.83 12.1c3 5.3 7.51 12.16 13.53 14.27 3 1.06 7.41 1.64 10-.74-4.73 5.16-11.73 9.19-17.93 12.31a87.58 87.58 0 01-24.64 7.94c-15.61 2.68-32.13 2.47-47.48-1.59a95.53 95.53 0 01-11.21-3.71c-22.14-8.86-33.76-23.5-45.6-40.79A167.1 167.1 0 0135.58 211z" fill-rule="evenodd" fill="%2303e4b5"/><path data-name="3" d="M271.39 170.68l45.34-77.43a30.88 30.88 0 019.88-9.71c6.45-3.84 13-5.81 18.94-5.66s34.66 0 34.66 0l-10.66 18c-6.77 11.43-11.82 22.86-18.59 34.28-6 10.09-11.54 22.05-20.45 30-16.24 14.32-39.04 10.52-59.12 10.52z" fill="%235551ff" fill-rule="evenodd"/><g><path d="M1277.15 77.37c-40.62 14.1-63.25 52.36-59 99.83 4.83 54.33 55 91.14 108 78.89 22.49-5.2 40.21-17.63 54-38.27-8-2.93-24.37-9.85-31.05-12.35l-8.95 7.76a54.74 54.74 0 01-84.46-19.87 53.16 53.16 0 01-3.75-11.56h142.35c0-8.45.13-15.71 0-23-1.29-59.58-60.81-100.96-117.14-81.43zm-23.52 70.47c4.1-24.63 26.63-42 52.95-41.7 25.88.3 48 18 51.5 41.7zm548.67-74c-42.12 7.36-71.53 42.73-72.74 88.42-1 36.14 12.32 65.62 44.31 84.08 31.08 17.93 69.42 12.54 99.88-6.3l.3 13.43h31.24s.91-47.41.94-51.77c.13-17.89.19-35.82-1.61-53.63-5.04-49.86-52.99-82.81-102.32-74.19zm71.06 93.65a73.71 73.71 0 01-1.56 15.33 54 54 0 01-3.83 11 55.05 55.05 0 01-5.74 9.44 56.86 56.86 0 01-7.14 7.81 57.54 57.54 0 01-8.07 6.1 52.55 52.55 0 01-8.47 4.28 55.6 55.6 0 01-61.33-13.75c-16.58-17.6-20.31-50.62-8.25-73.1 17.07-31.83 62.22-38.52 88-13.11 12.13 12 16.57 27.86 16.46 44.52-.05.52-.06.99-.07 1.52zM769.47 188.85a118.68 118.68 0 01-13.63-13.08 19.37 19.37 0 01-.92-23.91 73.18 73.18 0 019.21-10.24l66.55-64.95h-2.07c-8.44 0-16.89-.26-25.33-.1-4.72.09-9.56.09-14.1 1.55-5 1.58-8.52 5.13-12.3 8.54-8.52 7.66-16.68 15.69-25 23.58s-16.29 15.66-26.15 25.15V0h-31.87v253.5h32v-61.11c23.08 19.4 45 37.86 67 56.18 2.77 2.31 6.13 5.34 9.32 5.47 14 .6 32.37.47 46.39.47L837.94 246c-22.82-19.09-45.72-38-68.47-57.15zm736.37 32.61a63.2 63.2 0 01-27.39-6 52.28 52.28 0 01-17.51-13.75 43.14 43.14 0 01-9.16-19.95c-3.88-22.95-2.76-46.75-3.92-72h68v-33h-67.28v-66h-32.21V17c0 50.66-1 101.36.43 152 1.18 40.77 27.15 71.84 65 82a98.61 98.61 0 0042.41 2.26v-31.82c-6.13 0-12.21.09-18.37.02zm511.9-144.21c-42.15 2-77.75 31.18-82.31 72.86-3.69 33.67-1.08 69.29-1.23 103.35h31.37v-11.84c0-24.32-.17-48.65 0-73a71 71 0 013.09-20.52 55.07 55.07 0 018.54-16.75 51 51 0 0113.4-12.29 57.59 57.59 0 0117.68-7.27c9.81-2.29 19.88-1.77 29.87-1.83h21.14V77.15c-14.72 0-28.16-.53-41.55.1zM626.18 253.51h32v-176h-32zm-69.91-98.66a75.68 75.68 0 00-9.26-1.22c-6.51-.47-13-1.43-19.49-2.1q-5.12-.51-10.23-1.12c-15.65-1.91-43.75-1.13-42.86-24 .46-11.64 10.73-18.43 20.93-21.18 20.9-5.65 47.93-1.73 60.77 17.39.42.63 3.06 5.9 3.45 5.9h32.69a78.18 78.18 0 00-4.92-13.34 61.25 61.25 0 00-19.18-23.08c-9.91-7.17-21.57-11-33.57-13.25-35.6-6.7-91.6 3.35-91.2 49.76.17 21.19 15.06 39.85 35.85 44.07a174.14 174.14 0 0023.13 3.6c10.79.72 21.59 1.29 32.34 2.4 12 1.26 25 4.76 28.12 18.35 3.8 16.85-11.63 26.57-25.84 29.45-13.5 2.74-29.32 2.4-42.2-2.73-9.83-3.93-17.43-11.46-22.35-20.76l-1.62-3.28h-33.52A111.78 111.78 0 00448 222.05c13.31 20.76 37.77 30.73 62.92 32.46L505 265.35v.05h.08l6.81 11.12a10.89 10.89 0 11-5.3 9.34h-16a26.89 26.89 0 1034.58-25.79l3.08-5.69a109.8 109.8 0 0033.93-8c1-.4 1.9-.82 2.83-1.25 9.61-4.44 17.55-10.87 23-20.16 9-15.23 9.25-36.43-.76-51.19-7.33-10.78-18.71-16.49-30.98-18.93zm572.57 56a5.83 5.83 0 01-10.82.31l-57.53-132.85h-34.64l78.07 178.55a17.25 17.25 0 01-.22 14.27c-9.68 24.62-25.33 39.91-50.28 38.05v30.21c38 2.61 67-21.26 82.69-63l76-198h-34.65zM1687.66 78a8.76 8.76 0 00-3.68 3.84 33.23 33.23 0 00-2.1 5.86c-.75 2.45-1.44 4.92-2.15 7.39q-2.18 7.58-4.34 15.17-4.32 15.18-8.59 30.38l-8.55 30.36q-3.51 12.45-7 24.91c-1.75 6.15-3.38 12.51-6.33 18.1-4.11 7.79-11.06 11.64-18 11.42-6.89.22-13.84-3.63-18-11.42-3-5.59-4.58-12-6.32-18.1q-3.54-12.45-7-24.91-4.29-15.19-8.56-30.39t-8.59-30.38q-2.16-7.59-4.33-15.17c-.71-2.47-1.4-4.94-2.15-7.39a26.35 26.35 0 00-2.63-6.54c-1.14-1.81-3.34-4.15-5.67-4.23-9.38-.32-18.78-.13-28.19-.13 1.48 5.86 2.32 9.47 3.31 13 10.9 39 21.74 78.07 32.83 117 2.21 7.75 4.62 15.66 8.38 22.73 10.31 19.37 28.63 29.06 46.92 28.9 18.3.16 36.61-9.53 46.92-28.9 3.76-7.07 6.17-15 8.38-22.73 11.1-39 21.93-78 32.84-117 1-3.55 1.82-7.16 3.31-13h-24a16.07 16.07 0 00-6.71 1.23zm-773.53-3.66c-42.13 7.36-71.53 42.74-72.75 88.42-1 36.14 12.33 65.63 44.31 84.08 31.09 17.93 69.43 12.54 99.89-6.29l.3 13.42h31.23s.92-47.41.95-51.77c.12-17.88.18-35.82-1.61-53.63-5.04-49.9-52.99-82.85-102.32-74.23zM985.19 168a73.71 73.71 0 01-1.56 15.33 54.41 54.41 0 01-9.57 20.44 57.07 57.07 0 01-15.22 13.9 53.76 53.76 0 01-8.46 4.29 55.62 55.62 0 01-61.33-13.76c-16.58-17.6-20.31-50.62-8.25-73.1 17.06-31.83 62.22-38.52 88-13.11 12.13 12 16.56 27.87 16.45 44.52-.05.49-.05.98-.06 1.49zM642.22 2.45a20.21 20.21 0 1020.18 20.21 20.2 20.2 0 00-20.18-20.21z" fill="%23191a58"/></g></g></g></svg>') top left no-repeat;background-size:contain;}
.g-score.corpmailer .g-stars{color:#fdd663;clip-path:polygon(6px 0,4.31px 3.98px,0 4.34px,3.28px 7.18px,2.29px 11.4px,6px 9.16px,9.71px 11.4px,8.72px 7.18px,12px 4.34px,7.69px 3.98px,6px 0,20px 0,18.31px 3.98px,14px 4.34px,17.28px 7.18px,16.29px 11.4px,20px 9.16px,23.71px 11.4px,22.72px 7.18px,26px 4.34px,21.69px 3.98px,20px 0,34px 0,32.31px 3.98px,28px 4.34px,31.28px 7.18px,30.29px 11.4px,34px 9.16px,37.71px 11.4px,36.72px 7.18px,40px 4.34px,35.69px 3.98px,34px 0,48px 0,46.31px 3.98px,42px 4.34px,45.28px 7.18px,44.29px 11.4px,48px 9.16px,51.71px 11.4px,50.72px 7.18px,54px 4.34px,49.69px 3.98px,48px 0,62px 0,60.31px 3.98px,56px 4.34px,59.28px 7.18px,58.29px 11.4px,62px 9.16px,65.71px 11.4px,64.72px 7.18px,68px 4.34px,63.69px 3.98px,62px 0);width:68px;height:11.4px;/*zoom:1.7648;*/
 zoom:0.8;margin-bottom:8px;}
.g-score.corpmailer .g-details{max-width:120px;display:flex;justify-content:space-between;}
.g-score.corpmailer .g-name{color:#646464;font-size:9px;/*vertical-align:top;*/
}
.g-score.corpmailer .g-value{font-weight:bold;font-size:10px;/*vertical-align:top;*/
}
.g-score.corpmailer .g-value-limit{font-size:.75em;font-weight:400;color:#989898;}
@media(max-width:727px){.g-score.corpmailer .g-score-widget-container{width:100%;}
}
.testimonial{padding:1rem 0;}
.testimonial .customerbox,.supportbox{width:100%;padding:1.5rem;border-radius:12px;border:1px solid #ebf0f1;box-sizing:border-box;background:#ffffff;height:100%;}
.testimonial .gb-item{padding:0 1rem;}
.testimonial .gb-dots span{width:14px;height:14px;}
.testimonial .gb-dots span.active{width:14px;height:14px;background-color:#118ee9;}
.testimonial .gb-dots{margin-top:15px;}
.textbtn{color:#000;font-weight:500;}
.textbtn i{font-size:12px;position:relative;left:0;transition:.3s;}
.textbtn:hover,.textbtn:focus{color:#000;border:0;outline:0;}
.textbtn:hover i{left:5px;}
.testimonial .customerbox .maininfo{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:0.5rem;}
.testimonial .customerbox .maininfo .name{font-size:1.4rem;}
.testimonial .customerbox .maininfo .stars{width:100%;}
.testimonial .customerbox .content{position:relative;padding-left:3rem;border-top:1px solid #ebf0f1;padding-top:1rem;font-size:16px;}
.testimonial .customerbox .content:before{content:"\275E";transform:scale(-1,1);position:absolute;font-size:4rem;top:1rem;left:0;line-height:1;color:#ccc}
.c-stars{color:#fdd663;clip-path:polygon(6px 0,4.31px 3.98px,0 4.34px,3.28px 7.18px,2.29px 11.4px,6px 9.16px,9.71px 11.4px,8.72px 7.18px,12px 4.34px,7.69px 3.98px,6px 0,20px 0,18.31px 3.98px,14px 4.34px,17.28px 7.18px,16.29px 11.4px,20px 9.16px,23.71px 11.4px,22.72px 7.18px,26px 4.34px,21.69px 3.98px,20px 0,34px 0,32.31px 3.98px,28px 4.34px,31.28px 7.18px,30.29px 11.4px,34px 9.16px,37.71px 11.4px,36.72px 7.18px,40px 4.34px,35.69px 3.98px,34px 0,48px 0,46.31px 3.98px,42px 4.34px,45.28px 7.18px,44.29px 11.4px,48px 9.16px,51.71px 11.4px,50.72px 7.18px,54px 4.34px,49.69px 3.98px,48px 0,62px 0,60.31px 3.98px,56px 4.34px,59.28px 7.18px,58.29px 11.4px,62px 9.16px,65.71px 11.4px,64.72px 7.18px,68px 4.34px,63.69px 3.98px,62px 0);width:68px;height:11.4px;/*zoom:1.7648;*/
 zoom:1.8;margin-bottom:8px;}
.allinone{/*background:radial-gradient(at 18% 99%,rgb(234,253,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 97% 8%,rgb(236,246,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 79% 82%,rgb(255,255,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 96% 10%,rgb(255,255,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 42% 20%,rgb(243,254,255) 0px,transparent 50%) repeat scroll 0% 0%,radial-gradient(at 4% 49%,rgb(240,244,255) 0px,transparent 50%) repeat scroll 0% 0%,rgba(0,0,0,0) radial-gradient(at 57% 33%,rgb(255,255,255) 0px,#e5e3ff 50%) repeat scroll 0% 0%;*/
padding-bottom:4rem;}
.acordybody{display:none;}
.acordybtn{cursor:pointer;}
.acordybtn.title i{float:right;display:inline-block;transform:rotate(-90deg);transition:.3s;}
.acordybtn.title.active i{transform:rotate(0deg);}
.scrollbox .boxer{background:linear-gradient(#000b3e,#027dd4);color:#fff;padding:4rem 2rem;border-radius:24px;display:flex;justify-content:space-between;align-items:center;}
.scrollbox .boxer p{font-size:1.2rem;}
.scrollbox .boxer .title{font-size:3rem;font-weight:600;}
.scrollbox .boxer a{background:#fff;border-radius:5rem;padding:.75rem 1.5rem;color:#000b3e;font-weight:600;white-space:nowrap;display:inline-block;}
.comparison-table{overflow:hidden;border-radius:24px;border:1px solid #ebf0f1;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,0.06);}
.comparison-table table{width:100%;border-collapse:collapse;}
.comparison-table th,.comparison-table td{padding:20px;text-align:center;border-bottom:1px solid #e2e8f0;color:#334155;font-weight:650;}
.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;}
.comparison-table th{background:#f1f7ff;color:#071a3d;font-weight:850;}
.comparison-table tr:last-child td{border-bottom:0;}
.comparison-table .yes{color:#00b91f;font-weight:900;}
.comparison-table .no{color:#fa323b;font-weight:900;}
.marka-tescil-sss-item{padding:15px;margin-top:15px;border-radius:16px;border:1px solid #ebf0f1;box-shadow:0 0 5px rgb(6 51 83 / 5%);}
.marka-tescil-sss-item-q{font-size:18px;font-weight:600;margin-bottom:15px;}
.marka-tescil-sss-item-a{font-size:16px;font-weight:400;line-height:24px;}
@media(max-width:1260px){}
@media(max-width:992px){}
@media(max-width:768px){.mockup{display:none;}
.comparison-table table{display:table;}
.comparison-table thead{display:table-header-group;}
.comparison-table thead,.comparison-table tbody{display:table-row-group;}
.comparison-table tr{display:table-row;}
.comparison-table th,.comparison-table td{display:table-cell;}
.comparison-table th,.comparison-table td{padding:12px;}
.scrollbox .boxer{flex-wrap:wrap;padding:2rem;}
.scrollbox .text{margin:0 0 1rem;}
.scrollbox .boxer .title{font-size:2rem;margin:0 0 1rem;}
.corpemail,.riskmanagement,.trust,.propack{padding:1rem 0;}
}

/* mail_form.tpl section class'ı 'whyform' (Round 4'te kurumsal_eposta_form'dan değişti) */
.whyform .leadform button{display:block;width:100%;padding:15px;font-size:18px;border:none;color:#fff;background:#118ee9;border-radius:8px;}
.whyform .leadform button:hover{background-color:#027dd4;box-shadow:0 0 0 4px rgb(53 152 220 / .25);}
