/* বেসিক রিসেট */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ন্যাভিগেশন বার (সাদা ব্যাকগ্রাউন্ড, কালো টেক্সট) */
.navbar {
    display: flex;
    align-items: center;
    padding: 15px 50px;
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}

.logo img {
    height: 70px;
}

.nav-links {
    margin-left: 40px;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: bold;
}

.nav-links a.active {
    color: #0056b3; /* অ্যাকটিভ লিংকের কালার */
}

.nav-buttons {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.nav-buttons button {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.btn-cyan { background: #00B4D8; color: white; }
.btn-login { background: #004d99; color: white; }

/* ব্রেডক্রাম্ব */
.breadcrumb {
    background-color: #f8f9fa;
    padding: 15px 50px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eaeaea;
}

.breadcrumb .current {
    color: #888;
}

/* মেইন কন্টেন্ট লেআউট */
.main-container {
    display: flex;
    padding: 40px 50px;
    gap: 40px;
    flex: 1;
}

/* সাইডবার */
.sidebar {
    width: 300px;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;
}

.sidebar h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.category-list {
    list-style: none;
}

.category-list li {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-weight: normal;
}

.category-list li img {
    width: 40px;
    margin-right: 15px;
}

.category-list li .arrow {
    margin-left: auto;
    color: #ccc;
}

.category-list li:hover {
    background-color: #f9f9f9;
}

.category-list li.active {
    color: #0056b3;
    background-color: #f4f8ff;
    border-left: 4px solid #0056b3;
}

/* ডান দিকের কন্টেন্ট */
.content-area {
    flex: 1;
}

.content-area h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.apply-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.apply-section-header h3 {
    font-size: 18px;
    font-weight: normal;
}

.category-count {
    background-color: #e6f2ff;
    color: #0056b3;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
}

/* গ্রিড কার্ডস */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-item {
    background-color: #eaf4fd;
    color: #0056b3;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: normal;
    cursor: pointer;
    transition: background-color 0.2s;
}

.grid-item:hover {
    background-color: #d6ebfc;
}

.grid-item img {
    width: 28px;
}

/* ফুটার */
.footer {
    background-color: #004d99;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    font-size: 14px;
}

.footer img {
    height: 30px;
}

/* চ্যাটবট */
.chatbot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.chatbot img {
    width: 70px;
    border-radius: 10px;
}

/* ল্যাঙ্গুয়েজ ড্রপডাউন পজিশন */
.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-list {
    position: absolute;
    top: 45px;
    right: 0;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    list-style: none;
    padding: 5px 0;
    width: 120px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none; /* প্রথমে লুকোনো থাকবে */
    z-index: 200;
}

.lang-list li {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.lang-list li:hover {
    background-color: #f5f5f5;
    color: #0056b3;
}

/* ক্লিক করলে দেখানোর জন্য ক্লাস */
.lang-list.show {
    display: block;
}

/* গুগলের সব রকমের ওপরের ফ্রেম এবং প্যানেল চিরতরে হাইড করার জন্য */
iframe.goog-te-banner-frame, 
.goog-te-banner-frame, 
#goog-te-hoverplace, 
.goog-te-balloon-frame {
    display: none !important;
}

body {
    top: 0px !important;
    position: static !important;
}

/* অনুবাদ হওয়ার সময় গুগল যে পপআপ বা উইন্ডো দেখায় তা ব্লক করা */
.skiptranslate {
    display: none !important;
}