/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* Scroll Animations */
[data-animate] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-animate].animate {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade-up"] {
    transform: translateY(50px);
}

[data-animate="fade-up"].animate {
    transform: translateY(0);
}

[data-animate="fade-left"] {
    transform: translateX(-50px);
}

[data-animate="fade-left"].animate {
    transform: translateX(0);
}

[data-animate="fade-right"] {
    transform: translateX(50px);
}

[data-animate="fade-right"].animate {
    transform: translateX(0);
}

[data-animate="zoom-in"] {
    transform: scale(0.8);
}

[data-animate="zoom-in"].animate {
    transform: scale(1);
}

/* Delay classes for staggered animations */
[data-delay="100"] {
    transition-delay: 0.1s;
}

[data-delay="200"] {
    transition-delay: 0.2s;
}

[data-delay="300"] {
    transition-delay: 0.3s;
}

[data-delay="400"] {
    transition-delay: 0.4s;
}

[data-delay="500"] {
    transition-delay: 0.5s;
}

[data-delay="600"] {
    transition-delay: 0.6s;
}

[data-delay="700"] {
    transition-delay: 0.7s;
}

[data-delay="800"] {
    transition-delay: 0.8s;
}

/* Altunsa Menü özel stiller */

/* Body ve HTML scroll kontrolü */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw !important; 
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Container genişlik kontrolü */
.container,
.container-fluid,
.container-lg {
    max-width: 100vw !important;
}

/* Global Font Settings */
* {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Special font for decorative elements */
.decorative-text,
.brand-text,
.signature-text {
    font-family: 'Caveat', cursive;
}

/* Header ana stil */
.header-main {
    color: #457530;
    z-index: 1050;
}

.canvas-header-main {
    color: #208235;
    z-index: 1050;
}

/* Logo boyutu */
.header-logo {
    height: 100px;
}

.bg-design {
    background-size: cover;
    padding: 15px;
}
    .bg-design-iletisim{
        background-image: url(../../../assets/resimler/canvasbg.svg); 
        background-size: cover;
        position: relative;
        width: 100vw;
        min-height: 100vh;
        top: -222px;
        margin-bottom: -222px;
    }
    .bg-design-iletisim .container-xxl{
        top: 120px;
        position: relative;
    }

/* Yaprak arka plan görseli */
.header-leaf-bg {
    position: absolute;
    right: -150px;
    top: -230px;
    width: 750px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.9s ease-in-out;
}

/* Canvas menü aktif olduğunda ana header'daki yaprak büyür */
body.canvas-active .header-main .header-leaf-bg {
    transform: scale(15) rotate(-25deg);
}

/* Canvas menü içindeki yaprak görseli */
.canvas-leaf-bg {
    position: absolute;
    right: -150px;
    top: -230px;
    width: 750px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    /* Canvas menüdeki yaprak animasyon almaz */
}

/* Sosyal medya grubu */
.header-social-group {
    padding-top: 5px;
    z-index: 1;
    position: relative;
}

/* Sosyal medya ikonları */
.header-social-icons .fab {
    font-size: 22px;
    color: #457530;
    transition: color 0.2s;
}

.header-social-icons .fab:hover {
    color: #1f3001;
}

/* Bizi Takip Edin yazısı */
.header-social-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
}

/* Dikey çizgi sabit boyutlu */
.header-divider {
    height: 32px;
    min-width: 2px;
    width: 6px;
    opacity: 1;
    border-radius: 3px;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}


/* EN ve arama grubu */
.header-lang-search {
    z-index: 1;
    position: relative;
}

/* EN yazısı */
.header-lang {
    font-size: 22px;
}

/* Arama butonu ve ikonu */
.header-search-btn {
    z-index: 1;
    position: relative;
}

.header-search-icon {
    font-size: 22px;
    color: #457530;
    padding-top: 5px;
}

.canvas-header-search-icon {
    font-size: 22px;
    color: #041a09;
    padding-top: 5px;
}

	/* Menü Kartları Link Stilleri */
	.menu-card-link {
		text-decoration: none;
		color: inherit;
		display: block;
		transition: all 0.3s ease;
	}

	.menu-card-link:hover {
		text-decoration: none;
		color: inherit;
		transform: translateY(-5px);
	}

	.menu-card-link .ios-card {
		transition: all 0.3s ease;
	}

	.menu-card-link:hover .ios-card {
		box-shadow: 0 15px 35px rgba(0,0,0,0.2);
		transform: scale(1.02);
	}

	.menu-card-link:active {
		transform: translateY(-2px);
	}

	/* Video kartları için özel işlem */
	.menu-card-link[data-video] {
		cursor: pointer;
	}
/* Menü butonu */
.header-menu-btn { 
    font-size: 22px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: 900;
}

.canvas-header-menu-btn {
    margin-right: 15rem;
    font-size: 22px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: 900;
}

.header-menu-btn svg {
    margin-left: 4px;
}
 
/* Slider Section */
.slider-section {
    padding: 15px;
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.slider-carousel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* Carousel overflow'u gizle */
}

.slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-content {
    position: relative;
    left: 50px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.slider-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.slider-content p {
    font-size: 1.2rem;
    max-width: 600px;
    line-height: 1.6;
}

/* Product Banner Section */
.product-banner-section {
    position: relative;
    width: 100%;
    height: 293px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.product-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.product-banner-text {
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    line-height: 1.3;
}

.product-banner-text b {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .product-banner-text {
        font-size: 1.8rem;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .product-banner-text {
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

/* Products Section */
.products-section {
    padding: 80px 0;
}

.products-header {
    text-align: center;
    margin-bottom: 60px;
}

.products-title {
    font-size: 3rem;
    font-weight: 700;
    color: #457530;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.product-card-home {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 280px;
    display: flex;
    flex-direction: column;
}

.product-card-home:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.product-icon i {
    color: #d9182a;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.product-card-home:hover .product-icon{
    transform: scale(1.3);
}

.product-name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a4c861;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 20px 15px;
    transition: background 0.3s ease;
}

.product-card-home:hover .product-name {
    background: #db1222;
}

/* Responsive */
@media (max-width: 992px) {
    .products-title {
        font-size: 2.5rem;
    }

    .product-card {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .products-section {
        padding: 60px 0;
    }

    .products-title {
        font-size: 2rem;
    }

    .products-header {
        margin-bottom: 40px;
    }

    .product-card-home {
        height: 240px;
    } 
}

@media (max-width: 576px) {
    .products-title {
        font-size: 1.8rem;
    }

    .product-card-home {
        height: 220px;
    }
 
    .product-name {
        font-size: 1rem;
        padding: 15px 10px;
    }
}


.media-header {
    text-align: center;
    margin-bottom: 60px;
}

.media-title {
    font-size: 3rem;
    font-weight: 700;
    color: #db1222;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.media-card {
    position: relative;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 280px;
}

.media-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.media-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.media-card:hover .media-image img {
    transform: scale(1.1);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(196, 30, 58, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.play-button i {
    color: white;
    font-size: 24px;
    margin-left: 3px;
}

.media-card:hover .play-button {
    background: rgba(196, 30, 58, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.media-card:hover .media-overlay {
    transform: translateY(0);
}

.media-content h4 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.media-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin: 0;
}

/* Video Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.modal-header {
    background: #c41e3a;
    color: white;
    border-bottom: none;
}

.modal-header .btn-close {
    filter: invert(1);
}

/* Responsive Media Section */
@media (max-width: 992px) {
    .media-title {
        font-size: 2.5rem;
    }

    .media-card {
        height: 260px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    .media-title {
        font-size: 2rem;
    }

    .media-header {
        margin-bottom: 40px;
    }

    .media-card {
        height: 240px;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .media-title {
        font-size: 1.8rem;
    }

    .media-card {
        height: 220px;
    }

    .media-content h4 {
        font-size: 1rem;
    }

    .media-content p {
        font-size: 0.8rem;
    }
}

/* Statistics Section */
.stats-section {
    padding: 80px 0;
}

.stat-card {
    background: white;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #db1222;
    margin: 0 auto;
    padding: 30px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(219, 18, 34, 0.2);
    border-color: #db1222;
}

.stat-icon {
    width: 60px;
    height: 60px; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.stat-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.stat-card:hover .stat-icon {
    transform: scale(1.1);
}

.stat-icon i {
    color: white;
    font-size: 24px;
}

.stat-content h4 {
    color: #db1222;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
}

.stat-content p {
    color: #666;
    font-size: 0.9rem;
    margin: 5px 0 0 0;
    font-weight: 500;
}

/* CTA Button */
.cta-button {
    background: #db1222;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(196, 30, 58, 0.4); 
}

/* Responsive Statistics */
@media (max-width: 992px) {
    .stat-card {
        width: 220px;
        height: 220px;
        padding: 25px 15px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .stat-icon i {
        font-size: 20px;
    }

    .stat-content h4 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .stats-section {
        padding: 60px 0;
    }

    .stat-card {
        width: 200px;
        height: 200px;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
    }

    .stat-icon i {
        font-size: 18px;
    }

    .stat-content h4 {
        font-size: 0.95rem;
    }

    .stat-content p {
        font-size: 0.8rem;
    }

    .cta-button {
        font-size: 1.1rem;
        padding: 12px 30px;
    }
}

@media (max-width: 576px) {
    .stat-card {
        width: 170px;
        height: 170px;
        padding: 15px 10px;
    }

    .stat-content h4 {
        font-size: 0.9rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 10px 25px;
    }
}

/* Owl Carousel özelleştirme */
.owl-nav button {
    position: absolute;
    bottom: 110px;
    background: rgba(255, 255, 255, 0.377) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    z-index: 20;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

.owl-nav button.owl-prev {
    right: 100px;
}

.owl-nav button.owl-prev::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.owl-nav button.owl-next {
    right: 30px;
}

.owl-nav button.owl-next::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.owl-nav button span {
    display: none !important;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(1.3);
}

/* Responsive slider */
@media (max-width: 768px) {
    .slider-content {
        left: 20px;
        right: 20px;
    }

    .slider-content h2 {
        font-size: 2rem;
    }

    .slider-content p {
        font-size: 1rem;
    }

    .owl-nav button {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
}

/* Canvas Menü Stilleri */
.canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.canvas-menu.active {
    opacity: 1;
    visibility: visible;
}

.canvas-header {
    position: relative;
    z-index: 10000;
}

/* Canvas menü içindeki yaprak görselini ortalama */
.canvas-header .canvas-leaf-bg {
    top: 25vh !important;
    width: 900px;
    right: -250px;
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
    /* PNG boyutunda gölge */
}

/* Canvas navigasyon menüsü */
.canvas-nav-menu {
    gap: 3rem !important;
    z-index: 1;
    position: relative;
}

.canvas-nav-link {
    color: #208235 !important;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    /* yarı kalın (bold'a yakın) */
    transition: color 0.3s ease;
}

.canvas-nav-link:hover {
    color: #a4c861 !important;
    text-decoration: none;
}

/* Unified Overlay Menü Sistemi */
.overlay-menu {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    transform: scale(0.9);
    /* başlangıçta hafif küçük */
    visibility: hidden;
    transition: opacity 0.4s ease-in-out,
        transform 0.4s ease-in-out,
        visibility 0.4s ease-in-out;
    display: flex;
    justify-content: center;
}

.overlay-menu.active {
    opacity: 1;
    transform: scale(1);
    /* normal boyut */
    visibility: visible;
}


.overlay-menu-content {
    width: 90%;
    max-width: 1200px;
}

.menu-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.menu-category {
    background: linear-gradient(145deg, #ff6b6b, #ee5a52);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Farklı kategoriler için renkler */
#productMenu .menu-category:nth-child(1) {
    background: linear-gradient(145deg, #ff6b6b, #ee5a52);
}

#productMenu .menu-category:nth-child(2) {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

#productMenu .menu-category:nth-child(3) {
    background: linear-gradient(145deg, #43e97b, #38f9d7);
}

#productMenu .menu-category:nth-child(4) {
    background: linear-gradient(145deg, #fa709a, #fee140);
}

#productMenu .menu-category:nth-child(5) {
    background: linear-gradient(145deg, #a8edea, #fed6e3);
}

#aboutMenu .menu-category:nth-child(1) {
    background: linear-gradient(145deg, #667eea, #764ba2);
}

#aboutMenu .menu-category:nth-child(2) {
    background: linear-gradient(145deg, #f093fb, #f5576c);
}

#aboutMenu .menu-category:nth-child(3) {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

#aboutMenu .menu-category:nth-child(4) {
    background: linear-gradient(145deg, #43e97b, #38f9d7);
}

#mediaMenu .menu-category:nth-child(1) {
    background: linear-gradient(145deg, #f093fb, #f5576c);
}

#mediaMenu .menu-category:nth-child(2) {
    background: linear-gradient(145deg, #667eea, #764ba2);
}

#mediaMenu .menu-category:nth-child(3) {
    background: linear-gradient(145deg, #ff6b6b, #ee5a52);
}

#mediaMenu .menu-category:nth-child(4) {
    background: linear-gradient(145deg, #43e97b, #38f9d7);
}

#mediaMenu .menu-category:nth-child(5) {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

#mediaMenu .menu-category:nth-child(6) {
    background: linear-gradient(145deg, #fa709a, #fee140);
}

#contactMenu .menu-category:nth-child(1) {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

#contactMenu .menu-category:nth-child(2) {
    background: linear-gradient(145deg, #43e97b, #38f9d7);
}

#contactMenu .menu-category:nth-child(3) {
    background: linear-gradient(145deg, #f093fb, #f5576c);
}

#contactMenu .menu-category:nth-child(4) {
    background: linear-gradient(145deg, #667eea, #764ba2);
}

#contactMenu .menu-category:nth-child(5) {
    background: linear-gradient(145deg, #ff6b6b, #ee5a52);
}

#contactMenu .menu-category:nth-child(6) {
    background: linear-gradient(145deg, #fa709a, #fee140);
}

.menu-category:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.category-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.category-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.category-icon {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}

.menu-category h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .menu-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px 10px;
    }

    .menu-category {
        min-height: 200px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .menu-categories {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}


/* Canvas sosyal medya ikonları - sol alt */
.canvas-social-media {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1556;
}

.canvas-social-icons .fab {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.canvas-social-icons .fab:hover {
    color: #a4c861;
    transform: scale(1.1);
}

.canvas-social-label {
    margin-top: 10px;
    font-size: 14px;
}

/* Ürün Kategorileri Menüsü */
.product-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-menu.active {
    opacity: 1;
    visibility: visible;
}

.product-menu-content {
    width: 90%;
    max-width: 1200px;
}

.product-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.product-category {
    background: linear-gradient(145deg, #ff6b6b, #ee5a52);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-category:nth-child(2) {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

.product-category:nth-child(3) {
    background: linear-gradient(145deg, #43e97b, #38f9d7);
}

.product-category:nth-child(4) {
    background: linear-gradient(145deg, #fa709a, #fee140);
}

.product-category:nth-child(5) {
    background: linear-gradient(145deg, #a8edea, #fed6e3);
}

.product-category:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.category-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.category-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.category-icon {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}

.product-category h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .product-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px 10px;
    }

    .product-category {
        min-height: 200px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .product-categories {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Diğer Alt Menüler */
.about-menu,
.media-menu,
.contact-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-menu.active,
.media-menu.active,
.contact-menu.active {
    opacity: 1;
    visibility: visible;
}

.about-menu-content,
.media-menu-content,
.contact-menu-content {
    width: 90%;
    max-width: 800px;
}

.about-sections,
.contact-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.about-section,
.contact-section {
    background: linear-gradient(145deg, #667eea, #764ba2);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.contact-section {
    background: linear-gradient(145deg, #4facfe, #00f2fe);
}

.about-section:hover,
.contact-section:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.section-icon {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    opacity: 0.9;
}

.about-section h3,
.media-section h3,
.contact-section h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-section p,
.media-section p,
.contact-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {

    .about-sections,
    .media-sections,
    .contact-sections {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px 10px;
    }

    .about-section,
    .media-section,
    .contact-section {
        min-height: 180px;
        padding: 20px 15px;
    }

    .section-icon {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

/* Hareket eden yapraklar */
.floating-leaves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.floating-leaf {
    position: absolute;
    width: 200px;
    opacity: 0.3;
    filter: brightness(0.3) sepia(1) hue-rotate(90deg) saturate(2);
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* Sol bölge yaprakları */
.leaf-1 {
    top: 15%;
    left: 8%;
    animation-name: pulseRotate;
    animation-delay: 0s;
    animation-duration: 6s;
}

.leaf-2 {
    top: 45%;
    left: 15%;
    animation-name: scaleWave;
    animation-delay: 2s;
    animation-duration: 8s;
    transform: scale(0.7);
}

/* Orta bölge yaprakları */
.leaf-3 {
    top: 25%;
    left: 45%;
    animation-name: bounceScale;
    animation-delay: 4s;
    animation-duration: 9s;
    transform: scale(1.1);
}

.leaf-4 {
    top: 65%;
    left: 50%;
    animation-name: floatPulse;
    animation-delay: 1.5s;
    animation-duration: 7s;
}

/* Sağ bölge yaprakları */
.leaf-5 {
    top: 35%;
    right: 12%;
    animation-name: spinScale;
    animation-delay: 3s;
    animation-duration: 8.5s;
    transform: scale(0.9);
}

.leaf-6 {
    top: 70%;
    right: 8%;
    animation-name: twistPulse;
    animation-delay: 5s;
    animation-duration: 10s;
    transform: scale(1.2);
}

/* Farklı animasyonlar */

/* 1. Pulse ve dönme */
@keyfrmes pul
seRotate {
    0% {
        transform: scale(1) rotate(deg);

        opacity: 0.2;
    }

    50% {
        tranform: scale(1.4) rotate(180deg);
        opacity: 0.6;
    }

    100% {
        tr
ansform: 
   scale(1) rotate(360deg);
        opacity: 0.2;
    }
}

/* 2.Dalga h
areketi ile büyüme */
@keyframes scaleWave {

    0%,
    100% {
        transform: scale(1) translateY(0px);
        opacity: 0.25;
    }

    25% {
   
     transform: scale(1.2) translateY(-10px);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.5) translateY(5px);
        opacity: 0.6;
   
    }

    75% {
        transform: scale(1.3) translateY(-5px);
        opacity: 0.45;
   }
}

/* 3. Zıplayan büyüme */
@keyframes bounceScale {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.2;
    }

    30% {
        transform: scale(1.6) rotate(15deg);
        opacity: 0.7;
    }

    60% {
        transform: scale(1.2) rotate(10deg);
        opacity: 0.5;
    }

    30% {
        transform: scale(1.6) rotate(15deg);
        opacity: 0.7;
    } 

    60% {
    
    transform: scale(0.9) rotate(-10deg);
        opacity: 0.4;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.2;
    }
}

/* 4. Yüzen pulse */
@keyframes floatPulse {

    0%,
    100% {
        transform: scale(1) translateX(0px) translateY(0px);
        opacity: 0.3;
   
 }

    33% {
        transform: scale(1.3) translateX(8px) t
ranslateY(-8px);
        opacity: 0.5;
    }

    66% {
   
     transform: scale(1.1) translateX(-5px) translateY(8px);
  
      opacity: 0.7;
    }
}

/* 5. Dönen büyüme */
@keyframes spinScale {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.2;
    }

    25% {
        transform: scale(1.3) rotate(90deg);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.6) rotate(180deg);
        opacity: 0.6;
    }

    75% {
       transform: scale(1.2) rotate(270deg);
       opacity: 0.5;
    }

   100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.2;
    }
} 

/* 6. Bükülen pulse */
@keyframes twistPulse {

    0%,
    100% {
        transform: scale(1) skewX(0deg) rotate(0deg);
        opacity: 0.25;
    }

    20% {
        transform: scale(1.2) skewX(5deg) rotate(10deg);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.5) skewX(-10deg) rotate(-15deg);
        opacity: 0.6;
    }

    80% {
        transform: scale(1.3) skewX(8deg) rotate(5deg);
        opacity: 0.45;
    }
}

.canvas-content {
    z-index: 15555;
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.menu-background-leaf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./menu_bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
    animation: leafAnimation 20s infinite linear;
}

@keyframes leafAnimation {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}


/* Dış CSS Müdahale */
.fw-semibold {
    font-weight: 600 !important;
}


.ios-card {
    position: relative;
    overflow: hidden;
    border: 2px solid #db1222;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100px;
}

.ios-card .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    z-index: 1;
    opacity: 0.1;
    background-color: white;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.ios-card:hover .card-bg {
    filter: brightness(1.4);
    z-index: 1;
    opacity: 1;
    background-color: black;
}

.ios-card .card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    z-index: 2;
    color: #208235;
    transition: color 0.3s ease;
    background-color: white;
}

.ios-card:hover .card-content {
    background-color: transparent;
}

.ios-card:hover .card-bg {
    filter: brightness(0.5);
}


.ios-card .card-content h5,
.ios-card .card-content p {
    transition: color 0.3s ease;
    margin: 0;
}

.ios-card .card-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.ios-card .card-content p {
    font-size: 15px;
    color: #555;
}

.ios-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ios-card:hover .card-content {
    color: #ffffff;
}

.ios-card:hover .card-content p {
    color: #ffffff;
}

/* Contact Menu Styles */
.contact-form-section {
    backdrop-filter: blur(10px);
    background: #ffffff00;
    padding: 40px;
    border-radius: 20px; 
}

.contact-form-title {
    color: #c41e3a;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-form .form-group label {
    color: #c41e3a;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-form .form-control {
    border: 2px solid #c41e3a;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: rgba(196, 30, 58, 0.05);
}

.contact-form .form-control:focus {
    border-color: #a01729;
    box-shadow: 0 0 0 0.2rem rgba(196, 30, 58, 0.25);
    background-color: white;
}

.contact-form .form-control::placeholder {
    color: #999;
    opacity: 0.5;
}



/* Contact Info Styles - Updated for proper centering */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.contact-info-icon {
    background: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    /* Ensures perfect centering */
}

.contact-info-icon i {
    font-size: 24px;
    color: white;
    text-align: center;
}

.contact-info-content {
    width: 100%;
    text-align: center;
}

.contact-info-content p {
    font-size: 1.3rem;
    color: #c41e3a;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

.contact-info-icon i {
    color: white;
    font-size: 20px;
}

.contact-info-content h5 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-info-content p { 
    margin: 0;
    line-height: 1.5;
}

/* Responsive Contact Sty*/
@media (max-width: 768px) {
    .contact-form-section {
        padding: 30px 20px;
    }
    
    .contact-form-title {
        font-size: 1.5rem;
        in-bottom: 25px;
    }
    
    .contact-info-item {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    
    .contact-info-icon i {
        font-size: 16px;
    }
    
    .contact-info-content h5 {
        font-size: 1.1rem;
    }
    
    .contact-info-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .contact-form-section {
        padding: 25px 15px;
    }
    
    .contact-form-title {
        font-size: 1.3rem;
    }
    
    .contact-form .form-control {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .contact-submit-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}



/* Search Canvas Styles */
#searchCanvas {
    width: 500px;
}

#searchCanvas .offcanvas-header {
    background: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
    color: white;
    border-bottom: none;
    padding: 20px;
}

#searchCanvas .offcanvas-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#searchCanvas .btn-close {
    filter: invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

#searchCanvas .btn-close:hover {
    opacity: 1;
}

#searchCanvas .offcanvas-body {
    padding: 20px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
}

.search-input-container {
    position: relative;
}

.search-input {
    border: 2px solid #c41e3a;
    border-radius: 25px;
    padding: 15px 50px 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgba(196, 30, 58, 0.05);
}

.search-input:focus {
    border-color: #a01729;
    box-shadow: 0 0 0 0.2rem rgba(196, 30, 58, 0.25);
    background-color: white;
    outline: none;
}

.search-input-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #c41e3a;
    font-size: 18px;
}

.search-results-title {
    color: #c41e3a;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.search-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.search-suggestion-item {
    background: rgba(196, 30, 58, 0.1);
    border: 1px solid rgba(196, 30, 58, 0.3);
    border-radius: 20px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #c41e3a;
}

.search-suggestion-item:hover {
    background: #c41e3a;
    color: white;
    transform: translateY(-2px);
}

.search-suggestion-item i {
    font-size: 12px;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(196, 30, 58, 0.1);
}

.search-result-item:hover {
    background: rgba(196, 30, 58, 0.05);
    transform: translateX(5px);
}

.search-result-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-content {
    flex: 1;
}

.searesult-content h6 {
    color: #333;
    font-weight: 600;
    margin: 5px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.searcsult-content p {
    color: #666;
    font-size: 13px;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.search-result-category {
    background: #c41e3a;
    color: white;
font-size: 11px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 500;
}

/* Responsive Se Canvas */
@media (max-width: 768px) {
    #searchCanvas {      width: 100%;
    }
    
    #searchCanvas .offcanvas-header {
        padding: 15px;
    }
    
    #searchCanvas .offcanvas-body {
        padding: 15px;
    }
    
    .search-input {
        padding: 12px 45px 12px 15px;
        font-size: 14px;
    }
    
    .search-input-icon {
        right: 15px;
        font-size: 16px;
    }
    
    .search-result-image {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }
    
    .search-result-item {
        padding: 12px;
    }
    
    .search-suggestion-item {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Footer Styles */
.footer-section {
    position: relative; 
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px;
    color: white;
    display: flex;
    min-height: 400px;
}

.footer-content .container {
    max-width: 1200px;
    width: 100%;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.footer-logo-section {
    text-align: center;
}

.footer-links-section {
    text-align: left;
}


.footer-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.footer-title {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.contact-icon {
    color: white;
    font-size: 16px;
    margin-top: 2px;
    min-width: 20px;
}

.contact-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 30px 0 20px;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        padding: 40px 0 20px;
    }

    .footer-logo {
        max-width: 150px;
    }

    .contact-item {
        flex-direction: column;
        gap: 5px;
    }
}

/* ===== MOBILE NAVIGATION MENU STYLES ===== */
.canvas-mobile-nav {
    display: none;
    padding: 20px;
    margin: 0;
    background: white;
    border: none;
    border-radius: 16px; 
}

.mobile-menu-item {
    margin-bottom: 8px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #208235;
}

.mobile-menu-toggle {
    display: block;
    width: 100%;
    padding: 18px 20px;
    background: white !important;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #2c3e50;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}
 

.mobile-menu-toggle::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    color: #208235;
    font-size: 12px;
}

.mobile-menu-item.active .mobile-menu-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.mobile-submenu { 
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 1px solid #e9ecef;
}

.mobile-menu-item.active .mobile-submenu {
    max-height: 300px;
}

.mobile-submenu-item { 
    padding: 12px 20px 12px 40px;
    border-bottom: 1px solid #f1f3f4;
    position: relative;
    transition: all 0.3s ease;
}

.mobile-submenu-item:last-child {
    border-bottom: none;
}

.mobile-submenu-item::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #208235;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-submenu-item:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.5);
}

.mobile-submenu-item a {
    display: block;
    color: #495057;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 16px;
}

.mobile-submenu-item:hover a {
    color: #208235;
    transform: translateX(4px);
}

.mobile-submenu-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #208235, #27ae60);
    transition: width 0.3s ease;
}

.mobile-submenu-item:hover a::before {
    width: 12px;
}

/* Menu Icon Styles */
.mobile-menu-icon {
    margin-right: 12px;
    font-size: 14px;
    color: #208235;
    width: 20px;
    text-align: center;
}

/* Animation for menu items */
.mobile-menu-item {
    backdrop-filter: blur(10px);
    animation: slideInUp 0.4s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.mobile-menu-item:nth-child(1) { animation-delay: 0.1s; }
.mobile-menu-item:nth-child(2) { animation-delay: 0.2s; }
.mobile-menu-item:nth-child(3) { animation-delay: 0.3s; }
.mobile-menu-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Active state for menu items */
.mobile-menu-item.active {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-color: #208235;
}

/* ===== ABOUT PAGE STYLES ===== */

/* About Hero Section */
.about-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.about-hero-section .row {
    align-items: stretch;
}

.about-hero-section .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.about-hero-section .col-lg-6:first-child {
    justify-content: flex-end;
}

.about-hero-section .col-lg-6:last-child {
    justify-content: flex-end;
}

.about-hero-image {
    position: relative;
    overflow: hidden;
    align-self: flex-end;
    margin-top: auto;
}

.about-hero-image img {
    transition: transform 0.6s ease; 
}

.about-hero-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(32, 130, 53, 0.3), rgba(39, 174, 96, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease; 
}

.about-hero-image:hover .image-overlay {
    opacity: 1;
}

.overlay-icon {
    color: white;
    font-size: 48px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-hero-content {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
}

.about-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #db1222;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
}
 

.about-hero-text {
    font-size: 1.4rem;
    font-weight: 500;;
    color: #457530;
    line-height: 1.6;
    text-align: justify;
}

/* About Banner Section */
.about-banner-section {
    margin: 60px 0;
    position: relative;
}

.about-banner-bg {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(201 17 38 / 47%), rgb(127 17 17 / 25%)); 
}

.about-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-banner-text {
    font-size: 5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin: 0;
    letter-spacing: 1px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

/* Mission Vision Section */
.mission-vision-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.section-title {
    margin-top: 3rem;
    font-size: 3rem; 
    font-family: 'Roboto Condensed', sans-serif;;
    font-weight: bold !important;
    color: #457530;
    margin-bottom: 15px; 
    letter-spacing: 2px;
}

.section-subtitle {
    color: #457530;
    font-size: 2rem;
    margin-bottom: 0;
}
 

.mission-vision-content {
    padding-right: 40px ;
}

.mission-item, .vision-item {
    background: white;
    padding: 30px;   
}
 
.col-md-7 p{
    font-size: 22px;
    color: #208235;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.mission-header, .vision-header {
    margin-bottom: 20px;
}

.mission-icon, .vision-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.mission-icon i, .vision-icon i {
    color: #208235;
    font-size: 30px; 
}

.mission-title, .vision-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #457530;
    margin: 0;
}

.mission-text, .vision-text {
    font-size: 2rem;
    color: #4a8034 !important;
    line-height: 1.5;
    text-align: justify;
}

/* Crossed Images */
.crossed-images-container {
    position: relative;
    height: 550px;
    padding-left: 20px;
}

.image-wrapper {
    position: absolute; 
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.image-top {
    top: 10px;
    left: 0px;
    width: 500px;
    height: 300px;
    z-index: 2;
}

.image-bottom {
    bottom: 10px;
    right: 0px;
    width: 500px;
    height: 320px;
    z-index: 1;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-wrapper:hover img {
    transform: scale(1.1);
}

.image-overlay-small {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(32, 130, 53, 0.8), rgba(39, 174, 96, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-wrapper:hover .image-overlay-small {
    opacity: 1;
}

.overlay-text {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

/* Products Catalog Section */
.products-catalog-section { 
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.product-card {
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}
  
 
.product-content {
    padding: 20px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #208235;
    margin-bottom: 15px; 
    letter-spacing: 1px;
}

.product-description {
    font-size: 22px;
    color: #208235;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-specs {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.spec-item {
    background: #457530;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.spec-item:hover {
    background: #1a6d2b;
    color: #ffffff;
    text-decoration: none;
}

/* Product Modal Styles */
.product-varieties-container {
    padding: 20px 0;
}

.product-modal-image img {
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-weight-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #208235;
    margin: 10px 0;
}

.varieties-navigation {
    margin-bottom: 20px;
}

.variety-indicator {
    font-weight: 600;
    color: #495057;
    min-width: 60px;
}

.variety-options {
    flex-wrap: wrap;
    gap: 10px;
}

.variety-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.variety-btn:hover {
    background: #e9ecef;
    border-color: #208235;
    color: #208235;
}

.variety-btn.active {
    background: #208235;
    border-color: #208235;
    color: #ffffff;
}

.variety-btn.active:hover {
    background: #1a6d2b;
    border-color: #1a6d2b;
    color: #ffffff;
}

#productModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

#productModal .modal-header {
    background: linear-gradient(135deg, #208235, #1a6d2b);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

#productModal .modal-header .btn-close {
    filter: invert(1);
}

/* Product Varieties Hidden Data */
.product-varieties {
    display: none;
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-hero-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }
    
    .about-hero-title {
        font-size: 2.5rem;
    }
    
    .about-banner-text {
        font-size: 1.8rem;
    }
    
    .mission-vision-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .crossed-images-container {
        padding-left: 0;
        height: 400px;
    }
    
    .image-top, .image-bottom {
        width: 250px;
        height: 200px;
    }
    
    .image-bottom {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .about-hero-section, .mission-vision-section {
        padding: 50px 0;
    }
    
    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-banner-text {
        font-size: 1.5rem;
        padding: 0 20px;
    }
    
    .crossed-images-container {
        height: 350px;
    }
    
    .image-top, .image-bottom {
        width: 200px;
        height: 150px;
    }
    
    .mission-item, .vision-item {
        padding: 20px;
    }
    
    .product-card {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
     
    .product-content {
        padding: 15px 0;
    }
}

/* News Section Styles */
.news-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
 

/* Main News Card */
.news-main-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.news-main-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.news-image-container {
    position: relative;
    overflow: hidden;
}

.news-main-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-main-card:hover .news-main-image {
    transform: scale(1.05);
}

.news-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600; 
    letter-spacing: 0.5px;
}

.news-date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
}

.news-main-content {
    padding: 30px;
}

.news-main-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-main-excerpt {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.news-read-more-btn {
    color: #28a745;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.news-read-more-btn:hover {
    color: #20c997;
    transform: translateX(5px);
}

/* Side News Cards */
.news-side-cards {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-side-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.news-side-card:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-left-color: #28a745;
}

.news-side-image {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.news-side-category {
    display: inline-block;
    background: linear-gradient(135deg, #17a2b8, #20c997);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600; 
    margin-bottom: 8px;
}

.news-side-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.news-side-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 10px;
}

.news-side-link {
    color: #28a745;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.news-side-link:hover {
    color: #20c997;
}

/* Bottom News Cards */
.news-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.news-card-image {
    position: relative;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #dc3545, #e83e8c);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600; 
}

.news-card-content {
    padding: 25px;
}

.news-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
}

.news-card-excerpt {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.news-card-date {
    font-size: 0.85rem;
    color: #6c757d;
}

.news-card-link {
    color: #28a745;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.news-card-link:hover {
    color: #20c997;
}

/* Load More Button */
.news-load-more-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.news-load-more-btn:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
    color: white;
}

/* Responsive Design for News Section */
@media (max-width: 991px) {
    .news-section {
        padding: 60px 0;
    }
    
    .news-main-title {
        font-size: 1.5rem;
    }
    
    .news-main-content {
        padding: 25px;
    }
    
    .news-side-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .news-section {
        padding: 40px 0;
    }
    
    .news-main-image {
        height: 250px;
    }
    
    .news-main-title {
        font-size: 1.3rem;
    }
    
    .news-main-content {
        padding: 20px;
    }
    
    .news-main-excerpt {
        font-size: 1rem;
    }
    
    .news-card-image img {
        height: 180px;
    }
    
    .news-card-content {
        padding: 20px;
    }
    
    .news-card-title {
        font-size: 1.1rem;
    }
    
    .news-side-card:hover {
        transform: none;
    }
    
    .news-card:hover {
        transform: translateY(-5px);
    }
    
    .news-load-more-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .news-category-badge,
    .news-date-badge {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .news-side-title {
        font-size: 0.9rem;
    }
    
    .news-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Catalogs Section Styles */
.catalogs-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Main Catalog Card */
.main-catalog-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.main-catalog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.main-catalog-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.main-catalog-image img {
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.main-catalog-card:hover .main-catalog-image img {
    transform: scale(1.05);
}

.catalog-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc3545, #e83e8c);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.main-catalog-content {
    padding-left: 40px;
}

.main-catalog-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.main-catalog-description {
    font-size: 1.15rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.catalog-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: #495057;
    font-weight: 500;
}

.main-download-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.main-download-btn:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.4);
    color: white;
}

/* Category Catalog Cards */
.catalog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.catalog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.catalog-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.catalog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.catalog-card:hover .catalog-card-image img {
    transform: scale(1.1);
}

.catalog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 167, 69, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.catalog-card:hover .catalog-overlay {
    opacity: 1;
}

.catalog-icon {
    font-size: 3rem;
    color: white;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.catalog-card-content {
    padding: 25px;
}

.catalog-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.catalog-card-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.catalog-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.catalog-pages,
.catalog-size {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.catalog-download-btn {
    background: linear-gradient(135deg, #17a2b8, #20c997);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.catalog-download-btn:hover {
    background: linear-gradient(135deg, #138496, #17a2b8);
    transform: translateY(-2px);
    color: white;
}

/* Digital Catalog Info */
.digital-catalog-info {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    border-radius: 20px;
    padding: 40px;
    border-left: 5px solid #28a745;
}

.digital-info-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.digital-info-text {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.qr-code-container {
    text-align: center;
}

.qr-code {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.qr-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    margin: 0;
}

/* Responsive Design for Catalogs Section */
@media (max-width: 991px) {
    .catalogs-section {
        padding: 60px 0;
    }
    
    .main-catalog-card {
        padding: 30px;
    }
    
    .main-catalog-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .main-catalog-title {
        font-size: 1.8rem;
    }
    
    .catalog-features {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .catalogs-section {
        padding: 40px 0;
    }
    
    .main-catalog-card {
        padding: 20px;
        margin-bottom: 40px;
    }
    
    .main-catalog-title {
        font-size: 1.5rem;
    }
    
    .main-catalog-description {
        font-size: 1rem;
    }
    
    .main-download-btn {
        padding: 15px 25px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .catalog-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .catalog-card-content {
        padding: 20px;
    }
    
    .catalog-card-title {
        font-size: 1.2rem;
    }
    
    .catalog-info {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .digital-catalog-info {
        padding: 25px;
        text-align: center;
    }
    
    .digital-info-title {
        font-size: 1.3rem;
    }
    
    .digital-info-text {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .main-catalog-title {
        font-size: 1.3rem;
    }
    
    .catalog-badge {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    
    .catalog-card-image {
        height: 180px;
    }
    
    .catalog-icon {
        font-size: 2.5rem;
    }
}

/* Corporate Identity Section Styles */
.corporate-identity-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Main Logo Card */
.main-logo-card {
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.main-logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.main-logo-display {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.logo-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border-radius: 20px;
    padding: 60px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05);
}

.main-logo-image {
    max-height: 120px;
    width: auto;
    position: relative;
    z-index: 2;
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(40, 167, 69, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
}

.logo-info-content {
    padding-left: 40px;
}

.logo-info-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.2;
}

.logo-info-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.logo-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.main-brand-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.main-brand-btn:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(40, 167, 69, 0.4);
    color: white;
}

/* Brand Element Cards */
.brand-element-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border-top: 4px solid transparent;
}

.brand-element-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-top-color: #28a745;
}

.brand-element-header {
    padding: 30px 25px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.element-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.element-icon i {
    font-size: 2rem;
    color: white;
}

.element-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.element-preview {
    padding: 25px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-info {
    padding: 20px 25px 30px;
    border-top: 1px solid #e9ecef;
}

.element-info p {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.element-download-btn {
    background: linear-gradient(135deg, #17a2b8, #20c997);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.element-download-btn:hover {
    background: linear-gradient(135deg, #138496, #17a2b8);
    transform: translateY(-2px);
    color: white;
}

/* Logo Variations */
.logo-variations {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.logo-variant {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px dashed #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.logo-variant:hover {
    border-color: #28a745;
    background: #f8f9fa;
}

.logo-variant img {
    max-height: 60px;
    margin-bottom: 10px;
}

.logo-variant span {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.logo-variant img.black-version {
    filter: brightness(0);
}

/* Color Palette */
.color-palette {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.color-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.color-item:hover {
    background: #f8f9fa;
}

.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 3px solid white;
}

.color-circle.primary { background: #28a745 !important; }
.color-circle.secondary { background: #20c997 !important; }
.color-circle.accent { background: #dc3545 !important; }
.color-circle.dark { background: #2c3e50 !important; }

.color-info {
    display: flex;
    flex-direction: column;
}

.color-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.color-code {
    font-family: monospace;
    color: #6c757d;
    font-size: 0.85rem;
}

/* Typography Preview */
.typography-preview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.font-example {
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.font-example:hover {
    border-color: #28a745;
    background: #f8f9fa;
}

.font-name {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 10px; 
}

.font-sample.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-sample.arial {
    font-family: Arial, sans-serif;
}

.font-sample p {
    margin: 0;
}

.font-sample .title {
    font-weight: 700;
    font-size: 1.5rem;
}

.font-sample .subtitle {
    font-weight: 400;
    font-size: 1rem;
}

.font-sample .body-bold {
    font-weight: 600;
    font-size: 1rem;
}

.font-sample .body-normal {
    font-weight: 400;
    font-size: 0.9rem;
}

/* Business Card Preview */
.business-card-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.business-card {
    width: 180px;
    height: 108px;
    perspective: 1000px;
}

.card-front {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.business-card:hover .card-front {
    transform: rotateY(10deg) rotateX(5deg);
}

.card-logo img {
    max-height: 30px;
    filter: brightness(0) invert(1);
}

.card-info h5 {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
}

.card-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    margin: 0;
}

/* Letterhead Preview */
.letterhead-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
}

.letterhead {
    width: 140px;
    height: 200px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.letterhead:hover {
    transform: scale(1.05);
}

.letterhead-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.letterhead-header img {
    max-height: 25px;
    margin-bottom: 8px;
}

.header-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.letterhead-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-lines {
    height: 2px;
    background: #e9ecef;
    border-radius: 1px;
}

.content-lines:nth-child(1) { width: 100%; }
.content-lines:nth-child(2) { width: 80%; }
.content-lines:nth-child(3) { width: 60%; }

/* Brand Guide Preview */
.brand-guide-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
}

.guide-book {
    width: 120px;
    height: 160px;
    perspective: 1000px;
}

.book-cover {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    position: relative;
}

.guide-book:hover .book-cover {
    transform: rotateY(-15deg) rotateX(5deg);
}

.book-cover::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.cover-logo img {
    max-height: 35px;
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}

.book-cover h6 {
    color: white;
    font-size: 0.7rem;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

/* Usage Guidelines */
.usage-guidelines {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    border-radius: 20px;
    padding: 40px;
    border-left: 5px solid #28a745;
}

.guidelines-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.guidelines-text {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 25px;
}

.guidelines-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guideline-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #495057;
    font-weight: 500;
}

.guidelines-visual {
    text-align: center;
}

.protection-area {
    position: relative;
    display: inline-block;
    padding: 30px;
    border: 2px dashed #28a745;
    border-radius: 15px;
    background: rgba(40, 167, 69, 0.05);
}

.protected-logo {
    max-height: 60px;
    position: relative;
    z-index: 2;
}

.protection-lines {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 10px;
}

.protection-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Responsive Design for Corporate Identity */
@media (max-width: 991px) {
    .corporate-identity-section {
        padding: 60px 0;
    }
    
    .main-logo-card {
        padding: 30px;
    }
    
    .logo-info-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .logo-info-title {
        font-size: 2rem;
    }
    
    .logo-features {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .corporate-identity-section {
        padding: 40px 0;
    }
    
    .main-logo-card {
        padding: 25px;
        margin-bottom: 40px;
    }
    
    .logo-showcase {
        padding: 40px 30px;
    }
    
    .main-logo-image {
        max-height: 80px;
    }
    
    .logo-info-title {
        font-size: 1.6rem;
    }
    
    .logo-info-description {
        font-size: 1rem;
    }
    
    .main-brand-btn {
        padding: 15px 30px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .logo-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .brand-element-header {
        padding: 25px 20px 15px;
    }
    
    .element-icon {
        width: 60px;
        height: 60px;
    }
    
    .element-icon i {
        font-size: 1.5rem;
    }
    
    .element-title {
        font-size: 1.1rem;
    }
    
    .element-preview {
        padding: 20px;
        min-height: 150px;
    }
    
    .usage-guidelines {
        padding: 25px;
        text-align: center;
    }
    
    .guidelines-title {
        font-size: 1.4rem;
    }
    
    .guidelines-text {
        font-size: 1rem;
    }
    
    .guidelines-features {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .logo-info-title {
        font-size: 1.4rem;
    }
    
    .logo-showcase {
        padding: 30px 20px;
    }
    
    .color-palette {
        gap: 12px;
    }
    
    .color-item {
        padding: 8px;
    }
    
    .color-circle {
        width: 35px;
        height: 35px;
    }
    
    .business-card {
        width: 160px;
        height: 96px;
    }
    
    .letterhead {
        width: 120px;
        height: 170px;
    }
    
    .guide-book {
        width: 100px;
        height: 140px;
    }
}
 