#nav-centered-links {
    padding: 20px 0;
}

#nav-centered-links .nav-link {
    font-weight: 500;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

#nav-centered-links .nav-link:hover {
    color: #10b981;
    transform: translateY(-2px);
}

#nav-centered-links .text-primary {
    font-size: 1.4rem;
    letter-spacing: 3px;
    color: #10b981 !important;
}
﻿#header-split-image .bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    opacity: 0.5;
}

#header-split-image h1 {
    font-size: 3rem;
    line-height: 1.2;
}

#header-split-image .icon {
    width: 24px;
    height: 24px;
}

#header-split-image .btn-primary {
    background: transparent;
    border: 3px solid #000;
    padding: 15px 45px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#header-split-image .btn-primary:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

#header-split-image img {
    transition: transform 0.5s ease;
}

#header-split-image img:hover {
    transform: scale(1.02);
}
#desc-icon-grid .bg {
    background: #f9fafb;
    opacity: 1;
}

#desc-icon-grid .desc-emoji {
    font-size: 3rem;
    line-height: 1;
}

#desc-icon-grid .desc-item {
    transition: all 0.3s ease;
}

#desc-icon-grid .desc-item:hover {
    transform: translateY(-5px);
}
#desc-text-img-6 .bg-wrap {
    background-color: #f4f5f6;
}

#desc-text-img-6 .bg {
    background-image: url('../images/bg-pattern-1.webp');
    background-repeat: repeat;
    background-position: center;
    background-size: 200px 200px;
    opacity:0.1;
}
#benefits-emoji-4col .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#benefits-emoji-4col .emoji-icon {
    font-size: 3rem;
    line-height: 1;
}

#benefits-emoji-4col .benefit-card {
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

#benefits-emoji-4col .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#benefits-circle-icons .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#benefits-circle-icons .circle-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

#benefits-circle-icons .circle-icon:hover {
    transform: rotate(360deg) scale(1.1);
}
#desc-text-img-5 .bg-wrap {
    background-color: #e4e5e6;
}
﻿#contact-form-halfbg .bg {
	background-image: url('../images/bg-34.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 1;
}

#contact-form-halfbg .form-control {
	border: 2px solid #e0e0e0; border-bottom: 1px solid #333;
	border-radius: 8px;
	padding: 15px 20px;
	background: rgba(139, 92, 246, 0.05);
	transition: all 0.3s ease;
}

#contact-form-halfbg .form-control:focus {
	border-color: #7c3aed;
	background: rgba(139, 92, 246, 0.1);
	box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2);
}

#contact-form-halfbg .btn { border: 2px solid #ff6b6b; background: #ff6b6b; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form-halfbg .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ff6b6b;
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

#contact-form-halfbg .btn:hover::before {
	width: 300px;
	height: 300px;
}

#contact-form-halfbg .btn:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}
﻿#cookies-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: #ffffff;
    padding: 20px 0;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

#cookies-bottom-bar .cookies-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#cookies-bottom-bar .cookies-text {
    margin: 0;
    flex: 1;
}

#cookies-bottom-bar .cookies-text a {
    color: #60a5fa;
    text-decoration: underline;
}

#cookies-bottom-bar .cookies-actions {
    display: flex;
    gap: 10px;
}

#cookies-bottom-bar .cookie-btn {
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-bottom-bar .cookie-btn.accept { border-radius: 25px; border: 2px solid #ff6b6b; background: #ff6b6b; color: white; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-bottom-bar .cookie-btn.decline { border-radius: 25px; border: 2px solid #ff6b6b; background: #ff6b6b; color: white; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-bottom-bar .cookie-btn:hover {
    transform: scale(1.05);
}
#footer-dark-elegant .bg {
    background: #111827;
    opacity: 1;
}

#footer-dark-elegant {
    color: #d1d5db;
}

#footer-dark-elegant h4,
#footer-dark-elegant h6 {
    color: #ffffff;
}

#footer-dark-elegant .brand-description {
    color: #9ca3af;
    line-height: 1.7;
}

#footer-dark-elegant .info-line {
    margin-bottom: 10px;
    color: #d1d5db;
}

#footer-dark-elegant .nav-list {
    list-style: none;
    padding: 0;
}

#footer-dark-elegant .nav-list li {
    margin-bottom: 12px;
}

#footer-dark-elegant .nav-list a {
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-dark-elegant .nav-list a:hover {
    color: #3b82f6;
    padding-left: 5px;
}

#footer-dark-elegant .social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#footer-dark-elegant .social-box {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-dark-elegant .social-box:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
}

#footer-dark-elegant .connect-text {
    color: #6b7280;
    font-size: 0.9rem;
}

#footer-dark-elegant .footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

#footer-dark-elegant .end-text {
    margin: 0;
    color: #6b7280;
}

#footer-dark-elegant .end-text a {
    color: #9ca3af;
    text-decoration: underline;
}

#footer-dark-elegant .end-text a:hover {
    color: #3b82f6;
}
