html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f3f5f9;
    position: relative;
    padding-bottom: 200px; 
}

.top--head-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
}

.top--head {
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 1px;
}

.top--head .item {
    padding: 3px 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff30;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.top--head .item2 {
    padding: 3px 0;
    margin-right: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.top--head .item > i {
    font-size: 20px;
    color: #ff8e24;
}

.top--head .item2 > i {
    font-size: 20px;
    color: #ff8e24;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /*background-color: #1a1a1b !important;*/
    --bs-navbar-padding-y: 0;
}
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    --bs-navbar-padding-y: 0;
    position: absolute;
    top: 50px;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    border-top: 1px solid #ffffff10;
}

.nav-link-fb {
	    position: relative;
}

.nav-link-fb i {
	color: #ff8e24;
	
}
.nav-link-fb::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30px;
    height: 3px;
    width: 0;
    border-radius: 10px;
    background: #ffa524;
    opacity: 0;
    transition: 0.2s;
}

.nav-link-fb:hover:before {
    width: 26px;
    opacity: 1;
}

.pariltix {
    position: relative;
    display: table-cell;
    overflow: hidden;
    min-width: 100%;
    max-height: 200px;
    cursor: pointer
}

.pariltix:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    height: 100px;
    width: 70px;
    background: rgba(255,255,255,0.7);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 2
}

.pariltix:hover:before {
    left: 260px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.navbar-brand {
    font-weight: bold;
    color: #ff9500 !important;
}

.navbar-brand img{
    font-weight: bold;
    color: #ff9500 !important;
    width: 200px;
    height: 50px; 
    max-width: 100%;
     
}


section#intro {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    min-height: 650px;
    background: linear-gradient(to bottom, #0a0b11, #1a1e28);
    padding-top: 130px;
    z-index: 1;
    overflow: hidden;
}

section#intro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/path-1.webp");
    opacity: 0.04;
    z-index: -1;
}

.path-wave::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: url("../img/wave.webp");
    height: 30px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 5;
}

.intro--well a.nt-fb-target-btn {
    text-decoration: none;;
}

.intro--well a.nt-fb-target-btn:hover {
    text-decoration: none;;
}

.intro--well h2 {
    font-size: 25px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 15px;
}

.intro--well h2 > span {
    display: block;
    font-size: 28px;
    color: #ffa524;
}

.intro--well p.intro-desc {
    color: #b8bdce;
    font-size: 17px;
}


.intro-rate-link {
	
	text-decoration: none;
}

.intro--well .intro-rate {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    border: 1px dashed #ffa524;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 30px;
}

.intro--well .intro-rate .icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 14px;
    background: #ffa524;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #151821;
}

.intro--well .intro-rate .text {
    position: relative;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

.intro--well .intro-rate .text span {
    display: block;
    font-size: 20px;
    color: #ffa524;
}

.intro--well .intro-rate:hover {
	
	background-color: #ffa524;
}

.intro--well .intro-rate:hover .icon  {
	
	    background: #13161e;

    color: #f2f2f2;
}

.intro--well .intro-rate:hover .text span {
    color: #13161e;
}

.intro--image .int-img-front {
    position: absolute;
    right: 210px;
    z-index: 3;
    bottom: -30px;
}

.intro--image {
    position: relative;
    height: 490px;
}

.intro--image .int-img-back {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -60px;
    animation: 15s linear rotate infinite;
}

.path-wave.path-wave-up::after {
    bottom: auto;
    top: -1px;
    transform: rotate(180deg);
}

.nt-card {
    background: transparent;
	    border: 1px solid #ffa524 !important;
}

.list-group-item {
	 background: transparent;
	
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.title-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 0;
	color: #5e5e5e;
}

.title-heading.light .title {
    color: #5e5e5e;
    font-weight: 700;
}
.title-heading .title {
    font-size: 24px;
    font-weight: 800;
    color: #5e5e5e;
}

.title-heading.light p {
    color: #1f1f1f;
    opacity: 0.6;
	color: #5e5e5e;
}


#popular-services {
    margin-top: 50px;
}

.catpi--list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-bottom: 50px;
}

.catpi--list .catpi-item {
    padding: 15px;
    border-radius: 20px;
    background: #ce2d80;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    gap: 5px;
    transition: 0.1s;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.catpi--list .catpi-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/path-1.webp");
    opacity: 0.08;
    z-index: -1;
    background-size: 230px;
}

.catpi--list .catpi-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: #fff;
}

.catpi--list .catpi-item .icon img {
    width: 100px;
    height: 20px;
}

.catpi--list .catpi-item .text {
    color: #ffffffc2;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}


.accordion-flush .accordion-item {
    margin-bottom: 15px;
	    border: none;
}

.accordion-flush .accordion-item .accordion-button {
	
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	
}
#reviews {
    position: relative;
    background: #e2e7f0;
	    padding-bottom: 70px;
    z-index: 1;
}

#reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/light-bg-line.webp");
    background-size: 300px;
    opacity: 0.07;
    z-index: -1;
}


.nt-list-group-item {

	border-color: #ff9500 !important;
}

.nt-list-group-item:hover {

	background-color: transparent !important;
	
}





.site-title-size {
    font-size: 2.2rem;
}

.btn-primary {
    background-color: #ff9500 !important;
    border-color: #ff9500 !important;
}

.btn-primary:hover {
    background-color: #e68600 !important;
    border-color: #e68600 !important;
}

.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s;
}

.card-header {
    color: #ff9500;
}

.card:hover {
    transform: translateY(-5px);
}

.custom-footer-wave-divider {
    position: relative;
    height: 30px;
    z-index: 10;
}

.custom-footer-wave-divider.wave-flip::after {
    bottom: auto;
    top: 0px;
    transform: rotate(180deg);
}
.custom-footer-wave-divider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: url("../img/wave.webp");
    height: 30px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 10;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0;
	background-color: #1e2029 !important;
}

footer.bg-dark {
	
	background-color: #1e2029 !important;
}

.footer--area {
    display: flex;
    flex-direction: column;
}

.footer--area .footer-about {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footer--area :is(.footer-actions, .footer-about) {
    padding-top: 80px;
    padding-bottom: 15px;
}

.footer-about a  {
	text-decoration: none;
}

.footer-about a:hover  {
	text-decoration: none;
}


.footer-about a img {
	max-height: 34px;
}

.footer-about > .footer-about-desc {
    color: #a9adbf;
    margin-left: 20px;
    padding: 10px 0;
    border-left: 1px solid #ffffff20;
    padding-left: 20px;
}

.footer--area .footer-actions {
    padding: 50px 10px 20px;
    margin-top: 20px;
    border-top: 1px dashed #ffffff20;
}

.footer-actions .footer-navs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 15px;
    gap: 15px;
}

.footer-nav-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
    color: #efeef7;
    text-transform: uppercase;
    border: 1px solid #dfdfdf33;
    padding: 15px 25px;
    font-size: 16px;
    height: 60px;
    background: #ffffff0d;
}

.footer-nav-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 6px;
    background: #ffa524;
}

.footer-nav-item > ul {
    overflow: hidden;
    transition: 0.2s ease all;
}
.footer-nav-item > ul {
    padding: 10px 0 15px;
    position: relative;
}

.footer-nav-item > ul li a.fn-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #a9adbf;
    padding: 5px 0;
    font-weight: 500;
    transition: 0.2s ease all;
	text-decoration: none;
}

.footer-nav-item > ul li a.fn-item::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffa524;
    transition: 0.2s ease all;
}

.footer-nav-item > ul li a.fn-item:hover:before {
    width: 10px;
}

.footer-nav-item > ul li a.fn-item:hover {
    color: #fff;
}

footer .footer-bottom {
    background: #1a1b23;
    padding: 10px 0;
}

footer .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

footer .footer-bottom .copyright {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .footer-actions .footer-navs {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .footer-actions .footer-navs {
        grid-template-columns: auto;
    }
}

@media (max-width: 1024px) {
    .footer-actions .footer-navs {
        gap: 20px;
    }
}

/* Form stilleri */
.form-control:focus {
    border-color: #ff9500;
    box-shadow: 0 0 0 0.25rem rgba(255, 149, 0, 0.25);
}

/* Blog kartları */
.blog-card {
    margin-bottom: 20px;
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Ticket form stilleri */
.ticket-form {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Yardım sayfası stilleri */
.help-section {
    margin-bottom: 30px;
}

.help-section h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Table Stilleri */
.table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

/* Pagination Stilleri */
.page-link {
    color: #ff9500;
}

.page-item.active .page-link {
    background-color: #ff9500;
    border-color: #ff9500;
}

/* Alert Stilleri */
.alert {
    border: none;
    border-radius: 0.25rem;
}

/* reCAPTCHA Stilleri */
.g-recaptcha {
    margin-bottom: 1rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .card {
        margin-bottom: 1rem;
    }
    
    body {
        padding-bottom: 300px; /* Mobilde footer daha yüksek olabilir */
    }
}

/* Blog İçerik Stilleri */
.blog-content {
    max-width: 100%;
    overflow-x: hidden;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.blog-content figure {
    max-width: 100%;
    margin: 1rem auto;
    text-align: center;
}

.blog-content figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.blog-content figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* Responsive Blog İçerik */
@media (max-width: 768px) {
    .blog-content {
        padding: 0 1rem;
    }
    
    .blog-content img {
        margin: 0.5rem auto;
    }
    
    .blog-content figure {
        margin: 0.5rem auto;
    }
}

/* Blog Detay Sayfası Stilleri */
.blog-detail-content {
    max-width: 100%;
    overflow-x: hidden;
}

.blog-detail-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 1rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.blog-detail-content figure {
    max-width: 100%;
    margin: 1rem auto;
    text-align: center;
}

.blog-detail-content figure img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.blog-detail-content figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* Responsive Blog Detay */
@media (max-width: 768px) {
    .blog-detail-content {
        padding: 0 1rem;
    }
    
    .blog-detail-content img {
        margin: 0.5rem auto;
    }
    
    .blog-detail-content figure {
        margin: 0.5rem auto;
    }
}

/* Content İçindeki Resimler */
.content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 1rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.content figure {
    max-width: 100%;
    margin: 1rem auto;
    text-align: center;
}

.content figure img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.content figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* Responsive Content */
@media (max-width: 768px) {
    .content {
        padding: 0 1rem;
    }
    
    .content img {
        margin: 0.5rem auto;
    }
    
    .content figure {
        margin: 0.5rem auto;
    }
}

/* Summernote Editör Stilleri */
.note-editor {
    position: relative;
    z-index: 1;
}

.note-editor .note-editing-area {
    z-index: 1;
}

.note-editor .note-toolbar {
    z-index: 2;
}

.note-editor .note-modal {
    z-index: 1050 !important;
}

.note-editor .note-image-dialog {
    z-index: 1050 !important;
}

.note-editor .note-dropdown-menu {
    z-index: 1050 !important;
}

.note-editor .note-popover {
    z-index: 1050 !important;
}

.note-editor .note-handle {
    z-index: 1050 !important;
}

.note-editor .note-resizebar {
    z-index: 1050 !important;
}

.note-editor .note-statusbar {
    z-index: 1;
}

/* Modal ve Overlay Stilleri */
.modal-backdrop {
    z-index: 1040 !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.note-modal-backdrop {
    z-index: 1040 !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.note-modal-content {
    z-index: 1050 !important;
    position: relative;
}

.note-image-dialog .modal-dialog {
    z-index: 1050 !important;
    position: relative;
}

.note-image-dialog .modal-content {
    z-index: 1050 !important;
    position: relative;
}

.note-image-dialog .modal-body {
    z-index: 1050 !important;
    position: relative;
}

.note-image-dialog .note-image-input {
    z-index: 1050 !important;
    position: relative;
}

.note-image-dialog .note-image-btn {
    z-index: 1050 !important;
    position: relative;
}

/* Modal içindeki form elementleri */
.note-modal .form-control,
.note-modal .btn,
.note-modal input[type="text"],
.note-modal input[type="file"] {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto;
}

/* Modal içindeki butonlar */
.note-modal .btn-primary,
.note-modal .btn-secondary,
.note-modal .btn-default {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto;
}

/* Modal içindeki input grupları */
.note-modal .input-group {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto;
}

/* Modal içindeki tüm etkileşimli elementler */
.note-modal * {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto;
}

/* Modal açıkken body scroll'u engelle */
body.modal-open {
    overflow: hidden;
}

/* Modal içeriğini ortala */
.note-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
} 

@media (max-width: 1199px) {
    .intro--image .int-img-front {
        right: 57px;
    }

    .intro--image .int-img-back {
    right: -90px;

    }
 }

 @media (max-width: 990px) {
    .intro--image .int-img-front {
                right: 0px;
        width: 350px;
    }
    .intro--image .int-img-back {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .intro--well h2 {
    font-size: 16px;
}
    .intro--well h2 > span {

    font-size: 16px;
    }
    .intro--image .int-img-front {
        display: none;
    }
    .intro--image .int-img-back {
        display: none;
    }
}

@media (max-width: 1024px) {
    .catpi--list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .catpi--list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 600px) {
    .catpi--list {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

@media (max-width: 500px) {
    .catpi--list {
        gap: 5px;
    }
}