/**************************************

Template Name: Temly
Template URL: http://html.affixtheme.com/html/temly
Description:  Creative Coming Soon HTML Template
Author: AffixTheme
Author URL: https://themeforest.net/user/affixtheme
Version: 1.0 

======================================  
        Table Of Contents
======================================

1. Typography
2. Template Default Style
3. Preloader Style
4. Demo Style


/*=======================================================================
1. Typography
=========================================================================*/
html {
    height: 100%;
}
body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.9;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #4a4a4a; /* Daha koyu bir varsayılan metin rengi */
    background-color: #f9f9f9; /* Hafif kirik beyaz bir arka plan */
}
p {
    margin: 0 0 20px 0;
    color: #fbfbfb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 0 0 25px 0; /* Alt boşluğu biraz artır */
    color: #333; /* Başlıklar için daha koyu bir renk */
}
h1,
h2 {
    line-height: 1.4;
}
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}
h1 {
    font-size: 52px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 41px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    h1 {
        font-size: 28px;
    }
}
h2 {
    font-size: 32px;
}
@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}
h3 {
    font-size: 22px;
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}
/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
body .wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.loaded .wrapper {
    opacity: 1;
    visibility: visible;
}
/*========================================================================
3. Preloader Style
=========================================================================*/
body #preloader {
    opacity: 1;
    visibility: visible;
    background: #ffffff url("media/preloader.gif") no-repeat scroll center
        center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.3s ease-in-out;
}
body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}
/*========================================================================
4. Demo Style
=========================================================================*/
.fxt-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
body .fxt-banner {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    visibility: hidden;
}
body.loaded .fxt-banner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.fxt-template {
    background: #ff69b4;
    background: -o-linear-gradient(60deg, #ff69b4 40%, #db7093 90%);
    background: linear-gradient(30deg, #ff69b4 40%, #db7093 90%);
}
.fxt-template .fxt-main-content {
    padding: 50px 30px; /* Üst ve alt padding'i artır */
    min-height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify; /* Öğeleri dikeyde dağıt */
    -ms-flex-pack: justify;
    justify-content: space-between; /* Logo yukarıda, copyright aşağıda, ortada içerik */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content {
        padding: 40px 15px;
    }
}
.fxt-template .fxt-main-content .fxt-logo {
    margin-top: 0; /* Üst boşluğu kaldır, justify-content halledecek */
    margin-bottom: 30px; /* Ana başlıkla arasındaki boşluk */
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-logo {
        margin-bottom: 30px; /* Responsive için ana değere eşitle */
    }
}
@media only screen and (max-width: 991px) {
    .fxt-template .fxt-main-content .fxt-logo {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-logo {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-logo {
        margin-bottom: 15px;
    }
}
/* .fxt-logo .text-logo stilini biraz yukarı taşıdık, bu satırın altındaki @media sorguları bu sınıfa ait */
.fxt-template .fxt-main-content .fxt-logo .text-logo {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-logo .text-logo {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-logo .text-logo {
        font-size: 40px;
    }
}
.fxt-template .fxt-main-content .fxt-main-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px; /* Bu zaten eklenmişti, tekrar eklemeye gerek yok ama diff'te tutarlılık için kalabilir */
    max-width: 700px; /* Genişliği biraz daralt */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; /* Dikeyde ortalamak için */
    margin-bottom: 30px; /* Sosyal medya ikonlarıyla arasındaki boşluk */
}
.fxt-template .fxt-main-content .fxt-paragraph {
    max-width: 550px; /* Biraz genişlet */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fxt-template .fxt-main-content .fxt-countdown {
    margin-top: 0;
    margin-bottom: 40px; /* Sosyal medya ikonlarıyla arasındaki boşluk */
    padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-countdown {
        margin-bottom: 30px; /* Responsive için ana değere eşitle */
    }
}
@media only screen and (max-width: 991px) {
    .fxt-template .fxt-main-content .fxt-countdown {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-countdown {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-countdown {
        margin-bottom: 15px;
        padding-bottom: 20px; /* Responsive için padding'i de ayarla */
    }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section {
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 200px;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 170px;
    }
}
@media only screen and (max-width: 991px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 120px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 100px;
    }
}
@media only screen and (max-width: 479px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 80px;
    }
}
@media only screen and (max-width: 380px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section {
        min-width: 65px;
    }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section > div {
    position: relative;
    z-index: 1;
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
.fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    right: -5px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        height: 8px;
        width: 8px;
        right: -4px;
    }
}
@media only screen and (max-width: 991px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        height: 6px;
        width: 6px;
        right: -3px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        height: 4px;
        width: 4px;
        right: -2px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        height: 2px;
        width: 2px;
        right: -1px;
    }
}
@media only screen and (max-width: 479px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before,
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        display: none;
    }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section:before {
    top: 20px;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:before {
        top: 12px;
    }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
    bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .fxt-template .fxt-main-content .fxt-countdown .countdown-section:after {
        bottom: 12px;
    }
}
.fxt-template
    .fxt-main-content
    .fxt-countdown
    .countdown-section:last-child:after,
.fxt-template
    .fxt-main-content
    .fxt-countdown
    .countdown-section:last-child:before {
    display: none;
}
.fxt-template
    .fxt-main-content
    .fxt-countdown
    .countdown-section
    .countdown-number {
    font-size: 84px;
    line-height: 1;
    font-weight: 700;
    width: auto;
    color: #fff;
    font-family: "Quicksand", sans-serif;
}
@media only screen and (max-width: 1199px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-number {
        font-size: 58px;
    }
}
@media only screen and (max-width: 991px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-number {
        font-size: 52px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-number {
        font-size: 46px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-number {
        font-size: 41px;
    }
}
@media only screen and (max-width: 479px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-number {
        font-size: 36px;
    }
}
.fxt-template
    .fxt-main-content
    .fxt-countdown
    .countdown-section
    .countdown-unit {
    color: #d7d7d7;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-unit {
        font-size: 18px;
        bottom: -45px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-unit {
        font-size: 16px;
        bottom: -40px;
    }
}
@media only screen and (max-width: 575px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-unit {
        font-size: 15px;
        bottom: -35px;
    }
}
@media only screen and (max-width: 479px) {
    .fxt-template
        .fxt-main-content
        .fxt-countdown
        .countdown-section
        .countdown-unit {
        font-size: 14px;
        bottom: -30px;
    }
}
.fxt-template .fxt-main-content .fxt-socials {
    margin-bottom: 30px; /* Copyright ile arasındaki boşluk */
    margin-top: auto; /* Dikeyde ortalamak için */
}
@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .fxt-socials {
        margin-bottom: 15px;
    }
}
.fxt-template .fxt-main-content .fxt-socials li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
    .fxt-template .fxt-main-content .fxt-socials li {
        margin-right: 10px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-socials li {
        margin-right: 5px;
    }
}
.fxt-template .fxt-main-content .fxt-socials li:last-child {
    margin-right: 0;
}
.fxt-template .fxt-main-content .fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    height: 45px;
    width: 45px;
    background-color: #db7093;
    color: #fff;
    background-color: #ffc0cb;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
    .fxt-template .fxt-main-content .fxt-socials li a {
        font-size: 15px;
        height: 40px;
        width: 40px;
    }
}
.fxt-template .fxt-main-content .fxt-socials li a:hover {
    color: #fff;
}
.fxt-template .fxt-main-content .fxt-socials li.fxt-facebook a:hover {
    background-color: #db7093;
}
.fxt-template .fxt-main-content .fxt-socials li.fxt-twitter a:hover {
    background-color: #db7093;
}
.fxt-template .fxt-main-content .fxt-socials li.fxt-google a:hover {
    background-color: #db7093;
}
.fxt-template .fxt-main-content .fxt-socials li.fxt-linkedin a:hover {
    background-color: #db7093;
}
.fxt-template .fxt-main-content .fxt-copyright {
    color: #f0f0f0;
    font-size: 0.9em;
    line-height: 1.6;
    margin-top: 0; /* Alt boşluğu kaldır, justify-content halledecek */
    padding-bottom: 20px; /* Sayfanın en altına biraz boşluk */
}

/* Terms page specific styles */
.terms-content {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 30px;
    background: rgba(255, 105, 180, 0.03);
    border-radius: 12px; /* Daha yumuşak köşe */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); /* Daha yumuşak gölge */
}

.terms-section {
    background: #fff;
    margin-bottom: 2rem;
    padding: 35px;
    border-radius: 10px; /* Daha yumuşak köşe */
    border: 1px solid rgba(255, 105, 180, 0.15); /* Kenarlık rengini biraz daha belirgin yap */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Daha yumuşak gölge */
    text-align: left;
}

.terms-section h2 {
    color: #ff69b4;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
}

.terms-section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff69b4, #db7093);
    border-radius: 3px;
}

.terms-section p {
    color: #4a4a4a;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-align: left;
}

.terms-section ul {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style-type: none;
}

.terms-section ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 28px;
    color: #4a4a4a;
    line-height: 1.6;
    text-align: left;
}

.terms-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #ff69b4;
    border-radius: 50%;
}

/* Section hover effect */
.terms-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 105, 180, 0.1); /* Hover gölgesini pembe tonuyla uyumlu yap */
    transition: all 0.3s ease;
}

/* Main title styling */
.fxt-main-title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Emergency contact styling */
.terms-section:nth-last-child(2) ul li {
    background: rgba(255, 105, 180, 0.05);
    padding: 15px 20px 15px 28px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.terms-section:nth-last-child(2) ul li:before {
    top: 22px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .terms-content {
        padding: 20px;
        margin: 1rem;
    }

    .terms-section {
        padding: 25px;
    }

    .terms-section h2 {
        font-size: 1.5rem;
    }

    .fxt-main-title {
        font-size: 2rem;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .terms-content {
        padding: 15px;
    }

    .terms-section {
        padding: 20px;
    }

    .terms-section h2 {
        font-size: 1.3rem;
    }

    .terms-section p,
    .terms-section ul li {
        font-size: 0.95rem;
    }
}

/* Additional spacing for better readability */
.fxt-main-content {
    padding: 0 20px;
}

/* Custom scrollbar */
.terms-content::-webkit-scrollbar {
    width: 8px;
}

.terms-content::-webkit-scrollbar-track {
    background: rgba(255, 105, 180, 0.05);
    border-radius: 4px;
}

.terms-content::-webkit-scrollbar-thumb {
    background: rgba(255, 105, 180, 0.2);
    border-radius: 4px;
}

.terms-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 105, 180, 0.3);
}

/* Reporting section specific styles */
.reporting-steps h3,
.report-process h3 {
    color: #ff69b4;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
}

.reporting-method {
    background: rgba(255, 105, 180, 0.02);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff69b4;
}

.reporting-method h4 {
    color: #ff69b4;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.reporting-method ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.reporting-method ol li {
    margin-bottom: 10px;
    color: #4a4a4a;
    padding-left: 10px;
}

.emergency-contacts {
    background: rgba(220, 53, 69, 0.05);
    border-left: 4px solid #dc3545;
}

.emergency-contacts h4 {
    color: #dc3545;
}

.report-process ul li strong {
    color: #ff69b4;
    font-weight: 600;
}

.report-process ul li ul {
    margin: 10px 0;
    padding-left: 20px;
}

.report-process ul li ul li {
    margin-bottom: 5px;
    font-size: 0.95em;
}

.terms-section a {
    color: #ff69b4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.terms-section a:hover {
    color: #db7093;
    text-decoration: underline;
}

/* Priority levels styling */
.report-process ul li ul li:nth-child(1) {
    color: #dc3545;
}

.report-process ul li ul li:nth-child(2) {
    color: #fd7e14;
}

.report-process ul li ul li:nth-child(3) {
    color: #198754;
}

@media (max-width: 768px) {
    .reporting-method {
        padding: 15px;
    }

    .reporting-steps h3,
    .report-process h3 {
        font-size: 1.3rem;
    }

    .reporting-method h4 {
        font-size: 1.1rem;
    }
}

/* Report Form Styles */
.report-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

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

.report-form label {
    color: #ff69b4;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-family: "Playfair Display", serif;
}

.report-form .form-control {
    border: 2px solid rgba(255, 105, 180, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.report-form .form-control:focus {
    border-color: rgba(255, 105, 180, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.15);
}

.report-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF69B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.report-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.report-form .custom-control-label {
    color: #4a4a4a;
    font-family: "Roboto", sans-serif;
}

.report-form .form-text {
    color: #666;
    font-size: 0.85rem;
    margin-top: 5px;
}

.emergency-notice {
    background: rgba(220, 53, 69, 0.05);
    border-left: 4px solid #dc3545;
    padding: 15px;
    margin: 25px 0;
    border-radius: 25px; /* Daha yuvarlak butonlar */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.emergency-notice p {
    color: #dc3545;
    margin-bottom: 10px;
    font-weight: 500;
}

.emergency-notice i {
    margin-right: 8px;
}

.emergency-notice ul {
    margin: 0;
    padding-left: 25px;
}

.emergency-notice ul li {
    color: #666;
    margin-bottom: 5px;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn {
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(30deg, #ff69b4 0%, #db7093 100%);
    border: none;
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(30deg, #db7093 0%, #ff69b4 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 105, 180, 0.3); /* Hover gölgesini ayarla */
}

.btn-secondary {
    background: #f8f9fa;
    border: 1px solid #ced4da; /* Daha ince kenarlık */
    color: #495057;
}

.btn-secondary:hover {
    background: #e2e6ea;
    border-color: #b8c0c6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* File upload styling */
input[type="file"].form-control {
    padding: 8px;
}

/* Custom checkbox styling */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .report-form-section {
        padding: 25px;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .report-form-section {
        padding: 20px;
    }

    .report-form label {
        font-size: 0.95rem;
    }

    .report-form .form-control {
        font-size: 0.9rem;
    }
}
