@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: 'montserrat',sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Nature theme color variables */
:root {
    --nature-green: #4caf50;
    --nature-green-light: #81c784;
    --nature-green-dark: #388e3c;
    --nature-teal: #26a69a;
    --nature-brown: #8b4513;
    --nature-earth: #d2691e;
}

.navbar a{
    font-size: 14px;
    font-weight: 1000;
}

.navbar-toggler{
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: var(--nature-green);
}

/* Enhanced navbar with nature theme */
.navbar {
    background: linear-gradient(135deg, var(--nature-green) 0%, var(--nature-green-light) 100%) !important;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3) !important;
}

.navbar .navbar-brand {
    color: white !important;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
}

.navbar-nav .nav-link:hover {
    color: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-nav .nav-link:hover {
    color: var(--nature-green) !important;
}

/* Enhanced dropdown menu styling */
.dropdown-menu {
    background: white !important;
    border: 1px solid rgba(76, 175, 80, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.15) !important;
    padding: 10px !important;
}

.dropdown-menu .dropdown-item {
    color: #333 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    margin: 2px 0 !important;
    transition: all 0.3s ease !important;
}

.dropdown-menu .dropdown-item:hover {
    color: white !important;
    background: linear-gradient(135deg, var(--nature-green), var(--nature-green-light)) !important;
    transform: translateX(5px) !important;
}

.dropdown-divider {
    border-color: rgba(76, 175, 80, 0.2) !important;
    margin: 8px 0 !important;
}

.w-100.height {
    height: 700px; 
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .w-100.height {
        height: 500px;
    }
}

.carousel-item {
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-caption {
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    z-index: 2;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Bootstrap carousel caption override */
.carousel .carousel-caption {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.carousel-caption h1 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 1px 1px 4px rgba(0,0,0,0.8);
}

.carousel-caption p {
    font-size: 16px;
    line-height: 1.6;
    width: 70%;
    margin: 0 auto 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.9), 1px 1px 3px rgba(0,0,0,0.8);
}

/* Gradient overlay removed for better text visibility */

/* Nature-themed buttons */
.btn-primary {
    background: var(--nature-green) !important;
    /* border-color: var(--nature-green) !important; */
    transition: all 0.3s ease;
}

/* Hero Section Styles */
.hero-carousel {
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 60px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* Additional centering for carousel content */
.carousel-caption .hero-content {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 60px 20px !important;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 12px rgba(0,0,0,0.9), 1px 1px 4px rgba(0,0,0,0.8);
    animation: fadeInUp 1s ease-out;
    line-height: 1.2;
}

/* Responsive adjustments for hero section */
@media (max-width: 768px) {
    .carousel-caption {
        width: 100%;
        padding: 0 3%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .hero-content {
        padding: 40px 15px;
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
}

.hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9), 1px 1px 3px rgba(0,0,0,0.8);
    animation: fadeInUp 1s ease-out 0.2s both;
}

.btn-hero {
    background: linear-gradient(135deg, var(--nature-green) 0%, var(--nature-green-light) 100%);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(45, 90, 39, 0.3);
    animation: fadeInUp 1s ease-out 0.4s both;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(45, 90, 39, 0.4);
    color: white;
    text-decoration: none;
}

/* About Section Styles */
.about-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

/* Gradient clip-path removed for cleaner design */

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(45, 90, 39, 0.2);
}

.about-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

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

/* Image overlay removed for better visibility */

.about-content {
    padding: 40px 0;
}

.section-header {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--nature-green);
    margin-bottom: 1rem;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--nature-green), var(--nature-teal));
    border-radius: 2px;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 400;
}

.about-text .lead {
    font-size: 1.2rem;
    color: #495057;
    line-height: 1.8;
}

.feature-list {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
}

.feature-item i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.about-cta .btn-outline-success {
    border: 2px solid var(--nature-green);
    color: var(--nature-green);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.about-cta .btn-outline-success:hover {
    background: var(--nature-green);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 90, 39, 0.3);
}

/* Services Section Styles */
.services-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

/* Gradient clip-path removed for cleaner design */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(45, 90, 39, 0.1);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--nature-green), var(--nature-teal));
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(45, 90, 39, 0.2);
    border-color: var(--nature-green-light);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--nature-green) 0%, var(--nature-green-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(45, 90, 39, 0.3);
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--nature-green);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-card p {
    color: #6c757d;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-details-btn {
    background: linear-gradient(135deg, var(--nature-green-light) 0%, var(--nature-teal) 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 4px 15px rgba(45, 90, 39, 0.3);
}

.service-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 90, 39, 0.4);
}

.service-details-btn i {
    transition: transform 0.3s ease;
}

.service-details-btn[open] i {
    transform: rotate(180deg);
}

.service-details {
    margin-top: 1.5rem;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid var(--nature-green);
}

.service-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.service-details li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--nature-green);
    font-weight: bold;
}

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

/* Enhanced Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    background: rgba(45, 90, 39, 0.8);
    border-radius: 50%;
    border: none;
    margin: auto 15px;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(45, 90, 39, 1);
    transform: scale(1.05);
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background: var(--nature-green);
    border-color: white;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .btn-hero {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 25px;
    }
    
    .about-content {
        padding: 20px 0;
    }
    
    .feature-item {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-content {
        padding: 20px 15px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .service-card {
        padding: 20px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-icon i {
        font-size: 1.5rem;
    }
}

.btn-primary:hover {
    background: var(--nature-green-dark) !important;
    /* border-color: var(--nature-green-dark) !important; */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(45, 90, 39, 0.3);
}

@media only screen and (max-width: 1150px) {
    .carousel-caption {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding: 10px;
        box-sizing: border-box;
        z-index: 2;
    }

    .carousel-caption h1 {
        font-size: 24px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1.2;
        margin: 0 0 1rem 0;
        text-align: center;
    }

    .carousel-caption p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 auto 1rem;
        width: 100%;
        text-align: center;
    }
    
    .w-100.height {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 20px;
    }
    
    .carousel-caption p {
        font-size: 12px;
    }
    
    .w-100.height {
        height: 400px;
    }
}

#analysis {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.photo, .text {
    opacity: 0;
    transform: translateY(50px); 
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#analysis:hover .photo,
#analysis:hover .text {
    transform: translateY(0);
    opacity: 1;
}

#analysis:hover .photo {
    transition-delay: 0.1s;
}

#analysis:hover .text {
    transition-delay: 0.2s;
}

/* Enhanced text styling with nature theme */
.text h3 {
    color: var(--nature-green) !important;
    position: relative;
}

.text h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--nature-green), var(--nature-teal));
    border-radius: 2px;
}

.text p {
    color: var(--nature-green-dark) !important;
}

.wrapper {
    font-family: 'montserrat',sans-serif;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.wrapper h1 {
    font-family: 'montserrat',sans-serif;
    font-size: 4em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
    color: var(--nature-green);
}

.wrapper h2 {
    color: var(--nature-green) !important;
}

.content-box {
    font-family: 'montserrat',sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.card {
    min-height: 300px; 
    width: calc(33.333% - 2rem); 
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, #67eb6e 0%, #4a7c59 100%);
    margin: 10px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden; 
    /* border: 2px solid var(--nature-green-light); */
}

.card i {
    margin: 10px;
    color: var(--nature-green-dark);
    font-size: 1.2em;
}

.card p {
    color: #010d01;
    text-align: center;
    font-size: 0.9em;
}

.card h2 {
    color: var(--nature-green-dark);
    text-align: center;
    margin: 12px;
    font-size: 1.5em;
}

.card:hover i,
.card:hover p {
    color: #020202;
}

.card h2 {
    font-weight: 500;
}

.card:nth-child(1):hover,
.card:nth-child(2):hover,
.card:nth-child(3):hover
{
    background: linear-gradient(45deg, rgba(45, 90, 39, 0.8) 0%, rgba(74, 124, 89, 0.8) 100%), url(/image/forest.jpg);
    background-size: cover;
    transform: translateY(-5px);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5);
}

.detail-btn {
    margin-top: 10px;
    padding: 8px 12px;
    border: none;
    background-color: var(--nature-green);
    color: white;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.detail-btn:hover {
    background-color: var(--nature-green-dark);
    transform: translateY(-2px);
}

details {
    width: 100%;
}

summary {
    list-style: none;
    cursor: pointer;
}

.details-box {
    display: none;
    padding: 15px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

details[open] .details-box {
    display: block;
}

@media (max-width: 1024px) {
    .card {
        width: calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .card {
        width: calc(100% - 2rem);
    }
}

#team .row > .col {
    display: flex;
    align-items: stretch;
}

#team .team-card {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(16, 12, 12, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

#team .team-card:hover {
    background: linear-gradient(45deg, 
                                rgba(45, 90, 39, 0.8) 0%, 
                                rgba(45, 125, 138, 0.8) 100%), 
                                url(/image/beach-2413081.jpg);
    background-size: cover;
    transform: translateY(-5px);
}

#team .team-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
}

#team .team-img,
#team img.team-img.img-fluid {
    width: 100%;
    height: 160px !important;
    max-height: 160px;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

#team img.team-img[src*="burak_danaoglu"] {
    object-position: center 42%;
}

#team .team-card h4 {
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: 8px;
    min-height: 2.5em;
}

#team .team-card p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 0;
    min-height: 2.6em;
    flex-grow: 1;
}

#team .row .col-md-2 {
    margin-bottom: 20px; 
}

#team .team-card:hover p{
    color: #0e0e17;
}

@media (min-width: 992px) {
    #team .team-img,
    #team img.team-img.img-fluid {
        height: 140px !important;
        max-height: 140px;
    }

    #team img.team-img[src*="burak_danaoglu"] {
        object-position: center 40%;
    }

    #team .team-card h4 {
        font-size: 0.85rem;
    }

    #team .team-card p {
        font-size: 0.7rem;
    }
}

#team h2 {
    color: var(--nature-green) !important;
}

@media(max-width: 991px){
    .wrapper{
        padding: 25px;
    }
    .wrapper h1{
        font-size: 2.5em;
        font-weight: 600;
    }
    .content-box{
        flex-direction: column;
        width: 100%;
    }
    .card{
        min-width: 300px;
        margin: 10px auto;
    }
}

.container h2{
    color: var(--nature-green) !important;
}

.pricing-wrapper {
    max-width: 1090px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}

.pricing-wrapper .table {
    width: calc(33% - 20px);
    background: #fff;
    padding: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.price-section {
    display: flex;
    justify-content: center;
}

.price-area {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 2px;
}

.price-area .inner-area {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    line-height: 117px;
    text-align: center;
    position: relative;
    top: -10px;
    left: 17px;
}

.inner-area .text {
    font-size: 25px;
    font-weight: 400;
}

.inner-area .price {
    font-size: 45px;
    font-weight: 500;
    margin-left: 16px;
}

.package-name {
    width: 100%;
    height: 2px;
    margin: 35px 0;
    position: relative;
}

.package-name::before {
    position: absolute;
    content: attr(data-name);
    left: 50%;
    top: 50%;
    background: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 0 15px;
    transform: translate(-50%, -50%);
}

.features li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.features li .list-name {
    font-size: 17px;
    font-weight: 400;
}

.features li .icon {
    font-size: 15px;
}

.features li .icon-check {
    color: #2db94d;
}

.features li .icon-cross {
    color: #ac2c0f;
}

.btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.btn button {
    width: 120%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Renk ayarları */
.silver {
    box-shadow: 0 4px 8px rgba(192, 192, 192, 0.5);
}
.silver .price-area,
.silver .inner-area,
.silver .btn button {
    background: #c0c0c0;
}
.silver .package-name {
    background: #e0e0e0;
}
.silver .package-name::before {
    color: #c0c0c0;
}

.gold {
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.5);
}
.gold .price-area,
.gold .inner-area,
.gold .btn button {
    background: #ffd700;
}
.gold .package-name {
    background: #fff8dc;
}
.gold .package-name::before {
    color: #ffd700;
}

.platinum {
    box-shadow: 0 4px 8px rgba(229, 228, 226, 0.5);
}
.platinum .price-area,
.platinum .inner-area,
.platinum .btn button {
    background: #e5e4e2;
}
.platinum .package-name {
    background: #f5f5f5;
}
.platinum .package-name::before {
    color: #e5e4e2;
}

.card-blog {
    width: 100%;
    margin-bottom: 20px;
    transition: background 0.3s ease;
}
  
.card-blog .card-title {
    font-size: 1.25rem;
    font-weight: bold;
}
  
.card-blog .card-text {
    font-size: 1rem;
    color: #555;
}
  
.card-blog .btn {
    background-color: #007bff;
    border-color: #007bff;
}
  
.card-blog:nth-child(1):hover {
    background: linear-gradient(45deg, rgba(0, 255, 0, 0.7) 0%, rgba(0, 128, 0, 0.7) 100%), url('/static/image/gemi.jpg');
    background-size: cover;
    background-blend-mode: overlay;
}
  
footer {
    background: linear-gradient(135deg, rgba(45, 90, 39, 0.9) 0%, rgba(45, 125, 138, 0.8) 100%), url('/image/gemi.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    text-align: center;
    color: white;
}
  
.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.companyLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
  
.company-logo {
    margin: 10px;
    max-width: 100px;
    height: auto;
}
  
.socialIcons {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.socialIcons a {
    color: #a8e6cf !important;
    text-decoration: none;
    transition: all 0.3s ease;
}
  
.socialIcons a:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}
  
.socialIcons li {
    margin: 0 10px;
}
  
/* Mobil cihazlar için medya sorgusu */
@media (max-width: 768px) {
    .footerContainer {
        padding: 20px;
    }
  
    .company-logo {
        margin: 5px;
        max-width: 80px;
    }
  
    .socialIcons li {
        margin: 5px;
    }
}
  
#blog-container {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
}

#main-image {
    position: relative;
    width: 100%;
}

#main-image img {
    width: 100%;
    display: block;
    filter: brightness(50%);
}

#main-image .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#comments {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
}

.comment {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comment img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.comment-content {
    display: flex;
    flex-direction: column;
}

.comment-content h3 {
    margin: 0 0 5px;
    color: #333;
}

.comment-content p {
    margin: 0;
    color: #555;
}

#blog-entry {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 15px;
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    background-color: #b1f3b0;
}

#blog-photo {
    flex: 1;
    padding: 15px;
}

#blog-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#blog-content {
    flex: 2;
    padding: 10px;
}

#blog-content h2 {
    margin-top: 0;
    color: #333;
}

#blog-content p {
    line-height: 1.6;
    color: #555;
}

#trading-container {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 100%;
    overflow: hidden;
}

#trading-title {
    background-color: #ffeb99;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#trading-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#trading-compliance, #trading-voluntary, #trading-national {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    width: 100%; 
    max-width:300px; 
    box-sizing: border-box;
    text-align: center; 
}

#trading-compliance {
    background-color: #e0ffcf;
    border: 2px solid #008000;
}

#trading-voluntary {
    background-color: #ffdbdb;
    border: 2px solid #800000;
}

#trading-national {
    background-color: #e0dfff;
    border: 2px solid #400080;
}

#compliance-container {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 60%;
    max-width: 600px;
    height: auto;
}

#compliance-title {
    background-color: #ffeb99;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#compliance-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

#compliance-asset, #compliance-how, #compliance-limitations {
    background-color: #e0ffcf;
    border: 2px solid #008000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    width: 100%; 
    max-width: 300px; 
    box-sizing: border-box;
    margin: 10px auto;
    text-align: center; 
}

#compliance-how {
    background-color: #ffdbdb;
    border: 2px solid #800000;
}

#compliance-limitations {
    background-color: #e0dfff;
    border: 2px solid #400080;
}

#sustainability-blog {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#sustainability-blog header {
    text-align: center;
    padding-bottom: 20px;
}

#sustainability-blog header h1 {
    font-size: 2.5em;
    color: #006400;
}

#sustainability-blog main {
    margin-bottom: 20px;
}

#sustainability-blog section {
    margin-bottom: 20px;
}

#sustainability-blog section h2 {
    font-size: 2em;
    color: #008000;
    border-bottom: 2px solid #008000;
    padding-bottom: 10px;
}

#sustainability-blog section p {
    font-size: 1.2em;
    margin: 10px 0;
}

#sustainability-blog footer {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#sustainability-blog footer p {
    font-size: 0.9em;
    color: #666;
}

#tsrs-schedule {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#tsrs-schedule h2 {
    text-align: center;
    color: #333;
}

#tsrs-schedule table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#tsrs-schedule th, 
#tsrs-schedule td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

#tsrs-schedule th {
    background-color: #f2f2f2;
}

#tsrs-schedule td {
    font-size: 1em;
}

#tsrs-schedule thead th {
    background-color: #e0e0e0;
    font-weight: bold;
}

#tsrs-schedule tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Enhanced photo gallery with nature theme */
#photo-gallery {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 50px 0;
}

#photo-gallery-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: var(--nature-green);
}

#photo-gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
  
.photo-card {
    position: relative;
    overflow: hidden;
    /* border: 2px solid var(--nature-green-light); */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 500px;
    height: 500px;
}
  
.photo-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(45, 90, 39, 0.3);
    /* border-color: var(--nature-green); */
}
  
.photo-img {
    width: 100%;
    height: 100%;
}
  
.photo-description {
    padding: 15px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
  
.photo-description h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--nature-green);
}
  
.photo-description p {
    margin: 0;
    font-size: 0.9em;
    color: var(--nature-green-dark);
}
  
#important-dates .timeline-container {
    max-width: 1200px;
    margin: 50px auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#important-dates .title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
}

#important-dates .timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#important-dates .timeline-line {
    width: 4px;
    height: 100%;
    background-color: #008080;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

#important-dates .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

#important-dates .hexagon {
    width: 100px;
    height: 55px;
    background-color: #008080;
    position: relative;
    margin-bottom: 10px;
}

#important-dates .hexagon:before,
#important-dates .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

#important-dates .hexagon:before {
    bottom: 100%;
    border-bottom: 27.5px solid #008080;
}

#important-dates .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 27.5px solid #008080;
}

#important-dates .hexagon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

#important-dates .hexagon-content {
    font-size: 0.9em;
    font-weight: bold;
    color: #008080;
}

#important-dates .description {
    max-width: 600px;
    text-align: center;
    margin-top: 20px;
}

/* Enhanced custom container */
#custom-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border: 2px solid var(--nature-green-light); */
}

#left-section {
    position: relative;
    background-image: url('/image/carbon_ofis.jpg'); 
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

#left-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

#left-section h2, #left-section p ,#left-section .btn-info{
    position: relative;
    z-index: 1;
}

#left-section h2 {
    font-weight: bold;
    margin-bottom: 15px;
}

#left-section p {
    font-size: 1.5rem;
}

#right-section {
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

#right-section h3 {
    text-align: center;
    margin-bottom: 20px;
}

#calculateButton {
    background-color: var(--nature-green) !important;
    color: white;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease;
}

#calculateButton:hover {
    background-color: var(--nature-green-dark) !important;
    transform: translateY(-2px);
}

/* Enhanced modal */
.modal-header {
    background-color: var(--nature-green-light);
    color: white;
}

.modal-header .btn-close {
    filter: invert(1);
}

/* Enhanced form elements */
.form-control:focus {
    /* border-color: var(--nature-green) !important; */
    box-shadow: 0 0 0 0.25rem rgba(45, 90, 39, 0.25) !important;
}

/* Enhanced links */
a {
    /* color: var(--nature-green); */
    transition: all 0.3s ease;
}

a:hover {
    /* color: var(--nature-green-dark); */
    text-decoration: none;
}

/* Enhanced buttons */
.btn-info {
    background-color: var(--nature-teal) !important;
    border-color: var(--nature-teal) !important;
    transition: all 0.3s ease;
}

.btn-info:hover {
    background-color: var(--nature-green) !important;
    border-color: var(--nature-green) !important;
    transform: translateY(-2px);
}

.btn-success {
    background-color: var(--nature-green) !important;
    border-color: var(--nature-green) !important;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: var(--nature-green-dark) !important;
    border-color: var(--nature-green-dark) !important;
    transform: translateY(-2px);
}
