/* ===== CUSTOM STYLES ===== */

/* Team Section Styles */
.team-section {
    background: url('/uploads/team-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}


.team-header {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.team-subtitle {
    color: #fc0841;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.team-title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.team-dot {
    color: #fc0841;
    margin-left: 5px;
}

.team-members {
    position: relative;
    z-index: 2;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
}

.member-photo {
    margin: 0 auto 30px;
}


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


.member-info {
    color: #ffffff;
}

.member-name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.member-position {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Team Section */
@media (max-width: 991px) {
    .team-section {
        padding: 80px 0;
    }
    
    .team-title {
        font-size: 48px;
    }
    
    
    .member-name {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-title {
        font-size: 36px;
    }
    
    .team-subtitle {
        font-size: 16px;
    }
    
    
    .member-name {
        font-size: 18px;
    }
    
    .member-position {
        font-size: 14px;
    }
}

/* Testimonials Section Styles */
.testimonials-section {
    background: #ffffff;
    padding: 80px 0;
}

.testimonials-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 30px;
}

.testimonials-icon {
    background: #fc0841;
    padding: 60px 190px 0px 80px;
}

.quote-mark {
    color: #ffffff;
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
}

.testimonials-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.testimonials-title h2 {
    margin: 0px 300px 0px -120px;
    padding: 0px 0px 0px 0px;
    color: #161619;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 800;
}

.testimonials-navigation {
    display: flex;
    gap: 10px;
}

.testimonial-nav-btn {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.testimonial-nav-btn:hover {
    background: #fc0841;
    color: #ffffff;
    border-color: #fc0841;
}

.testimonials-slider {
    margin-top: 40px;
}

.testimonials-swiper {
    overflow: hidden;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {
    font-size: 18px;
    color: #333333;
    margin: 0 0 30px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.author-info {
    flex: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.author-title {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 500;
}

/* Responsive Testimonials */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .testimonials-title {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonials-title h2 {
        font-size: 36px;
    }
    
    .testimonial-card {
        padding: 30px;
        height: 280px;
    }
}

/* Swiper Testimonials Custom Styles */
.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}


@media (max-width: 767px) {

    .navbar {
        background: #000000 !important;
    }

    div#navbarSupportedContent {
        background: #ffffff !important;
        padding: 20px !important;
        border-radius: 10px !important;
        margin-top: 10px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    }

    div#navbarSupportedContent .navbar-nav .nav-link {
        color: #000000 !important;
        font-weight: 600 !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    div#navbarSupportedContent .navbar-nav .nav-link:hover {
        color: #fc0841 !important;
        background: #f8f9fa !important;
    }

    div#navbarSupportedContent .navbar-nav .nav-link:last-child {
        border-bottom: none !important;
    }

    button.navbar-toggler {
        background: #ffffff !important;
    }

    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-icon {
        width: 40px !important;
        height: 40px !important;
        padding: 15px !important;
    }
    
    .quote-mark {
        font-size: 20px !important;
    }
    
    .testimonials-title h2 {
        font-size: 32px;
    }
    
    .testimonial-card {
        padding: 25px;
        height: 250px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }
    
    .author-name {
        font-size: 16px;
    }
}

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    height: 100vh;
    background: linear-gradient(135deg, rgba(15,23,42,0.9) 0%, rgba(30,64,175,0.8) 100%);
}

@media (max-width: 767px) {
    .hero-slider {
        height: 70vh;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(30,41,59,0.8) 100%);
}


.swiper-slide-2 {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(30,41,59,0.8) 100%);
}

/* Slide Background Images */
.slide-1 {
    background-image: linear-gradient(to right, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%), url('/uploads/slider/slide1-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-2 {
    background-image: linear-gradient(to right, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%), url('/uploads/slider/slide2-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-3 {
    background-image: linear-gradient(to right, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%), url('/uploads/slider/slide3-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-text h1 {
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
    color: #fff;
}

.slide-text p {
    font-size: 1.25rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fc0841;
    color: var(--text-white);
    padding: 1rem 2rem;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    color: var(--text-white);
}

.slide-visual {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.billboard-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
}

.billboard {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
}

.billboard:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.15);
}

.billboard-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.billboard-content {
    text-align: center;
    color: var(--text-white);
}

.billboard-logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.billboard-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.billboard-subtext {
    font-size: 1rem;
    color: var(--text-gray);
}

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
    color: var(--text-white);
    width: 40px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

/* Pagination */
.swiper-pagination-bullet {
    background: var(--text-white);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Background Effects */
.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" style="stop-color:%23000;stop-opacity:0.3"/><stop offset="100%" style="stop-color:%23000;stop-opacity:0.8"/></radialGradient></defs><rect width="1200" height="800" fill="url(%23a)"/><circle cx="200" cy="150" r="20" fill="%23ff0000" opacity="0.8"/><circle cx="400" cy="100" r="15" fill="%2300ff00" opacity="0.6"/><circle cx="600" cy="200" r="25" fill="%230000ff" opacity="0.7"/><circle cx="800" cy="120" r="18" fill="%23ffff00" opacity="0.5"/><circle cx="1000" cy="180" r="22" fill="%23ff00ff" opacity="0.6"/></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

/* Stats Section Styles */
.stats-section {
    padding: 0;
    margin-bottom: 50px;
}

.stats-card {
    background: white;
    border-radius: 0px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.stats-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #E8E8E8;
}

.stats-content {
    padding-right: 30px;
}

.stats-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 38px;
    color: #000;
}

.stats-highlight {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 38px;
    color: #fc0841;
    transition: all 0.3s ease;
}

.stats-highlight:hover {
    color: #000;
}

.stats-subtitle {
    margin-top: 30px;
    transition: all 0.3s ease;
}

.stats-subtitle h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.underline {
    width: 60px;
    height: 3px;
    background: #fc0841;
    margin-top: 5px;
}

.stats-description {
    margin-bottom: 40px;
}

.stats-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.stats-numbers {
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px 10px;
}

.stat-number {
    font-size: 36px;
    font-weight: 900;
    color: #fc0841;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Animation Classes */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 80px;
    text-align: center;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    width: 64px!important;
}

/* Responsive Design */
@media (max-width: 768px) {

    .billboard-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .slide-text h1 {
        font-size: 40px;
    }

    .slide-text p {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .stats-card {
        padding: 40px 30px;
        margin: 0 20px;
    }

    .stats-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .stats-title {
        font-size: 24px;
    }

    .stats-highlight {
        font-size: 36px;
    }

    .stat-item {
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .stats-card {
        padding: 30px 20px;
        margin: 0 15px;
    }

    .stats-title {
        font-size: 20px;
    }

    .stats-highlight {
        font-size: 28px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }
}

/* Services Section Styles */
.services-section {
    padding: 80px 0;
    background: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-subtitle {
    color: #fc0841;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-title {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-dot {
    color: #fc0841;
    font-size: 24px;
    margin-left: 10px;
}

.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.service-card {
    position: relative;
    height: 500px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover .service-bg {
    transform: scale(1.1);
}

.service-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 0.3s ease;
}

.service-bg-1 {
    background-image: url('/uploads/service-03.jpg');
}

.service-bg-2 {
    background-image: url('/uploads/service-04.jpg');
}

.service-bg-3 {
    background-image: url('/uploads/service-06.jpg');
}

.service-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 30px;
    width: 80%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    align-items: flex-start;
}

.service-icon {
    text-align: center;
    margin-bottom: 15px;
}

.service-icon i {
    color: #fc0841;
    font-size: 32px;
}

.service-title-card {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 500ms;
    color: #000000;
}

.service-description {
	font-size: 19px;
	color: #808080;
	margin: 0;
	letter-spacing: 0.01em;
	font-family: "Open Sans";
}

/* Responsive Services */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-title {
        font-size: 36px;
    }
    
    .service-card {
        height: 350px;
        margin-bottom: 30px;
    }
    
    .service-overlay {
        width: 85%;
        height: 65%;
        padding: 25px;
    }
    
    .service-title-card {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 40px 0;
    }
    
    .services-title {
        font-size: 28px;
    }
    
    .services-subtitle {
        font-size: 16px;
    }
    
    .service-card {
        height: 500px;
    }
    
    .service-overlay {
        width: 60% !important;
        height: 50%;
        padding: 20px;
    }
    
    .service-title-card {
        font-size: 18px;
    }
    
    .service-description {
        font-size: 1rem;
    }
}

/* Expert Section Styles */
.expert-section {
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.expert-image-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.expert-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.expert-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50PX;
}

.expert-text h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    text-align: end;
}

.expert-text-content .progress-bar {
    color: #fff;
    background-color: #ffffff;
}

.expert-text-content .progress-percentage {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}

.expert-content {
    height: 600px;
    display: flex;
    align-items: center;
    padding: 60px;
    position: relative;
}

.expert-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/uploads/bg-prgress.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.expert-text-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.expert-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #b8b5c7;
}

.expert-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3;
}

.progress-section {
    margin-top: 40px;
}

.progress-item {
    margin-bottom: 25px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.progress-percentage {
    color: #fc0841;
    font-weight: 700;
}

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

.progress-fill {
    height: 100%;
    background: #fc0841;
    border-radius: 4px;
    transition: width 1s ease-in-out;
    width: 0; /* Başlangıçta 0 genişlik */
}

/* Progress bar animasyonu için */
.progress-fill.animate {
    width: var(--progress-width) !important;
}

/* Responsive Expert Section */
@media (max-width: 991px) {
    .expert-image-container,
    .expert-content {
        height: 500px;
    }
    
    .expert-text h2 {
        font-size: 36px;
    }
    
    .expert-title {
        font-size: 28px;
    }
    
    .expert-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {

    .outdoor-content-container {
        padding: 20px !important;
    }

    .expert-image-container,
    .expert-content {
        height: 400px;
    }
    
    .expert-text h2 {
        font-size: 28px;
    }
    
    .expert-title {
        font-size: 24px;
    }
    
    .expert-content {
        padding: 30px;
    }
    
    .progress-item {
        margin-bottom: 20px;
    }
}

/* Outdoor Advertising Section Styles */
.outdoor-advertising-section {
    background: #ffffff;
    padding: 0;
}

.outdoor-main-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 60px;
}

.outdoor-content-container {
    padding: 110px 0px 100px 80px;
}

.text-red {
    color: #fc0841;
}

/* Digital Billboard Styles */
.billboard-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.billboard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

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

/* Right Side Content Styles */
.outdoor-content {
    padding-left: 40px;
    width: 400px;
}

.outdoor-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.4;
}

.outdoor-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Service Categories Styles */
.service-categories {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
}

.service-category {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    align-content: center;
}


.category-icon {
    width: 50px;
    height: 50px;
    background: #fc0841;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.category-label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

/* Responsive Outdoor Advertising */
@media (max-width: 991px) {
    .outdoor-main-title {
        font-size: 28px;
    }
    
    .billboard-container {
        height: 50vh;
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }
    
    .outdoor-content {
        padding-left: 20px;
        margin-top: 40px;
    }
    
    .outdoor-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .outdoor-main-title {
        font-size: 24px;
    }
    
    .billboard-container {
        height: 40vh;
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }
    
    .outdoor-content {
        padding-left: 0;
        text-align: center;
    }
    
    .service-categories {
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    
    .service-category {
        width: 100%;
        max-width: 70px;
    }
}

/* Outdoor Advertising Reverse Section Styles */
.outdoor-reverse-section {
    background: #ffffff;
    padding: 0;
    margin: 100px 0;
}

.outdoor-reverse-content-container {
    padding: 60px 80px 60px 80px;
}

.outdoor-reverse-content {
    padding-right: 40px;
    width: 450px;
}

.outdoor-reverse-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.4;
}

.outdoor-reverse-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Reverse Service Points Styles */
.outdoor-reverse-service-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-point {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.service-point-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-point-text {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
}

.outdoor-reverse-image-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.outdoor-reverse-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Responsive Outdoor Reverse Section */
@media (max-width: 991px) {
    .outdoor-reverse-content-container {
        padding: 20px !important;
    }

    .outdoor-reverse-section {
        margin: 20px 0 !important;
    }

    .outdoor-reverse-content {
        width: 100% !important;
    }
    
    .outdoor-reverse-content {
        padding-right: 20px;
        margin-top: 40px;
    }
    
    .outdoor-reverse-title {
        font-size: 24px;
    }
    
    .outdoor-reverse-image-container {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .outdoor-reverse-content-container {
        padding: 60px 20px 60px 20px;
    }
    
    .outdoor-reverse-content {
        padding-right: 0;
        text-align: center;
    }
    
    .outdoor-reverse-service-points {
        align-items: center;
    }
    
    .service-point {
        text-align: center;
        justify-content: center;
    }
    
    .outdoor-reverse-image-container {
        height: 400px;
    }
}

/* CTA Section Styles */
.cta-section {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.cta-background {
    width: 100%;
    height: 100%;
    background-image: url('/uploads/bg-cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cta-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.cta-content {
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}

.cta-title {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-subtitle {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.5;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    background: #fc0841;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Responsive CTA Section */
@media (max-width: 991px) {
    .cta-title {
        font-size: 36px;
    }
    
    .cta-subtitle {
        font-size: 18px;
    }
    
    .cta-button {
        padding: 16px 35px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-section {
        height: 50vh;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .cta-button {
        padding: 14px 30px;
        font-size: 14px;
    }
}

/* Outdoor Advertising Solutions Section Styles */
.outdoor-solutions-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

.solutions-image-container {
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.solutions-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.solutions-content-container {
    padding: 60px;
}

.solutions-content {
    max-width: 500px;
}

.solutions-title {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.solutions-underline {
    width: 80px;
    height: 3px;
    background: #fc0841;
    margin-bottom: 30px;
}

.solutions-description {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.solutions-play-button {
    width: 80px;
    height: 80px;
    background: #fc0841;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(252, 8, 65, 0.3);
}

 .solutions-play-button:hover {
     transform: scale(1.1);
     box-shadow: 0 8px 25px rgba(252, 8, 65, 0.4);
 }

/* Video Modal Styles */
.video-modal {
     display: none;
     position: fixed;
     z-index: 9999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.9);
     backdrop-filter: blur(5px);
 }

.video-modal-content {
     position: relative;
     margin: 0 auto;
     width: 90%;
     max-width: 960px;
     height: auto;
     aspect-ratio: 16/9;
     background: #000;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
     top: 50%;
     transform: translateY(-50%);
 }

.video-modal-close {
     position: absolute;
     top: 15px;
     right: 20px;
     color: #ffffff;
     font-size: 35px;
     font-weight: bold;
     cursor: pointer;
     z-index: 1000;
     background: rgba(0, 0, 0, 0.7);
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }

.video-modal-close:hover {
     background: #fc0841;
     transform: scale(1.1);
 }

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

.video-container iframe {
     border-radius: 10px;
 }

/* Responsive Video Modal */
@media (max-width: 991px) {
     .video-modal-content {
         width: 95%;
         max-width: 720px;
     }
 }

@media (max-width: 767px) {
     .video-modal-content {
         width: 98%;
         max-width: 640px;
     }
     
     .video-modal-close {
         top: 10px;
         right: 15px;
         font-size: 28px;
         width: 35px;
         height: 35px;
     }
 }


.feature-icon {
    width: 80px;
    height: 80px;
    color: #fc0841;
    font-size: 32px;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.feature-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Outdoor Solutions Section */
@media (max-width: 991px) {
    .solutions-image-container,
    .solutions-content-container {
        height: 400px;
    }
    
    .solutions-title {
        font-size: 36px;
    }
    
    .feature-block {
        padding: 40px 30px;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .feature-block:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .outdoor-solutions-section {
        padding: 60px 0;
    }
    
    .solutions-image-container,
    .solutions-content-container {
        height: 300px;
    }
    
    .solutions-content-container {
        padding: 20px;
    }
    
    .solutions-title {
        font-size: 28px;
    }
    
    .solutions-description {
        font-size: 16px;
    }
    
    .solutions-play-button {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    
    .feature-block {
        padding: 30px 20px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
         .feature-description {
         font-size: 14px;
     }
 }

/* Project Area Section Styles */
.project-area-section {
     background: #ffffff;
     padding: 0;
     margin: 0;
 }

/* Project Header Styles */
.project-header {
     background: url('/uploads/bg-project.png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 80px 0 200px 0;
     position: relative;
     overflow: hidden;
 }


.project-header-content {
     text-align: center;
     position: relative;
     z-index: 2;
 }

.project-subtitle {
     font-size: 18px;
     font-weight: 600;
     text-transform: uppercase;
     color: #fc0841;
     margin-bottom: 15px;
     letter-spacing: 2px;
 }

.project-title {
     font-size: 64px;
     font-weight: 800;
     text-transform: uppercase;
     color: #ffffff;
     margin: 0;
     line-height: 1.2;
     letter-spacing: 1px;
 }

.project-dot {
     color: #fc0841;
     margin-left: 5px;
 }

/* Project Grid Section Styles */
.project-grid-section {
     background: #ffffff;
     padding: 0;
     margin-top: -150px;
 }

.project-item {
     position: relative;
     overflow: hidden;
     border-radius: 0;
     box-shadow: none;
     transition: all 0.3s ease;
     height: 300px;
     margin: 0;
 }

/* Tüm proje öğeleri aynı boyutta */

.project-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }

.project-item:hover .project-image {
     transform: scale(1.05);
 }

/* Project Item Hover Overlay */
.project-item::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(252, 8, 65);
     opacity: 0;
     transition: opacity 0.3s ease;
     z-index: 2;
     margin: 20px;
 }

.project-item:hover::before {
     opacity: 1;
 }

/* Project Item Hover Content */
.project-item::after {
     content: attr(data-hover-text);
     position: absolute;
     bottom: 45px;
     left: 45px;
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.4;
     white-space: pre-line;
     opacity: 0;
     transition: opacity 0.3s ease;
     z-index: 3;
 }

.project-item:hover::after {
     opacity: 1;
 }

/* Project Grid Layout - Bootstrap Grid System */
.project-grid-section .row {
     height: 600px;
 }

.project-link {
     display: block;
     text-decoration: none;
     color: inherit;
     height: 100%;
 }

.project-link:hover {
     text-decoration: none;
     color: inherit;
 }

.project-item-large {
     height: 600px;
 }

.project-item-small {
     height: 300px;
 }

.project-item-wide {
     height: 300px;
 }

/* Responsive Project Area Section */
@media (max-width: 991px) {
     .project-header {
         padding: 60px 0 190px 0;
     }
     
     .project-title {
         font-size: 48px;
     }
     
     .project-grid-section {
         padding: 0;
     }
     
     .project-grid-section .row {
         height: 500px;
     }
     
     .project-item-large {
         height: 500px;
     }
     
     .project-item-small {
         height: 250px;
     }
     
     .project-item-wide {
         height: 250px;
     }
 }

@media (max-width: 767px) {

     .project-title {
         font-size: 36px;
     }
     
     .testimonials-title h2 {
        margin: 0px !important;
    }

     .project-subtitle {
         font-size: 16px;
     }
     
     .project-grid-section {
         padding: 0;
     }
     
     .project-grid-section .row {
         height: auto;
     }
     
     .project-item-large {
         height: 300px;
     }
     
     .project-item-small {
         height: 200px;
     }
     
     .project-item-wide {
         height: 200px;
     }
 }

/* FAQ and Contact Section Styles */
.faq-contact-section {
    background: url('/uploads/bg-faq.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.faq-contact-section .container {
    position: relative;
    z-index: 2;
}

/* FAQ Section Styles */
.faq-section {
    background: #ffffff;
    padding: 150px 60px 150px 60px;
    height: 100%;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-subtitle {
    color: #fc0841;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.faq-title {
    color: #000000;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
}

.faq-list {
    margin-top: 30px;
}

.faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

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

.faq-question {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover h3 {
    color: #fc0841;
}

.faq-toggle {
    color: #fc0841;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 20px;
    text-align: center;
}

.faq-question h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
}

.faq-answer {
    margin-top: 15px;
    padding-left: 40px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Contact Form Section Styles */
.contact-form-section {
    background: #fc0841;
    padding: 60px 50px;
}

.contact-header h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 37px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.contact-form .form-control:focus {
    outline: none;
    border-bottom-color: #ffffff;
    box-shadow: none;
    background: transparent;
}

.contact-form .form-control:focus::placeholder {
    opacity: 1;
}

.submit-btn {
    background: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: transparent;
    color: #ffffff;
}

/* Responsive FAQ and Contact Section */
@media (max-width: 991px) {
    .faq-contact-section {
        padding: 80px 0;
    }
    
    .faq-section,
    .contact-form-section {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    
    .faq-title {
        font-size: 36px;
    }
    
    .contact-header h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .faq-section,
    .contact-form-section {
        padding: 30px 20px;
    }
    
    .faq-title {
        font-size: 28px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .contact-header h2 {
        font-size: 18px;
    }
}

/* Latest News Section Styles */
.latest-news-section {
    padding: 0 0 100px 0;
    background: #ffffff;
}

.news-header {
    margin-bottom: 80px;
}

.news-subtitle {
    color: #fc0841;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.news-title {
    color: #000000;
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.news-dot {
    color: #fc0841;
    margin-left: 5px;
}

.news-carousel-container {
    position: relative;
}

.news-swiper {
    overflow: hidden;
}

.news-card {
    height: 400px;
}

.news-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.news-overlay {
    background: #00000057;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
}

.news-date {
    background: #fc0841;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    align-self: flex-start;
    margin-bottom: 20px;
}

.date-day {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.date-month {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-category {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-category i {
    font-size: 14px;
    color: #fc0841;
}

.news-title-card {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.read-more {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    align-self: flex-start;
    transition: color 0.3s ease;
}

.read-more::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fc0841;
    transition: width 0.3s ease;
}

.read-more:hover {
    color: #fc0841;
}

.read-more:hover::after {
    width: 80%;
}

/* News Navigation */
.news-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.news-nav-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-nav-btn:hover {
    background: #fc0841;
    color: #ffffff;
    transform: scale(1.1);
}

.news-prev {
    left: -30px;
}

.news-next {
    right: -30px;
}

/* Responsive News Section */
@media (max-width: 1200px) {
    .news-carousel-container {
        padding: 0 40px;
    }
    
    .news-prev {
        left: -30px;
    }
    
    .news-next {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .latest-news-section {
        padding: 80px 0;
    }

    
    .news-title {
        font-size: 48px;
    }
    
    .news-card {
        height: 450px;
    }
    
    .news-overlay {
        padding: 30px;
    }
    
    .news-title-card {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news-carousel-container {
        padding: 0 20px;
    }
    
    .news-title {
        font-size: 36px;
    }
    
    .news-card {
        height: 400px;
    }
    
    .news-overlay {
        padding: 25px;
    }
    
    .news-title-card {
        font-size: 16px;
    }
    
    .news-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .news-prev {
        left: -20px;
    }
    
    .news-next {
        right: -20px;
    }
}

/* Contact Work Section Styles */
.contact-work-section {
    background: #1a1a1a;
    padding: 100px 0;
    color: #ffffff;
}

.work-with-us {
    padding-right: 40px;
}

.work-title {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-info {
    padding-left: 40px;
}

.contact-heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-line {
    width: 60px;
    height: 3px;
    background: #fc0841;
    margin-bottom: 30px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Responsive Contact Work Section */
@media (max-width: 991px) {
    .contact-work-section {
        padding: 80px 0;
    }
    
    .work-title {
        font-size: 48px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .work-with-us {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .contact-info {
        padding-left: 0;
        text-align: center;
    }
    
    .contact-line {
        margin: 0 auto 30px auto;
    }
    
    /* On mobile, remove the two-color effect and red line */
    .contact-work-section::before,
    .contact-work-section::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .contact-work-section {
        padding: 60px 0;
    }
    
    .work-title {
        font-size: 36px;
    }
    
    .contact-heading {
        font-size: 28px;
    }
    
    .contact-item {
        font-size: 16px;
    }
}


/* Contact Work Section with Two Colors */
.contact-work-section {
    background: #1a1a1a;
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-work-section::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #111111;
    z-index: 1;
}


.contact-work-section .container {
    position: relative;
    z-index: 2;
}

.work-with-us {
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.work-title {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-info {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.contact-heading {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-line {
    width: 60px;
    height: 3px;
    background: #fc0841;
    margin-bottom: 30px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

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

.email-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.email-input-container:focus-within {
    border-bottom-color: #fc0841;
}

.email-icon {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.email-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    outline: none;
}

.email-input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.submit-btn-2 {
    border: none;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    background: 0;
}


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

/* Responsive Subscribe Form */
@media (max-width: 767px) {
    .email-input-container {
        padding: 8px 0;
    }
    
    .email-icon {
        font-size: 14px;
        margin-right: 12px;
    }
    
    .email-input {
        font-size: 14px;
    }
    
    .contact-info {
        padding-left: 0px !important;
    }

    .work-with-us {
        padding-right: 0px !important;
    }

    .work-title {
        font-size: 32px !important;
    }

    .contact-heading {
        font-size: 16px !important;
    }

}