@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


body{
  font-family: "Libre Franklin";
}

section{
    margin:0px auto;
}
.mb-4 {
    text-align: center;
    margin-top: 20px; /* adjust the top margin as needed */
}

.mb-4 img {
    display: inline-block;
    max-width: 150px; /* keep the existing max-width */
}

#story-head .container{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    max-width:1100px;
    padding:30px 30px;


}

#story-head h2{

font-family: 'Libre Franklin';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 55px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.03em;

color: #000000;
}
#story-head p{
max-width: 1314px;
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 55px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.03em;

color: #1C2B33;



}

#banner {
    min-height: 500px;
    margin-bottom: 0px;

    background-size: cover;
}
#banner p{
  color: #fff;
  font-size:22px;
}

#banner .container {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    text-align:center;
    height: 600px;
    color: #fff;
    padding: 0 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #banner {
        min-height: 300px;
    }
    #banner .container {
        height: auto;
        padding: 20px;
    }
    #banner .container h1 {
        font-size: 24px;
    }
    #banner .container p {
        font-size: 16px;
    }
}
.ad-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.ad-image .container{
  width: 90%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
}
.ad-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#image-section {
    text-align: center;
}

#image-section img.responsive-image {
    width: 100%;
    height: auto;

    display: block;
    margin: 0px  0px;
}
.image-container {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.center-image {
    height: 350px; /* Bigger than the side images */
    object-fit: cover;
    width: 100%;
}
.side-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

/* General Styles */
#faq {
  padding: 50px 10%;
  font-family: "Libre Franklin";
}

.faq-heading h3 {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 10px;
}

.faq-heading p {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #000000;;
  margin-bottom: 20px;
}

/* FAQ Layout */
.faq-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width:1300px;
}

.faq-box-container {
  flex: 1;
  max-width: 600px;
}

/* FAQ Box */
.faq-box {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}



.faq-box-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-box-question h4{
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #3F3F3F;
}

.faq-box-icon {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

/* Hidden Answer (Initially) */
.faq-box-answer {
  display: none;
  padding: 10px;
 border: 1px solid #DADADA;
}
.faq-box-answer h4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #000000;

}

/* Image */
.faq-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  padding:10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-content {
    flex-direction: column;
    text-align: center;
  }

  .faq-box-container {
    width: 100%;
  }

  .faq-img img {
    max-width: 80%;
    margin-top: 20px;
  }
}


.sign-img{
    display: flex;
    justify-content: center; /* Center horizontally */

}



.app-categories {
  font-family: "Libre Franklin";
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin:50px auto;

        }
        .app-categories .container {
            text-align: center;
            max-width: 1800px;
            margin: auto;
        }
        .app-categories .heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.app-categories h2 {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 15px;
}

.app-categories p {
  max-width: 904px;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
        .app-categories .image-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 20px;
        }
        .app-categories .image-box {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            display: flex;
          align-items: center;
        }
        .app-categories .image-box img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.4s ease;
        }
        .app-categories .image-box:hover img {
            transform: scale(1.6);
        }
        .app-categories .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        .app-categories .image-box:hover .overlay {
            opacity: 1;
        }
        .app-categories .overlay-text {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
