@media screen and (max-width: 1868px) {
    .banner-section .banner_content {
        margin-right: 0;
    }
}

/* Modern Blog Responsive Styles */
@media screen and (max-width: 1200px) {
    .modern-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 25px;
    }
    
    .featured-post {
        grid-column: span 1;
    }
    
    .blog-title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .modern-blog-section {
        padding: 80px 0 70px;
        background-attachment: scroll;
    }
    
    .modern-blog-header {
        margin-bottom: 50px;
    }
    
    .blog-title {
        font-size: 2.2rem;
    }
    
    .modern-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .blog-image-container {
        height: 200px;
    }
    
    .featured-post .blog-image-container {
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .modern-blog-section {
        padding: 60px 0 50px;
    }
    
    .modern-blog-section .light-image {
        display: none;
    }
    
    .modern-blog-header {
        margin-bottom: 40px;
    }
    
    .blog-title {
        font-size: 1.8rem;
        background: none;
        -webkit-text-fill-color: initial;
        color: var(--e-global-color-white);
    }
    
    .modern-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .modern-blog-card {
        border-radius: 15px;
    }
    
    .blog-image-container {
        height: 180px;
        border-radius: 15px 15px 0 0;
    }
    
    .featured-post .blog-image-container {
        height: 200px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-post-title a {
        font-size: 1.1rem;
    }
    
    .blog-excerpt {
        font-size: 13px;
    }
    
    .blog-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .author-info {
        width: 100%;
    }
    
    .read-more-btn {
        align-self: flex-end;
    }
    
    .blog-navigation {
        margin-top: 40px;
    }
    
    .view-all-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .modern-blog-section {
        padding: 50px 0 40px;
    }
    
    .blog-tag {
        font-size: 12px;
        padding: 6px 15px;
        letter-spacing: 1px;
    }
    
    .blog-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .modern-blog-header {
        margin-bottom: 30px;
    }
    
    .modern-blog-grid {
        gap: 15px;
    }
    
    .modern-blog-card {
        border-radius: 12px;
    }
    
    .blog-image-container {
        height: 160px;
        border-radius: 12px 12px 0 0;
    }
    
    .featured-post .blog-image-container {
        height: 180px;
    }
    
    .blog-content {
        padding: 15px;
    }
    
    .blog-meta {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .post-date,
    .read-time {
        font-size: 11px;
    }
    
    .blog-post-title a {
        font-size: 1rem;
    }
    
    .blog-excerpt {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .author-avatar {
        width: 28px;
        height: 28px;
    }
    
    .author-name {
        font-size: 12px;
    }
    
    .read-more-btn {
        font-size: 12px;
    }
    
    .view-all-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .modern-blog-card:hover {
        transform: translateY(-5px);
    }
}

@media screen and (max-width: 400px) {
    .blog-title {
        font-size: 1.3rem;
    }
    
    .blog-image-container {
        height: 140px;
    }
    
    .featured-post .blog-image-container {
        height: 160px;
    }
    
    .blog-content {
        padding: 12px;
    }
    
    .blog-post-title a {
        font-size: 0.9rem;
    }
    
    .blog-excerpt {
        font-size: 11px;
    }
}

/* Yeni slider için responsive stiller */
@media screen and (max-width: 1200px) {
    .banner-section .banner_content h1 {
        font-size: 2.8rem;
    }

    .banner-section .main-slider .owl-nav .owl-prev,
    .banner-section .main-slider .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .banner-section .main-slider .owl-nav .owl-prev {
        left: 20px;
    }

    .banner-section .main-slider .owl-nav .owl-next {
        right: 20px;
    }
}

@media screen and (max-width: 992px) {
    /* Banner section için header altında kalma sorununu düzelt */
    .banner-section {
        padding-top: 80px !important;
    }
    
    .banner-section .main-slider .item {
        height: 80vh;
        min-height: 500px;
    }

    .banner-section .banner_content h1 {
        font-size: 2.4rem;
    }

    .banner-section .banner_content p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    /* Banner section için header altında kalma sorununu düzelt */
    .banner-section {
        padding-top: 70px !important;
    }
    
    .banner-section .main-slider .item {
        height: 50vh;
        min-height: 400px;
    }
    
    /* Mobilde slider full width yap */
    .banner-section .container-fluid {
        padding: 0 !important;
    }
    
    .banner-section .row {
        margin: 0 !important;
    }
    
    .banner-section .col-12 {
        padding: 0 !important;
    }
    
    .banner-section .main-slider {
        margin: 0 !important;
    }
    
    .banner-section .owl-carousel {
        margin: 0 !important;
    }
    
    .banner-section .slider-content-overlay {
        background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.6) 0%, 
            rgba(0, 0, 0, 0.3) 50%, 
            rgba(0, 0, 0, 0.6) 100%);
        padding: 20px;
    }
    
    .banner-section .banner_content h1 {
        font-size: 2.5rem;
        margin-bottom: 25px;
        line-height: 1.2;
        font-weight: 700;
    }
    
    .banner-section .banner_content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-section .slider-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px !important;
        margin-top: 35px;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-section .btn-primary-custom,
    .banner-section .btn-secondary-custom {
        width: 100%;
        min-width: auto;
        height: 55px;
        padding: 16px 25px;
        font-size: 15px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .btn-primary-custom span,
    .banner-section .btn-secondary-custom span {
        margin-right: 10px;
        line-height: 1;
    }
    
    .banner-section .btn-primary-custom i,
    .banner-section .btn-secondary-custom i {
        font-size: 14px;
        line-height: 1;
        margin: 0;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .main-slider .owl-nav .owl-prev,
    .banner-section .main-slider .owl-nav .owl-next {
        display: none;
    }
    
    .banner-section .main-slider .owl-dots {
        display: none !important;
    }
    
    /* Mobilde slider background düzeltmesi */
    .banner-section .slider-bg-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1 !important;
    }
}

@media screen and (max-width: 576px) {
    /* Banner section için header altında kalma sorununu düzelt */
    .banner-section {
        padding-top: 95px !important;
    }
    
    .banner-section .main-slider .item {
        height: 50vh;
        min-height: 350px;
    }
    
    /* Mobilde slider full width yap */
    .banner-section .container-fluid {
        padding: 0 !important;
    }
    
    .banner-section .row {
        margin: 0 !important;
    }
    
    .banner-section .col-12 {
        padding: 0 !important;
    }
    
    .banner-section .main-slider {
        margin: 0 !important;
    }
    
    .banner-section .owl-carousel {
        margin: 0 !important;
    }
    
    .banner-section .slider-content-overlay {
        background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.5) 0%, 
            rgba(0, 0, 0, 0.2) 50%, 
            rgba(0, 0, 0, 0.5) 100%);
        padding: 15px;
    }
    
    .banner-section .banner_content {
        padding: 0 10px;
    }
    
    .banner-section .banner_content h1 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        line-height: 1.1;
        font-weight: 700;
    }
    
    .banner-section .banner_content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-section .slider-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px !important;
        margin-top: 30px;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-section .btn-primary-custom,
    .banner-section .btn-secondary-custom {
        width: 100%;
        min-width: auto;
        height: 52px;
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .btn-primary-custom span,
    .banner-section .btn-secondary-custom span {
        margin-right: 8px;
        line-height: 1;
    }
    
    .banner-section .btn-primary-custom i,
    .banner-section .btn-secondary-custom i {
        font-size: 12px;
        line-height: 1;
        margin: 0;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .main-slider .owl-dots {
        display: none !important;
    }
    
    /* Küçük ekranlarda slider background düzeltmesi */
    .banner-section .slider-bg-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1 !important;
    }
}

/* Çok küçük ekranlar için (iPhone SE, küçük Android'ler) */
@media screen and (max-width: 400px) {
    /* Banner section için header altında kalma sorununu düzelt */
    .banner-section {
        padding-top: 60px !important;
    }
    
    /* Mobilde slider full width yap */
    .banner-section .container-fluid {
        padding: 0 !important;
    }
    
    .banner-section .row {
        margin: 0 !important;
    }
    
    .banner-section .col-12 {
        padding: 0 !important;
    }
    
    .banner-section .main-slider {
        margin: 0 !important;
    }
    
    .banner-section .owl-carousel {
        margin: 0 !important;
    }
    
    .banner-section .banner_content h1 {
        font-size: 1.9rem;
        margin-bottom: 18px;
    }
    
    .banner-section .banner_content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    
    .banner-section .slider-buttons {
        max-width: 280px;
        gap: 10px !important;
        margin-top: 25px;
    }
    
    .banner-section .btn-primary-custom,
    .banner-section .btn-secondary-custom {
        height: 50px;
        padding: 14px 18px;
        font-size: 13px;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .btn-primary-custom span,
    .banner-section .btn-secondary-custom span {
        margin-right: 6px;
        line-height: 1;
    }
    
    .banner-section .btn-primary-custom i,
    .banner-section .btn-secondary-custom i {
        font-size: 11px;
        line-height: 1;
        margin: 0;
        position: relative;
        z-index: 10;
    }
    
    .banner-section .slider-content-overlay {
        background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.4) 0%, 
            rgba(0, 0, 0, 0.15) 50%, 
            rgba(0, 0, 0, 0.4) 100%);
        padding: 12px;
    }
    
    /* Çok küçük ekranlarda slider background düzeltmesi */
    .banner-section .slider-bg-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1 !important;
    }
}

@media screen and (min-width: 1770px) and (max-width: 1855px) {

    /* Modern Header Responsive Updates */
    .banner_outer .header {
        padding: 0 170px;
        background: rgba(34, 34, 36, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .sub-banner .header {
        padding: 0 170px;
        background: rgba(34, 34, 36, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

@media screen and (min-width: 1630px) and (max-width: 1769px) {
    .banner_outer .header {
        padding: 0 115px;
    }

    .navbar-nav {
        padding-left: 218px;
    }

    .sub-banner .header {
        padding: 0 115px;
    }
}

@media screen and (min-width: 1642px) and (max-width: 1656px) {
    .sub-banner .header {
        padding: 0 80px;
    }
}

@media screen and (min-width: 1629px) and (max-width: 1641px) {
    .banner_outer .header {
        padding: 0 100px;
    }

    .navbar-nav {
        padding-left: 212px;
    }

    .sub-banner .header {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1530px) and (max-width: 1629px) {
    .banner_outer .header {
        padding: 0 100px;
    }

    .navbar-nav {
        padding-left: 120px;
    }

    .sub-banner .header {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1529px) {
    .banner_outer .header {
        padding: 0 70px;
    }

    .navbar-nav {
        padding-left: 120px;
    }

    .navbar-nav .contact_us {
        margin-left: 60px;
    }

    .sub-banner .header {
        padding: 0 70px;
    }
}

@media screen and (max-width: 1440px) {
    h1 {
        font-size: 58px;
        line-height: 68px;
    }

    h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .banner_outer .light-image {
        left: 16px;
    }

    .banner_outer .light-image img {
        width: 110px;
    }

    .banner_outer .header {
        padding: 0px 36px;
    }

    .navbar-nav {
        padding-left: 108px;
        margin-top: -6px;
    }

    .navbar-nav .nav-item a {
        letter-spacing: 0;
    }

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

    .navbar-nav li:last-child {
        margin-left: -45px;
    }

    .navbar-nav .dropdown {
        margin: 0 8px 0 18px;
    }

    .navbar-nav .drop-down-pages .nav-item a {
        letter-spacing: 0;
    }

    .navbar-nav .contact_us {
        margin-left: 85px;
    }

    .banner_outer .social-icons {
        top: 60px;
    }

    .banner-section {
        padding: 30px 60px 60px 120px;
    }

    .banner-section .banner-backgroundimage img {
        width: 677px;
    }

    .banner-section .banner_content p {
        margin-right: 70px;
    }

    .banner-section .owl-carousel .owl-dots {
        margin-top: 40px !important;
    }

    .service-section {
        padding: 120px 0;
    }

    .service-section .service_content h2 {
        padding: 0 200px;
    }

    .about-section {
        padding: 120px 0;
    }

    .about-section .light-image img {
        width: 100px;
    }

    .about-section .badge {
        top: 30px;
        left: -36px;
        --badge-size: 110px;
    }

    .about-section .about_wrapper .badge .about-logoimage {
        width: 60px;
        height: 60px;
        line-height: 55px;
    }

    .about-section .about_wrapper .badge .about-logoimage img {
        width: 30px;
    }

    .about-section .about_wrapper .about-image1 {
        top: 75px;
        left: -4px;
    }

    .about-section .about_wrapper .about-image2 {
        top: 75px;
        right: -4px;
    }

    .about-section .about_wrapper figure img {
        width: 335px;
    }

    .process-section {
        padding: 120px 0;
    }

    .work-section {
        padding: 110px 0 130px;
    }

    .work-section .light-image img {
        width: 100px;
    }

    .work-section .work_content h2 {
        margin-right: 20px;
    }

    .work-section .work_wrapper figure img {
        width: 510px;
    }

    .work-section .work_wrapper .work-image {
        right: 6px;
    }

    .work-section .work_wrapper .work-imagebackground {
        top: 30px;
        right: 8px;
    }

    .recentwork-section {
        padding: 120px 0 120px;
    }

    .recentwork-section .image {
        border-radius: 10px;
    }

    .recentwork-section .image .box-content {
        border-radius: 0 0 10px 10px;
        padding: 15px;
    }

    .recentwork-section .image .box-content .content {
        padding: 0;
    }

    .recentwork-section .image .box-content .content h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .recentwork-section .arrow {
        width: 40px;
        height: 40px;
        margin-top: 8px;
    }

    .recentwork-section .arrow img {
        width: 13px !important;
        height: 14px !important;
    }

    .testimonial-section {
        padding: 120px 0;
    }

    .testimonial-section .light-image img {
        width: 100px;
    }

    .testimonial-section .testimonial_content h2 {
        padding: 0 76px;
    }

    .journey-section {
        padding: 100px 0;
    }

    .journey-section::before {
        height: 475px;
    }

    .journey-section .journey_content h2 {
        font-size: 58px;
        line-height: 68px;
        padding: 0 70px;
    }

    .blog-section {
        padding: 120px 0;
    }

    .blog-section .light-image img {
        width: 100px;
    }

    .footer-section .footer-image {
        display: none;
    }

/* Sub-banner */
    .sub-banner .light-image {
        left: 16px;
    }

    .sub-banner .light-image img {
        width: 110px;
    }

    .sub-banner .header {
        padding: 0px 36px;
    }

    .sub-banner .banner-section {
        padding: 100px 60px 0 60px;
    }

    .sub-banner .banner-section .banner_content p {
        margin-right: 0;
    }

    .sub-banner .banner-section .banner_wrapper {
        margin-top: -50px;
        margin-left: 0;
    }

/* Faq */
    .faq-section {
        padding: 120px 0 100px;
    }

/* Team */
    .team-section {
        padding: 120px 0 100px;
    }

/* Service */
    .servicepage-section {
        padding: 120px 0 100px;
    }

/* Contact */
    .contactinfo-section {
        padding: 120px 0;
    }

    /* Modern Contact Section Responsive */
    .modern-contact-section .row {
        min-height: 500px;
    }

    .contact-form-wrapper {
        min-height: 500px;
    }

    .form-content {
        padding: 60px 40px;
    }

    .contact-header h2 {
        font-size: 2rem;
    }

    .map-wrapper {
        min-height: 500px;
    }

    .map-wrapper iframe {
        min-height: 500px;
    }

/* About */
    .aboutpage-section {
        padding: 140px 0 180px;
    }

    .aboutpage-section .aboutpage_wrapper {
        left: 0;
        top: 0;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box canvas {
        height: 125px !important;
        width: 50% !important;
    }

    .partner-section {
        padding: 120px 0;
    }

    .partner-section .light-image img {
        width: 100px;
    }

    .partner-section .partner_content h2 {
        margin-bottom: 45px;
    }

/* Portfolio */
    .portfolio-section {
        padding: 120px 0 100px;
    }

    .portfolio-section .subheading h2 {
        margin-bottom: 35px;
    }

/* Service Detail */
    .service_detail {
        padding: 100px 0;
    }
}

@media screen and (min-width: 1390px) and (max-width: 1440px) {
    .banner_outer .header {
        padding: 0px 102px;
    }

    .sub-banner .header {
        padding: 0px 102px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1390px) {
    .banner_outer .header {
        padding: 0px 57px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
    .navbar-nav {
        padding-left: 140px;
    }

    .navbar-nav li:last-child {
        margin-left: -18px;
    }

    .sub-banner .header {
        padding: 0px 40px;
    }
}

@media screen and (min-width: 1230px) and (max-width: 1299px) {
    .banner_outer .header {
        padding: 0px 52px;
    }

    .sub-banner .header {
        padding: 0px 52px;
    }
}

@media only screen and (max-width : 1199px) {
    h1 {
        font-size: 46px;
        line-height: 54px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
    }

    h5 {
        font-size: 18px;
        line-height: 26px;
    }

/* h6 {font-size: 16px; line-height: 20px;} */
    p {
        font-size: 18px;
        line-height: 24px;
    }

/* .text-size-16 {font-size: 16px; line-height: 24px;} */
/* .text-size-14 {font-size: 14px; line-height: 24px;} */
    .banner_outer .light-image img {
        width: 100px;
    }

    .banner_outer .header .banner-logo img {
        width: 150px;
    }

    .banner_outer .header {
        padding: 0 20px;
    }

    .banner_outer .social-icons {
        margin-left: 230px;
        top: 35px;
    }

    .navbar-nav {
        padding-left: 45px;
    }

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

    .navbar-nav .dropdown {
        margin: 0 2px;
    }

    .navbar-nav li:last-child {
        margin-left: 2px;
    }

    .navbar-nav .contact_us {
        margin-left: 30px;
    }

    .navbar-nav .contact-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 55px;
    }

    .banner-section {
        padding: 60px 50px 96px 100px;
    }

    .banner-section .banner-backgroundimage img {
        width: 595px;
    }

    .banner-section .banner_content {
        margin-right: 105px;
    }

    .banner-section .banner_content h1 {
        margin-bottom: 10px;
    }

    .banner-section .banner_content p {
        font-size: 20px;
        line-height: 32px;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .banner-section .discover_more {
        font-size: 18px;
        line-height: 22px;
        margin-right: 10px;
    }

    .banner-section .discover-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 54px;
    }

    .banner-section .owl-carousel .owl-dots {
        margin-top: 30px !important;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 16px;
        height: 16px;
    }

    .service-section {
        padding: 95px 0;
    }

    .service-section .service_content h6 {
        margin-bottom: 12px;
    }

    .service-section .service_content h2 {
        margin-bottom: 40px;
        padding: 0 190px;
    }

    .service-section .box-content {
        margin-bottom: 35px;
    }

    .service-section .box-content .upper_portion .image img {
        width: 210px;
    }

    .service-section .box-content .upper_portion .image_content {
        height: 70px;
        width: 70px;
        line-height: 70px;
        left: 20px;
        bottom: -38px;
    }

    .service-section .box-content .upper_portion .image_content img {
        width: 42px;
    }

    .service-section .box-content .lower_portion_wrapper {
        padding: 50px 12px 20px;
    }

    .service-section .box-content .lower_portion_wrapper p {
        margin-bottom: 15px;
    }

    .service-section .explore {
        font-size: 18px;
        line-height: 22px;
        margin-right: 10px;
    }

    .service-section .explore-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 53px;
    }

    .about-section {
        padding: 95px 0;
    }

    .about-section .light-image img {
        width: 70px;
    }

    .about-section .about_content h6 {
        margin-bottom: 12px;
    }

    .about-section .about_content h2 {
        margin-bottom: 15px;
    }

    .about-section .about_content h5 {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .about-section .about_content p {
        margin-bottom: 30px;
    }

    .about-section .read_more {
        font-size: 18px;
        line-height: 22px;
        margin-right: 10px;
    }

    .about-section .about-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 53px;
        ;
    }

    .about-section .badge {
        top: 36px;
        left: -30px;
        --badge-size: 90px;
    }

    .about-section .badge__char {
        --char-font-size: 8px;
        --char-width: 16px;
    }

    .about-section .badge__char1 {
        --char-font-size: 16px;
    }

    .about-section .about_wrapper .badge .about-logoimage {
        width: 50px;
        height: 50px;
        line-height: 45px;
    }

    .about-section .about_wrapper .badge .about-logoimage img {
        width: 23px;
    }

    .about-section .about_wrapper .about-image1 {
        left: -12px;
    }

    .about-section .about_wrapper .about-image2 {
        top: 52px;
        right: -12px;
    }

    .about-section .about_wrapper figure img {
        width: 294px;
    }

    .process-section {
        padding: 95px 0 100px;
    }

    .process-section .process_content h6 {
        margin-bottom: 10px;
    }

    .process-section .process_content h2 {
        margin-bottom: 35px;
    }

    .process-section .box-content {
        padding: 45px 25px 50px;
    }

    .process-section .box-content .icon img {
        width: 70px;
    }

    .process-section .box-content span {
        font-size: 66px;
        line-height: 76px;
        margin-bottom: 10px;
    }

    .work-section {
        padding: 90px 0 95px;
    }

    .work-section .light-image img {
        width: 70px;
    }

    .work-section .work_content .year span {
        font-size: 220px;
        line-height: 226px;
        margin-bottom: 2px;
    }

    .work-section .work_content .year sup {
        font-size: 120px;
        line-height: 126px;
        top: -74px;
        left: -6px;
    }

    .work-section .work_content h2 {
        margin: 0 30px 35px 0;
    }

    .work-section .discover_more {
        font-size: 18px;
        line-height: 22px;
        margin-right: 10px;
    }

    .work-section .discover-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 54px;
    }

    .work-section .work_wrapper .work-image {
        top: 34px;
        right: 2px;
    }

    .work-section .work_wrapper .work-imagebackground {
        top: 10px;
        right: 4px;
    }

    .work-section .work_wrapper figure img {
        width: 425px;
    }

    .recentwork-section {
        padding: 95px 0;
    }

    .recentwork-section .recentwork_content h6 {
        margin-bottom: 10px;
    }

    .recentwork-section .recentwork_content h2 {
        margin-bottom: 35px;
    }

    /* Tablet'te carousel'i devre dışı bırak - kartları alt alta göster */
    .recentwork-section .recentwork-carousel {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px;
        padding: 0 20px;
    }

    .recentwork-section .owl-carousel .item {
        transform: scale(1) !important;
        opacity: 1 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .recentwork-section .image {
        border-radius: 12px;
        height: auto;
        min-height: 320px;
        border: 2px solid rgba(225, 178, 97, 0.25);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .recentwork-section .image:hover {
        border-color: rgba(225, 178, 97, 0.5);
    }

    .recentwork-section .image figure {
        height: 320px;
    }

    .recentwork-section .image figure img {
        height: 100%;
        object-fit: cover;
    }

    .recentwork-section .image .box-content {
        border-radius: 0 0 12px 12px;
        padding: 20px 18px;
        /* Overlay'i daha görünür yap */
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.65) 50%,
                rgba(0, 0, 0, 0.25) 100%) !important;
    }

    .recentwork-section .image:hover .box-content {
        background: linear-gradient(to top,
                rgba(225, 178, 97, 0.85) 0%,
                rgba(225, 178, 97, 0.65) 50%,
                rgba(0, 0, 0, 0.25) 100%) !important;
    }

    .recentwork-section .image .box-content .content {
        padding: 0;
    }

    .recentwork-section .image .box-content .content span {
        font-size: 13px !important;
        line-height: 18px !important;
        margin-bottom: 8px !important;
        letter-spacing: 0.5px;
        display: block !important;
    }

    .recentwork-section .image .box-content .content h4 {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 12px !important;
        font-weight: 700 !important;
    }

    .recentwork-section .arrow {
        width: 42px !important;
        height: 42px !important;
        margin-top: 6px !important;
        line-height: 40px !important;
    }

    .recentwork-section .arrow img {
        width: 13px !important;
        height: 14px !important;
    }

    /* Owl Carousel kontrollerini gizle */
    .recentwork-section .owl-carousel .owl-dots {
        display: none !important;
    }

    .recentwork-section .owl-carousel .owl-nav {
        display: none !important;
    }

    .testimonial-section {
        padding: 95px 0;
    }

    .testimonial-section .light-image img {
        width: 70px;
    }

    .testimonial-section .testimonial_content h6 {
        margin-bottom: 10px;
    }

    .testimonial-section .testimonial_content h2 {
        margin-bottom: 30px;
        padding: 0 110px;
    }

    .testimonial-section .box {
        padding: 25px 20px;
        width: 100%;
    }

    .testimonial-section .box .image .testimonial-image img {
        width: 90px;
    }

    .testimonial-section .box .box-content p {
        margin-right: 3px;
    }

    .testimonial-section .box .image .quote-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: 32px;
    }

    .testimonial-section .box .image .quote-icon img {
        width: 15px;
    }

    .testimonial-section .box .image {
        width: 25%;
    }

    .testimonial-section .box .box-content {
        width: 75%;
        padding-left: 20px;
    }

    .testimonial-section .box .box-content ul li i {
        margin-bottom: 14px;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image {
        top: -14px;
        right: 5px;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image img {
        width: 45px;
    }

    .testimonial-section .owl-carousel .owl-dots {
        margin-top: 35px !important;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 16px;
        height: 16px;
    }

    .journey-section {
        padding: 95px 0;
    }

    .journey-section::before {
        height: 450px;
    }

    .journey-section .journey_content h6 {
        margin-bottom: 10px;
    }

    .journey-section .journey_content h2 {
        font-size: 48px;
        line-height: 62px;
        padding: 0 55px;
        margin-bottom: 30px;
    }

    .journey-section .get_started {
        font-size: 18px;
        line-height: 22px;
        margin-right: 10px;
    }

    .journey-section .journey-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 53px;
    }

    .blog-section {
        padding: 95px 0;
    }

    .blog-section .blog_content h6 {
        margin-bottom: 10px;
    }

    .blog-section .blog_content h2 {
        margin-bottom: 35px;
    }

    .blog-section .box-content {
        padding: 25px 32px 25px 20px;
        width: 90%;
        bottom: -90px;
        right: 0;
    }

    .blog-section .owl-carousel .owl-dots {
        margin-top: 130px !important;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 16px;
        height: 16px;
    }

    .footer-section {
        padding-top: 95px;
    }

    .footer-section .middle-portion {
        padding-bottom: 70px;
    }

    .footer-section .footer-logo {
        top: 0;
        margin-bottom: 40px;
    }

    .footer-section .footer-logo img {
        width: 160px;
    }

    .footer-section .middle-portion h3 {
        margin-bottom: 38px;
    }

    .footer-section .get_started {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-section .footer-button .arrow {
        width: 58px;
        height: 58px;
        line-height: 53px;
    }

    .footer-section .middle-portion .links {
        padding: 0 10px;
    }

    .footer-section .middle-portion .links h4 {
        margin-bottom: 18px;
    }

    .footer-section .middle-portion .links .lower-content {
        margin-bottom: 20px;
    }

    .footer-section .middle-portion .info h4 {
        margin-bottom: 25px;
    }

    .footer-section .middle-portion .info .form-group {
        margin-bottom: 20px;
    }

    .footer-section .middle-portion .info ul li .circle {
        top: 2px;
        font-size: 10px;
        height: 16px;
        width: 16px;
        line-height: 16px;
        margin-right: 10px;
    }

/* Sub-banner */
    .sub-banner .light-image img {
        width: 90px;
    }

    .sub-banner .header .banner-logo img {
        width: 160px;
    }

    .sub-banner .header {
        padding: 0 15px;
    }

    .sub-banner .banner-section {
        padding: 60px 45px 0 45px;
    }

    .sub-banner .banner-section .banner-column {
        display: flex;
        align-items: center;
    }

    .sub-banner .banner-section .banner_content h1 {
        margin-bottom: 10px;
    }

    .sub-banner .banner-section .banner_content p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .sub-banner .banner-section .banner_content .box {
        padding: 10px 18px;
    }

    .sub-banner .banner-section .banner_content .box span {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-banner .banner-section .banner_content .box .dash {
        margin: 0 10px;
    }

    .sub-banner .banner-section .banner_wrapper {
        margin-top: 10px;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage {
        position: relative;
        right: -20px;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage img {
        width: 474px;
    }

/* Faq */
    .faq-section {
        padding: 95px 0 80px;
    }

    .faq-section .subheading h6 {
        margin-bottom: 10px;
    }

    .faq-section .subheading h2 {
        margin-bottom: 35px;
    }

    .faq-section .accordion-card {
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .faq-section .accordion-card i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        margin-right: 16px;
    }

    .faq-section .accordian-inner .card-body {
        padding: 12px 0;
    }

    .faq-section .accordian-inner .accordion-card .btn {
        padding: 13px 0px;
    }

    .faq-section .accordian-inner .accordion-card .btn-link h5 {
        top: 6px;
        letter-spacing: 0.6px;
    }

    .faq-section .accordion-card .btn-link:before {
        font-size: 24px;
        line-height: 24px;
    }

/* Team */
    .team-section {
        padding: 95px 0 75px;
    }

    .team-section .subheading h6 {
        margin-bottom: 10px;
    }

    .team-section .subheading h2 {
        margin-bottom: 35px;
    }

    .team-section .team-box {
        margin-bottom: 25px;
        padding: 18px 18px 30px;
    }

    .team-section .team-box figure {
        margin-bottom: 20px;
    }

    .team-section .team-box figure img {
        width: 254px;
    }

    .team-section .team-box span {
        margin-bottom: 10px;
    }

    .team-section .team-box li {
        margin: 0 4px;
    }

    .team-section .team-box i {
        font-size: 16px;
    }

/* Service */
    .servicepage-section {
        padding: 100px 0 75px;
    }

    .servicepage-section .service-box {
        margin-bottom: 25px;
    }

    .servicepage-section .service-box .image_content {
        height: 70px;
        width: 70px;
        line-height: 66px;
        left: 15px;
        top: 15px;
    }

    .servicepage-section .service-box .image_content .service-icon img {
        width: 40px;
    }

    .servicepage-section .service-box .box-content {
        padding: 32px 20px;
    }

    .servicepage-section .service-box .box-content h5 {
        margin-bottom: 8px;
        letter-spacing: 0.6px;
    }

    .servicepage-section .service-box .box-content p {
        margin-bottom: 12px;
    }

/* Contact */
    .contactinfo-section {
        padding: 95px 0 100px;
    }

    .contactinfo-section .contactinfo_content h6 {
        margin-bottom: 8px;
    }

    .contactinfo-section .contactinfo_content h2 {
        margin-bottom: 35px;
    }

    .contactinfo-section .box-content {
        padding: 40px 30px;
        height: auto;
    }

    .contactinfo-section .box-content .icon {
        margin-bottom: 20px;
    }

    .contactinfo-section .box-content .icon2 {
        margin-bottom: 25px;
    }

    .contactinfo-section .box-content .icon img {
        width: 42px;
    }

    .contactinfo-section .box-content .icon2 img {
        width: 54px;
    }

    .contactinfo-section .box-content h5 {
        margin-bottom: 6px;
    }

    /* Modern Contact Section Mobile */
    .modern-contact-section .row {
        min-height: 400px;
        flex-direction: column;
    }

    .contact-form-wrapper {
        min-height: 400px;
        order: 1;
    }

    .map-wrapper {
        min-height: 300px;
        order: 2;
    }

    .map-wrapper iframe {
        min-height: 300px;
    }

    .form-content {
        padding: 40px 30px;
    }

    .contact-header h2 {
        font-size: 1.8rem;
    }

    /* Mobile form layout - stacked */
    .modern-contact-section .gform_wrapper .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(1),
    .modern-contact-section .gform_wrapper .gfield:nth-child(2),
    .modern-contact-section .gform_wrapper .gfield:nth-child(3),
    .modern-contact-section .gform_wrapper .gfield:nth-child(4),
    .modern-contact-section .gform_wrapper .gfield:nth-child(5) {
        grid-column: 1 !important;
    }

    /* Reduce animation delays for mobile */
    .form-content {
        animation-delay: 0.2s !important;
    }

    .contact-tag {
        animation-delay: 0.3s !important;
    }

    .contact-header h2 {
        animation-delay: 0.4s !important;
    }

    .contact-header p {
        animation-delay: 0.5s !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(1) {
        animation-delay: 0.6s !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(2) {
        animation-delay: 0.7s !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(3) {
        animation-delay: 0.8s !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(4) {
        animation-delay: 0.9s !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(5) {
        animation-delay: 1.0s !important;
    }

    .modern-contact-section .gform_wrapper .gform_footer {
        animation-delay: 1.1s !important;
    }

    /* Mobile button optimization */
    .modern-contact-section .gform_wrapper .gform_button {
        padding: 10px 22px 10px 16px !important;
        font-size: 14px !important;
        gap: 8px !important;
    }

    .modern-contact-section .gform_wrapper .gform_button::after {
        width: 24px !important;
        height: 24px !important;
        font-size: 10px !important;
    }

    .contact-section .contect-box .content h2 {
        margin-bottom: 30px;
    }

    .contact-section .contect-box .content .form-group {
        margin-bottom: 30px;
        width: 44%;
    }

    .contact-section .contect-box .content .input2 {
        width: 44%;
    }

    .contact-section .contect-box .content textarea {
        height: 90px;
    }

    .contact-section .contect-box .content .message {
        margin-bottom: 25px;
        width: 93%;
    }

    .contact-section .contect-box .content .send_now {
        font-size: 18px;
        line-height: 22px;
    }

    .contact-section .contect-box .content .send_now .arrow {
        width: 58px;
        height: 58px;
        line-height: 58px;
        right: -12px;
    }

/* About */
    .aboutpage-section {
        padding: 100px 0 155px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image1 img {
        width: 380px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        bottom: -55px;
        right: -4px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 img {
        width: 250px;
    }

    .aboutpage-section .aboutpage_wrapper .badge {
        top: 168px;
        left: 155px;
        --badge-size: 110px;
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage {
        width: 60px;
        height: 60px;
        line-height: 52px;
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
        width: 28px;
    }

    .aboutpage-section .aboutpage_content h6 {
        margin-bottom: 10px;
    }

    .aboutpage-section .aboutpage_content h2 {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .aboutpage-section .aboutpage_content .text2 {
        margin-bottom: 35px;
    }

    .aboutpage-section .aboutpage_content .progress-outer {
        left: -32px;
    }

    .aboutpage-section .aboutpage_content .progress-inner {
        grid-template-columns: repeat(3, 162px);
    }

    .aboutpage-section .aboutpage_content .progress-inner .box canvas {
        top: 3px;
        left: 60px;
        height: 103px !important;
        width: 47% !important;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box .chart {
        width: 218px;
        height: 126px;
        line-height: 105px;
        font-size: 28px;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box h6 {
        font-size: 16px;
        line-height: 24px;
        right: -56px;
    }

    .partner-section {
        padding: 90px 0;
    }

    .partner-section .light-image img {
        width: 70px;
    }

    .partner-section .partner_content h6 {
        margin-bottom: 8px;
    }

    .partner-section .partner_content h2 {
        margin-bottom: 35px;
    }

    .partner-section .box {
        padding: 25px 54px;
        height: 140px;
    }

    .partner-section .owl-carousel .owl-dots {
        margin-top: 40px !important;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 16px;
        height: 16px;
    }

/* Portfolio */
    .portfolio-section {
        padding: 95px 0 75px;
    }

    .portfolio-section .subheading h6 {
        margin-bottom: 10px;
    }

    .portfolio-section .subheading h2 {
        margin-bottom: 20px;
    }

    .portfolio-section .nav-tabs {
        padding: 0 165px;
        margin-bottom: 40px;
    }

    .portfolio-section .nav-tabs li {
        margin: 0 28px;
    }

    .portfolio-section .tabs-box .nav-tabs li a {
        padding-top: 4px;
    }

    .portfolio-section .image {
        margin-bottom: 25px;
    }

    .portfolio-section .image .box-content {
        border-radius: 0 0 15px 15px;
        padding: 18px 15px;
    }

    .portfolio-section .image .box-content .content {
        top: 0;
        gap: 12px;
    }

    .portfolio-section .image .box-content .content span {
        margin-bottom: 4px;
        font-size: 11px;
    }

    .portfolio-section .image .box-content .content h4 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .portfolio-section .arrow {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .portfolio-section .arrow img {
        width: 14px;
        height: 14px;
    }

    .portfolio-section .arrow {
        width: 55px;
        height: 55px;
        line-height: 50px;
    }

/* Service Detail */
    .service_detail {
        padding: 80px 0;
    }

    .service_detail .main-box .image {
        margin-bottom: 20px;
    }

    .service_detail .main-box .text1 {
        margin-bottom: 8px;
    }

    .service_detail .main-box .text2 {
        margin-bottom: 14px;
    }

    .service_detail .main-box .list {
        margin-bottom: 14px;
    }

    .service_detail .main-box .list li {
        margin-bottom: 5px;
        padding-left: 24px;
    }

    .service_detail .main-box .list li i {
        height: 14px;
        width: 14px;
        line-height: 14px;
        top: 3px;
        font-size: 8px;
    }
}

@media screen and (min-width: 1090px) and (max-width: 1199px) {
    .banner_outer .header {
        padding: 0px 50px;
    }

    .sub-banner .header {
        padding: 0px 50px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1089px) {
    .banner_outer .header {
        padding: 0px 30px;
    }

    .sub-banner .header {
        padding: 0px 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1007px) {
    .banner_outer .header {
        padding: 0px 10px;
    }

    .sub-banner .header {
        padding: 0px 5px;
    }
}

@media only screen and (max-width : 991px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6 {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .text-size-18 {
        font-size: 16px;
        line-height: 24px;
    }

/* .text-size-16 {font-size: 14px; line-height: 22px;} */
/* .text-size-14 {font-size: 14px; line-height: 22px;} */
    /* Modern Mobile Header */
    .banner_outer .header {
        padding: 0 30px;
        z-index: 9999;
        background: rgba(34, 34, 36, 0.98);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .banner_outer .light-image {
        display: none;
    }

    .banner_outer .header .banner-logo img {
        width: 150px;
    }

    .navbar {
        padding: 25px 0;
    }

    .navbar-nav {
        padding-left: 0;
        margin-top: 0;
    }

    /* Ultra Modern Fullscreen Mobile Menu */
    .navbar-collapse {
        background: linear-gradient(145deg,
                rgba(15, 15, 17, 0.98) 0%,
                rgba(25, 25, 27, 0.95) 50%,
                rgba(35, 35, 37, 0.98) 100%);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999999999999999999!important;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        border: none;
        margin: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }

    /* Mobile Menu Animated Background */
    .navbar-collapse::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background:
            radial-gradient(circle at 20% 20%, rgba(225, 178, 97, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(225, 178, 97, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 40% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
        animation: backgroundPulse 4s ease-in-out infinite;
        z-index: -1;
    }

    @keyframes backgroundPulse {

        0%,
        100% {
            opacity: 0.8;
            transform: scale(1);
        }

        50% {
            opacity: 1;
            transform: scale(1.05);
        }
    }

    /* Mobile Menu Show State */
    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    /* Mobile Menu Opening Animation */
    .navbar-collapse.menu-opening.show {
        animation: slideInFromRight 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }

    @keyframes slideInFromRight {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        60% {
            opacity: 0.8;
            transform: translateX(-5%);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .navbar-collapse.menu-opening {
        animation: menuSlideIn 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    }

    @keyframes menuSlideIn {
        0% {
            opacity: 0;
            transform: scale(1.1);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* Modern Hamburger Menu */
    .navbar-toggler {
        margin-left: auto;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        padding: 8px;
        width: 45px;
        height: 45px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .navbar-toggler:hover {
        background: rgba(225, 178, 97, 0.2);
        border-color: rgba(225, 178, 97, 0.4) !important;
        transform: scale(1.05);
    }

    .navbar-toggler.menu-active {
        background: rgba(225, 178, 97, 0.3);
        border-color: var(--e-global-color-accent) !important;
        transform: rotate(90deg);
    }

    .navbar-toggler.menu-active .navbar-toggler-icon {
        background: var(--e-global-color-accent);
    }

    .navbar-light .navbar-toggler-icon {
        background: var(--e-global-color-primary);
        height: 2px;
        margin: 4px 0;
        width: 100%;
        display: block;
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .navbar-toggler.collapsed span:nth-child(1) {
        transform: rotate(0deg);
    }

    .navbar-toggler span.navbar-toggler-icon:first-child {
        margin-top: 0;
    }

    .navbar-toggler span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 0% 80%;
    }

    .navbar-toggler span.navbar-toggler-icon {
        transition: all 0.15s;
    }

    .navbar-toggler.collapsed span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.collapsed span:nth-child(3) {
        transform: rotate(0deg);
    }

    .navbar-toggler span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 15% 100%;
    }

    .collapse:not(.show) {
        display: none;
    }

    /* Mobile Menu Header */
    .mobile-menu-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 30px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 100002;
    }

    .mobile-menu-title {
        font-size: 24px;
        font-weight: 700;
        color: var(--e-global-color-white);
        margin: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .mobile-close-btn {
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        backdrop-filter: blur(10px);
    }

    .mobile-close-btn:hover {
        background: rgba(225, 178, 97, 0.2);
        border-color: var(--e-global-color-accent);
        transform: scale(1.1) rotate(90deg);
    }

    .mobile-close-btn .close-icon {
        font-size: 24px;
        color: var(--e-global-color-white);
        font-weight: 300;
        line-height: 1;
        transition: all 0.3s ease;
    }

    .mobile-close-btn:hover .close-icon {
        color: var(--e-global-color-accent);
    }

    /* Ultra Modern Mobile Menu Content */
    .navbar-collapse ul {
        align-items: center;
        text-align: center;
        margin: 0;
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        padding: 140px 30px 60px;
        position: relative;
        z-index: 100001;
        height: 100%;
        justify-content: center;
    }

    /* Mobile Menu Header Section */
    .navbar-collapse::after {
        content: '';
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg,
                transparent 0%,
                var(--e-global-color-accent) 50%,
                transparent 100%);
        border-radius: 2px;
        z-index: 3;
        animation: headerLineGlow 2s ease-in-out infinite;
    }

    @keyframes headerLineGlow {

        0%,
        100% {
            opacity: 0.6;
            transform: translateX(-50%) scaleX(1);
        }

        50% {
            opacity: 1;
            transform: translateX(-50%) scaleX(1.2);
        }
    }

    /* Mobile Menu Floating Particles */
    .navbar-collapse .floating-particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
    }

    .floating-particles::before,
    .floating-particles::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        background: rgba(225, 178, 97, 0.1);
        animation: floatParticles 8s ease-in-out infinite;
    }

    .floating-particles::before {
        width: 40px;
        height: 40px;
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .floating-particles::after {
        width: 30px;
        height: 30px;
        bottom: 30%;
        right: 15%;
        animation-delay: -4s;
    }

    @keyframes floatParticles {

        0%,
        100% {
            transform: translateY(0) rotate(0deg);
            opacity: 0.3;
        }

        50% {
            transform: translateY(-20px) rotate(180deg);
            opacity: 0.7;
        }
    }

    /* Menu Item Ripple Effect */
    .menu-item-ripple {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: radial-gradient(circle,
                rgba(225, 178, 97, 0.4) 0%,
                rgba(225, 178, 97, 0.2) 50%,
                transparent 100%);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: rippleExpand 0.6s ease-out forwards;
        pointer-events: none;
        z-index: 0;
    }

    @keyframes rippleExpand {
        0% {
            width: 0;
            height: 0;
            opacity: 1;
        }

        100% {
            width: 200px;
            height: 200px;
            opacity: 0;
        }
    }

    /* Mobile Menu Interactive Glow Effect */
    .navbar-nav .nav-item a:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }

    .navbar-nav .nav-item a:focus {
        outline: 2px solid rgba(225, 178, 97, 0.5);
        outline-offset: 4px;
    }

    button:focus {
        outline: none;
    }

    /* Revolutionary Mobile Navigation Design */
    .navbar-nav .nav-item {
        margin: 6px 0 !important;
        width: 100%;
        max-width: 320px;
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        position: relative;
    }

    /* Dropdown Container Spacing */
    .navbar-nav .dropdown {
        margin: 12px 0 !important;
        width: 100%;
        max-width: 320px;
    }

    .navbar-collapse.show .navbar-nav .nav-item {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .navbar-nav .nav-item:nth-child(1) {
        transition-delay: 0.1s;
    }

    .navbar-nav .nav-item:nth-child(2) {
        transition-delay: 0.2s;
    }

    .navbar-nav .nav-item:nth-child(3) {
        transition-delay: 0.3s;
    }

    .navbar-nav .nav-item:nth-child(4) {
        transition-delay: 0.4s;
    }

    .navbar-nav .nav-item:nth-child(5) {
        transition-delay: 0.5s;
    }

    .navbar-nav .nav-item:nth-child(6) {
        transition-delay: 0.6s;
    }

/* Ultra Modern Navigation Links */
.navbar-nav .nav-item a {
    font-size: 22px !important; 
    line-height: 28px !important; 
    padding: 20px 40px !important; 
    color: var(--e-global-color-white) !important; 
    margin: 0;
    border-radius: 20px;
    margin-top: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.05) 50%,
        rgba(225, 178, 97, 0.1) 100%);
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Dropdown Toggle Special Padding */
.navbar-nav .dropdown .dropdown-toggle {
    padding: 20px 70px 20px 40px !important;
}

/* Ultra Modern Mobile Dropdown Indicator */
.navbar-nav .dropdown .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 10px rgba(225, 178, 97, 0.5));
    z-index: 10;
}

.navbar-nav .dropdown .dropdown-toggle:hover::after {
    border-top-color: var(--e-global-color-accent);
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 12px var(--e-global-color-accent));
}

.navbar-nav .dropdown.show .dropdown-toggle::after,
.navbar-nav .dropdown .dropdown-toggle.dropdown-active::after {
    transform: translateY(-50%) rotate(180deg);
    border-top-color: var(--e-global-color-accent);
    filter: drop-shadow(0 0 15px var(--e-global-color-accent));
}

/* Dropdown Toggle Active State */
.navbar-nav .dropdown .dropdown-toggle.dropdown-active {
    background: linear-gradient(135deg, 
        rgba(225, 178, 97, 0.2) 0%, 
        rgba(225, 178, 97, 0.1) 100%) !important;
    border-color: rgba(225, 178, 97, 0.4) !important;
    color: var(--e-global-color-accent) !important;
    box-shadow: 
        0 8px 25px rgba(225, 178, 97, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

    /* Navigation Link Hover Animation */
    .navbar-nav .nav-item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
                transparent 0%,
                rgba(255, 255, 255, 0.2) 50%,
                transparent 100%);
        transition: left 0.6s ease;
        z-index: -1;
    }

    .navbar-nav .nav-item a:hover::before {
        left: 100%;
    }

/* Navigation Link Icon - Only for non-dropdown items */
.navbar-nav .nav-item:not(.dropdown) a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--e-global-color-accent);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.navbar-nav .nav-item:not(.dropdown) a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.5);
    box-shadow: 0 0 15px var(--e-global-color-accent);
}

    /* Ultra Modern Mobile Link States */
    .navbar-nav .active>a {
        color: var(--e-global-color-white) !important;
        background: linear-gradient(135deg,
                var(--e-global-color-accent) 0%,
                rgba(225, 178, 97, 0.9) 50%,
                rgba(255, 215, 120, 0.8) 100%) !important;
        border-color: var(--e-global-color-accent);
        box-shadow:
            0 8px 25px rgba(225, 178, 97, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transform: scale(1.02);
    }

    .navbar-nav .active>a::after {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    }

    .navbar-nav .nav-item a:hover {
        color: var(--e-global-color-white) !important;
        background: linear-gradient(135deg,
                rgba(225, 178, 97, 0.9) 0%,
                rgba(225, 178, 97, 0.7) 50%,
                rgba(255, 215, 120, 0.6) 100%) !important;
        border-color: rgba(225, 178, 97, 0.8);
        transform: translateY(-5px) scale(1.03);
        box-shadow:
            0 12px 30px rgba(225, 178, 97, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    /* Mobile Menu Close Button */
    .navbar-collapse::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 50% 30%,
                rgba(225, 178, 97, 0.1) 0%,
                transparent 70%);
        z-index: -1;
    }

    /* Revolutionary Mobile Contact Button */
    .navbar-nav .contact-button {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .navbar-nav .nav-item .contact_us {
        font-size: 16px !important;
        line-height: 22px !important;
        background: linear-gradient(135deg,
                #1a1a1c 0%,
                #2a2a2c 100%) !important;
        color: var(--e-global-color-white) !important;
        border-radius: 50px !important;
        border: 2px solid rgba(225, 178, 97, 0.6) !important;
        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        letter-spacing: 1.5px !important;
        padding: 18px 35px 18px 25px !important;
        margin: 0 !important;
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) !important;
        backdrop-filter: blur(15px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 280px !important;
        text-align: center !important;
    }

    /* Contact Button Glow Effect */
    .navbar-nav .nav-item .contact_us::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg,
                var(--e-global-color-accent) 0%,
                rgba(255, 215, 120, 0.8) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: 50px;
        z-index: -1;
    }

    .navbar-nav .nav-item .contact_us:hover::before {
        opacity: 1;
    }

    .navbar-nav .nav-item .contact_us:hover {
        color: var(--e-global-color-white) !important;
        border-color: var(--e-global-color-accent) !important;
        transform: translateY(-5px) scale(1.05) !important;
        box-shadow:
            0 15px 40px rgba(225, 178, 97, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    }

    /* Contact Button Icon */
    .navbar-nav .nav-item .contact_us::after {
        content: '→';
        position: absolute;
        right: 20px;
        font-size: 18px;
        font-weight: 700;
        color: var(--e-global-color-accent);
        transition: all 0.3s ease;
        text-shadow: 0 0 10px rgba(225, 178, 97, 0.5);
    }

    .navbar-nav .nav-item .contact_us:hover::after {
        right: 15px;
        transform: scale(1.2);
        text-shadow: 0 0 15px var(--e-global-color-accent);
    }

    .navbar-nav li:hover>a:before {
        background-color: transparent;
    }

    /* Ultra Modern Mobile Dropdown */
    .navbar-nav .dropdown-menu {
        position: static;
        border: none;
        box-shadow: none;
        background: linear-gradient(145deg,
                rgba(20, 20, 22, 0.95) 0%,
                rgba(30, 30, 32, 0.9) 100%);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-radius: 20px;
        margin: 15px auto;
        padding: 20px 0;
        width: 95%;
        max-width: 300px;
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: hidden;
        z-index: 100003;
    }

    /* Dropdown Show State */
    .navbar-nav .dropdown.show .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    /* Dropdown Background Glow */
    .navbar-nav .dropdown-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 50% 0%,
                rgba(225, 178, 97, 0.15) 0%,
                transparent 70%);
        border-radius: 20px;
        z-index: -1;
    }

    /* Dropdown Header Divider */
    .navbar-nav .dropdown-menu::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 20px;
        right: 20px;
        height: 2px;
        background: linear-gradient(90deg,
                transparent 0%,
                rgba(225, 178, 97, 0.4) 50%,
                transparent 100%);
        border-radius: 1px;
        z-index: 0;
    }

    /* Perfect Centered Mobile Dropdown Items */
    .navbar-nav .drop-down-pages .nav-item a {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 14px 20px !important;
        color: rgba(255, 255, 255, 0.95) !important;
        background: linear-gradient(135deg,
                rgba(255, 255, 255, 0.08) 0%,
                rgba(255, 255, 255, 0.05) 100%) !important;
        border-radius: 12px !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) !important;
        backdrop-filter: blur(10px) !important;
        text-transform: capitalize !important;
        font-weight: 600 !important;
        letter-spacing: 0.5px !important;
        position: relative !important;
        overflow: hidden !important;
        text-align: center !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    /* Perfect Dropdown Item Hover Effects */
    .navbar-nav .drop-down-pages .nav-item a:hover {
        background: linear-gradient(135deg,
                var(--e-global-color-accent) 0%,
                rgba(225, 178, 97, 0.8) 50%,
                rgba(255, 215, 120, 0.7) 100%) !important;
        color: var(--e-global-color-white) !important;
        transform: translateY(-2px) scale(1.01) !important;
        border-color: var(--e-global-color-accent) !important;
        box-shadow:
            0 6px 20px rgba(225, 178, 97, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    }

    /* Dropdown Item Active State */
    .navbar-nav .drop-down-pages .nav-item.active a {
        background: linear-gradient(135deg,
                rgba(225, 178, 97, 0.9) 0%,
                rgba(225, 178, 97, 0.7) 100%) !important;
        border-color: var(--e-global-color-accent) !important;
        color: var(--e-global-color-white) !important;
        box-shadow: 0 6px 20px rgba(225, 178, 97, 0.4) !important;
    }

    /* Dropdown Item Shine Effect */
    .navbar-nav .drop-down-pages .nav-item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
                transparent 0%,
                rgba(255, 255, 255, 0.25) 50%,
                transparent 100%);
        transition: left 0.5s ease;
        z-index: 1;
    }

    .navbar-nav .drop-down-pages .nav-item a:hover::before {
        left: 100%;
    }

    /* Perfect Dropdown List Styling */
    .navbar-nav .drop-down-pages {
        margin: 0 !important;
        padding: 15px 0 5px !important;
        list-style: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .navbar-nav .drop-down-pages .nav-item {
        margin: 4px 0 !important;
        width: 100% !important;
        max-width: 260px !important;
        opacity: 1 !important;
        transform: none !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* Removed dropdown item icons for clean look */
    .navbar li {
        margin: 0 !important;
        padding: 0;
    }

    /* Hide desktop contact button elements in mobile */
    .navbar-nav .contact-button .image-button {
        display: none;
    }

    .navbar-nav .contact-button .arrow {
        display: none;
    }

    .banner_outer .social-icons {
        display: none;
    }

    .banner-section {
        padding: 100px 0 65px 0;
        text-align: center;
    }

    /* Fixed header için padding */
    .banner-section .banner-backgroundimage {
        position: relative;
        margin-bottom: 30px !important;
    }

    .banner-section .banner-backgroundimage img {
        width: 89%;
    }

    .banner-section .banner_content {
        margin-right: 0;
        padding: 0 60px;
    }

    .banner-section .banner_content h1 {
        margin-bottom: 10px;
    }

    .banner-section .banner_content p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 100px;
        margin-bottom: 30px;
    }

    .banner-section .discover_more {
        position: relative;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .banner-section .discover-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .banner-section .owl-carousel .owl-item img {
        width: 15px;
    }

    .banner-section .owl-carousel .owl-dots {
        display: contents;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }

    .service-section {
        padding: 65px 0;
    }

    .service-section .service_content h6 {
        margin-bottom: 8px;
    }

    .service-section .service_content h2 {
        margin-bottom: 25px;
        padding: 0 135px;
    }

    .service-section .box-content {
        margin-bottom: 25px;
    }

    .service-section .top-space {
        padding-top: 0;
    }

    .service-section .box-content .upper_portion .image img {
        width: 100%;
    }

    .service-section .box-content .lower_portion_wrapper {
        padding: 50px 22px 15px;
    }

    .service-section .box-content .upper_portion .image_content {
        height: 65px;
        width: 65px;
        line-height: 60px;
        left: 30px;
        bottom: -30px;
    }

    .service-section .box-content .upper_portion .image_content img {
        width: 35px;
    }

    .service-section .box-content .lower_portion_wrapper h5 {
        margin-bottom: 4px;
    }

    .service-section .box-content .lower_portion_wrapper p {
        margin-bottom: 10px;
    }

    .service-section .explore {
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .service-section .explore-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .service-section .explore-button .arrow img {
        width: 15px;
    }

    .about-section {
        padding: 95px 0 45px;
    }

    .about-section .light-image {
        right: 20px;
    }

    .about-section .light-image img {
        width: 65px;
    }

    .about-section .badge {
        position: absolute;
        top: -60px;
    }

    .about-section .about_wrapper .about-image1 {
        position: relative;
        left: 0;
        top: -25px;
    }

    .about-section .about_wrapper figure img {
        width: 100%;
    }

    .about-section .about_wrapper .about-image2 {
        display: none;
    }

    .about-section .about_content {
        margin: 0 0 10px 0;
    }

    .about-section .about_content h6 {
        margin-bottom: 8px;
    }

    .about-section .about_content h2 {
        margin-bottom: 15px;
    }

    .about-section .about_content h5 {
        padding-left: 12px;
        margin-bottom: 16px;
        display: inline-block;
    }

    .about-section .about_content p {
        margin-bottom: 25px;
    }

    .about-section .read_more {
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .about-section .about-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .about-section .about-button .arrow img {
        width: 15px;
    }

    .process-section {
        padding: 65px 0 70px;
    }

    .process-section .process_content h6 {
        margin-bottom: 8px;
    }

    .process-section .process_content h2 {
        margin-bottom: 30px;
    }

    .process-section .box-content {
        padding: 40px 14px 30px;
    }

    .process-section .box-content .icon img {
        width: 60px;
    }

    .process-section .box-content span {
        font-size: 58px;
        line-height: 62px;
        margin-bottom: 12px;
    }

    .process-section .box-content h5 {
        margin-bottom: 6px;
    }

    .work-section {
        padding: 30px 0 65px;
    }

    .work-section .light-image {
        display: none;
    }

    .work-section .work_content .year span {
        font-size: 180px;
        line-height: 186px;
        margin-bottom: 0px;
    }

    .work-section .work_content .year sup {
        font-size: 106px;
        line-height: 110px;
        top: -60px;
        left: -10px;
    }

    .work-section .work_content h2 {
        margin: 0 20px 25px 0;
    }

    .work-section .discover_more {
        position: relative;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .work-section .discover-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .work-section .discover-button .arrow img {
        width: 15px;
    }

    .work-section .work_wrapper .work-image {
        top: 60px;
        right: -4px;
    }

    .work-section .work_wrapper .work-imagebackground {
        top: 38px;
        right: 6px;
    }

    .work-section .work_wrapper figure img {
        width: 300px;
    }

    .recentwork-section {
        padding: 65px 0;
    }

    .recentwork-section .recentwork_content h6 {
        margin-bottom: 8px;
    }

    .recentwork-section .recentwork_content h2 {
        margin-bottom: 30px;
    }

    /* Mobilde carousel'i devre dışı bırak - kartları alt alta göster */
    .recentwork-section .recentwork-carousel {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
        padding: 0 15px;
    }

    .recentwork-section .owl-carousel .item {
        transform: scale(1) !important;
        opacity: 1 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .recentwork-section .image {
        border-radius: 12px;
        height: auto;
        min-height: 280px;
        border: 2px solid rgba(225, 178, 97, 0.25);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .recentwork-section .image:hover {
        border-color: rgba(225, 178, 97, 0.5);
    }

    .recentwork-section .image figure {
        height: 280px;
    }

    .recentwork-section .image figure img {
        height: 100%;
        object-fit: cover;
    }

    .recentwork-section .image .box-content {
        border-radius: 0 0 12px 12px;
        padding: 18px 15px;
        /* Overlay'i daha görünür yap */
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.65) 50%,
                rgba(0, 0, 0, 0.25) 100%) !important;
    }

    .recentwork-section .image:hover .box-content {
        background: linear-gradient(to top,
                rgba(225, 178, 97, 0.85) 0%,
                rgba(225, 178, 97, 0.65) 50%,
                rgba(0, 0, 0, 0.25) 100%) !important;
    }

    .recentwork-section .image .box-content .content {
        padding: 0;
    }

    .recentwork-section .image .box-content .content span {
        font-size: 12px !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.5px;
        display: block !important;
    }

    .recentwork-section .image .box-content .content h4 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 10px !important;
        font-weight: 700 !important;
    }

    .recentwork-section .arrow {
        width: 38px !important;
        height: 38px !important;
        margin-top: 5px !important;
        line-height: 36px !important;
    }

    .recentwork-section .arrow img {
        width: 12px !important;
        height: 13px !important;
    }

    /* Owl Carousel kontrollerini gizle */
    .recentwork-section .owl-carousel .owl-dots {
        display: none !important;
    }

    .recentwork-section .owl-carousel .owl-nav {
        display: none !important;
    }

    .testimonial-section {
        padding: 65px 0;
    }

    .testimonial-section .testimonial_content h6 {
        margin-bottom: 8px;
    }

    .testimonial-section .testimonial_content h2 {
        margin-bottom: 25px;
        padding: 0 70px;
    }

    .testimonial-section .box {
        padding: 20px 15px;
    }

    .testimonial-section .box .image {
        width: 27%;
    }

    .testimonial-section .box .image .testimonial-image img {
        width: 70px;
    }

    .testimonial-section .box .image .quote-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        left: 23px;
        top: -15px;
    }

    .testimonial-section .box .image .quote-icon img {
        width: 13px;
    }

    .testimonial-section .box .box-content {
        width: 73%;
        padding-left: 15px;
    }

    .testimonial-section .box .box-content p {
        margin: 0 0 4px;
    }

    .testimonial-section .box .box-content ul li i {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image {
        right: 0;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image img {
        width: 40px;
    }

    .testimonial-section .owl-carousel .owl-dots {
        margin-top: 30px !important;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }

    .journey-section {
        padding: 65px 0 70px;
    }

    .journey-section::before {
        height: 320px;
    }

    .journey-section .journey_content h6 {
        margin-bottom: 6px;
    }

    .journey-section .journey_content h2 {
        font-size: 34px;
        line-height: 40px;
        padding: 0 50px;
        margin-bottom: 25px;
    }

    .journey-section .get_started {
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .journey-section .journey-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .journey-section .journey-button .arrow img {
        width: 15px;
    }

    .blog-section {
        padding: 65px 0;
    }

    .blog-section .light-image img {
        width: 70px;
    }

    .blog-section .blog_content h6 {
        margin-bottom: 8px;
    }

    .blog-section .blog_content h2 {
        margin-bottom: 30px;
    }

    .blog-section .box-content {
        padding: 10px;
        width: 95%;
        bottom: -100px;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }

    .footer-section {
        padding-top: 65px;
    }

    .footer-section .middle-portion {
        padding-bottom: 48px;
    }

    .footer-section .footer-logo {
        margin-bottom: 30px;
    }

    .footer-section .footer-logo img {
        width: 145px;
    }

    .footer-section .middle-portion h3 {
        margin: 0 35px 35px 0;
    }

    .footer-section .get_started {
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

    .footer-section .footer-button .arrow {
        width: 50px;
        height: 50px;
        line-height: 45px;
        top: -2px;
    }

    .footer-section .footer-button .arrow img {
        width: 15px;
    }

    .footer-section .middle-portion .logo-content {
        padding-left: 50px;
    }

    .footer-section .middle-portion .links {
        padding: 0 0 0 40px;
    }

    .footer-section .middle-portion .links h4 {
        margin-bottom: 16px;
    }

    .footer-section .middle-portion .links .lower-content {
        margin-bottom: 15px;
    }

    .footer-section .middle-portion .links .lower-content .icon {
        width: 12%;
    }

    .footer-section .middle-portion .links .lower-content .icon img {
        width: 22px;
    }

    .footer-section .middle-portion .links .lower-content .icon3 img {
        width: 28px;
    }

    .footer-section .middle-portion .links .lower-content .content {
        width: 88%;
    }

    .footer-section .middle-portion .links .lower-content .text {
        margin-right: 60px;
    }

/* Sub-banner */
    .sub-banner .header {
        padding: 0 30px;
    }

    .sub-banner .light-image {
        display: none;
    }

    .sub-banner .header .banner-logo img {
        width: 150px;
    }

    .sub-banner .banner-section {
        padding: 0 0 68px 0;
    }

    .sub-banner .banner-section .banner_content .box .dash {
        margin: 0 8px;
    }

    .sub-banner .banner-section .banner_wrapper {
        margin-top: 0;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage {
        right: 0;
        margin-bottom: 30px !important;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage img {
        width: 92%;
    }

/* Faq */
    .faq-section {
        padding: 65px 0 50px;
    }

    .faq-section .subheading h6 {
        margin-bottom: 8px;
    }

    .faq-section .subheading h2 {
        margin-bottom: 30px;
    }

    .faq-section .accordion-card {
        padding: 0 12px;
    }

    .faq-section .accordian-inner .card-body {
        padding: 10px 0;
    }

    .faq-section .accordian-inner .accordion-card .btn {
        padding: 11px 0px;
    }

    .faq-section .accordion-card i {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin-right: 12px;
    }

    .faq-section .accordian-inner .accordion-card .btn-link h5 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .faq-section .accordion-card .btn-link:before {
        font-size: 20px;
        line-height: 20px;
        right: 0px;
        top: 34%;
    }

/* Team */
    .team-section {
        padding: 65px 0 50px;
    }

    .team-section .subheading h6 {
        margin-bottom: 8px;
    }

    .team-section .subheading h2 {
        margin-bottom: 30px;
    }

    .team-section .team-box {
        margin-bottom: 20px;
        padding: 14px 14px 25px;
    }

    .team-section .team-box figure {
        margin-bottom: 15px;
    }

    .team-section .team-box figure img {
        width: 182px;
    }

    .team-section .team-box span {
        font-size: 14px;
        line-height: 20px;
    }

    .team-section .team-box li {
        margin: 0 3px;
    }

    .team-section .team-box i {
        font-size: 14px;
    }

/* Service */
    .servicepage-section {
        padding: 70px 0 50px;
    }

    .servicepage-section .service-box {
        margin-bottom: 20px;
    }

    .servicepage-section .service-box .image_content {
        height: 65px;
        width: 65px;
        line-height: 62px;
        left: 10px;
        top: 10px;
    }

    .servicepage-section .service-box .image_content .service-icon img {
        width: 35px;
    }

    .servicepage-section .service-box .box-content {
        padding: 9px 10px;
    }

    .servicepage-section .service-box .box-content h5 {
        margin-bottom: 0;
        letter-spacing: 0;
    }

    .servicepage-section .service-box .box-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .servicepage-section .service-box .box-content .read_more {
        font-size: 12px;
        line-height: 18px;
    }

    .servicepage-section .service-box .box-content .read_more i {
        margin-left: 4px;
        font-size: 10px;
    }

/* Contact */
    .contactinfo-section {
        padding: 65px 0 70px;
    }

    .contactinfo-section .contactinfo_content h6 {
        margin-bottom: 6px;
    }

    .contactinfo-section .contactinfo_content h2 {
        margin-bottom: 30px;
    }

    .contactinfo-section .box-content {
        padding: 30px 14px;
    }

    .contactinfo-section .box-content .icon {
        margin-bottom: 15px;
    }

    .contactinfo-section .box-content .icon2 {
        margin-bottom: 20px;
    }

    .contactinfo-section .box-content .icon img {
        width: 38px;
    }

    .contactinfo-section .box-content .icon2 img {
        width: 48px;
    }

    .contactinfo-section .box-content h5 {
        margin-bottom: 4px;
    }

    /* Modern Contact Section Tablet */
    .modern-contact-section .row {
        min-height: 400px;
        flex-direction: column;
    }

    .contact-form-wrapper {
        min-height: 350px;
    }

    .map-wrapper {
        min-height: 250px;
    }

    .map-wrapper iframe {
        min-height: 250px;
    }

    .form-content {
        padding: 30px 20px;
    }

    .contact-header h2 {
        font-size: 1.6rem;
    }

    .contact-header p {
        font-size: 14px;
    }

    /* Tablet form layout - stacked */
    .modern-contact-section .gform_wrapper .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .modern-contact-section .gform_wrapper .gfield:nth-child(1),
    .modern-contact-section .gform_wrapper .gfield:nth-child(2),
    .modern-contact-section .gform_wrapper .gfield:nth-child(3),
    .modern-contact-section .gform_wrapper .gfield:nth-child(4),
    .modern-contact-section .gform_wrapper .gfield:nth-child(5) {
        grid-column: 1 !important;
    }

    /* Tablet button styling */
    .modern-contact-section .gform_wrapper .gform_button {
        padding: 11px 24px 11px 17px !important;
        font-size: 14px !important;
        gap: 9px !important;
    }

    .modern-contact-section .gform_wrapper .gform_button::after {
        width: 26px !important;
        height: 26px !important;
        font-size: 11px !important;
    }

    .contact-section .contect-box .content h6 {
        margin-bottom: 4px;
    }

    .contact-section .contect-box .content h2 {
        margin-bottom: 18px;
    }

    .contact-section .contect-box .content .form-group {
        margin-bottom: 22px;
        margin-right: 14px;
    }

    .contact-section .contect-box .content input {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-section .contect-box .content textarea {
        font-size: 14px;
        line-height: 20px;
        height: 80px;
    }

    .contact-section .contect-box .content .message {
        margin-bottom: 18px;
    }

    .contact-section .contect-box .content .send_now {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-section .contect-box .content .send_now .arrow {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: -10px;
    }

/* About */
    .aboutpage-section {
        padding: 70px 0 65px;
    }

    .aboutpage-section .aboutpage_wrapper {
        text-align: center;
        position: relative;
        left: 0 !important;
        margin-bottom: 60px;
    }

    /* Mobilde foto full width */
    .aboutpage-section .aboutpage_wrapper .aboutpage-image1 {
        border-radius: 0;
        box-shadow: none;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image1 img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 0;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        bottom: -50px;
        right: -2px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 img {
        width: 200px;
    }

    /* Mobilde badge sol üst köşede */
    .aboutpage-section .aboutpage_wrapper .badge {
        top: 0px !important;
        left: 0px !important;
        --badge-size: 90px;
        box-shadow: 
            inset 0 0 0 0.9rem var(--badge-color),
            0 6px 25px rgba(225, 178, 97, 0.5);
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage {
        width: 48px;
        height: 48px;
        line-height: 42px;
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
        width: 24px;
    }

    .aboutpage-section .aboutpage_content h6 {
        margin-bottom: 6px;
    }

    .aboutpage-section .aboutpage_content h2 {
        margin-bottom: 10px;
    }

    .aboutpage-section .aboutpage_content p {
        margin-bottom: 12px;
    }

    /* Mobilde buton ortalama */
    .aboutpage-section .about-button {
        justify-content: center;
        padding-top: 2rem !important;
    }

    .aboutpage-section .aboutpage_content .text2 {
        margin-bottom: 20px;
    }

    .aboutpage-section .aboutpage_content .progress-outer {
        left: -38px;
    }

    .aboutpage-section .aboutpage_content .progress-inner {
        grid-template-columns: repeat(3, 128px);
    }

    .aboutpage-section .aboutpage_content .progress-inner .box canvas {
        left: 55px;
        height: 92px !important;
        width: 45% !important;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box .chart {
        width: 200px;
        height: 112px;
        line-height: 95px;
        font-size: 24px;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box h6 {
        font-size: 12px;
        line-height: 20px;
        right: -58px;
    }

    .partner-section {
        padding: 60px 0;
    }

    .partner-section .partner_content h6 {
        margin-bottom: 6px;
    }

    .partner-section .partner_content h2 {
        margin-bottom: 30px;
    }

    .partner-section .box {
        padding: 25px 32px;
        height: 100px;
    }

    .partner-section .owl-carousel .owl-dots {
        margin-top: 30px !important;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }

    .partner-section .owl-carousel .owl-item img {
        width: 95px;
    }

/* Portfolio */
    .portfolio-section {
        padding: 65px 0 50px;
    }

    .portfolio-section .subheading h6 {
        margin-bottom: 6px;
    }

    .portfolio-section .nav-tabs {
        padding: 0 90px;
        margin-bottom: 25px;
    }

    .portfolio-section .nav-tabs li {
        margin: 0 22px;
    }

    .portfolio-section .tabs-box .nav-tabs li a {
        font-size: 16px;
        line-height: 22px;
    }

    .portfolio-section .image {
        margin-bottom: 20px;
    }

    .portfolio-section .image .tab-lgimage img {
        width: 450px;
        height: 271px;
    }

    .portfolio-section .image .box-content {
        border-radius: 0 0 12px 12px;
        padding: 15px 12px;
    }

    .portfolio-section .image .box-content .content {
        top: 0;
        gap: 10px;
    }

    .portfolio-section .image .box-content .content span {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 3px;
    }

    .portfolio-section .image .box-content .content h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .portfolio-section .arrow {
        width: 28px;
        height: 28px;
        border-radius: 5px;
    }

    .portfolio-section .arrow img {
        width: 12px;
        height: 12px;
    }

    .portfolio-section .arrow {
        width: 35px;
        height: 35px;
        line-height: 32px;
    }

    .portfolio-section .arrow img {
        width: 10px;
    }

/* Service Detail */
    .service_detail {
        padding: 60px 0;
    }

    .service_detail .main-box .image {
        margin-bottom: 15px;
        text-align: center;
    }

    .service_detail .main-box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .service_detail .main-box .list li {
        font-size: 16px;
        line-height: 24px;
    }

    .service_detail .main-box .list li i {
        font-size: 11px;
        height: 15px;
        width: 15px;
        line-height: 15px;
        top: 4px;
    }

    /* Modern Gravity Forms Large Mobile Responsive */
    .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container textarea {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 12px 0 !important;
    }

    .gform_wrapper .gform_button {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .gform_wrapper .gform_button::after {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 22px !important;
        right: -16px !important;
    }
}

@media only screen and (max-width : 767px) {
    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 16px;
        line-height: 28px;
    }

/* h4 {font-size: 18px; line-height: 28px;} */
    h5 {
        font-size: 14px;
        line-height: 22px;
    }

    h6 {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .text-size-18 {
        font-size: 14px;
        line-height: 22px;
    }

    .text-size-16 {
        font-size: 14px;
        line-height: 22px;
    }

    .banner_outer .header {
        padding: 0 10px;
        z-index: 2;
    }

    /* Ultra Small Mobile Screens */
    /* Small Mobile Screen Menu Updates */
    .navbar-collapse {
        width: 100vw;
        top: 0;
        left: 0;
        right: 0;
    }

    .mobile-menu-header {
        padding: 25px 30px;
    }

    .mobile-menu-title {
        font-size: 20px;
    }

    .mobile-close-btn {
        width: 40px;
        height: 40px;
    }

    .mobile-close-btn .close-icon {
        font-size: 20px;
    }

    .navbar-collapse ul {
        padding: 120px 25px 50px;
        max-width: 350px;
    }

    .navbar-nav .nav-item a {
        font-size: 20px !important;
        line-height: 26px !important;
        padding: 16px 30px !important;
        letter-spacing: 1px !important;
    }

    /* Smaller Mobile Contact Button */
    .navbar-nav .nav-item .contact_us {
        font-size: 15px !important;
        line-height: 20px !important;
        padding: 16px 25px 16px 20px !important;
        letter-spacing: 1.2px !important;
        width: 250px !important;
    }

    .navbar-nav .nav-item .contact_us::after {
        font-size: 16px;
        right: 18px;
    }

    .navbar-nav .drop-down-pages .nav-item a {
        white-space: break-spaces;
    }

    .banner-section {
        padding: 10px 0 0px 0;
    }

    /* Fixed header için padding */
    .banner-section .banner-backgroundimage {
        margin-bottom: 25px !important;
    }

    .banner-section .banner-backgroundimage img {
        width: 92%;
    }

    .banner-section .banner_content h1 {
        margin-bottom: 8px;
    }

    .banner-section .banner_content p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 25px;
    }

    .banner-section .discover_more {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section .discover-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
        top: 0;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    .banner-section .owl-carousel .owl-item img {
        width: 13px;
    }

    .service-section {
        padding: 55px 0 60px;
    }

    .service-section .service_content h6 {
        margin-bottom: 6px;
    }

    .service-section .service_content h2 {
        padding: 0 60px;
    }

    .service-section .box-content {
        margin-bottom: 20px;
    }

    .service-section .box-content .upper_portion .image_content {
        height: 60px;
        width: 60px;
        line-height: 55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -32px;
    }

    .service-section .box-content .upper_portion .image_content img {
        width: 32px;
    }

    .service-section .box-content .lower_portion_wrapper p {
        margin-bottom: 6px;
    }

    .service-section .box-content .lower_portion_wrapper .read_more {
        font-size: 12px;
    }

    .service-section .box-content .lower_portion_wrapper .read_more i {
        margin-left: 6px;
        font-size: 10px;
    }

    .service-section .box-content .lower_portion_wrapper {
        padding: 40px 16px 15px;
        text-align: center;
    }

    .service-section .explore {
        font-size: 14px;
        line-height: 20px;
    }

    .service-section .explore-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
        top: 0;
    }

    .service-section .explore-button .arrow img {
        width: 13px;
    }

    .about-section {
        padding: 60px 0;
    }

    .about-section .light-image {
        display: none;
    }

    .about-section .about_wrapper {
        margin-bottom: 30px;
    }

    .about-section .badge {
        display: none;
    }

    .about-section .about_wrapper .about-image1 {
        top: 0;
    }

    .about-section .about_wrapper .about-image2 {
        display: block;
        top: 0;
    }

    .about-section .about_wrapper .about-image2 img {
        width: 94%;
    }

    .about-section .about_content {
        margin-bottom: 0;
        text-align: center;
    }

    .about-section .about_content h6 {
        margin-bottom: 6px;
    }

    .about-section .about_content h2 {
        margin-bottom: 10px;
        padding: 0 100px;
    }

    .about-section .about_content h5 {
        padding-left: 0;
        margin-bottom: 10px;
        border: none;
    }

    .about-section .about_content p {
        padding: 0 56px;
        margin-bottom: 20px;
    }

    .about-section .read_more {
        font-size: 14px;
        line-height: 20px;
    }

    .about-section .about-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
        top: 0;
    }

    .about-section .about-button .arrow img {
        width: 13px;
    }

    .process-section {
        padding: 55px 0 40px;
    }

    .process-section .process_content h6 {
        margin-bottom: 6px;
    }

    .process-section .process_content h2 {
        margin-bottom: 25px;
    }

    .process-section .box-content {
        padding: 30px 22px 25px;
        margin-bottom: 20px;
    }

    .process-section .box-content .icon {
        top: -10px;
    }

    .process-section .box-content .icon img {
        width: 56px;
    }

    .process-section .box-content span {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .work-section {
        padding: 15px 0 90px;
    }

    .work-section .work_content {
        text-align: center;
    }

    .work-section .work_content .year span {
        font-size: 166px;
        line-height: 176px;
    }

    .work-section .work_content .year sup {
        font-size: 96px;
        line-height: 100px;
        top: -54px;
    }

    .work-section .work_content h2 {
        margin: 0 0 20px 0;
        padding: 0 110px;
    }

    .work-section .discover_more {
        font-size: 14px;
        line-height: 20px;
    }

    .work-section .discover-button {
        margin-bottom: 20px;
    }

    .work-section .discover-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
        top: 0;
    }

    .work-section .discover-button .arrow img {
        width: 13px;
    }

    .work-section .work_wrapper {
        text-align: center;
    }

    .work-section .work_wrapper .work-image {
        top: 30px;
        right: 12px;
    }

    .work-section .work_wrapper .work-imagebackground {
        top: 8px;
        right: 96px;
    }

    .recentwork-section {
        padding: 55px 0;
    }

    .recentwork-section .recentwork_content h6 {
        margin-bottom: 6px;
    }

    .recentwork-section .recentwork_content h2 {
        margin-bottom: 25px;
    }

    .recentwork-section .image .box-content .content span {
        font-size: 12px;
        line-height: 18px;
    }

    .recentwork-section .image .box-content .content h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .recentwork-section .arrow {
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .recentwork-section .arrow img {
        width: 13px !important;
    }

    .recentwork-section .image {
        border-radius: 5px;
    }

    .recentwork-section .image .box-content {
        border-radius: 0 0 5px 5px;
        padding: 8px;
    }

    .recentwork-section .image .box-content .content {
        padding: 0;
    }

    .recentwork-section .arrow {
        width: 28px;
        height: 28px;
        margin-top: 4px;
    }

    .recentwork-section .arrow img {
        width: 10px !important;
        height: 11px !important;
    }

    .recentwork-section .owl-carousel .owl-dots {
        margin-top: 25px !important;
    }

    .recentwork-section .owl-carousel .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    .testimonial-section {
        padding: 55px 0;
    }

    .testimonial-section .light-image {
        display: none;
    }

    .testimonial-section .testimonial_content h2 {
        margin-bottom: 20px;
        padding: 0;
    }

    .testimonial-section .box .image {
        width: 20%;
    }

    .testimonial-section .box .box-content {
        width: 80%;
        padding-left: 30px;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image {
        right: 10px;
    }

    .testimonial-section .owl-carousel .owl-dots {
        margin-top: 25px !important;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    .journey-section {
        padding: 55px 0 60px;
    }

    .journey-section::before {
        height: 290px;
    }

    .journey-section .journey_content h2 {
        font-size: 30px;
        line-height: 38px;
        padding: 0;
        margin-bottom: 20px;
    }

    .journey-section .get_started {
        font-size: 14px;
        line-height: 20px;
    }

    .journey-section .journey-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .journey-section .journey-button .arrow img {
        width: 13px;
    }

    .blog-section {
        padding: 55px 0;
    }

    .blog-section .light-image {
        display: none;
    }

    .blog-section .box-content {
        padding: 12px;
        width: 85%;
        bottom: -62px;
    }

    .blog-section .blog_content h6 {
        margin-bottom: 6px;
    }

    .blog-section .blog_content h2 {
        margin-bottom: 25px;
    }

    .blog-section .owl-carousel .owl-dots {
        margin-top: 90px !important;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    .footer-section {
        padding-top: 55px;
    }

    .footer-section .middle-portion {
        padding-bottom: 38px;
    }

    .footer-section .footer-logo {
        margin-bottom: 25px;
    }

    .footer-section .footer-logo img {
        width: 135px;
    }

    .footer-section .middle-portion h3 {
        margin: 0 0 25px 0;
    }

    .footer-section .get_started {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-section .footer-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .footer-section .footer-button .arrow img {
        width: 13px;
    }

    .footer-section .middle-portion .logo-content {
        padding-left: 18px;
    }

    .footer-section .middle-portion .links {
        padding-left: 10px;
    }

    .footer-section .middle-portion .links h4 {
        margin-bottom: 14px;
    }

    .footer-section .middle-portion .links .lower-content .icon {
        width: 15%;
    }

    .footer-section .middle-portion .links .lower-content .icon img {
        width: 20px;
    }

    .footer-section .middle-portion .links .lower-content .icon3 img {
        width: 26px;
    }

    .footer-section .middle-portion .links .lower-content .content {
        width: 85%;
    }

    .footer-section .middle-portion .links .lower-content .text {
        margin-right: 0;
    }

    .footer-section .copyright {
        padding: 12px 0px;
    }

/* Sub-banner */
    .sub-banner .header {
        padding: 0 10px;
        z-index: 2;
    }

    .sub-banner .banner-section {
        padding-bottom: 0px;
    }

    .sub-banner .banner-section .banner_content h1 {
        margin-bottom: 12px;
    }

    .sub-banner .banner-section .banner_content p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage {
        margin-bottom: 25px !important;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage img {
        width: 96%;
    }

    .sub-banner .banner-section .banner_content .box {
        padding: 8px 20px;
    }

    .sub-banner .banner-section .banner_content .box span {
        font-size: 14px;
        line-height: 22px;
    }

    .sub-banner .banner-section .banner_content .box .dash {
        margin: 0 6px;
    }

/* Faq */
    .faq-section {
        padding: 55px 0 40px;
    }

    .faq-section .subheading h6 {
        margin-bottom: 6px;
    }

    .faq-section .subheading h2 {
        margin-bottom: 25px;
    }

    .faq-section .accordion-card i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 26px;
        margin-right: 14px;
    }

    .faq-section .accordion-card .btn-link:before {
        font-size: 18px;
        line-height: 18px;
        top: 32%;
    }

/* Team */
    .team-section {
        padding: 55px 0 40px;
    }

    .team-section .subheading h6 {
        margin-bottom: 6px;
    }

    .team-section .subheading h2 {
        margin-bottom: 25px;
    }

    .team-section .team-box {
        padding: 14px 14px 18px;
    }

    .team-section .team-box figure img {
        width: 100%;
    }

    .team-section .team-box span {
        font-size: 12px;
        line-height: 18px;
    }

    .team-section .team-box i {
        font-size: 12px;
    }

/* Service */
    .servicepage-section {
        padding: 60px 0 40px;
    }

    .servicepage-section .service-box .box-image {
        width: 32%;
    }

    .servicepage-section .service-box .image_content {
        height: 60px;
        width: 60px;
        line-height: 58px;
    }

    .servicepage-section .service-box .image_content .service-icon img {
        width: 32px;
    }

    .servicepage-section .service-box .box-content {
        padding: 38px 26px;
        width: 68%;
    }

    .servicepage-section .service-box .box-content h5 {
        margin-bottom: 6px;
    }

    .servicepage-section .service-box .box-content p {
        margin-bottom: 8px;
    }

/* Contact */
    .contactinfo-section {
        padding: 55px 0 40px;
    }

    .contactinfo-section .contactinfo_content h2 {
        margin-bottom: 25px;
    }

    .contactinfo-section .box-content {
        text-align: center;
        padding: 25px;
        margin-bottom: 20px;
    }

    .contactinfo-section .box-content .icon {
        margin-bottom: 12px;
    }

    .contactinfo-section .box-content .icon2 {
        margin-bottom: 18px;
    }

    .contactinfo-section .box-content .icon img {
        width: 34px;
    }

    .contactinfo-section .box-content .icon2 img {
        width: 42px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-section .contect-box:before {
        height: 500px;
        width: 100%;
        position: relative;
        display: block;
        background-position: bottom;
    }

    .contact-section .contect-box .content {
        padding: 46px 2px 40px 40px;
        text-align: center;
    }

    .contact-section .contect-box .content h6 {
        position: relative;
        left: -20px;
    }

    .contact-section .contect-box .content h2 {
        position: relative;
        left: -20px;
    }

    .contact-section .contect-box .content .form-group {
        text-align: left;
    }

    .contact-section .contect-box .content textarea {
        height: 75px;
    }

    .contact-section .contect-box .content .send_now {
        font-size: 14px;
        line-height: 20px;
        position: relative;
        left: -24px;
    }

    .contact-section .contect-box .content .send_now .arrow {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0;
    }

/* About */
    .aboutpage-section {
        padding: 60px 0 55px;
    }

    .aboutpage-section .aboutpage_wrapper {
        text-align: center;
        margin-bottom: 70px;
        position: relative;
        left: 0 !important;
    }

    /* Mobilde foto full width */
    .aboutpage-section .aboutpage_wrapper .aboutpage-image1 {
        border-radius: 0;
        box-shadow: none;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image1 img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 0;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        bottom: -48px;
        right: 90px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 img {
        width: 200px;
    }

    /* Mobilde badge tam sol üst köşede */
    .aboutpage-section .aboutpage_wrapper .badge {
        top: 0px !important;
        left: 0px !important;
        --badge-size: 85px;
        box-shadow: 
            inset 0 0 0 0.9rem var(--badge-color),
            0 5px 20px rgba(225, 178, 97, 0.6);
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage {
        width: 45px;
        height: 45px;
        line-height: 39px;
    }

    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
        width: 22px;
    }

    .aboutpage-section .aboutpage_content {
        text-align: center;
    }

    .aboutpage-section .aboutpage_content h2 {
        margin-bottom: 15px;
        padding: 0 60px;
    }

    .aboutpage-section .aboutpage_content p {
        padding: 0 40px;
    }

    /* Mobilde buton ortalama */
    .aboutpage-section .about-button {
        justify-content: center;
        padding-top: 2rem !important;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box .chart {
        width: 190px;
        height: 105px;
        line-height: 87px;
        font-size: 22px;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box canvas {
        left: 53px;
        height: 85px !important;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box h6 {
        right: -36px;
    }

    .partner-section {
        padding: 55px 0;
    }

    .partner-section .light-image img {
        width: 60px;
    }

    .partner-section .partner_content h2 {
        margin-bottom: 25px;
    }

    .partner-section .owl-carousel .owl-dots {
        margin-top: 25px !important;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    .partner-section .owl-carousel .owl-item img {
        width: 90px;
    }

/* Portfolio */
    .portfolio-section {
        padding: 58px 0 40px;
    }

    .portfolio-section .subheading h6 {
        margin-bottom: 4px;
    }

    .portfolio-section .subheading h2 {
        margin-bottom: 15px;
    }

    .portfolio-section .nav-tabs {
        padding: 0 25px;
        margin-bottom: 20px;
    }

    .portfolio-section .nav-tabs li {
        margin: 0 15px;
    }

    .portfolio-section .image .tab-lgimage img {
        height: 194px;
    }

    .portfolio-section .image .box-content {
        border-radius: 0 0 10px 10px;
        padding: 12px 10px;
    }

    .portfolio-section .image .box-content .content {
        top: 0;
        gap: 8px;
    }

    .portfolio-section .image .box-content .content span {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 2px;
    }

    .portfolio-section .image .box-content .content h4 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .portfolio-section .arrow {
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }

    .portfolio-section .arrow img {
        width: 10px;
        height: 10px;
    }

    .portfolio-section .arrow {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .portfolio-section .arrow img {
        width: 8px;
    }

/* Service Detail */
    .service_detail {
        padding: 40px 0;
    }

    .service_detail .main-box h3 {
        margin-bottom: 8px;
    }

    .service_detail .main-box .text1 {
        margin-bottom: 6px;
    }

    .service_detail .main-box .text2 {
        margin-bottom: 10px;
    }

    .service_detail .main-box .list {
        margin-bottom: 10px;
    }

    .service_detail .main-box .list li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 3px;
        padding-left: 22px;
    }

    .service_detail .main-box .list li i {
        height: 14px;
        width: 14px;
        line-height: 14px;
        font-size: 8px;
        top: 4px;
    }

    /* Modern Gravity Forms Tablet Responsive */
    .gform_wrapper .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container textarea {
        font-size: 15px !important;
        line-height: 21px !important;
    }

    .gform_wrapper .gform_button {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .gform_wrapper .gform_button::after {
        width: 58px !important;
        height: 58px !important;
        line-height: 58px !important;
        font-size: 22px !important;
        right: -15px !important;
    }
}

@media only screen and (max-width : 575px) {
    h1 {
        font-size: 24px;
        line-height: 34px;
    }

    h2 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 16px;
        line-height: 24px;
    }

/* .text-size-16 {font-size: 12px; line-height: 20px;} */
/* .text-size-14 {font-size: 12px; line-height: 22px;} */
    .banner_outer .header {
        padding: 0;
    }

    .banner_outer .header .banner-logo img {
        width: 145px;
    }

    /* Tiny Mobile Screen Updates */
    .navbar-collapse {
        width: 100vw;
        top: 0;
    }

    .mobile-menu-header {
        padding: 20px 25px;
    }

    .mobile-menu-title {
        font-size: 18px;
    }

    .mobile-close-btn {
        width: 38px;
        height: 38px;
    }

    .mobile-close-btn .close-icon {
        font-size: 18px;
    }

    .navbar-collapse ul {
        padding: 110px 20px 40px;
        max-width: 320px;
    }

    .navbar-nav .nav-item a {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 14px 25px !important;
        border-radius: 15px !important;
        letter-spacing: 0.8px !important;
    }

    /* Tiny Mobile Contact Button */
    .navbar-nav .nav-item .contact_us {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 14px 20px 14px 15px !important;
        letter-spacing: 1px !important;
        border-radius: 25px !important;
        width: 220px !important;
    }

    .navbar-nav .nav-item .contact_us::after {
        font-size: 14px;
        right: 15px;
    }

    .navbar {
        padding: 25px 0;
    }

    .banner-section .banner-backgroundimage {
        margin-bottom: 20px !important;
    }

    .banner-section .banner_content {
        padding: 0;
    }

    .banner-section .banner_content p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }

    .banner-section .owl-carousel .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

    .service-section .service_content h2 {
        padding: 0 15px;
    }

    .service-section .box-content .upper_portion .image_content {
        bottom: -28px;
    }

    .about-section .about_wrapper {
        margin-bottom: 15px;
    }

    .about-section .about_wrapper .about-image2 {
        display: none;
    }

    .about-section .about_content h2 {
        padding: 0 25px;
    }

    .about-section .about_content p {
        padding: 0;
    }

    .process-section .process_content h2 {
        margin-bottom: 20px;
    }

    .work-section {
        padding: 24px 0 74px;
    }

    .work-section .work_content {
        margin-bottom: 10px;
    }

    .work-section .work_content .year span {
        font-size: 144px;
        line-height: 152px;
    }

    .work-section .work_content .year sup {
        font-size: 80px;
        line-height: 86px;
        top: -48px;
    }

    .work-section .work_content h2 {
        padding: 0 40px;
    }

    .work-section .discover-button {
        margin-bottom: 30px;
    }

    .work-section .work_wrapper .work-image {
        top: 14px;
        right: 8px;
    }

    .work-section .work_wrapper .work-imagebackground {
        top: 0;
        right: 48px;
    }

    .work-section .work_wrapper figure img {
        width: 220px;
    }

    .recentwork-section {
        padding: 55px 15px;
    }

    /* Mobilde carousel'i devre dışı bırak - kartları alt alta göster */
    .recentwork-section .recentwork-carousel {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px;
        padding: 0 10px;
    }

    .recentwork-section .owl-carousel .item {
        transform: scale(1) !important;
        opacity: 1 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .recentwork-section .image {
        border-radius: 10px;
        height: auto;
        min-height: 240px;
        border: 2px solid rgba(225, 178, 97, 0.3);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    }

    .recentwork-section .image:hover {
        border-color: rgba(225, 178, 97, 0.6);
    }

    .recentwork-section .image figure {
        height: 240px;
    }

    .recentwork-section .image figure img {
        height: 100%;
        object-fit: cover;
    }

    .recentwork-section .image .box-content {
        border-radius: 0 0 10px 10px;
        padding: 14px 12px;
        /* Overlay'i daha görünür yap */
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.88) 0%,
                rgba(0, 0, 0, 0.70) 50%,
                rgba(0, 0, 0, 0.30) 100%) !important;
    }

    .recentwork-section .image:hover .box-content {
        background: linear-gradient(to top,
                rgba(225, 178, 97, 0.88) 0%,
                rgba(225, 178, 97, 0.70) 50%,
                rgba(0, 0, 0, 0.30) 100%) !important;
    }

    .recentwork-section .image .box-content .content {
        padding: 0;
    }

    .recentwork-section .image .box-content .content span {
        font-size: 11px !important;
        line-height: 16px !important;
        margin-bottom: 5px !important;
        letter-spacing: 0.5px;
        display: block !important;
    }

    .recentwork-section .image .box-content .content h4 {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 8px !important;
        font-weight: 700 !important;
    }

    .recentwork-section .arrow {
        width: 34px !important;
        height: 34px !important;
        margin-top: 4px !important;
        line-height: 32px !important;
    }

    .recentwork-section .arrow img {
        width: 11px !important;
        height: 12px !important;
    }

    /* Owl Carousel kontrollerini gizle */
    .recentwork-section .owl-carousel .owl-dots {
        display: none !important;
    }

    .recentwork-section .owl-carousel .owl-nav {
        display: none !important;
    }

    .testimonial-section {
        padding: 55px 15px;
    }

    .testimonial-section .box {
        border: none;
    }

    .testimonial-section .box .image {
        width: 25%;
    }

    .testimonial-section .box .box-content {
        width: 75%;
        padding-left: 15px;
    }

    .testimonial-section .box .box-content .lower-portion .quote-image {
        right: 0;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }

    .testimonial-section .owl-carousel .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

    .journey-section::before {
        height: 270px;
    }

    .journey-section .journey_content h2 {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 15px;
    }

    .blog-section {
        padding: 55px 15px;
    }

    .blog-section .blog_content h2 {
        margin-bottom: 20px;
    }

    .blog-section .box-content {
        padding: 20px 32px;
        width: 80%;
        bottom: -42px;
    }

    .blog-section .owl-carousel .owl-dots {
        margin-top: 60px !important;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }

    .blog-section .owl-carousel .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

    .blog-section .owl-carousel .owl-item img {
        width: 100%;
    }

    .footer-section {
        padding-top: 60px;
    }

    .footer-section .middle-portion {
        text-align: center;
        padding-bottom: 40px;
    }

    .footer-section .middle-portion h3 {
        margin: 0 0 20px 0;
    }

    .footer-section .footer-button {
        margin-bottom: 25px;
    }

    .footer-section .middle-portion .logo-content {
        padding-left: 0;
    }

    .footer-section .middle-portion .links {
        padding-left: 0;
    }

    .footer-section .middle-portion .links .lower-content {
        margin-bottom: 12px;
        text-align: left;
    }

    .footer-section .middle-portion .links .lower-content .icon {
        width: 13%;
    }

    .footer-section .middle-portion .links .lower-content .content {
        width: 87%;
    }

/* Sub-banner */
    .sub-banner .header {
        padding: 0;
    }

    .sub-banner .header .banner-logo img {
        width: 145px;
    }

    .sub-banner .banner-section .banner_content h1 {
        margin-bottom: 10px;
    }

    .sub-banner .banner-section .banner_content p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 6px;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage {
        margin-bottom: 20px !important;
    }

    .sub-banner .banner-section .banner_wrapper .sub-bannerimage img {
        width: 100%;
    }

/* Faq */
/* Team */
/* Service */
    .servicepage-section .service-box .box-image {
        width: 43%;
    }

    .servicepage-section .service-box .image_content {
        height: 55px;
        width: 55px;
        line-height: 53px;
    }

    .servicepage-section .service-box .box-content {
        padding: 12px;
        width: 57%;
    }

    .servicepage-section .service-box .box-content h5 {
        margin-bottom: 0;
    }

    .servicepage-section .service-box .box-content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }

/* Contact */
    .contactinfo-section .contactinfo_content h2 {
        margin-bottom: 20px;
    }

    .contactinfo-section .box-content .icon img {
        width: 30px;
    }

    .contactinfo-section .box-content .icon2 img {
        width: 40px;
    }

    .contact-section .contect-box:before {
        height: 390px;
    }

    .contact-section .contect-box .content {
        padding: 40px 2px 40px 24px;
    }

    .contact-section .contect-box .content h6 {
        left: -10px;
    }

    .contact-section .contect-box .content h2 {
        left: -10px;
    }

    .contact-section .contect-box .content .form-group {
        width: 92%;
    }

    .contact-section .contect-box .content .send_now {
        left: -18px;
    }

    .contact-section .contect-box .content .send_now .arrow {
        top: 2px;
    }

/* About */
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        right: 0px;
    }

    .aboutpage-section .aboutpage_wrapper .badge {
        top: 82px;
        left: 84px;
    }

    .aboutpage-section .aboutpage_content h2 {
        margin-bottom: 12px;
        padding: 0 20px;
    }

    .aboutpage-section .aboutpage_content p {
        padding: 0 12px;
    }

    .aboutpage-section .aboutpage_content .text2 {
        margin-bottom: 15px;
    }

    .aboutpage-section .aboutpage_content .progress-outer {
        left: -35px;
    }

    .aboutpage-section .aboutpage_content .progress-inner {
        grid-template-columns: repeat(3, 110px);
    }

    .aboutpage-section .aboutpage_content .progress-inner .box .chart {
        width: 180px;
        height: 100px;
        line-height: 80px;
        font-size: 20px;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box canvas {
        left: 50px;
        height: 78px !important;
    }

    .aboutpage-section .aboutpage_content .progress-inner .box h6 {
        right: -35px;
    }

    .partner-section {
        padding: 55px 20px;
    }

    .partner-section .light-image {
        display: none;
    }

    .partner-section .box {
        padding: 25px 37px;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }

    .partner-section .owl-carousel .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

/* Portfolio */
    .portfolio-section .subheading h2 {
        margin-bottom: 10px;
    }

    .portfolio-section .nav-tabs {
        padding: 0 8px;
    }

    .portfolio-section .nav-tabs li {
        margin: 0 8px;
    }

    .portfolio-section .tabs-box .nav-tabs li a {
        font-size: 12px;
        line-height: 18px;
        padding-top: 2px;
    }

    .portfolio-section .image .box-content {
        border-radius: 0 0 8px 8px;
        padding: 10px 8px;
    }

    .portfolio-section .image .box-content .content {
        gap: 6px;
    }

    .portfolio-section .image .box-content .content span {
        font-size: 8px;
        margin-bottom: 1px;
    }

    .portfolio-section .image .box-content .content h4 {
        font-size: 11px;
        line-height: 14px;
    }

    .portfolio-section .arrow {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .portfolio-section .arrow img {
        width: 8px;
        height: 8px;
    }

    .portfolio-section .image figure img {
        width: 80%;
    }

    .portfolio-section .image .tab-lgimage img {
        width: 80%;
        height: auto;
    }

    .portfolio-section .tabs-box .tab-content {
        text-align: center;
    }

    .portfolio-section .arrow img {
        width: 10px !important;
    }

/* Service Detail */
    .service_detail .main-box h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .service_detail .main-box .list li {
        font-size: 14px;
    }

    /* Modern Gravity Forms Mobile Responsive */
    .gform_wrapper .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container textarea {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .gform_wrapper .gform_button {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .gform_wrapper .gform_button::after {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
        right: -12px !important;
    }
}

@media screen and (min-width: 455px) and (max-width: 575px) {
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        right: unset;
        left: 180px;
    }

    .aboutpage-section .aboutpage_wrapper .badge {
        left: 140px;
    }
}

@media screen and (min-width: 401px) and (max-width: 454px) {
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        right: 20px;
    }

    .aboutpage-section .aboutpage_wrapper .badge {
        left: 98px;
    }
}

@media screen and (min-width: 370px) and (max-width: 400px) {
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
        right: 0;
    }

    .aboutpage-section .aboutpage_wrapper .badge {
        left: 98px;
    }
}

/* Büyük ekranlar için carousel ayarları */
@media screen and (min-width: 992px) {
    /* Carousel'in scale efekti düzgün çalışsın */
    .recentwork-section .owl-carousel .item {
        transform: scale(.85);
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .recentwork-section .owl-carousel .active .item {
        opacity: 1;
        transform: scale(1);
    }
}

/* Tüm Projeler Butonu - Sadece Mobilde Görünür */
.recentwork-view-all-btn {
    padding: 0 15px;
    margin-top: 30px;
}

.btn-view-all-projects {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, #d4945d 100%);
    color: var(--e-global-color-white);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(225, 178, 97, 0.3);
    border: 2px solid var(--e-global-color-accent);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-view-all-projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d4945d 0%, var(--e-global-color-accent) 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-view-all-projects:hover::before {
    left: 0;
}

.btn-view-all-projects:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(225, 178, 97, 0.5);
    color: var(--e-global-color-white);
}

.btn-view-all-projects span {
    position: relative;
    z-index: 2;
}

.btn-view-all-projects i {
    font-size: 14px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.btn-view-all-projects:hover i {
    transform: translateX(5px);
}

/* Mobil responsive ayarlar */
@media screen and (max-width: 576px) {
    .recentwork-view-all-btn {
        margin-top: 25px;
    }
    
    .btn-view-all-projects {
        padding: 16px 35px;
        font-size: 15px;
        gap: 10px;
    }
    
    .btn-view-all-projects i {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .btn-view-all-projects {
        padding: 14px 30px;
        font-size: 14px;
        gap: 8px;
    }
    
    .btn-view-all-projects i {
        font-size: 12px;
    }
}