body {
    /* background: #121212 url('Resources/backgro.jpg') no-repeat center center fixed; */
    background-size: cover;
    color: #e0e0e0;
    font-family: "Segoe UI", sans-serif;
    padding-top: 160px;
    background-color: black;

}


.navbar-custom {
    background: rgba(20, 20, 20, 0.95) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 10px 20px;

    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);

    width: 96%;
    max-width: 1320px;
    /* height: 90px; */
    z-index: 9999 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
    height: 90px;
    max-height: 90px;
     /* margin-top: 5px;   */
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 15px !important;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #f2c94c !important;

}

/* --- Dropdown Menu Container --- */
.dropdown-menu-dark-custom {
    background: rgba(10, 10, 10, 0.95); /* ඉතා තද කළු */
    
    padding: 15px 10px; /* ඇතුළට ඉඩ */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    min-width: 280px; /* මෙනු එකේ පළල */
}

/* --- Gold Button Style for Dropdown Items --- */
.dropdown-item {
    /* 1. Background & Color */
    background: linear-gradient(to bottom, #2b2b2b, #000000); /* කළු Gradient එකක් */
    color: #f2c94c !important; /* රත්රන් පාට අකුරු */
    
    /* 2. Shape & Border */
    border-bottom: 1px solid #cfaa43; /* රත්රන් පාට Border එක */
    
    margin-bottom: 20px; /* බට්න් අතර පරතරය */
    padding: 12px 15px; /* ඇතුළත ඉඩ */
    
    /* 3. Text Styling */
    font-weight: 400;
    font-size: 17px;
    text-align: left; /* අකුරු මැදට */
    letter-spacing: 0.5px;
    
    /* 4. 3D Shadow Effect (Emboss පෙනුම) */
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15), /* උඩින් පොඩි එළියක් */
        0 4px 6px rgba(0, 0, 0, 0.5); /* යටින් සෙවනැල්ල */
        
    transition: all 0.3s ease;
   /* දිග නම් පේළි 2කට කැඩෙන්න */
}

/* අන්තිම බට්න් එකට යටින් මාර්ජින් එපා */
.dropdown-item:last-child {
    margin-bottom: 0;
}

/* --- Hover Effect (මවුස් එක ගෙනිච්චම) --- */
.dropdown-item:hover {
    /* පසුබිම පොඩ්ඩක් එළිය කරනවා */
    background: linear-gradient(to bottom, #3d3d3d, #1a1a1a);
    
    /* අකුරු සුදු පාට වෙලා Glow වෙනවා */
    color: #fff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    
    /* Border එක දිලිසෙනවා */
    border-color: #ffd700;
    
    /* බට්න් එක එබෙනවා වගේ පේන්න */
    transform: translateY(-2px);
    box-shadow: 
        0 0 15px rgba(242, 201, 76, 0.4), /* Gold Glow outside */
        inset 0 0 10px rgba(0,0,0,0.5);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(242, 201, 76, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.text-gold {
    color: #f2c94c !important;
}

.border-gold {
    border: 1px solid #f2c94c !important;
}

.btn-gold {
    background: linear-gradient(135deg, #f2c94c, #d4af37);
    color: #000;
    font-weight: bold;
    border: none;
    transition: transform 0.2s;
}

.btn-gold:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #d4af37, #f2c94c);
    color: #000;
}

.card-custom {
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid #444;
    color: #fff;
    border-radius: 12px;
}

.learn-card {
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid #444;
    border-radius: 15px;
    padding: 30px;
    color: #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.learn-card h4,
.learn-card h3 {
    color: #f2c94c;
    font-weight: 700;
}

.learn-card p {
    color: #cccccc;
    font-size: 0.95rem;
}

.learn-card:hover {
    transform: translateY(-6px);
    border-color: #f2c94c;
    box-shadow: 0 0 20px rgba(242, 201, 76, 0.35);
}



footer {
    background-color: #0f0f0f !important;
    font-size: 1.1rem;
}

.hover-gold:hover {
    color: #f2c94c !important;
    padding-left: 5px;
    transition: all 0.3s ease;
}

.social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #f2c94c;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.2rem;
}

.social-icon-btn:hover {
    background: #f2c94c;
    color: #000;
    transform: scale(1.1);
}


.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.footer-gallery img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #333;
}

.footer-gallery img:hover {
    transform: scale(1.1);
    border-color: #f2c94c;
    z-index: 10;
}

.newsletter-input {
    background:#fff;
    border: 1px solid #444;
    color:  #222;
    border-radius: 5px 0 0 5px;
}

.newsletter-input:focus {
    background: #333;
    color: #fff;
    border-color: #f2c94c;
    box-shadow: none;
}

.newsletter-btn {
    background: #f2c94c;
    color: #000;
    border: none;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
}

.newsletter-btn:hover {
    background: #d4af37;
}

/*FEATURE POST */
.feature-section {
    padding: 5px 0;
}

.feature-box {
    display: flex;
    background: #212529;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    min-height: 400px;
}

.feature-img-container {
    width: 45%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.feature-img-container img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.feature-box:hover .feature-img-container img {
    transform: scale(1.05);
}

.feature-content {
    width: 55%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-title {
    color: #f2c94c;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.feature-desc {
    color: #cccccc;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .feature-box {
        flex-direction: column;
    }

    .feature-img-container, .feature-content {
        width: 100%;
    }

    .feature-img-container {
        height: 300px;
    }

    .feature-content {
        padding: 30px;
    }
}

.bg-custom-dark {
    background-color: #212529 !important;
}

.bg-gold-icon {
    background-color: #1E1E1E;

    padding: 5px;
    background-size: 50% 50%;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 0.8;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* REVIEW CAROUSEL ARROWS  */

#reviewCarousel .carousel-control-prev,
#reviewCarousel .carousel-control-next {
    width: 50px;
    height: 100px;
    background-color: #212529;
    border: 1px solid #555;
    border-radius: 5px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 5;
}

#reviewCarousel .carousel-control-prev:hover,
#reviewCarousel .carousel-control-next:hover {
    background-color: #f2c94c;
    border-color: #f2c94c;
    transform: translateY(-50%) scale(1.1);
}

#reviewCarousel .carousel-control-prev-icon,
#reviewCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

#reviewCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#reviewCarousel .carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(0);
}

@media (min-width: 992px) {

    #reviewCarousel .carousel-control-prev {
        left: -60px;
    }

    #reviewCarousel .carousel-control-next {
        right: -60px;
    }

    #reviewCarousel {
        overflow: visible;
    }
}

@media (max-width: 991px) {
    #reviewCarousel .carousel-control-prev {
        left: -10px;
    }


}


.white-review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


.review-profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #131312;
    background-color: #f0f0f0;
}

.review-client-name {
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.review-client-title {
    color: #777;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.review-stars-gold {
    color: #FFC107;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.review-text-body {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
}


.tools-section {
    padding: 60px 20px;
    text-align: center;
    background-color: rgba(59, 58, 58, 0.9);
}


.section-title {
    color: #FFC107;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-item img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%);
    transition: transform 0.3s ease;
}


.logo-item img:hover {
    transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .logo-container {
        gap: 30px;
        flex-direction: column;
    }

    .logo-item img {
        max-width: 150px;
    }
}
/* --- 1. Top Gold Bar Settings --- */
.top-bar {
    background-color: #f2c94c; /* Gold Color */
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001; /* Navbar එකට වඩා උඩින් */
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Mobile Responsive for Top Bar Text */
@media (max-width: 768px) {
    .top-bar {
        font-size: 0.8rem;
        padding: 0 10px !important;
    }
}

/* --- 2. Navbar Full Width Settings --- */
.navbar-custom {
    background-color: #141414 !important; /* තද කළු පාට (යට පේන්නේ නැති වෙන්න) */
    border-bottom: 2px solid #f2c94c; /* Gold border යටින් */
    border-radius: 0 !important; /* රවුම් ගතිය අයින් කළා */
    
    position: fixed;
    top: 45px; /* Gold Bar එකේ උස (50px) තරම් පහළට */
    left: 0;
    width: 100% !important; /* Full Screen */
    max-width: 100% !important;
    transform: none !important; /* මැදට කරන කෝඩ් අයින් කළා */
    
    z-index: 1000;
    padding: 5px 0; /* උස පොඩ්ඩක් අඩු කළා */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* --- 3. Logo Adjustments --- */
.navbar-brand img {
    height: 80px; /* Navbar එකේ උසට ගැලපෙන්න Logo එක පොඩි කළා */
    max-height: 80px;
}

/* --- 4. Page Content Padding --- */
body {
    /* Header එක Fixed නිසා Content එක යටට යන එක නවත්වන්න */
    /* Gold Bar (50px) + Navbar (~90px) = 140px */
    padding-top: 150px; 
}

/* Top Bar Icons Styling */
.top-icon-link {
    text-decoration: none;
    color: #000; /* සාමාන්‍ය පාට: කළු */
    font-size: 1.2rem;
    margin-right: 30px;
    transition: all 0.3s ease; /* ස්මූත් වෙනසක් සඳහා */
    display: inline-block;
}

/* අයිකන් එක උඩට මවුස් එක ගෙන ගිය විට (Hover Effect) */
.top-icon-link:hover {
    color: #fff; /* Hover පාට: Gold */
    transform: scale(1.2); /* පොඩ්ඩක් ලොකු වෙන්න */
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* ලස්සනට පේන්න */
}

/* --- Dropdown Hover Effect (Desktop Only) --- */
@media (min-width: 992px) {
    /* මවුස් එක Nav Item එක උඩට ආවම Menu එක පෙන්නන්න */
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* මෙනු එක සහ බට්න් එක අතර හිඩැස නැති කිරීම */
    }
    
    /* Dropdown එක ලස්සනට පේන්න Animation එකක් (Optional) */
    .dropdown-menu {
        animation: fadeIn 0.3s ease;
    }
}

/* Fade In Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Learn Article Cards --- */
.learn-article-card {
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid #444;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.learn-article-card:hover {
    transform: translateY(-6px);
    border-color: #f2c94c;
    box-shadow: 0 0 20px rgba(242, 201, 76, 0.35);
}

/* Thumbnail Image */
.learn-article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #333;
}

/* Content */
.learn-article-content {
    padding: 20px;
}

.learn-article-content h4 {
    color: #f2c94c;
    font-weight: 700;
    margin-bottom: 10px;
}

.learn-article-content p {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.learn-article-content .btn-gold {
    font-weight: bold;
    padding: 6px 12px;
}


