/* Intro অংশের জন্য ফন্ট ব্যবহার করা হয়েছে */
.IntroHead {
    font-family: 'Oswald', sans-serif; /* আপনার ওয়েবসাইটের ফন্ট */
    text-align: center;
    font-size: 38px;
    color: rgb(11, 100, 134); /* আপনার ব্র্যান্ডের রং */
    margin-top: 50px;
    margin-bottom: 30px;
}
.IntroSection{
    padding: 20px;
}

.intro {
    display: flex;
    /* ছোট স্ক্রিনে কন্টেন্টকে উল্টো দিকে সাজানোর জন্য */
    flex-direction: row; 
    
    /* কন্টেইনারের মধ্যে সর্বোচ্চ প্রস্থ সীমিত করা হয়েছে */
    max-width: 1200px; 
    margin: 0 auto;
    
    /* লেখাকে বাম দিকে রাখতে space-between ব্যবহার করা হলো */
    justify-content: space-between;
    align-items: center; /* উল্লম্বভাবে মাঝখানে আনতে */
    padding: 0 5%;
}

.intro video {
    /* ভিডিওর আকারের অনুপাত (Aspect Ratio) ঠিক রাখতে max-width ব্যবহার করা হলো */
    max-width: 600px; 
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 12px; /* হালকা বর্ডার-রেডিয়াস */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* শ্যাডো যোগ করা হলো */
    margin-top: 150px;
}

.intro p {
    /* লেখাটিকে ভিডিওর পাশে একটি নির্দিষ্ট জায়গায় সেট করা হলো */
    max-width: 400px; 
    font-size: 22px; 
    line-height: 1.6;
    padding-right: 30px; /* ভিডিও থেকে দূরত্ব */
    font-family: 'Times New Roman', Times, serif;
    margin-top: 114px;
}
.intro p b{
    font-size: 30px;
}
.infoapp_p{
    margin: 50px;
    font-size: 22px;
    font-weight: bold;
}

/* যোগাযোগ সেকশনের স্টাইল */
.contact-section {
    padding: 80px 5%;
    background-color: var(--light-bg); /* হালকা ধূসর ব্যাকগ্রাউন্ড */
    text-align: center;
}

.contact-head {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.contact-subhead {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.contact-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/* যোগাযোগের তথ্য বক্স */
.contact-info {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-info h3 {
    color: var(--primary-color);
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-info a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: bold;
}

/* ফর্ম স্টাইল */
.contact-form {
    flex: 2;
    min-width: 300px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Padding যেন উইথের বাইরে না যায় */
    font-family: 'Roboto', sans-serif;
}

.submit-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #1e7e34;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
}
.social-icons a:hover {
    color: var(--secondary-color);
}

/* 📱 রেসপনসিভনেস */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        gap: 30px;
    }
    .contact-info, .contact-form {
        min-width: unset;
        width: 100%;
        text-align: center;
    }
    .form-group {
        text-align: left; /* ফর্মে লেবেল বাম দিকে থাকবে */
    }


    .contact-container {
        flex-direction: column;
        gap: 30px;
    }
    .contact-info, .contact-form {
        min-width: unset;
        width: 100%;
        text-align: center;
    }
    .form-group {
        text-align: left; /* ফর্মে লেবেল বাম দিকে থাকবে */
    }

}
/* গাইড ট্যুর সেকশন স্টাইল */
.guided-tour-section {
    padding: 80px 5%;
    background-color: white; /* সাদা ব্যাকগ্রাউন্ড */
    text-align: center;
}

.guided-tour-head {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.guided-tour-subhead {
    font-size: 18px;
    color: #555;
    margin-bottom: 60px;
}

.tour-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px; /* লেখা এবং ইমেজের মধ্যে দূরত্ব */
    max-width: 1000px;
    margin: 60px auto; /* প্রতিটি ধাপের মধ্যে দূরত্ব */
    text-align: left;
}

.tour-step.reverse {
    flex-direction: row-reverse; /* ইমেজের অবস্থান পরিবর্তন করার জন্য */
}

.step-text {
    flex: 1;
    min-width: 300px;
}

.step-text h3 {
    font-family: 'Oswald', sans-serif;
    color: var(--secondary-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.step-text p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.step-text ul {
    list-style: none; /* বুলেট পয়েন্ট সরানো হলো */
    padding: 0;
    margin-top: 20px;
}

.step-text ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px; /* আইকনের জন্য স্থান */
}

.step-text ul li::before {
    content: '✅'; /* কাস্টম বুলেট আইকন */
    position: absolute;
    left: 0;
    color: var(--secondary-color);
}

.step-image {
    flex: 1;
    display: flex; /* ইমেজকে সেন্টারে আনার জন্য */
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.step-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tour-cta {
    margin-top: 80px;
    padding: 40px;
    background: linear-gradient(45deg, var(--secondary-color), #1e7e34); /* সবুজ গ্রেডিয়েন্ট */
    color: white;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tour-cta p {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tour-cta .download-btn {
    background-color: var(--primary-color); /* নীল বা ব্র্যান্ডের অন্য রং */
    color: white;
    font-size: 20px;
}
.tour-cta .download-btn:hover {
    background-color: #0a4e66;
}

/* 📱 রেসপনসিভনেস */
@media (max-width: 768px) {
    .guided-tour-head {
        font-size: 30px;
    }
    .guided-tour-subhead {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .tour-step {
        flex-direction: column; /* ছোট স্ক্রিনে উল্লম্ব বিন্যাস */
        text-align: center;
        gap: 30px;
        margin: 40px auto;
    }
    .tour-step.reverse {
        flex-direction: column; /* 'reverse' ক্লাসও উল্লম্ব হবে */
    }
    .step-text, .step-image {
        min-width: unset;
        width: 100%;
    }
    .step-text ul {
        text-align: left; /* তালিকার লেখা বাম দিকে থাকবে */
        max-width: 300px;
        margin: 20px auto;
    }
    .tour-cta p {
        font-size: 18px;
    }
}

/* FAQ সেকশন স্টাইল */
.faq-section {
    padding: 80px 5%;
    background-color: white; 
    text-align: center;
}

.faq-head {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.faq-subhead {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

/* অ্যাকর্ডিয়ন আইটেম স্টাইল */
.accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    cursor: pointer;
    border: none;
    text-align: left;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #f0f0f0;
}

.accordion-header h3 {
    margin: 0;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: bold;
}

.icon {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    transition: transform 0.3s;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0; /* ডিফল্টভাবে লুকানো থাকবে */
    overflow: hidden;
    background-color: white;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p {
    padding: 15px 0;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    color: #444;
}

/* যখন অ্যাকর্ডিয়ন খোলা থাকবে */
.accordion-item.active .accordion-header {
    background-color: var(--primary-color);
}
.accordion-item.active .accordion-header h3 {
    color: white;
}
.accordion-item.active .icon {
    transform: rotate(45deg); /* আইকন ঘোরানো হবে */
    color: white;
}
.accordion-item.active .accordion-content {
    max-height: 300px; /* উত্তরটি প্রদর্শনের জন্য সর্বোচ্চ উচ্চতা */
    padding-top: 5px;
    padding-bottom: 20px;
}

/* সাপোর্ট কন্টাক্ট */
.faq-support {
    margin-top: 40px;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: 8px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-support p {
    font-size: 17px;
    color: #333;
}

.contact-email {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-email:hover {
    color: var(--primary-color);
}

/* 📱 মোবাইল রেসপনসিভনেস */
@media (max-width: 768px) {
    .faq-head {
        font-size: 30px;
    }
    .accordion-header h3 {
        font-size: 16px;
    }
}



/* 📱 মোবাইল রেসপনসিভনেস */
@media (max-width: 900px) {
    .intro {
        /* ছোট স্ক্রিনে কন্টেন্টকে উল্লম্বভাবে সাজানো হলো */
        flex-direction: column; 
        text-align: center;
        padding-top: 20px;
    }
    
    /* ছোট স্ক্রিনে অতিরিক্ত মার্জিন বাতিল করা হলো */
    .intro video {
        margin-top: 30px; /* ডেস্কটপের 150px মার্জিন কমিয়ে দেওয়া হলো */
        margin-left: 0;
        max-width: 90%;
    }

    /* ছোট স্ক্রিনে অতিরিক্ত মার্জিন বাতিল করা হলো */
    .intro p {
        padding-right: 0;
        margin-top: 30px; /* ডেস্কটপের 114px মার্জিন কমিয়ে দেওয়া হলো */
        margin-bottom: 30px;
        max-width: 90%;
        font-size: 18px;
    }
    
    .IntroHead {
        font-size: 30px;
    }
    /* infoapp_p এর রেসপনসিভনেস ঠিক করা হলো */
    .infoapp_p{
        margin: 20px; 
        font-size: 18px;
    }
}



body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f4f7f6;
            color: #333;
        }
        .faq-section {
            max-width: 800px;
            margin: 40px auto;
            padding: 30px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        /* হেডিং স্টাইল */
        .faq-head {
            color: #007bff;
            font-size: 2em;
            text-align: center;
            margin-bottom: 10px;
        }
        .faq-subhead {
            text-align: center;
            color: #666;
            margin-bottom: 30px;
        }

        /* অ্যাকর্ডিয়ন আইটেম স্টাইল */
        .accordion-item {
            border: 1px solid #e0e0e0;
            margin-bottom: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 15px 20px;
            background-color: #f8f8f8;
            border: none;
            cursor: pointer;
            text-align: left;
            transition: background-color 0.3s ease;
        }
        .accordion-header:hover {
            background-color: #eef;
        }
        .accordion-header h3 {
            margin: 0;
            font-size: 1.1em;
            color: #333;
        }
        .icon {
            font-size: 1.5em;
            transition: transform 0.3s ease;
        }
        /* যখন অ্যাকর্ডিয়ন খোলা থাকবে */
        .accordion-header.active {
            background-color: #e0f0ff;
        }
        .accordion-header.active .icon {
            transform: rotate(45deg); /* + চিহ্নকে X (Close) এর মতো দেখানোর জন্য */
        }

        /* কন্টেন্ট হাইড/শো করার জন্য CSS */
        .accordion-content {
            max-height: 0; /* ডিফল্টভাবে কন্টেন্ট লুকানো থাকবে */
            overflow: hidden;
            transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        }
        .accordion-header.active + .accordion-content {
            max-height: 500px; /* কন্টেন্টের উচ্চতা অনুযায়ী মান সেট করুন */
            padding: 15px 20px;
            border-top: 1px solid #e0e0e0;
        }
        .accordion-content p {
            margin: 0;
            line-height: 1.6;
            color: #555;
        }
        .accordion-content a {
            color: #007bff;
            text-decoration: none;
        }

        /* সাপোর্ট সেকশন স্টাইল */
        .faq-support {
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ddd;
        }
        .contact-email {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 15px;
            background-color: #28a745;
            color: #fff;
            border-radius: 6px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        .contact-email:hover {
            background-color: #1e7e34;
        }