.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 1rem;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    overflow-x: hidden;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #060394;
    clear: both;
    line-height: 1.25;
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

section {
    padding: 90px 0px 15px 0px;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.back-to-top > button {
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #f56616;
    font-size: 18px;
    border: none;
    padding: 0;
    border-radius: 5px;
}

.back-to-top > button:hover {
    color: #f56616;
}

.headerBg {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    padding: 20px 20px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-nav-collapse {
    color: #2c4697!important;
    position: fixed;
    top: 0;
    width: 100%;
    background: #efefef;
    box-shadow: 0 4px 31px rgba(90, 85, 85, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    padding: 0;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
}

.top-nav-collapse .navbar-brand img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10vh;
    max-height: 90px;
}

.top-nav-collapse .navbar-brand.top-nav {
    display: block;
    margin-right: 15px;
    margin-left: 0;
}

.top-nav-collapse .navbar-nav .nav-item .nav-link {
    color: #4c4c4c;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.top-nav-collapse .navbar-nav .nav-item.active .nav-link {
    color: #2c4698!important;
}
.top-nav-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #2c4698!important;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

.top-nav-collapse .sagBolum .whiteBtn {
    color: #f8faff;
    border-color:#ffffff;
}

.navbar-brand {
    margin-right: 60px;
}

.navbar-brand img {
    height: 8vh;
}

.top-nav-collapse .navbar-brand {
    display: none;
}

.navbar-brand.top-nav {
    display: none;
}

.top-nav-collapse .navbar-brand.top-nav {
    display: block;
}

.sagBolum {
    display: inline-block;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.header_bilesen {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
    white-space: normal;
}

.headerComponents {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
    white-space: normal;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link i {
    margin-right: 8px;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.navbar-nav li {
    margin: 0 6px;
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffac14;
}

.aramaYap i, .sagMenu i {
    font-size: 18px;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 70%;
    }
}

.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler i {
    color: #ffffff;
}

ul.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 70%;
    min-width: 200px;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 555;
    border-radius: 0;
    visibility: hidden;
    text-align: left;
    transition: visibility .25s, opacity .25s, transform .25s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    background-color: #ffffff;
    margin-bottom: 15px;
    border: none;
}

.dropdown-item {
    padding: 8px 16px;
}

.dropdown-item i {
    margin-right: 5px;
}

.dropdown-menu li {
    margin: 0;
}

.nav-link.dropdown-toggle {
    padding-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f47515;
}

/* Solutions Menu - 3 Column Grid Layout */
.solutions-menu {
    display: none !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    min-width: 600px !important;
    padding: 15px !important;
    width: auto !important;
}

.solutions-menu.show {
    display: grid !important;
}

@media (min-width: 1024px) {
    .solutions-dropdown:hover .solutions-menu {
        display: grid !important;
        opacity: 1;
        visibility: visible;
    }
}

.solutions-menu .solutions-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    white-space: nowrap;
    border-radius: 4px;
    margin: 2px;
    transition: all 0.3s ease;
}

.solutions-menu .solutions-item:hover {
    background-color: #f8f9fa;
    color: #667eea;
}

.solutions-menu .solutions-item i {
    margin-right: 8px;
    font-size: 14px;
    width: 18px;
    text-align: center;
}

/* Responsive - Mobile için tek sütun */
@media (max-width: 991px) {
    .solutions-menu {
        grid-template-columns: 1fr !important;
        min-width: 250px !important;
    }
}


.headerSliderBg {
    background-image: url("../img/headerSliderBg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    height: 100%;
    min-height: 790px;
}

.headedrContent {
    color: #ffffff;
    padding: 140px 56% 0 0;
}

.headedrContent h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: -.2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    color: #ffffff;
}

.headedrContent .sub-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.headedrContent p {
    font-size: 18px;
    margin-bottom: 40px;
}

.headedrImg {
    position: absolute;
    right: 4%;
    padding-top: 60px;
}

.headedrImg img {
    text-align: right;
    height: 507px;
}

.heading-sub {
    font-size: 14px;
    letter-spacing: .2em;
    color: #ffffff;
    margin-bottom: 19px;
    position: relative;
    padding: 0;
    display: inline-block;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
	font-size: 30px;
}

.heading-sub::before {
    left: -200px;
}

.heading-sub::after {
    right: -200px;
}

.heading-sub::before, .heading-sub::after {
    content: '';
    width: 173px;
    height: 9px;
    background-image: url("../img/line-heading-small.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.h2Baslik {
    color: #182a94;
    font-size: 36px;
    letter-spacing: -.025em;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;

}

.services-heading {
    padding: 56px 0 !important;
}

.heading-desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #3a505f;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_custom_1568372691660 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.ct-fancybox-layout3 .ct-fancybox-inner {
    padding-top: 85px;
    padding-left: 76px;
}

.ct-fancybox-layout3 {
    margin-top: -20%;
}

.ct-fancybox-layout3 .ct-fancybox-number.text-gradient, .ct-fancybox-layout3 #header-wrap .site-menu-phone .menu-phone-icon .fac-phone.ct-fancybox-number, #header-wrap .site-menu-phone .menu-phone-icon .ct-fancybox-layout3 .fac-phone.ct-fancybox-number, .ct-fancybox-layout3 .single-post .post-previous-next a span:nth-child(1).ct-fancybox-number, .single-post .post-previous-next a .ct-fancybox-layout3 span:nth-child(1).ct-fancybox-number, .ct-fancybox-layout3 .rev_slider cite.ct-fancybox-number, .rev_slider .ct-fancybox-layout3 cite.ct-fancybox-number, .ct-fancybox-layout3 .revslider-initialised cite.ct-fancybox-number, .revslider-initialised .ct-fancybox-layout3 cite.ct-fancybox-number, .ct-fancybox-layout3 .ct-heading .ct-heading-tag cite.ct-fancybox-number, .ct-heading .ct-heading-tag .ct-fancybox-layout3 cite.ct-fancybox-number, .ct-fancybox-layout3 .ct-cta-wrapper .ct-cta-title cite.ct-fancybox-number, .ct-cta-wrapper .ct-cta-title .ct-fancybox-layout3 cite.ct-fancybox-number, .ct-fancybox-layout3 .ct-counter-default .ct-counter-digit span.ct-fancybox-number, .ct-counter-default .ct-counter-digit .ct-fancybox-layout3 span.ct-fancybox-number {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#162171), to(#1a36c0));
    background-image: -webkit-linear-gradient(top, #162171, #1a36c0);
    background-image: -moz-linear-gradient(top, #162171, #1a36c0);
    background-image: -ms-linear-gradient(top, #162171, #1a36c0);
    background-image: -o-linear-gradient(top, #162171, #1a36c0);
    background-image: linear-gradient(to top, #162171, #1a36c0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#162171', endColorStr='#1a36c0');
}

.text-gradient, #header-wrap .site-menu-phone .menu-phone-icon .fac-phone, .single-post .post-previous-next a span:nth-child(1), .rev_slider cite, .revslider-initialised cite, .ct-heading .ct-heading-tag cite, .ct-cta-wrapper .ct-cta-title cite, .ct-counter-default .ct-counter-digit span {
    background-image: -webkit-gradient(linear, left top, right top, from(#232490), to(#5b5cfb));
    background-image: -webkit-linear-gradient(left, #232490, #5b5cfb);
    background-image: -moz-linear-gradient(left, #232490, #5b5cfb);
    background-image: -ms-linear-gradient(left, #232490, #5b5cfb);
    background-image: -o-linear-gradient(left, #232490, #5b5cfb);
    background-image: linear-gradient(to left, #232490, #5b5cfb);
    background-color: transparent;
    -o-background-clip: text;
    -ms-background-clip: text;
    -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.ct-fancybox-layout3 .ct-fancybox-number.text-bg {
	background-color: #007bff;
    background-image: url(../img/number-bg.png);
    background-repeat: no-repeat;
    background-position: center 36px;
}

.ct-fancybox-layout3 .ct-fancybox-number {
    font-size: 351px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -39px;
    left: 0;
    text-shadow: 0 13px 18px rgba(31, 53, 158, .29);
    -webkit-text-shadow: 0 13px 18px rgba(31, 53, 158, .29);
    -ms-text-shadow: 0 13px 18px rgba(31, 53, 158, .29);
    -o-text-shadow: 0 13px 18px rgba(31, 53, 158, .29);
}

.ct-fancybox-layout3 .ct-fancybox-content {
    background-color: #fff;
    padding: 41px 2px 52px;
    -webkit-box-shadow: 0 13px 18px rgb(8 36 169 / 11%);
    -moz-box-shadow: 0 13px 18px rgba(31, 53, 158, .11);
    -ms-box-shadow: 0 13px 18px rgba(31, 53, 158, .11);
    -o-box-shadow: 0 13px 18px rgba(31, 53, 158, .11);
    box-shadow: 0 13px 18px rgb(0 0 0);
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
}

.ct-fancybox-layout3 .ct-fancybox-content:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #edf6ff2b  url(../img/icon-dot.png);
    background-repeat: repeat;
    width: 304px;
    z-index: -1;
}

.ct-fancybox-layout3 .ct-fancybox-icon i {
    font-size: 35px;
    color: #1b2e93;
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    display: inline-block;
}

.ct-fancybox-layout3 .ct-fancybox-icon {
    margin-right: 10px;
    line-height: 1;
}

.ct-fancybox-layout3 .ct-fancybox-title {
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: -2px;
}

.ct-fancybox-layout3 .ct-fancybox-title a {
    color: inherit;
}

.ct-fancybox-layout3 .ct-fancybox-description {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.numbersBg {
    padding: 0 0 150px;
}

/* Yeni Biz Kimiz Bölümü Stilleri */
.aboutUs-intro {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%); */
    position: relative;
    overflow: hidden;
}

.aboutUs-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg-section-01.png') no-repeat center;
    background-size: cover;
    opacity: 0.05;
    z-index: 1;
}

.aboutUs-intro .container {
    position: relative;
    z-index: 2;
}

.about-intro-left {
    position: relative;
}

.intro-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.intro-main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.intro-main-image:hover {
    transform: scale(1.05);
}

.floating-stats {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: float 3s ease-in-out infinite;
}

.stat-item:nth-child(2) {
    animation-delay: 0.5s;
}

.stat-item:nth-child(3) {
    animation-delay: 1s;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #1a36c0;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}


.about-intro-right {
    padding-left: 40px;
	background: url(../img/icon-dot.png);
}

.intro-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.badge-text {
    background: linear-gradient(135deg, #1a36c0, #3b82f6);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.intro-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a36c0;
    margin-bottom: 25px;
    line-height: 1.2;
}

.intro-description {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 35px;
}

.intro-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(26, 54, 192, 0.1);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(26, 54, 192, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a36c0, #3b82f6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 20px;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a36c0;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.intro-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.intro-btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid transparent;
}

.intro-btn.btn-primary {
    background: linear-gradient(135deg, #1a36c0, #3b82f6);
    color: white;
    border-color: #1a36c0;
}

.intro-btn.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 54, 192, 0.3);
    color: white;
}

.intro-btn.btn-outline {
    background: transparent;
    color: #1a36c0;
    border-color: #1a36c0;
}

.intro-btn.btn-outline:hover {
    background: #1a36c0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 54, 192, 0.2);
}

/* Hızımızı Test Edin - Kompakt Versiyon */
.speed-test-container {
    position: relative;
    height: 650px; /* Yükseklik artırıldı */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.speed-test-card-compact {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 20px;
    overflow: hidden;
}

.speed-test-video-compact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.speed-test-content-compact {
    position: relative;
    z-index: 2;
    padding: 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(135deg, rgb(26 54 192 / 48%), rgb(59 130 246 / 3%));
    color: white;
    overflow-y: auto;
}

/* Speed test input özel stilleri */
.speed-test-content-compact input[type="tel"],
.speed-test-content-compact input[type="text"] {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.speed-test-content-compact input[type="tel"]:focus,
.speed-test-content-compact input[type="text"]:focus {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.speed-test-content-compact input[type="tel"]::placeholder,
.speed-test-content-compact input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.speed-test-title-compact {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.speed-test-description-compact {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
    line-height: 1.6;
}

.speed-test-form-compact {
    margin-bottom: 25px;
}

.form-group-compact {
    margin-bottom: 15px;
}

.phone-input-compact {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.phone-input-compact::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.phone-input-compact:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.speed-test-btn-compact {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* .speed-test-btn-compact:hover { */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4); */
    /* background: linear-gradient(135deg, #ff5252, #ff7979); */
/* } */

.speed-test-info-compact {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.info-item-compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.info-item-compact:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.info-item-compact i {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.info-item-compact span {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
}

/* Callback Request Form Styles */
.callback-request-compact {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.callback-divider {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.callback-divider::before,
.callback-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.callback-divider::before {
    left: 0;
}

.callback-divider::after {
    right: 0;
}

.callback-divider span {
    background: rgba(26, 54, 192, 0.5);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.callback-title-compact {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    justify-content: center;
}

.callback-title-compact i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.callback-form-compact {
    margin-top: 15px;
}

.callback-input-wrapper-compact {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.callback-input-compact {
    flex: 1;
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.callback-input-compact::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.callback-input-compact:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.callback-btn-compact {
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #060394, #007bff);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(6, 3, 148, 0.4);
}

.callback-btn-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 3, 148, 0.6);
}

.callback-btn-compact:active {
    transform: translateY(0);
}

.callback-btn-compact i {
    font-size: 14px;
}

.callback-hint-compact {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.callback-hint-compact i {
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .aboutUs-intro {
        padding: 60px 0;
    }
    
    .intro-title {
        font-size: 32px;
    }
    
    .about-intro-right {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .speed-test-container {
        height: auto;
        min-height: 500px;
    }
    
    .speed-test-content-compact {
        padding: 20px;
        min-height: auto;
    }
    
    .speed-test-title-compact {
        font-size: 24px;
    }
    
    .speed-test-description-compact {
        font-size: 14px;
    }
    
    .speed-test-info-compact {
        flex-direction: column;
        gap: 8px;
    }
    
    .info-item-compact {
        flex-direction: row;
        justify-content: flex-start;
        padding: 8px 12px;
    }
    
    .info-item-compact i {
        margin-right: 8px;
        margin-bottom: 0;
    }
    
    .callback-request-compact {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .callback-title-compact {
        font-size: 14px;
    }
    
    .callback-input-wrapper-compact {
        flex-direction: column;
        gap: 10px;
    }
    
    .callback-btn-compact {
        width: 100%;
        justify-content: center;
    }
    
    .callback-hint-compact {
        font-size: 10px;
    }
    
    .intro-cta {
        flex-direction: column;
    }
    
    .intro-btn {
        justify-content: center;
    }
}

.aboutUs {
    background-size: cover;
    background: #182886  url("../img/bg-section-01.png") no-repeat fixed;
}

.aboutUsLeftSection {
    padding-right: 100px;
    padding-top: 100px;
}

.aboutUsRightSection {
    padding-right: 174px;
}

.aboutUsRightSection .bgImg {
    top: 30px;
    right: 70px;
    transform: translate(40px, 5px);
    transition: all 5s ease-out 0s;
    position: absolute;
}

.aboutUsRightSection:hover .bgImg {
    transform: translate(-40px, -5px);
    transition: all 5s ease-out 0s;
}

.text-left .heading-sub.style-1:before {
    display: none;
}

.text-color-white {
    color: #ffffff !important;
}

.text-color-grey {
    color: #cbcbcb !important;
}

.fancybox-layout {
    padding-top: 35px !important;
    padding-bottom: 65px;
}

.fancybox-layout .fancybox-inner {
    position: relative;
    overflow: hidden;
}

.fancybox-layout .fancybox-icon {
    line-height: 1;
    margin-bottom: 19px;
}

.fancybox-layout .fancybox-icon i {
    font-size: 50px;
    color: #fff;
}

.fancybox-layout .fancybox-title {
    margin-bottom: 16px;
    font-size: 22px;
    color: #fff;
}

.fancybox-layout .fancybox-content {
    font-size: 15px;
    line-height: 26px;
    color: #b6c9d6;
    margin-bottom: 12px;
}

.view-more {
    font-size: 14px;
    font-weight: 700;
}

.fancybox-button .view-more {
    display: inline-block;
    color: #fff;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    position: relative;
}

.fancybox-layout .fancybox-inner:hover .fancybox-button a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.fancybox-button .view-more .fa-long-arrow-right {
    margin-left: 8px;
    font-size: 19px;
    position: absolute;
    top: 2px;
}

.aboutUsFormBg {
    margin-top: -83px !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.aboutUsForm {
    background-image: -webkit-linear-gradient(100deg, #00a0e8, #1a36c0);
    background-image: -moz-linear-gradient(100deg, #00a0e8, #1a36c0);
    background-image: -ms-linear-gradient(100deg, #00a0e8, #1a36c0);
    background-image: -o-linear-gradient(100deg, #00a0e8, #1a36c0);
    background: #0d0e0f url(../img/bg-section-01.png) no-repeat fixed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a0e8', endColorStr='#1a36c0');
    padding: 50px 74px 52px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-top: 16px;   
    -webkit-box-shadow: 0 13px 18px rgba(0, 160, 232, .29);
    -moz-box-shadow: 0 13px 18px rgba(0, 160, 232, .29);
    -ms-box-shadow: 0 13px 18px rgba(0, 160, 232, .29);
    -o-box-shadow: 0 13px 18px rgba(0, 160, 232, .29);
    box-shadow: 0 13px 18px rgba(0, 160, 232, .29);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.aboutUsForm:before, .aboutUsForm:after {
    content: '';
    width: 174px;
    height: 61px;
    background-image: url("../img/fr-seo.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.aboutUsForm:before {
    top: 12px;
    left: 12px;
    opacity: .77;
    transform: translate(0px, 0px);
    transition: all 2s ease-out 0s;
}

.aboutUsForm:after {
    right: 12px;
    bottom: 12px;
    opacity: .53;
    transform: translate(0px, 0px);
    transition: all 2s ease-out 0s;
}

.aboutUsFormInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.formTitle {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    padding-right: 30px;
    line-height: 53px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select, .nice-select {
    background-color: #f6dede3d;
    border: 2px solid #ececec !important;
    color: #ffffff !important;
    padding: 6px 14px;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 52%;
    outline: none;
}

.wpcf7-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.input-filled {
    margin-bottom: 0;
    position: relative;
}

.stt-one {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: #162171;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    font-weight: 600;
    left: 12px;
    z-index: 1;
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.stt-one + .wpcf7-form-control-wrap .wpcf7-text {
    padding-left: 48px;
}

.wpcf7-form .wpcf7-text {
    font-size: 16px;
    height: 53px;
    font-weight: 600;
    color: #8a90bd;
    text-align: center;
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    -ms-border-radius: 53px;
    -o-border-radius: 53px;
    border-radius: 53px;
    border: none;
}

.wpcf7-form .wpcf7-text::placeholder {
    color: #8a90bd;
}

.icon-gap {
    width: 37px;
    min-width: 37px;
    height: 13px;
    display: inline-block;
    background-image: url("../img/fr-icon-gap.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 11px;
}

.input-filled {
    margin-bottom: 0;
    position: relative;
}

.btn, button, .button, input[type=submit] {
    border: none;
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    padding: 0 20px;
    line-height:45px;
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    outline: none;
    white-space: nowrap;
    text-transform: inherit;
    background-size: 300%, 1px;
    background-position: 0;
}

.wpcf7-submit {
    font-size: 16px;
    background-color: #212529;
    background-image: none;
    font-weight: 600;
    line-height: 53px;
    padding: 0 34px;
    margin: 0;
    border:2px solid transparent;
}

.wpcf7-submit:hover {
    border:2px solid transparent;
}

.wpcf7-submit i {
    padding-left: 5px;
}

.ct-grid-pricing1 .grid-item-inner {
    position: relative;
    padding-bottom: 89px;
    z-index: 1;
}

.pricingBg {
    padding: 30px 0;
}

.ct-grid-pricing1 .grid-item-inner:before, .ct-grid-pricing1 .grid-item-inner:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.ct-grid-pricing1 .grid-item-inner:hover:before, .ct-grid-pricing1 .grid-item-inner.is_featured:before, .ct-grid-pricing1 .grid-item-inner:hover:after, .ct-grid-pricing1 .grid-item-inner.is_featured:after {
    opacity: 1
}

.ct-grid-pricing1 .grid-item-inner:hover .grid-item-box, .ct-grid-pricing1 .grid-item-inner.is_featured .grid-item-box {
    background-color: transparent;
    -webkit-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -moz-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -ms-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -o-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    box-shadow: 0 0 30px rgba(41, 26, 85, 0)
}

.ct-grid-pricing1 .grid-item-inner:hover .pricing-button, .ct-grid-pricing1 .grid-item-inner.is_featured .pricing-button {
    opacity: 1;
    bottom: 44px;
}

.ct-grid-pricing1 .grid-item-inner:before {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f18fbe;
    background-image: -webkit-gradient(linear, left top, right top, from(#f18fbe), to(#e73d8e));
    background-image: -webkit-linear-gradient(left, #f18fbe, #e73d8e);
    background-image: -moz-linear-gradient(left, #f18fbe, #e73d8e);
    background-image: -ms-linear-gradient(left, #f18fbe, #e73d8e);
    background-image: -o-linear-gradient(left, #f18fbe, #e73d8e);
    background-image: linear-gradient(to left, #f18fbe, #e73d8e);
    -webkit-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -moz-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -ms-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -o-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    box-shadow: 0 0 30px rgba(41, 26, 85, .12);
}

.ct-grid-pricing1.style2 .grid-item-inner:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#060394), to(#00d7ff));
    background-image: -webkit-linear-gradient(top, #060394, #00d7ff);
    background-image: -moz-linear-gradient(top, #060394, #00d7ff);
    background-image: -ms-linear-gradient(top, #060394, #00d7ff);
    background-image: -o-linear-gradient(top, #060394, #00d7ff);
    background-image: linear-gradient(to top, #060394, #00d7ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#060394', endColorStr='#00d7ff');
}

.ct-grid-pricing1 .grid-item-inner .grid-item-box {
    background-color: #fff;
    padding: 81px 30px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -moz-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -ms-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    -o-box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    box-shadow: 0 0 30px rgba(41, 26, 85, .12);
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.ct-grid-pricing1 .grid-item-inner .grid-item-box-inner {
    position: relative;
    z-index: 1;
}

.ct-grid-pricing1 .pricing-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.ct-grid-pricing1 .pricing-meta {
    line-height: 1;
    margin-bottom: 29px;
}

.ct-grid-pricing1 .pricing-currency {
    font-size: 35px;
    color: #291a55;
    position: relative;
    top: -5px;
    left: 0;
}

.ct-grid-pricing1 .pricing-price {
    font-size: 60px;
    font-weight: 700;
    color: #291a55;
}

.ct-grid-pricing1 .pricing-time {
    font-size: 20px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.pricing-time del{
    font-size: 20px;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    color: rgba(41, 26, 85, 0.50);
}
.pricing-time del:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgba(41, 26, 85, 0.50);
    left: -5px;
    bottom: 10px;
    transform: rotate(-15deg);
}

.ct-divider-wrap {
    height: 6px;
    margin-bottom: 26px;
}

.ct-divider {
    height: 6px;
    width: 64px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ct-divider:before, .ct-divider:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #5b5cfb;
    background-image: -webkit-gradient(linear, left top, right top, from(#5b5cfb), to(#232490));
    background-image: -webkit-linear-gradient(left, #5b5cfb, #232490);
    background-image: -moz-linear-gradient(left, #5b5cfb, #232490);
    background-image: -ms-linear-gradient(left, #5b5cfb, #232490);
    background-image: -o-linear-gradient(left, #5b5cfb, #232490);
    background-image: linear-gradient(to left, #5b5cfb, #232490);
    height: 6px;
}

.ct-divider:before {
    width: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 0;
}

.ct-divider:after {
    width: 45px;
    right: 0;
}

.ct-grid-pricing1 .pricing-content ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.ct-grid-pricing1 .pricing-content ul li + li {
    margin-top: 9px;
}

.ct-grid-pricing1 .pricing-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.btn.btn-gradient2 {
    background-image: -webkit-linear-gradient(90deg, #ff5b11 0%, #ff9723 50%, #ff5b11);
    background-image: -moz-linear-gradient(90deg, #ff5b11 0%, #ff9723 50%, #ff5b11);
    background-image: -ms-linear-gradient(90deg, #ff5b11 0%, #ff9723 50%, #ff5b11);
    background-image: -o-linear-gradient(90deg, #ff5b11 0%, #ff9723 50%, #ff5b11);
    background-image: linear-gradient(90deg, #ff5b11 0%, #ff9723 50%, #ff5b11);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    font-size: 15px;
    font-weight: 600;
    line-height: 53px;
    padding-left: 32px;
    padding-right: 32px;
}
.btn.btn-gradient3 {
    background-image: -webkit-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -moz-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -ms-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -o-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    -webkit-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -moz-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -ms-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -o-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    padding: 0 26px;
    font-weight: 400;
}

.ct-grid-pricing1.style2 .btn.btn-gradient2 {
    background-image: -webkit-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -moz-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -ms-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: -o-linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    background-image: linear-gradient(90deg, #060394 0%, #00d7ff  50%, #060394);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    -webkit-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -moz-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -ms-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    -o-box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
    box-shadow:0 5px 10px rgba(3, 132, 213, 0.2);
}

.ct-grid-pricing1 .grid-item-inner:hover .grid-item-box, .ct-grid-pricing1 .grid-item-inner.is_featured .grid-item-box {
    background-color: transparent;
    -webkit-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -moz-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -ms-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    -o-box-shadow: 0 0 30px rgba(41, 26, 85, 0);
    box-shadow: 0 0 30px rgba(41, 26, 85, 0);
}

.ct-grid-pricing1 .grid-item-inner:hover:before, .ct-grid-pricing1 .grid-item-inner.is_featured:before, .ct-grid-pricing1 .grid-item-inner:hover:after, .ct-grid-pricing1 .grid-item-inner.is_featured:after {
    opacity: 1;
}

.ct-grid-pricing1 .grid-item-inner:after {
    background-color: #fff;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.ct-grid-pricing1 .pricing-featured-text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99;
    background: #f18fbe;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
    padding: 0 24px;
    border-radius: 0 0 30px 30px;
}

.ct-grid-pricing1.style2 .pricing-featured-text {
    background-color: #060394;
}

.btn:hover, button:hover, .button:hover, input[type=submit]:hover, .btn:focus, button:focus, .button:focus, input[type=submit]:focus, .btn:active, button:active, .button:active, input[type=submit]:active {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    background-position: 100% !important;
}

.btn:hover {
    transform: translate(0, -5px);
}

.octf-btn {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    font-size: 16px;
    padding: 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 transparent;
    -webkit-box-shadow: 12px 12px 20px 0 transparent;
    -moz-box-shadow: 12px 12px 20px 0 transparent;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.whiteBtn {
    border:2px solid #ffffff;
	background: linear-gradient(45deg, #1a36c0, #00a0e8);
    font-weight: 500;
}

.whiteBtn:hover {
    border:2px solid #ffffff;
    color: #ffffff;
}

.orangeBtn {
    background-image: linear-gradient(200deg, #f56616 0%, #f47515 100%);
    color: #ffffff;
    border:2px solid transparent;
    font-weight: 500;
}

.orangeBtn:hover {
    background-image: linear-gradient(200deg, #f56616 0%, #f47515 100%);
    color: #ffffff;
    border:2px solid transparent;
}


.phonesBg {
    background: url("../img/section-image-04.png") no-repeat center right;
    background-size: cover;
}

.phonesImg {
    padding-right: 60px;
}

.heading-tag {
    font-size: 36px;
    letter-spacing: -.025em;
    margin-bottom: 30px;
}

.phones-right-section {
    padding-right: 335px;
}

.phones-detail {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 70px;
    color: #575858;
}

.fancybox-layout2 {
    -webkit-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    margin-top: -20%;
}

.fancybox-layout2 .fancybox-inner2 {
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
    padding: 10px 43px 90px 44px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 27px rgba(6, 15, 154, 0.18);
    -moz-box-shadow: 0 0 27px rgba(6, 15, 154, 0.18);
    -ms-box-shadow: 0 0 27px rgba(6, 15, 154, 0.18);
    -o-box-shadow: 0 0 27px rgba(6, 15, 154, 0.18);
    box-shadow: 0 0 27px rgba(6, 15, 154, 0.18);
}

.fancybox-layout2:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fancybox-layout2 .fancybox-icon2 {
    line-height: 1;
    width: 43px;
    min-width: 43px;
    margin-right: 10px;
}

.fancybox-layout2 .fancybox-icon2 i {
    font-size: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3f02a7), to(#2f97e7));
    background-image: -webkit-linear-gradient(bottom, #3f02a7, #2f97e7);
    background-image: -moz-linear-gradient(bottom, #3f02a7, #2f97e7);
    background-image: -ms-linear-gradient(bottom, #3f02a7, #2f97e7);
    background-image: -o-linear-gradient(bottom, #3f02a7, #2f97e7);
    background-image: linear-gradient(to bottom, #3f02a7, #2f97e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7', endColorStr='#2f97e7');
    text-shadow: 0 5px 9px rgba(10, 36, 120, .39);
    -webkit-text-shadow: 0px 5px 9px rgba(10, 36, 120, .39);
}

.fancybox-layout2 + .fancybox-layout2 {
    margin-top: 30px;
}

.fancybox-layout2 .fancybox-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.fancybox-layout2 .fancybox-content {
    font-size: 16px;
    line-height: 26px;
}

/*Referans */
.referansBaslik {
    padding: 30px 0;
}

.referanslarBg {
    padding: 60px 0;
    background: url("../img/referansBg.jpg") no-repeat center;
    position: relative;
    background-size: cover;
}

.referanslarBg .referans {
    width: 100%;
    min-height: 380px;
    background-size: cover;
    transition: 5s all;
    margin-top: 0;
    position: relative;
}

.referanslarBg .referans:hover {
    background-position: bottom;
}

.referanslarBg .item {
    border: 3px solid rgba(199, 199, 199, 0.5);
    margin-bottom: 30px;
}

.referanslarBg .item .title {
    height: 30px;
    background: rgba(199, 199, 199, 0.5);
    display: flex;
    align-items: center;
}

.referanslarBg .item .title span {
    width: 8px;
    height: 8px;
    background: #f69f19;
    border-radius: 50%;
    position: relative;
    margin-left: 30px;
}

.referanslarBg .item .title span::before {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #e9203a;
    position: absolute;
    top: 0;
    left: -15px;
}

.referanslarBg .item .title span::after {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #4eac2f;
    position: absolute;
    top: 0;
    right: -15px;
}

/*Referans */

/* Blog */
.blogBg {
    padding: 40px 0 90px;
    position: relative;
}

.blogBg .container {
    position: relative;
}

.blogBg .blog {
    -webkit-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
    -moz-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
    box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
    -webkit-transition: all .18s linear 0ms;
    -moz-transition: all .18s linear 0ms;
    -ms-transition: all .18s linear 0ms;
    -o-transition: all .18s linear 0ms;
    transition: all .18s linear 0ms;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 0;
}

.blog-resim img {
    display: block;
    width: 100%;
    -webkit-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
}

.blog-resim {
    position: relative;
    z-index: 2;
}

.blog-detay {
    padding: 25px 34px 15px;
    position: relative;
    z-index: 1;
}

.blog-meta {
    padding: 0;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.blog-meta li {
    color: #8f8f8f;
    font-size: 14px;
    margin-right: 20px;
}

.blog-meta li i {
    margin-right: 4px;
}

.blog-baslik {
    font-size: 20px;
    line-height: 30px;
    color: #2e2e31;
}

.blog-overlay {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 2, 167, .88)), to(rgba(47, 151, 231, .88)));
    background-image: -webkit-linear-gradient(bottom, rgba(63, 2, 167, .88), rgba(47, 151, 231, .88));
    background-image: -moz-linear-gradient(bottom, rgba(63, 2, 167, .88), rgba(47, 151, 231, .88));
    background-image: -ms-linear-gradient(bottom, rgba(63, 2, 167, .88), rgba(47, 151, 231, .88));
    background-image: -o-linear-gradient(bottom, rgba(63, 2, 167, .88), rgba(47, 151, 231, .88));
    background-image: linear-gradient(to bottom, rgba(63, 2, 167, .88), rgba(47, 151, 231, .88));
    /* IE9 fallback */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(63, 2, 167, 0.88)', endColorStr='rgba(47, 151, 231, 0.88)');
    -webkit-transition: all .18s linear 0ms;
    -moz-transition: all .18s linear 0ms;
    -ms-transition: all .18s linear 0ms;
    -o-transition: all .18s linear 0ms;
    transition: all .18s linear 0ms;
    opacity: 0;
}

.blog-overlay a {
    font-size: 24px;
    font-weight: 500;
    background-color: #fff;
    color: #012068;
    height: 54px;
    width: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    text-align: center;
    line-height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
    -webkit-transition: all .18s linear 0ms;
    -moz-transition: all .18s linear 0ms;
    -ms-transition: all .18s linear 0ms;
    -o-transition: all .18s linear 0ms;
    transition: all .18s linear 0ms;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    display: block;
}

.blog:hover .blog-overlay {
    opacity: 1;
}

.blog:hover .blog-overlay a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.blog:hover .blog-overlay a:hover {
    background-color: #162171;
    color: #fff;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.blogBg .owl-stage-outer {
    padding: 30px 40px 50px;
    margin: 0 -40px;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}

.owl-carousel .owl-nav button {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
    -moz-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
    box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32);
}

.owl-carousel .owl-nav button:hover {
    background: #162171 !important;
    color: #fff !important;
}

.owl-nav .owl-next {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.blogBg .blog-carousel-wrapper {
    position: relative;
    padding-top: 80px;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel {
    position: relative;
}

/* Blog Carousel için özel override - disabled class'ını override et */
.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav.disabled {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 191px;
    display: flex !important;
    gap: 1080px;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
    margin: 0 !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button {
    height: 54px !important;
    width: 54px !important;
    line-height: 54px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background-color: #162171 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32) !important;
    -moz-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32) !important;
    box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.32) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    cursor: pointer !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button:hover {
    background: #1a2b8d !important;
    color: #fff !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav .owl-prev,
.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav .owl-next {
    margin: 0 !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button span {
    display: none !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    width: auto !important;
    height: auto !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button:hover i {
    color: #fff !important;
}

/* Owl Carousel default button text'i gizle */
.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button::before {
    display: none !important;
}

.blogBg .blog-carousel-wrapper #blog-owl-carousel .owl-nav button::after {
    display: none !important;
}

/* Blog */

/* Footer */
.footerBg:before {
    content: '';
    padding-top: 150px;
    background: url("../img/footerBg2.png") no-repeat center;
    display: block;
}

.footerBg section {
    background: #1a2b8d;
    padding: 30px 0;
}

.footeric {
    padding: 30px 0;
}

.footerFirstSection img {
	height: 253px;
    margin-bottom: -49px;
}

.footerBg .footer-detay {
    margin-bottom: 35px;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.8;
    font-weight: 400;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}

.footer-social li {
    float: left;
    margin: 0 4px;
}

.footer-social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
}

.footer-social li.insta a {
    font-weight: bold;
}

.footer-social li a:hover {
    background: #ffffff;
    color: #5350c2;
    border-color: #5350c2;
}

.footerSectionTitles h4, .footerSectionContact h4 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footerSectionTitles .footerTitles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerSectionTitles .footerTitles li, .footerContact li {
    margin-bottom: 5px;
}

.footerSectionTitles .footerTitles li a, .footerContact li a {
    color: #ffffff;
    font-size: 14px;
}

.footerSectionTitles .footerTitles li a i, .footerContact li i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 14px;
    font-style: normal;
}

.footerSectionTitles .footerTitles li a:hover i, .footerContact li:hover i {
    color: #5be4ba;
}

.footerSectionContact .footerContact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom {
    background: #1b1e22;
    padding: 11px 0;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.footer-bottom a {
    color: #ffffff;
}

.subscribe {
    background: #000000 !important;
    border-radius: 8px !important;
    padding: 26px 44px !important;
    position: absolute;
    top: -282px;
    width: 95%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.subscribe h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ff0000 !important;
}

.subscribe p.text-muted {
    color: #b9bbbe !important;
}

.form-group {
    position: relative;
}

.form-group .abone-ol-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
	color:#ffffff;
}

input.abone-ol-input {
    background-color: #f6f6fc;
    border: none;
    height: 55px;
    color: #9d9da3;
    font-size: 14px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

input.abone-ol-input::placeholder {
    color: #9d9da3;
}

.bg-theme {
    background-color: #1a2b8d;
}

/* Footer Discord Style Form */
.footer-discord-form {
    margin-top: 20px;
}

.footer-discord-form-inner {
    display: flex !important;
    gap: 12px !important;
    align-items: stretch !important;
    background: #36393f !important;
    border-radius: 8px !important;
    padding: 12px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.footer-discord-input-wrapper {
    flex: 1 !important;
    display: flex !important;
}

.footer-discord-input {
    width: 100% !important;
    background: #40444b !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    color: #dcddde !important;
    font-size: 16px !important;
    font-family: 'Whitney', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    transition: background-color 0.2s ease !important;
    box-sizing: border-box !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
}

.footer-discord-input:focus {
    outline: none !important;
    background: #484c52 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-discord-input::placeholder {
    color: #72767d !important;
}

.footer-discord-button {
    background: #5865f2 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    height: auto !important;
    line-height: normal !important;
    position: static !important;
}

.footer-discord-button:hover {
    background: #4752c4 !important;
}

.footer-discord-button:active {
    background: #3c45a5 !important;
}

.footer-discord-button i {
    font-size: 14px !important;
    margin: 0 !important;
}

/* Override old footer form styles */
.subscribe .footer-discord-form {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.subscribe .footer-discord-form-inner {
    background: #36393f !important;
    border-radius: 8px !important;
    padding: 12px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-discord-form-inner {
        flex-direction: column !important;
    }
    
    .footer-discord-button {
        width: 100% !important;
        justify-content: center !important;
    }
}

#referans-owl-carousel .owl-nav.disabled {
    display: block;
}


.pricing-content-info {
    display: inline;
    position: relative;
}
.pricing-content-info .fa-info-circle{
    color: rgb(41, 26, 85);
}
.detay-bg {
    position: absolute;
    bottom: 100%;
    z-index: 99;
    transform: translate(41%, -10px);
}
.detay {
    display: block;
    max-width: 300px;
    background-color: rgb(41, 26, 85);
    opacity: 0;
    color: #ffffff;
    padding: .25rem .5rem;
    text-align: center;
    border-radius: .25rem;
    font-size: .7875rem;
    line-height: 1.6;
    font-weight: 400;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.detay-bg.show .detay,.detay-bg.show .arrow {
    opacity: .9;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.detay-bg .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(41, 26, 85);
    bottom: -8px;
    left: 50%;
    opacity: 0;
    transform: translate(8px, 0px);
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

/* Web Tasarım Paketleri Section Styles */
.services-heading {
    position: relative;
}

.services-heading .package-image {
    position: absolute;
    top: 50%;
    right: -280px;
    transform: translateY(-50%);
}

.services-heading .package-image img {
    /* width: 227px; */
    height: 650px;
    object-fit: contain;
    transform: translate(284px, 104px);
}

/* Sol taraf görsel için özel CSS */
.services-heading .left-image-container {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
}

.services-heading .left-image {
    width: 412px;
    height: 357px;
    object-fit: contain;
    transform: translateX(-236px);
}

/* SMS Entegrasyon kartı yanına görsel - Kartlardan bağımsız */
.integration-image {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1000;
}

.integration-image img {
width: 207px;
    height: 179px;
    object-fit: contain;
    border-radius: 10px;
    transform: translate(-779px, 348px);
}

/* About Us Slider */
.about-us-slider {
    position: relative;
    width: 100%;
    height: 337px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-track {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.5s ease;
}

.slide {
    width: 20%;
    height: 100%;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

.slide {
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Slide Overlay - Şeffaf siyah arka plan */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.slide-content {
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 5;
}

.slide-content h3 {
	font-size: 65px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fffffd;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.slide-content p {
    font-size: 16px;
    line-height: 1.4;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Hover efekti */
/* .slide:hover .slide-overlay { */
    /* background: rgba(0, 0, 0, 0.7); */
/* } */

/* .slide:hover .slide-content h3 { */
    /* color: #ff6b35; */
    /* transform: scale(1.05); */
/* } */

/* Slider Navigation Buttons */
.slider-btn {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: #06039461; */
    border: none;
    color: #000000;
    font-size: 20px;
    width: 16px;
    height: 39px;
    border-radius: 31%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    background: #5b5cfb;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ffd700;
    transform: scale(1.2);
}

.dot:hover {
    background: #ff6b35;
    transform: scale(1.1);
}

/* İletişim Kartı */
.aboutUsForm {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.aboutUsForm:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* İletişim Bilgileri - Hep Açık */
.contact-info {
    padding: 30px 20px;
    /* background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 255, 255, 0.1)); */
    border-radius: 0 0 15px 15px;
    margin-top: 20px;
}

.contact-item {
    text-align: center;
    padding: 20px 15px;
    background: #000000  url("../img/bg-section-01.png") no-repeat fixed;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px #000000;
}

/* .contact-item:hover { */
    /* transform: translateY(-5px); */
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.15); */
    /* background: rgba(255, 215, 0, 0.1); */
/* } */

.contact-item i {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}

.contact-item h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e9dede8a;
    margin-bottom: 10px;
}

.contact-item p {
    color: #ffffff;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}

/* Buton Animasyonu */
.aboutUsForm .btn {
    transition: all 0.3s ease;
}

.aboutUsForm:hover .btn {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgb(255 255 255 / 42%);
}

@keyframes slide {
    0% { transform: translateX(0); }
    20% { transform: translateX(0); }
    25% { transform: translateX(-20%); }
    45% { transform: translateX(-20%); }
    50% { transform: translateX(-40%); }
    70% { transform: translateX(-40%); }
    75% { transform: translateX(-60%); }
    95% { transform: translateX(-60%); }
    100% { transform: translateX(-80%); }
}

/* Footer */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(75, 76, 221, 0.25);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4b4cdd;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4b4cdd;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}

.para-birimi {
    position: absolute;
    right: -50px;
    top: -3px;
    color: rgba(22, 33, 113, 0.57);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}


.para-birimi.tl {
    left: 60px;
    right: 0;
}

.para-birimi.usd {
    left: -110px;
    right: 0;
}

.para-birimi.active {
    color: #162171;
}

/*popup style*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
    font-size: 25px;
    margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
}
.thank-you-pop a{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
    margin-right:5px;
    color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*popup style*/

@media (min-width: 1024px) and (max-width: 1280px) {
 .phones-right-section{
    padding-right: 0px;
    padding-left: 185px;
 }
  .headedrImg img{
    height: 368px;
 }
 .img1024{
   width: 503px;
 }
}

@media (min-width: 768px) and (max-width: 1024px) {
.phones-right-section{
    padding-right: 0px;
 }
}

/* Blog Section Right Image */
.blog-right-image {
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
    z-index: 10;
}

.blog-right-image img {
width: 413px;
    /* height: 221px; */
    object-fit: contain;
    background: none;
    background-color: transparent;
    transition: transform 0.3s ease;
    transform: translate(143px, 108px);
}

/* .blog-right-image img:hover { */
    /* transform: scale(1.05); */
/* } */

/* Blog Section Left Image */
.blog-left-image {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    z-index: 10;
}

.blog-left-image img {
width: 452px;
    height: 346px;
    object-fit: contain;
    background: none;
    background-color: transparent;
    transition: transform 0.3s ease;
    transform: translate(-200px, 125px);
}

/* .blog-left-image img:hover { */
    /* transform: scale(1.05); */
/* } */

/* Works Section Right Image */
.works-right-image {
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
    z-index: 10;
}

.works-right-image img {
	width: 402px;
    /* height: 222px; */
    object-fit: contain;
    background: none;
    background-color: #ffffff00;
    transition: transform 0.3s ease;
    transform: translate(196px, -47px);
}

/* .works-right-image img:hover { */
    /* transform: scale(1.05); */
/* } */

/* Video Background */
.video-background {
    position: relative;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: videoContainerMove 15s ease-in-out infinite;
}

@keyframes videoContainerMove {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(-2%) translateY(-1%);
    }
    50% {
        transform: translateX(0) translateY(-2%);
    }
    75% {
        transform: translateX(2%) translateY(-1%);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: videoLoop 20s linear infinite;
}

@keyframes videoLoop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.video-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.video-background .container-fluid {
    position: relative;
    z-index: 3;
}

/* Works Left FAQ */
.works-left-faq {
    position: absolute;
    top: 20%;
    left: -450px;
    transform: translateY(-50%);
    z-index: 10;
    width: 400px;
    max-height: 500px;
    overflow-y: auto;
}

.faq-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    max-height: 480px;
    overflow-y: auto;
}

.faq-container h4 {
    color: #2f30a7;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #2f30a7;
}

.faq-question span {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3;
}

.faq-question i {
    color: #2f30a7;
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 80px;
}

.faq-answer p {
	margin: 8px 0 0 0;
    font-size: 0.85rem;
    color: #000000;
    line-height: 2.3;
}

/* Header Text Slider */
.header-text-slider {
    position: relative;
    min-height: 100px;
    height: auto;
    overflow: visible;
    margin: 10px 0 0 0;
    padding: 0;
}

.header-text-slider + center {
    margin-top: -180px !important;
}

.text-slider-track {
    display: flex;
    flex-direction: column;
    animation: headerTextSlide 25s infinite;
    will-change: transform;
}

.text-slide {
    min-height: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    flex-shrink: 0;
    padding: 10px 20px;
    box-sizing: border-box;
}

.text-slide.active {
    opacity: 1;
}

.text-slide p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    white-space: normal;
    word-wrap: break-word;
}

@keyframes headerTextSlide {
    0%, 18% {
        transform: translateY(0);
    }
    20%, 38% {
        transform: translateY(-90px);
    }
    40%, 58% {
        transform: translateY(-180px);
    }
    60%, 78% {
        transform: translateY(-270px);
    }
    80%, 98% {
        transform: translateY(-360px);
    }
    100% {
        transform: translateY(-450px);
    }
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .blog-right-image,
    .blog-left-image,
    .works-right-image {
        display: none;
    }
    
    /* FAQ Mobile Styles */
    .works-left-faq {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 30px 0;
        padding: 0 15px;
        z-index: 10;
    }
    
    .faq-container {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 20px;
        padding: 25px 20px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        backdrop-filter: blur(15px);
        max-height: none;
        overflow-y: visible;
    }
    
    .faq-container h4 {
        font-size: 1.4rem;
        margin-bottom: 25px;
        color: #2f30a7;
        text-align: center;
    }
    
    .faq-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
    }
    
    .faq-question {
        padding: 12px 0;
    }
    
    .faq-question span {
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.4;
    }
    
    .faq-question i {
        font-size: 0.9rem;
    }
    
    .faq-item.active .faq-answer {
        max-height: 120px;
    }
    
    .faq-answer p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin: 12px 0 0 0;
    }
    
    /* Mobile'da video arka planı kapat */
    .video-bg video {
        display: none;
    }
    
    .header-text-slider {
        min-height: 100px;
        margin: 10px 0 5px 0;
        padding: 0;
    }
    
    .text-slide {
        min-height: 90px;
        padding: 8px 10px;
    }
}

/* About Us Content Frame */
.about-us-content-frame {
    background: #212529 url(../img/bg-section-01.png) no-repeat fixed;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.about-us-content-frame:hover {
    /* background: rgba(0, 0, 0, 0.4); */
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.about-us-content-frame .h2Baslik {
    margin-bottom: 15px;
}

.about-us-content-frame .heading-desc {
    margin-bottom: 0;
}

/* About Us Card Frame */
.about-us-card-frame {
    background: #212529 url(../img/bg-section-01.png) no-repeat fixed;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

/* .about-us-card-frame:hover { */
    /* background: rgba(0, 0, 0, 0.4); */
    /* border-color: rgba(255, 255, 255, 0.3); */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); */
/* } */

.about-us-card-frame .fancybox-layout {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.about-us-card-frame .fancybox-inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-card-frame .fancybox-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-card-frame .fancybox-button {
    margin-top: auto;
}

/* Kartların yan yana durması için */
.aboutUsLeftSection .row,
.aboutUsRightSection .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: stretch;
}

.aboutUsLeftSection .col-md-6,
.aboutUsRightSection .col-md-6 {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.aboutUsLeftSection .col-md-6 > div,
.aboutUsRightSection .col-md-6 > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Sektörel Kullanım Örnekleri Bölümü */
.sectoral-usage {
    padding: 0px 0px;
    padding-top: 58px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: -212px;
    position: relative;
    z-index: 1;
    /* background: url(../img/referansBg.jpg) no-repeat center; */
}


.sectoral-usage .services-heading {
    margin-bottom: -13px;
}

.sectoral-usage .h2Baslik {
    color: #1a36c0;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.sectoral-usage .heading-desc p {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.sectoral-usage .ct-divider {
    background: #1a36c0;
    height: 3px;
    width: 60px;
    margin: 0 auto 20px;
}

.sectoral-usage .nav-pills .nav-link {
    background: #f8f9fa;
    color: #333333;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    margin: 0 3px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
    white-space: nowrap;
}

.sectoral-usage .nav-pills .nav-link:hover {
    background: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    text-decoration: none;
}

.sectoral-usage .nav-pills .nav-link.active {
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    color: #ffffff;
    /* border-color: #1a36c0; */
    box-shadow: 0 4px 15px rgba(26, 54, 192, 0.4);
    transform: translateY(-2px);
}

.sectoral-usage .tab-content {
    padding: 30px 20px;
    border-radius: 0 0 15px 15px;
    margin-top: 20px;
}

.sectoral-usage .tab-content .container {
    text-align: left;
    padding: 40px 30px;
    /* background: #000000 url("../img/bg-section-01.png") no-repeat fixed; */
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

.sectoral-usage .tab-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
}

.sectoral-usage .tab-content h6 {
    font-size: 1rem;
    font-weight: bold;
    color: #e9dede8a;
    margin-bottom: 10px;
}

.sectoral-usage .tab-content .lead {
    color: #ffffff;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}

.sectoral-usage .tab-content ul {
    color: #ffffff;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
    padding-left: 20px;
}

.sectoral-usage .tab-content ul li {
    margin-bottom: 8px;
    position: relative;
}

.sectoral-usage .tab-content ul li:before {
	content: "✓";
    color: rgb(255 255 255);
    font-weight: bold;
    position: absolute;
    left: -20px;
    font-size: 24px;
}

.sectoral-usage .tab-content .btn {
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 54, 192, 0.3);
    display: inline-block;
    margin-top: 10px;
}

.sectoral-usage .tab-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 54, 192, 0.4);
    background: linear-gradient(45deg, #00a0e8, #1a36c0);
}

.sectoral-usage .tab-content img {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.sectoral-usage .tab-content img:hover {
    transform: scale(1.05);
}

/* Responsive Tab Navigation */
@media (max-width: 768px) {
    .sectoral-usage .nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .sectoral-usage .nav-pills .nav-link {
        margin: 2px;
        padding: 8px 15px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .sectoral-usage .nav-pills .nav-link {
        padding: 6px 12px;
        font-size: 0.75rem;
        margin: 1px;
    }
}

/* Müşteri Yorumları Slider */
.customer-reviews {
    padding: 60px 0;
    background: transparent;
}

.reviews-heading .h2Baslik {
    color: #1a36c0;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.reviews-heading .ct-divider {
    background: #1a36c0;
    height: 3px;
    width: 60px;
    margin: 0 auto 20px;
}

.reviews-heading .heading-desc {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.reviews-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviews-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    direction: rtl;
    flex: 1;
}

.reviews-slider > * {
    direction: ltr;
}

.reviews-slider::-webkit-scrollbar {
    display: none;
}

.review-item {
    flex: 0 0 350px;
    min-width: 350px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.review-content {
    flex: 1;
    margin-bottom: 20px;
}

.review-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    font-style: italic;
    margin: 0;
    position: relative;
}

.review-content p:before {
    content: '"';
    font-size: 1.5rem;
    color: #1a36c0;
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: serif;
}

.review-content p:after {
    content: '"';
    font-size: 1.5rem;
    color: #1a36c0;
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-family: serif;
}

.review-author {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1a36c0;
    transition: all 0.3s ease;
}

.author-avatar img:hover {
    transform: scale(1.1);
    border-color: #00a0e8;
}

.author-info h5 {
    color: #1a36c0;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.author-info span {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Slider Butonları */
.slider-btn {
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 54, 192, 0.3);
    flex-shrink: 0;
}

.slider-btn:hover {
    background: linear-gradient(45deg, #00a0e8, #1a36c0);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(26, 54, 192, 0.4);
}

.slider-btn:active {
    transform: scale(0.95);
}

.slider-btn i {
    font-size: 1.2rem;
    font-weight: bold;
}

.prev-btn {
    order: 1;
}

.next-btn {
    order: 3;
}

.reviews-slider {
    order: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .review-item {
        flex: 0 0 300px;
        min-width: 300px;
    }
    
    .review-card {
        padding: 25px;
    }
    
    .review-content p {
        font-size: 1rem;
    }
    
    .slider-btn {
        width: 45px;
        height: 45px;
    }
    
    .slider-btn i {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .review-item {
        flex: 0 0 280px;
        min-width: 280px;
    }
    
    .review-card {
        padding: 20px;
    }
    
    .review-content p {
        font-size: 0.95rem;
    }
}

/* HOŞ GELDİNİZ Sol Görsel */
.welcome-left-image {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 10;
}

.welcome-icon {
    width: 270px;
    height: auto;
    object-fit: cover;
    background: none;
    background-color: transparent;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    border-radius: 50%;
    /* border: 3px solid #ffffff; */
    transform: translate(-448px, -48px);
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .welcome-left-image {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
        margin: 20px 0;
        z-index: 10;
    }
    
    .welcome-icon {
        width: 200px;
        height: 180px;
        transform: none;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .welcome-icon {
        width: 150px;
        height: 135px;
    }
}

@media (max-width: 360px) {
    .welcome-icon {
        width: 120px;
        height: 108px;
    }
}

/* 2x3 Grid Kartlar - Kare Şekil */
.fancybox-layout2 {
    height: 100%;
    min-height: 280px;
}

.fancybox-inner2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fancybox-meta2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fancybox-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.fancybox-content p {
    margin: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .fancybox-layout2 {
        min-height: 250px;
    }
}

/* Magic Social Share Menu - Basit Versiyon */
.magic-social-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.magic-social-menu .social-icons-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.magic-social-menu .social-icons-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magic-social-menu .social-icons-list li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--clr, #1877f2) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.magic-social-menu .social-icons-list li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    background-color: var(--clr, #1877f2) !important;
    color: #fff !important;
    font-size: 1.7rem;
}

.magic-social-menu .social-icons-list li a i,
.magic-social-menu .social-icons-list li a i.fab,
.magic-social-menu .social-icons-list li a i.fas {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: inherit !important;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit !important;
}

.magic-social-menu .social-icons-list li a svg {
    width: 24px !important;
    height: 24px !important;
    fill: currentColor !important;
    display: block !important;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.magic-social-menu .social-icons-list li a:hover svg {
    fill: #fff !important;
    transform: translate(-50%, -50%) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .magic-social-menu .social-icons-list {
        gap: 10px;
    }
    
    .magic-social-menu .social-icons-list li a {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .magic-social-menu .social-icons-list li a:hover {
        font-size: 1.5rem;
    }
}

/* Video Background Styles for Sector Tabs */
#sector-tabContent {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 15px;
}

#sector-tabContent video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#sector-tabContent .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, rgba(102, 126, 234, 0.7) 0%, rgba(118, 75, 162, 0.7) 100%); */
    z-index: 2;
}

#sector-tabContent .tab-pane {
    position: relative;
    z-index: 3;
}

#sector-tabContent .tab-pane .container {
    color: white;
}

#sector-tabContent .tab-pane h3 {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#sector-tabContent .tab-pane .h6 {
    color: white;
    font-weight: 600;
}

#sector-tabContent .tab-pane .lead {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#sector-tabContent .tab-pane ul {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#sector-tabContent .tab-pane .btn {
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Mobile Responsive Video Background */
@media (max-width: 768px) {
    #sector-tabContent {
        margin: 0 -15px;
        border-radius: 0;
        min-height: 400px;
    }
    
    #sector-tabContent video {
        height: 100%;
        object-fit: cover;
    }
    
    #sector-tabContent .tab-pane .container {
        padding: 20px 15px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    #sector-tabContent .tab-pane ul {
        font-size: 0.9rem;
        padding-left: 15px;
    }
    
    #sector-tabContent .tab-pane .btn {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    #sector-tabContent {
        min-height: 350px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 1.3rem;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 0.9rem;
    }
}

/* PC Desktop Video Background */
@media (min-width: 769px) {
    #sector-tabContent {
        border-radius: 15px;
        min-height: 500px;
    }
    
    #sector-tabContent .tab-pane .container {
        padding: 40px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    #sector-tabContent .tab-pane ul {
        font-size: 1rem;
        padding-left: 20px;
    }
    
    #sector-tabContent .tab-pane .btn {
        width: auto;
        margin-top: 20px;
    }
}

/* Additional Mobile Fixes */
@media (max-width: 768px) {
    /* Fix horizontal scrolling */
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    * {
        box-sizing: border-box;
    }
    
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    /* Service cards mobile spacing */
    .service {
        margin-bottom: 30px;
    }
    
    /* Pricing cards mobile */
    .grid-item {
        margin-bottom: 20px;
    }
    
    /* Buttons mobile */
    .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    
    /* Forms mobile */
    .wpcf7-form {
        padding: 0 15px;
    }
    
    /* Images mobile */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Text mobile */
    .heading-desc p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Footer mobile */
    .footer-badges {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-badges img {
        height: 50px;
        width: 100px;
        margin: 5px;
    }
}

/* Extra Small Mobile (320px - 480px) */
@media (max-width: 480px) {
    .headedrContent h1 {
        font-size: 1.6rem;
    }
    
    .h2Baslik {
        font-size: 1.4rem;
    }
    
    .ct-fancybox-title h3 {
        font-size: 1rem;
    }
    
    .pricing-title {
        font-size: 0.9rem;
    }
    
    .pricing-price {
        font-size: 1rem;
    }
    
    .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    .navbar-brand img {
        max-height: 30px;
    }
}

/* ========================================
   STICKY İLETİŞİM BUTONLARI
======================================== */

.sticky-iletisim {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-iletisim-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    cursor: pointer;
}

.sticky-item:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.sticky-item a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sticky-item i {
    font-size: 24px;
}

/* WhatsApp */
.sticky-item.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.sticky-item.whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
}

/* Telefon */
.sticky-item.telefon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.sticky-item.telefon:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
}

/* E-mail */
.sticky-item.email {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
}

.sticky-item.email:hover {
    background: linear-gradient(135deg, #ee5a24, #ff6b6b);
}


/* Tooltip */
.sticky-item::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
}

.sticky-item::after {
    content: '';
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
}

.sticky-item:hover::before,
.sticky-item:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .sticky-iletisim {
        right: 15px;
        gap: 8px;
    }
    
    .sticky-item {
        width: 50px;
        height: 50px;
    }
    
    .sticky-item i {
        font-size: 20px;
    }
    
    .sticky-item::before {
        right: 60px;
        font-size: 11px;
        padding: 6px 10px;
    }
    
    .sticky-item::after {
        right: 50px;
    }
}

@media (max-width: 576px) {
    .sticky-iletisim {
        right: 10px;
        gap: 6px;
    }
    
    .sticky-item {
        width: 45px;
        height: 45px;
    }
    
    .sticky-item i {
        font-size: 18px;
    }
    
    .sticky-item::before {
        display: none; /* Mobilde tooltip gizle */
    }
    
    .sticky-item::after {
        display: none;
    }
}

/* Mobil Uyumluluk - Kartlar */
.mobile-optimized-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mobile-price-btn {
background: linear-gradient(45deg, #ff5b11, #ff5b11);
    color: #ffffff;
    border: none;
    padding: 1px 2px;
    border-radius: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
    font-size: 11px;
    box-shadow: 0 2px 8px #212529;
}

.mobile-price-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

@media (max-width: 768px) {
    .ct-fancybox-layout3 {
        margin-bottom: 20px;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-inner {
        padding: 20px 15px;
        text-align: center;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-number {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-icon {
        margin-bottom: 15px;
    }
    
    .service-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .mobile-price-btn {
        width: 100% !important;
        padding: 10px 15px !important;
        font-size: 14px !important;
        margin-top: 15px !important;
    }
    
    /* Grid düzenlemesi */
    .col-12.col-sm-6.col-md-6.col-lg-4.col-xl-4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .ct-fancybox-layout3 .ct-fancybox-inner {
        padding: 15px 10px;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-number {
        font-size: 2rem;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-icon img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-title {
        font-size: 1.1rem;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-description {
        font-size: 0.85rem;
    }
    
    .price-button {
        font-size: 13px !important;
        padding: 8px 12px !important;
    }
}

/* Tablet uyumluluk */
@media (min-width: 769px) and (max-width: 1024px) {
    .ct-fancybox-layout3 .ct-fancybox-inner {
        padding: 25px 20px;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-icon img {
        width: 55px !important;
        height: 55px !important;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-description {
        font-size: 0.9rem;
    }
}

/* Hover efektleri mobilde devre dışı */
@media (max-width: 768px) {
    .ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon i {
        transform: none;
    }
    
    .ct-fancybox-layout3 .ct-fancybox-content:hover {
        transform: none;
    }
}

/* Inline CSS'lerden taşınan sınıflar */

/* Bağımsız görsel konteyner */
.independent-image-container {
    position: absolute;
    top: 20px;
    left: -50px;
    z-index: -1;
    pointer-events: none;
}

/* Bağımsız görsel */
.independent-image {
	width: 507px;
    height: 301px;
    opacity: 1.8;
	transform: translate(72px, -316px);
    pointer-events: none;
    z-index: -2;
}

/* Başlık görseli */
.title-image {
    width: 150px;
    height: 200px;
    margin-right: 15px;
    vertical-align: middle;
}

/* Alert mesajları */
.alert-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

/* Typed strings gizleme */
.typed-strings-hidden {
    display: none;
}

/* Services heading pozisyon */
.services-heading-relative {
    position: relative;
}

/* Video fallback görsel */
.video-fallback-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Productivity section margin */
.productivity-section-margin {
    margin-top: 60px;
}

/* Modal ikonları */
.modal-icon {
    font-size: 57px;
    color: #4a5fd6;
}

/* Modal başlık margin */
.modal-title-margin {
    margin-top: 24px;
}

/* Modal başlık renk */
.modal-title-color {
    margin-top: 24px;
    color: #4a4646;
}

/* Back to top butonu */
.back-to-top-btn {
    display: none;
}

/* Divider görsel konteyner */
.divider-image-container {
    text-align: center;
    margin: 20px 0;
}

/* Divider görsel */
.divider-image {
    max-width: 300px;
    height: auto;
    opacity: 0.8;
}

/* Sadece İkon Ortalama - Kartlara Dokunmadan */
.fancybox-layout2 .fancybox-icon2 {
    text-align: center;
}

.fancybox-layout2 .fancybox-icon2 i {
    display: block;
    margin: 0 auto;
}

/* Modern Service Cards */
.modern-services-grid {
    margin-top: 50px;
    gap: 30px;
}

.modern-services-grid .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.modern-services-grid .col-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .modern-services-grid .col-sm-6 {
        flex: 0 0 auto;
        width: 48%;
        max-width: 350px;
    }
}

@media (min-width: 768px) {
    .modern-services-grid .col-md-4 {
        flex: 0 0 auto;
        width: 31%;
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    .modern-services-grid .col-lg-4 {
        flex: 0 0 auto;
        width: 31%;
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .modern-services-grid .col-xl-4 {
        flex: 0 0 auto;
        width: 31%;
        max-width: 350px;
    }
}

.modern-service-card {
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%), url('../img/breadcrumb-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 32px 33px;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 110%;
}

.modern-service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.modern-service-card {
    position: relative;
    overflow: hidden;
}

.card-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 20px;
}

.modern-service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 20px;
}

.modern-service-card:nth-child(1)::after {
    background: linear-gradient(135deg, rgb(26 54 192 / 48%), rgb(59 130 246 / 3%));
}

.modern-service-card:nth-child(2)::after {
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.8) 0%, rgba(245, 87, 108, 0.8) 100%);
}

.modern-service-card:nth-child(3)::after {
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.8) 0%, rgba(0, 242, 254, 0.8) 100%);
}

.modern-service-card:nth-child(4)::after {
    background: linear-gradient(135deg, rgba(67, 233, 123, 0.8) 0%, rgba(56, 249, 215, 0.8) 100%);
}

.modern-service-card:nth-child(5)::after {
    background: linear-gradient(135deg, rgba(250, 112, 154, 0.8) 0%, rgba(254, 225, 64, 0.8) 100%);
}

.modern-service-card:nth-child(6)::after {
    background: linear-gradient(135deg, rgba(168, 237, 234, 0.8) 0%, rgba(254, 214, 227, 0.8) 100%);
}

.card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    z-index: 3;
}

.card-icon {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.card-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge-coming-soon {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse-glow 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5);
    white-space: nowrap;
}

.service-disabled {
    opacity: 0.7;
    pointer-events: none;
    filter: grayscale(0.3);
}

.service-disabled:hover {
    transform: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.service-disabled .card-button {
    pointer-events: none;
}

.card-button.disabled {
    pointer-events: none;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.card-button.disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

.card-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.card-features {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.feature-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(45deg, #1a36c0, #00a0e8);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

.card-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.card-button i {
    transition: transform 0.3s ease;
}

.card-button:hover i {
    transform: translateX(5px);
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.modern-service-card:hover .card-glow {
    opacity: 1;
}


/* Responsive Design */
@media (max-width: 768px) {
    .modern-service-card {
        padding: 25px 20px;
        min-height: 280px;
        width: 100%;
    }
    
    .card-title {
        font-size: 1.5rem;
    }
    
    .card-description {
        font-size: 0.9rem;
    }
    
    .card-icon img {
        width: 60px;
        height: 60px;
    }
    
    .card-number {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .modern-service-card {
        padding: 25px 15px;
        min-height: 320px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .card-description {
        font-size: 0.85rem;
    }
    
    .card-features {
        gap: 8px;
    }
    
    .feature-tag {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
}

