/* RESET */
* {margin:0; padding:0; box-sizing:border-box; font-family:Arial,sans-serif;}

/* NAVBAR */
.navbar {
  display:flex; justify-content:space-between; align-items:center; padding:10px 20px; background:#004d40; position:relative;
}
.logo {color:#00c897; font-size:22px; font-weight:bold;}
.nav-links {list-style:none; display:flex; gap:10px;}
.nav-links li a {color:#fff; text-decoration:none; padding:10px 15px; font-weight:600;}
.nav-links li a.active {border-bottom:2px solid #ffeb3b;}
.social-icons {display:flex; gap:10px;}
.social-icons img {width:30px; height:30px;}
#menu-toggle {position:absolute; opacity:0; width:0; height:0; pointer-events:none;}
.menu-icon {display:none; font-size:28px; color:#fff; cursor:pointer;}

/* HERO SLIDER */
.hero-slider {background:#00695c; color:#fff; text-align:center; padding:40px 20px;}
.slide {margin-bottom:30px; animation: slidefade 10s infinite;}
.quran, .hadith {font-size:22px; font-weight:bold; color:#ffeb3b;}
.translation {font-size:16px; font-style:italic; margin-top:5px;}
.academy-msg {font-size:18px; margin-top:10px; color:#fff; font-weight:bold;}
@keyframes slidefade {0%,100%{opacity:0;}50%{opacity:1;}}

/* FOUNDER SECTION */
.founder-section {padding:50px 20px;}
.founder-grid {display:flex; gap:20px; flex-wrap:wrap; max-width:1200px; margin:0 auto;}
.founder-image img {width:100%; max-width:400px; border-radius:10px;}
.founder-message {flex:1; padding:20px;}
.founder-message h2 {color:#00695c; margin-bottom:15px;}

/* LINE */
.cold-line {border:1px solid #00bcd4; margin:30px 0;}

/* USOOL-E-DEEN */
.usool-deen {padding:30px 20px; background:#e0f7fa; text-align:center;}
.usool-deen h2 {color:#004d40; margin-bottom:15px; font-weight:bold; font-size:22px;}

/* PRINCIPLES SECTIONS */
.principles-section {padding:50px 20px;}
.principle-grid {display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-bottom:50px;}
.principle-grid.reverse {flex-direction:row-reverse;}
.principle-image img {width:100%; max-width:400px; border-radius:10px;}
.principle-content {flex:1; padding:20px;}
.principle-content h3 {color:#00695c; margin-bottom:10px;}
.principle-content p {font-size:16px; line-height:1.6;}

/* FOOTER */
footer {padding:20px; background:#00251a; color:#fff; text-align:center; font-size:14px;}

/* RESPONSIVE */
@media(max-width:992px){
  .navbar {flex-direction:column; align-items:center;}
  .logo {margin-bottom:10px; text-align:center;}
  .menu-icon {display:block; margin-bottom:10px; text-align:center;}
  .nav-links {display:none; flex-direction:column; width:100%; text-align:center;}
  #menu-toggle:checked + .menu-icon + .nav-links {display:flex;}
  .nav-links li {margin:5px 0;}
  .social-icons {justify-content:center; margin-top:10px;}

  .founder-grid {flex-direction:column; text-align:center;}
  .principle-grid, .principle-grid.reverse {flex-direction:column;}
  .principle-image img {max-width:100%;}
  .principle-content {padding:10px;}
}
@media(min-width:993px){
  .menu-icon, #menu-toggle {display:none;}
}
	/* WhatsApp Paragraph Styling */
#whatsapp-paragraph {
    font-family: 'Arial', sans-serif; /* Font */
    font-size: 16px;                  /* Font Size */
    color: #0077aa;                   /* Text Color */
    line-height: 1.6;                 /* Line Spacing */
    margin: 5px 0;                   /* Top & Bottom Margin */
    text-align: center;               /* Alignment */
}

/* Paragraph ke andar link ko style karein aur underline remove karein */
#whatsapp-paragraph a {
    text-decoration: none;            /* Underline remove */
    color: #25D366;                   /* WhatsApp Green */
    font-weight: bold;                 /* Bold */
}

/* Hover effect optional */
#whatsapp-paragraph a:hover {
    opacity: 0.8;
}
/* Paragraph styling using ID */
#founder-message {
    font-family: 'Arial', sans-serif;  /* Font */
    font-size: 18px;                   /* Font size */
    color: #0077aa;                    /* Text color */
    line-height: 1.6;                  /* Line spacing */
    margin: 5px 0;                    /* Top & bottom margin */
    text-align: center;                /* Alignment */
}


.btn {
  text-decoration: none;   /* underline khatam */
  color: white;            /* text ka color normal */
  background-color: #007BFF;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}