/*Input Your Custom CSS Here*/

/* Logo Boyutunu Küçültme */
.logo img {
    width: 80% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* Servis Kartları - Eşit Yükseklik ve Weiterlesen Linkini Alta Sabitleme */
.service2-item .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.service2-item .col-lg-4,
.service2-item .col-sm-6 {
    display: flex !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
}

.service2-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
}

.service2-inner .media {
    display: flex !important;
    flex-direction: row !important;
    flex: 1 !important;
}

.service2-inner .media-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.service2-details {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.service2-details p {
    flex: 1 !important;
    margin-bottom: 20px !important;
}

.service2-details a {
    margin-top: auto !important;
    display: inline-block !important;
}

/* Testimonial Section Altına Margin */
.testimonial-sec {
    margin-bottom: 60px !important;
    display: none !important;
}

/* Offer Description - Beyaz Yazı Rengi */
.offer-description {
    color: #fff !important;
}

/* Appointment Area Altına Margin */
.appoitment-area {
    margin-bottom: 60px !important;
}

/* Follow Us Bölümünü Gizle (Gelecekte kullanılabilir) */
.hd-rgt {
    display: none !important;
}

/* About Company Section */
.about-company-sec {
    background: #fff;
}

.section-subtitle {
    margin-bottom: 15px;
}

.section-subtitle span {
    color: #fab909;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.section-title h1 {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 60px;
    line-height: 1.2;
}

.about-company-content {
    margin-top: 40px;
    position: relative;
}

.company-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 650px;
}

.company-large-image {
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
    background: #8B4513;
    overflow: visible;
}

.company-large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-info-items {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-left: 80px;
    padding-top: 20px;
}

.company-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.company-small-image {
    width: 200px;
    height: 180px;
    min-width: 200px;
    background: #4B0082;
    overflow: hidden;
    position: absolute;
    left: -260px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.company-info-item:nth-child(1) .company-small-image {
    top: 0;
}

.company-info-item:nth-child(2) .company-small-image {
    top: 0;
}

.company-info-item:nth-child(3) .company-small-image {
    top: 0;
}

.company-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-info-content {
    flex: 1;
}

.company-info-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.company-info-content p {
    color: #424242;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.read-more-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fab909;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

.read-more-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    transition: max-width 0.4s ease, opacity 0.4s ease, margin-right 0.4s ease;
    margin-right: 0;
}

.read-more-arrow:hover .read-more-text {
    max-width: 200px;
    opacity: 1;
    margin-right: 8px;
}

.read-more-arrow:hover {
    color: #000000;
    transform: translateX(5px);
}

.read-more-arrow i {
    transition: all 0.3s ease;
}

/* Why Choose Us Section */
.why-choose-us-sec {
    background: #000000;
    color: #fff;
}

.section-subtitle-center {
    text-align: center;
    margin-bottom: 15px;
}

.section-subtitle-center span {
    color: #fab909;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.section-title-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-center h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.why-choose-content {
    margin-top: 40px;
    display: flex !important;
    align-items: stretch !important;
}

.why-choose-content .col-lg-6 {
    display: flex !important;
    align-items: stretch !important;
}

.why-choose-content .col-lg-6 > div {
    width: 100% !important;
}

.why-choose-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 100% !important;
    text-align: left !important;
}

.why-choose-left p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0 !important;
    font-family: 'Open Sans', sans-serif;
    text-align: left !important;
}

.progress-bars {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.progress-item {
    width: 100%;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.progress-label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.progress-value {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.progress-bar-wrapper {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: #fab909;
    border-radius: 4px;
    width: 0%;
    transition: width 1.5s ease-in-out;
    display: block;
}

.why-choose-image {
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 5px;
    display: flex !important;
    align-items: center !important;
}

.why-choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 1199px) {
    .company-small-image {
        width: 160px;
        height: 140px;
        left: -200px;
    }
    
    .company-info-items {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .company-info-items {
        padding-left: 0;
        margin-top: 40px;
        padding-top: 0;
    }
    
    .company-image-wrapper {
        min-height: 500px;
        margin-bottom: 20px;
    }
    
    .company-large-image {
        min-height: 500px;
        overflow: hidden;
    }
    
    .company-small-image {
        position: relative;
        left: 0;
        width: 150px;
        height: 130px;
        margin-bottom: 15px;
    }
    
    .company-info-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .section-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .company-image-wrapper {
        min-height: 400px;
    }
    
    .company-large-image {
        min-height: 400px;
    }
    
    .company-small-image {
        width: 100%;
        height: 200px;
    }
    
    .section-title h1 {
        font-size: 28px;
    }
    
    .section-title-center h1 {
        font-size: 32px;
    }
    
    .company-info-content h3 {
        font-size: 20px;
    }
    
    .company-info-content p {
        font-size: 14px;
    }
    
    .why-choose-image {
        min-height: 300px;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .why-choose-image {
        min-height: 250px;
    }
}

/* Features Section */
.features-sec {
    background: #fff;
    position: relative;
}

.features-sec .section-title-center h1 {
    color: #000000 !important;
}

.features-sec .section-subtitle-center span {
    color: #fab909 !important;
}

body {
    scroll-behavior: auto !important;
}

html {
    scroll-behavior: auto !important;
}

/* Prevent scroll jump on FAQ open */
.features-sec {
    will-change: auto;
}

.features-content {
    margin-top: 40px;
}

.features-sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.features-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-menu li {
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid transparent;
}

.features-menu li i {
    font-size: 20px;
    color: #000000;
    width: 25px;
    text-align: center;
}

.features-menu li span {
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.features-menu li:hover {
    border-color: #fab909;
    background: #fff;
}

.features-menu li.active {
    background: #fab909;
    border-color: #fab909;
}

.features-menu li.active i,
.features-menu li.active span {
    color: #fff;
}

.features-main-content {
    padding-left: 30px;
}

.feature-item {
    display: none;
}

.feature-item.active {
    display: block;
}

.feature-header-content {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.feature-text {
    flex: 1;
}

.feature-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.feature-text p {
    color: #424242;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.feature-image {
    flex: 0 0 300px;
    height: 250px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-faq {
    margin-top: 30px;
    contain: layout style;
}

html {
    scroll-behavior: auto !important;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.faq-header {
    padding: 20px;
    background: #f9f9f9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
}

.faq-header:hover {
    background: #f0f0f0;
}

.faq-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.faq-header i {
    color: #fab909;
    font-size: 18px;
    transition: all 0.4s ease;
}

.faq-item.active .faq-header {
    background: #fab909;
}

.faq-item.active .faq-header h3 {
    color: #fff;
}

.faq-item.active .faq-header i {
    color: #fff;
}

.faq-item.active .faq-header i.fa-plus:before {
    content: "\f068";
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, padding 0.6s ease-in-out;
    padding: 0 20px;
}

.faq-item.active .faq-content {
    max-height: 500px;
    padding: 20px;
}

.faq-content p {
    color: #424242;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* Responsive Features */
@media (max-width: 991px) {
    .features-main-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .feature-header-content {
        flex-direction: column;
    }
    
    .feature-image {
        width: 100%;
        flex: 1;
    }
}

@media (max-width: 767px) {
    .feature-image {
        height: 200px;
    }
    
    .feature-text h2 {
        font-size: 24px;
    }
}

/* Service Modal Panel Styles */
.service-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.service-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.service-modal-panel {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease;
    display: flex;
    flex-direction: column;
}

.service-modal-panel.active {
    right: 0;
}

.service-modal-header {
    padding: 20px 25px;
    background: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #fab909;
}

.service-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.service-modal-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.service-modal-close:hover {
    color: #fab909;
}

.service-modal-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.service-modal-body {
    padding: 25px;
}

.service-modal-body p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.service-modal-body h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.service-modal-body ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-modal-body ul li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #333;
    line-height: 1.6;
}

.service-modal-body ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fab909;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 575px) {
    .service-modal-panel {
        width: 100%;
        right: -100%;
    }
    
    .service-modal-panel.active {
        right: 0;
    }
}

/* Solution Buttons Styles */
.solution-btn {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    color: #333 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.solution-btn:hover {
    background: #fab909 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
}

/* Integrated Security Row Gap */
.integrated-security-row-with-gap > .col-lg-6:first-child {
    padding-right: 40px !important;
}

.integrated-security-row-with-gap > .col-lg-6:last-child {
    padding-left: 40px !important;
}

/* Hide Overlay Panel on Mobile */
@media (max-width: 991px) {
    .integrated-security-overlay-panel {
        display: none !important;
    }
}

/* Scrolling Text Animation - Marquee Style */
.all-patner-sec.scrolling-text-section {
    background: #fff !important;
    padding: 40px 0 !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    overflow: hidden !important;
    width: 100% !important;
    position: relative !important;
}

.marquee-box-one {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.marquee-content-one {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    will-change: transform !important;
}

.marquee-content-one span {
    display: inline-block !important;
    color: #000 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    padding: 10px 0 !important;
    transition: color 0.3s ease !important;
    cursor: default !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.marquee-content-one span:hover {
    color: #fab909 !important;
}

.marquee-content-one .scrolling-text-separator {
    display: inline-block !important;
    color: rgba(0, 0, 0, 0.3) !important;
    margin: 0 30px !important;
    font-size: 40px !important;
    flex-shrink: 0 !important;
}

@keyframes marquee-scroll {
    0% {
        transform: translate3d(0, 0, 0) !important;
    }
    100% {
        transform: translate3d(-50%, 0, 0) !important;
    }
}

@-webkit-keyframes marquee-scroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0) !important;
    }
}

/* Contact Page Styles */
.contact-map-wrapper {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
}

html body .contact-map-wrapper {
    overflow: visible !important;
}

.contact-map-section {
    width: 100% !important;
    height: 600px !important;
    margin-bottom: 0 !important;
    position: relative !important;
}

.contact-map-section iframe {
    width: 100% !important;
    height: 600px !important;
    border: none !important;
}

.contact-map-section {
    width: 100% !important;
    height: 600px !important;
    margin-bottom: 0 !important;
    padding-bottom: 100px !important;
    position: relative !important;
    overflow: visible !important;
}

.contact-map-section iframe {
    width: 100% !important;
    height: 600px !important;
    border: none !important;
    position: relative !important;
    z-index: 1 !important;
}

.contact-content-sec {
    background: #fff !important;
    position: absolute !important;
    bottom: -100px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

/* Override any relative positioning rules - MUST BE AFTER OTHER RULES */
html body .contact-map-wrapper .contact-map-section .contact-content-sec,
body .contact-map-wrapper .contact-map-section .contact-content-sec,
.contact-map-section .contact-content-sec,
body .contact-map-wrapper .contact-content-sec,
html body .contact-map-wrapper .contact-content-sec {
    position: absolute !important;
    bottom: -100px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10 !important;
    width: 100% !important;
    margin-top: 0 !important;
}

html body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.contact-map-wrapper .contact-content-sec .container {
    position: relative !important;
    z-index: 10 !important;
    overflow: visible !important;
}

body .contact-map-wrapper .container {
    overflow: visible !important;
}

/* Ensure form overlaps map */
body .contact-map-wrapper {
    overflow: visible !important;
}


/* Negative margin utility class */
.mt--100 {
    margin-top: -100px !important;
}

body .contact-content-sec.mt--100 {
    margin-top: -100px !important;
}


.py-0 {
    padding-bottom: 0 !important;
}

.contact-content-sec.py-0 {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}

.contact-content-sec .col-lg-6:first-child a {
    transition: all 0.3s ease !important;
}

.contact-content-sec .col-lg-6:first-child a:hover {
    background: #fab909 !important;
    color: #000 !important;
    border-color: #fab909 !important;
}

.contact-content-sec .col-lg-6:last-child button {
    transition: all 0.3s ease !important;
}

.contact-content-sec .col-lg-6:last-child button:hover {
    background: #fab909 !important;
    color: #000 !important;
}

.contact-content-sec input:focus,
.contact-content-sec select:focus,
.contact-content-sec textarea:focus {
    outline: none !important;
    border-color: #fab909 !important;
}

.contact-content-sec .select-arrow {
    position: relative !important;
}

.contact-content-sec .select-arrow::before {
    content: "\f107" !important;
    font-family: fontawesome !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #333 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.contact-content-sec .select-arrow select {
    padding-right: 40px !important;
}

/* Responsive Styles for Contact Page */
@media (max-width: 991px) {
    .contact-content-sec .col-lg-6 {
        padding: 40px 30px !important;
    }
    
    .contact-content-sec {
        margin-top: -80px !important;
    }
}

@media (max-width: 767px) {
    .contact-map-section {
        height: 500px !important;
    }
    
    .contact-map-section iframe {
        height: 500px !important;
    }
    
    .contact-content-sec {
        margin-top: -60px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .contact-content-sec .col-lg-6 {
        padding: 40px 20px !important;
    }
    
    .contact-content-sec .col-lg-6:first-child {
        margin-bottom: 20px !important;
    }
    
    .contact-content-sec h2 {
        font-size: 32px !important;
    }
}

/* CRITICAL: Force absolute positioning for contact form - MUST BE LAST */
html body .contact-map-wrapper .contact-map-section .contact-content-sec {
    position: absolute !important;
    bottom: -100px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* CRITICAL: Force map visibility - MUST BE AFTER EVERYTHING */
html body .contact-map-wrapper,
html body .contact-map-section,
html body .contact-map-section iframe {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 600px !important;
}

html body .contact-map-section {
    padding-bottom: 100px !important;
    position: relative !important;
    overflow: visible !important;
}

html body .contact-map-section iframe {
    position: relative !important;
    z-index: 1 !important;
}

/* ===========================
   Contact Page New Layout Styles
   =========================== */

/* Google Map Section */
.google-map {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.google-map iframe {
    border: 0;
    display: block;
    width: 100%;
    height: 620px;
}

/* Map Label Overlay */
.map-label-overlay {
    position: absolute;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    z-index: 10;
    pointer-events: none;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.map-label-overlay i {
    color: #ff0000;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .map-label-overlay {
        font-size: 14px;
        padding: 10px 15px;
        top: 50%;
        left: 50%;
    }
}

/* Contact Layout 1 */
.contact-layout1 {
    padding-top: 0;
    padding-bottom: 110px;
    position: relative;
    z-index: 2;
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 70px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 83px rgba(3, 43, 86, 0.12);
    display: flex;
    flex-wrap: wrap;
}

.contact-panel__title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #222222;
}

.contact-panel__desc {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 15px;
}

.contact-layout1 .contact-panel__info {
    position: relative;
    padding: 50px;
    border-radius: 3px;
    overflow: hidden;
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-layout1 .contact-panel__form {
    flex: 0 0 67%;
    max-width: 67%;
    padding-left: 40px;
}

.contact-layout1 .contact-panel__subtitle {
    font-size: 25px;
    font-weight: 400;
}

.contact__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.contact__list li {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact__list li:last-child {
    margin-bottom: 0;
}

.contact__list li a {
    color: inherit;
    text-decoration: none;
}

.contact__list li i {
    margin-right: 8px;
    color: #fab909;
}

/* Background overlay */
.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(27, 26, 26, 0.65);
}

.bg-overlay-primary::before {
    background: rgba(0, 0, 0, 0.85);
}

.bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-panel__info > * {
    position: relative;
    z-index: 1;
}

.contact-panel__info .contact-panel__title {
    margin-bottom: 20px;
}

.contact-panel__info .contact-panel__desc {
    margin-bottom: 30px;
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.form-control,
textarea.form-control {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    font-size: 14px;
    color: #222222;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
textarea.form-control:focus {
    outline: none;
    border-color: #fab909;
    box-shadow: 0 0 0 2px rgba(250, 185, 9, 0.15);
}

textarea.form-control {
    min-height: 120px;
    padding-top: 16px;
    resize: vertical;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn__block {
    width: 100%;
    display: flex;
}

.btn__xl {
    height: 60px;
    font-size: 15px;
}

.btn__white {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn__white:hover {
    background-color: #f4f4f4;
    color: #222222;
}

.btn__primary {
    background-color: #000000;
    color: #ffffff;
}

.btn__primary:hover {
    background-color: #fab909;
    color: #000000;
}

/* Utility Classes */
.mt--100 {
    margin-top: -100px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

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

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.list-unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .contact-panel {
        padding: 25px;
    }
    
    .contact-layout1 .contact-panel__form {
        padding-left: 20px;
    }
    
    .mt--100 {
        margin-top: -60px !important;
    }
}

@media (max-width: 991px) {
    .contact-layout1 .contact-panel__info,
    .contact-layout1 .contact-panel__form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .contact-layout1 .contact-panel__info {
        margin-bottom: 25px;
    }
    
    .contact-layout1 .contact-panel__form {
        padding-left: 0;
    }
    
    .mt--100 {
        margin-top: -40px !important;
    }
}

@media (max-width: 575px) {
    .contact-panel {
        padding: 20px;
    }
    
    .contact-layout1 .contact-panel__info {
        padding: 20px;
    }
    
    .contact-layout1 .contact-panel__form {
        padding-left: 0;
    }
    
    .btn__xl {
        height: 54px;
        font-size: 14px;
    }
}

/* Slider Geçiş Animasyonu - Yumuşak Slide Geçişi */
.all-slide .owl-stage-outer {
    overflow: hidden;
}

.all-slide .owl-stage {
    transition: transform 0.8s ease-in-out !important;
}

.all-slide .single-slide {
    opacity: 1;
}

/* About Page - Page Heading Background Image */
.pagehding-sec.about-page-heading {
    background-image: url("../img/uberuns/Heroabout.webp") !important;
    padding: 70px 0 !important;
}

/* Footer Logo Width */
.footer-wedget-one img {
    width: 150px !important;
    height: auto !important;
    max-width: 100% !important;
}