/********** Template CSS **********/
body {
  font-family: "Noto Sans", sans-serif !important;
  overflow-x: hidden;
}

.footer a.hero-btn {
    background: #E4B100;
    border-radius: 100px;
    border: 2px solid #000;
    padding: 10px 40px;
    font-weight: bold;
    transition: all 0.3s ease;
    color: #fff !important;
    font-size: 14px;
    line-height: 40px;
}

.footer a.hero-btn:hover {
    background: #fff;
    color: #000 !important;
}

:root {
  /* --primary: #B78D65; */
  --primary: #d5af33;
  --secondary: #fbfbfb !important;
  --light: #f8f8f8;
  --dark: #252525;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {
  color: #FFF;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 73.2px */
}

@media (max-width: 768px) {

  h1,
  .h1 {
   font-family: "Noto Sans", sans-serif !important;
    font-size: 30px;
    line-height: 122%; /* 73.2px */
  }
}

h2,
.h2 {
  font-family: "Noto Sans", sans-serif !important;
  color: #000;
  font-style: normal;
  font-weight: 600 !important;
line-height: 122%; /* 48.8px */  
font-size: 40px !important;
  letter-spacing: -0.45px;
}

@media (max-width: 768px) {

  h2,
  .h2 {
   font-family: "Noto Sans", sans-serif !important;
    font-size: 28px !important;
    line-height: 40px;
  }
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 500 !important;
  font-family: "Noto Sans", sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
  color: #000;
  font-weight: 500 !important;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120%; /* 28.8px */

  
}

p,
.p {
 color: #8A8A8A !important;
  font-family: "Noto Sans", sans-serif !important;
 font-size: 16px;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  
}

@media (max-width: 768px) {

  p,
  .p {
    color: #5a5959;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.s
{
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}



/* ************************* */
/* Home page 2nd section */
/* ************************* */

.whattdt {
  background: url(/wp-content/uploads/2025/08/BackGround.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whattdt a {
  color: var(--primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 768px) {
  .whattdt h2 {
    text-align: center;
    width: 100%;
  }

  .whattdt p {
    text-align: center;
    width: 100%;
  }

  .whattdt a {
    text-align: center;
    width: 100%;
  }

  .whattdt .section-title-2::after {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
}

.whattdt .ratio,
.whattdt .ratio iframe {
  border-radius: 20px; /* change value as needed */
  overflow: hidden; /* ensures video corners are clipped */
}

/* ************************* */
/*Navbar  Start  */
/* ************************* */
.custom-navbar-bg {
            background-color: transparent;
            transition: background-color 0.4s ease-in-out;
        }
        /* Class added by JavaScript on scroll */
        .navbar.scrolled {
            background-color: #000000;
        }
        /* Custom logo styling */
        .navbar-logo {
            height: 60px;
        }
        /* Custom text styling */
        .navbar-main-text {
            color: #FFFFFF;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        .navbar-sub-text {
            color: #E4B85C;
            font-size: 16px;
            font-style: italic;
            margin-top: -5px;
        }
        /* Social icons styling */
        .social-icon-link {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            color: #FFFFFF;
            border-radius: 8px;
            text-decoration: none;
            font-size: 20px;
            transition: background-color 0.3s, transform 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-left: 10px;
            padding-right: 0;
        }
         .social-icon-link:hover {
            background-color: #D4AF37; /* Updated hover background color */
            transform: scale(1.1);
        }
        /* Custom navbar toggler */
        .navbar-toggler {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.2);
            font-size: 20px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        /* Mobile view adjustments */
        @media (max-width: 991.98px) {
            .social-icons-mobile-container {
                flex-direction: row;
                justify-content: center;
                gap: 10px;
                margin-top: 15px;
                padding-left: 0;
            }
            .social-icon-link {
                margin-left: 0;
            }
            .social-icons-mobile-container .nav-item {
                display: flex;
                justify-content: center;
            }
        }
        @media (max-width: 767px) {
            .navbar-logo {
                height: 50px;


                
            }
        }
         @media (max-width: 767px) {
             .custom-navbar-bg {
             
            background-color: #000000;
            transition: background-color 0.4s ease-in-out;
       



                
            }
        }
/* ************************* */
/* Navbar end */
/* ************************* */
 /* Footer Start */
.footer {
  background-color: #000;
  color: #BFBFBF;
}

.footer h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #fff;
}

.footer-logo img {
  width: 253px;
height: 56.592px;
flex-shrink: 0;
  margin-right: 165px;
}

.footer-logo span {
  font-size: 1.5em;
  font-weight: bold;
}

.footer a {
  color: #BFBFBF;
/*   text-decoration: none;
  transition: color 0.3s;
  width: 203px;
height: 23px;
flex-shrink: 0; */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 161.009%;
} 


/* Soft gray text */
.para-gray{
  color: #ffffff !important;         /* medium gray */
  width: 264px;
height: 80px;
flex-shrink: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 161.009%; /* 25.761px */
}

.footer a:hover {
  color: #fff;
}

.footer-email-form input {
  border: none;
  padding: 12px 15px;
  background-color: #fff;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  flex: 1;
}

.footer-email-form button {
  background-color: #d4ac4a;
  color: #ffffff;
  border: none;
  padding: -2px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  display: inline-flex;       /* text + icon inline */
  align-items: center;        /* vertically center */
  gap: 8px;                   /* text aur icon ke beech thora gap */
}

.footer-email-form button i {
  font-size: 14px;            /* arrow ka size adjust */
}


/* Social Icons */
.footer-social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s, border-color 0.3s;
  overflow: hidden; /* image overflow na kare */
}

.footer-social-icons a img {

  
  width: 32px;   /* icon ka size */
  height: 32px;
  object-fit: contain; /* proper fit ke liye */
}
.name {
  color: #000000;  /* example */
  font-size: 26px;
}
@media (max-width: 991px) {

  /* Footer padding adjustment to avoid cut */
  .footer {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
  
  }

  /* Logo size & margin */
  .footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  /* Text & links left aligned */
  .footer p, 
  .footer a,
  .footer h4 {
    font-size: 14px;
    text-align: left !important;
  }

  /* Newsletter form stack left aligned */
  .footer .footer-email-form {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .footer .footer-email-form input {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .footer-email-form button {
    width: auto;
    align-self: flex-start;
  }

  /* Social icons left aligned */
  .footer .d-flex.flex-wrap {
    justify-content: flex-start !important;
  }

  .footer .btn-social {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}


/* Footer End */
 /**********************/
/* How It Works Section */
    .how-it-works {
    background-image: url('/wp-content/uploads/2025/08/background-4.png');
    background-repeat: repeat;
    padding: 60px 0;
}
.how-it-works h6 {
    font-weight: 600;
    font-size: 14px;
    color: #444;
}
.mb-4 {
    margin-bottom: 2.5rem !important;
}
.how-it-works h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.how-it-works p {
    font-size: 14px;
    color: #777;
}
.icon-circle {
    width: 75px!important;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
}
.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.step h6 {
    font-weight: 600;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 120%; /* 24px */
}
.middle-image img {
    max-width: 100%;
}
@media(max-width: 991px) {
    .middle-image {
        margin: 40px 0;
    }
}
@media (max-width: 767px) {
  /* Sirf left column ke steps */
  .col-lg-4:first-child .step {
    flex-direction: row-reverse !important; /* icon left, text right */
    text-align: left !important;
  }

  .col-lg-4:first-child .step .icon-circle {
    margin-left: 20px !important;  /* 🔹 extra space between icon & text */
    margin-right: 0 !important;
    order: 0 !important;
  }

  .col-lg-4:first-child .step .text-end {
    text-align: left !important;
    margin: 0 !important;
  }
}


.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 90%!important;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
/**********************/
 /* Course Card Styling */
   /* .course-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-bottom: 20px;
      width: 456px;
      height: 256px;
      flex-shrink: 0;
      opacity: 0; 
      transform: translateY(60px);
    }

    .icon img {
      width: 35px;
      height: 35px;
      object-fit: contain;
    }

    .course-card h5 {
      color: #657b4e;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 8px;
    }

    .course-card p {
      color: #666;
      font-size: 14px;
      margin: 0;
    }

    .text-muted {
      color: #000 !important;
    } */

    /* Right Section Styling */
    /* .right-section {
      background: url('your-background-image.png') no-repeat center center/cover;
      border-radius: 12px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    } */

    /* .quran-img {
      width: 100%;
      max-width: 629px;
      height: auto;
      object-fit: contain;
      opacity: 0; 
      transform: scale(0.9);
    } */

    /* Responsive tweaks */
    /* @media (max-width: 991px) {
      .right-section {
        margin-top: 30px;
        height: auto;
      }
    } */
/**********************/
    /* Teacher Card Section */

    .left-image img {
      border-radius:px !important;
      width: 480px;
      height: 670px;
      flex-shrink: 0;
      aspect-ratio: 48/67;
    }
    .teacher-card {
      width: 100%;
      height: auto !important;
      flex-shrink: 0;
      aspect-ratio: 63/64;
      border-radius: 8px!important;
      transition: transform 0.2s ease;
		margin-bottom:-5em !important;
    }
    .teacher-card:hover {
      transform: translateY(-4px);
    }
    .teacher-card img {
      height: 180px;
      object-fit: cover;
      width: 100%;
      border-radius:12px !important;

    }
/* ================== Responsive Breakpoints ================== */

/* Tablets (≤ 991px) */
@media (max-width: 991px) {
  .left-image img {
    max-width: 360px;
  }
  .teacher-card img {
    height: 160px;
  }
}

/* Mobiles (≤ 767px) */
@media (max-width: 767px) {
  .left-image img {
    max-width: 100%;
    height: auto;
  }
  .teacher-card {
    margin-bottom: 1.5rem !important;
  }
  .teacher-card img {
    height: 140px;
  }
}

/* Small Mobiles (≤ 480px) */
@media (max-width: 480px) {
  .left-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px !important;
  }
  .teacher-card img {
    height: 120px;
  }
}
    /* =============================
   📱 Responsive Media Queries
============================= */

/* Tablets (992px – 1199px) */
@media (max-width: 1199px) {
  .left-image img {
    max-width: 400px;
  }
  .teacher-card {
    width: 170px;
  }
  .teacher-card img {
    height: 160px;
  }
}

/* Small tablets (768px – 991px) */
@media (max-width: 991px) {
  .left-image img {
    max-width: 320px;
  }
  .teacher-card {
    width: 150px;
  }
  .teacher-card img {
    height: 140px;
  }
}

/* Phones (576px – 767px) */
@media (max-width: 767px) {
  .left-image img {
    max-width: 260px;
  }
  .teacher-card {
    width: 140px;
  }
  .teacher-card img {
    height: 130px;
  }
}

/* Extra small devices (< 576px) */
@media (max-width: 575px) {
  .left-image img {
    max-width: 100%;
    height: auto;
  }
  .teacher-card {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .teacher-card img {
    height: auto;
  }
}
   /*******************/
    /* pricing  Section */
    /*******************/
/* Pricing Section */
.pricing-section {
   background-color: #F3FAF1; 
    background-repeat: repeat;
    padding: 60px 0;
}
.pricing-section {
  padding: 60px 0;
  text-align: center;
}

 Toggle Wrapper */
.toggle-wrapper {
  display: inline-flex;
  border: 2px solid #d4af37;
  border-radius: 30px;
  padding: 4px;
  background: #fff;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.toggle-wrapper button {
  border: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #444;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.toggle-wrapper button.active {
  background: #d4af37;
  color: #fff;
} 

/* Card */
.card-pricing {
  border-radius: 10px;
  padding: 70px 30px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 11.9px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  height: 100%;
}
.card-pricing:hover {
  transform: translateY(-5px);
}
.card-pricing.dark {
  background: #000;
  color: #fff;
}

.price {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.per {
  font-size: 14px;
  color: #787878;
	margin-top:5px!important;
}
.card-pricing.dark .per {
  color: #ccc;
}
.divider {
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
}
.features {
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 50px;
	line-height:180% !important;
}
.features li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.features li i {
  background: #e4b100;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.btn-pricing {
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  padding: 14px 80px;
  font-weight: bold;
  transition: all 0.3s ease;
  color: #000 !important;
}
.card-pricing.dark .btn-pricing {
  background: #fff;
  border: none;
  color: #000;
}
.btn-pricing:hover {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.card-pricing.dark .btn-pricing:hover {
  background: #e4b100;
  color: #fff;
  border: none;
}
/* ===========================
   📱 Responsive Queries
=========================== */

/* Large Desktops */
@media (min-width: 1200px) {
  .price {
    font-size: 54px;
  }
}

/* Tablets Landscape (992px – 1199px) */
@media (max-width: 1199px) {
  .card-pricing {
    padding: 50px 25px;
  }
  .price {
    font-size: 44px;
  }
}

/* Tablets Portrait (768px – 991px) */
@media (max-width: 991px) {
  .card-pricing {
    padding: 40px 20px;
  }
  .price {
    font-size: 38px;
  }
  .toggle-wrapper button {
    font-size: 15px;
    padding: 8px 20px;
  }
  .btn-pricing {
    padding: 12px 50px;
    font-size: 15px;
  }
}

/* Mobile Phones (576px – 767px) */
@media (max-width: 767px) {
  .pricing-section {
    padding: 40px 20px;
  }
  .toggle-wrapper {
    width: 100%;
    justify-content: center;
  }
  .toggle-wrapper button {
    flex: 1 1 45%;
    padding: 10px;
    font-size: 14px;
    margin: 2px;
  }
  .card-pricing {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .price {
    font-size: 32px;
  }
  .btn-pricing {
    width: 100%;
    padding: 12px;
  }
}

/* Extra Small Mobile (<576px) */
@media (max-width: 575px) {
  .price {
    font-size: 28px;
  }
  .features li {
    font-size: 14px;
  }
  .btn-pricing {
    font-size: 14px;
    padding: 10px;
  }
}
/* Hide yearly by default */
.pricing-yearly { display: none; }
/**********************/
    /* Feature Section 2 */
    /*******************/
         .feature-section {
    background-color: #F3FAF1; /* Light greenish background */
    padding: 50px 0;
  }
  .feature-image img {
    max-width: 80%;
    height: auto;
  }
  .section-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
    font-style: normal;
    line-height: 120%; /* 28.8px */
  }
  .section-heading {
    font-size: 54px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #000;
    line-height: 122%; /* 73.2px */
  }
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
  }
  .feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 22px !important;
    color: #444;
  }
  .feature-icon {
    background-color: #E0B646;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 9px;
    flex-shrink: 0;
    
  }
  .star-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .star-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 400;
    color: #333;
    font-size: 22px !important;
  }
  .star-icon {
    color: #F3C84B;
    font-size: 16px;
    margin-right: 8px;
  }
  
  /* =============================
   📱 Responsive Media Queries
============================= */

/* Tablets & smaller desktops (992px - 1199px) */
@media (max-width: 1199px) {
  .section-heading {
    font-size: 42px;
  }
  .feature-list li {
    font-size: 20px;
  }
}

/* Small tablets (768px - 991px) */
@media (max-width: 991px) {
  .section-heading {
    font-size: 36px;
    line-height: 1.3;
  }
  .section-title {
    font-size: 20px;
  }
  .feature-list li {
    font-size: 18px;
  }
  .feature-image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* Phones (576px - 767px) */
@media (max-width: 767px) {
  .feature-section {
    padding: 20px 15px;
    text-align: center;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-title {
    font-size: 18px;
  }
  .feature-list li {
    font-size: 16px;
    justify-content: left;
    text-align: left;
  }
  .feature-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
    margin-top: 5px;
  }
}

/* Extra small devices (< 576px) */
@media (max-width: 575px) {
  .feature-section {
    padding: 30px 12px;
  }
  .section-heading {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .section-title {
    font-size: 16px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .star-list li {
    font-size: 18px;
  }
  .feature-image img {
    max-width: 100%;
  }
}
 .feature-section {
  background-color: #F3FAF1; /* Light greenish background */
  padding: 60px 0;
}

.feature-image img {
  max-width: 80%;
  height: auto;
  display: block;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
  line-height: 120%;
}

.section-heading {
  font-size: 54px;
  font-weight: 600;
  line-height: 122%; /* 73.2px */
  margin-bottom: 25px;
  color: #000;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 22px;
  color: #444;
}

.feature-icon {
  background-color: #E0B646;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 9px;
  flex-shrink: 0;
}

.star-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.star-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
  color: #333;
  font-size: 22px;
}

.star-icon {
  color: #F3C84B;
  font-size: 16px;
  margin-right: 8px;
}

/* =============================
   📱 Responsive Media Queries
   ============================= */

/* Large Desktop (≥1400px) */
@media (min-width: 1400px) {
  .section-heading {
    font-size: 64px;
  }
  .section-title {
    font-size: 26px;
  }
  .feature-list li,
  .star-list li {
    font-size: 24px;
  }
}

/* Desktop & Laptops (1200px – 1399px) */
@media (max-width: 1399px) {
  .section-heading {
    font-size: 54px;
  }
  .feature-list li,
  .star-list li {
    font-size: 22px;
  }
}

/* Tablets Landscape (992px – 1199px) */
@media (max-width: 1199px) {
  .section-heading {
    font-size: 42px;
  }
  .section-title {
    font-size: 22px;
  }
  .feature-list li,
  .star-list li {
    font-size: 20px;
  }
}

/* Tablets Portrait (768px – 991px) */
@media (max-width: 991px) {
  .section-heading {
    font-size: 36px;
    line-height: 1.3;
  }
  .section-title {
    font-size: 20px;
  }
  .feature-list li,
  .star-list li {
    font-size: 18px;
  }
  .feature-image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* Mobile Phones (576px – 767px) */
@media (max-width: 767px) {
  .feature-section {
    padding: 40px 20px;
    text-align: center;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-title {
    font-size: 18px;
  }
  .feature-list li,
  .star-list li {
    font-size: 16px;
    justify-content: flex-start;
    text-align: left;
  }
  .feature-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
    margin-top: 5px;
  }
}

/* Small Mobile (<576px) */
@media (max-width: 575px) {
  .feature-section {
    padding: 30px 15px;
  }
  .section-heading {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .section-title {
    font-size: 16px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .star-list li {
    font-size: 15px;
  }
  .feature-image img {
    max-width: 100%;
  }
}

/**********************/
/*****************/
    /* form section */
     .form-section {
      padding: 50px 0;
    }
    .form-section h2 {
      font-weight: 700;
      font-size: 28px;
    }
    .form-section p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 25px;
    }
    .form-label {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 5px;
    }
    .form-control {
      border-radius: 8px;
      padding: 10px 14px;
      font-size: 14px;
    }
.form-control {
	border-radius: 11px!important;
border: 1px solid rgba(212, 175, 55, 0.24)!important;
background: #FFF!important;
	width: 270px!important;
height: 49px!important;
	
}

    .btn-custom {
      background-color: #d4a945;
      color: white;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      width: 100%;
      padding: 12px;
		margin-top:20px!important;
	
      font-size: 16px;
    }
    .btn-custom:hover {
      background-color: #c29536;
    }
    .image-box img {
      border-radius: 12px;
      width: 510px !important;
height: 670px!important;
      margin: 0 auto;
      text-align: right !important;
    }

    @media (max-width: 767px) {
       .image-box img{
        text-align: center;
       }
    }
   
    /*******************/

/********hero******/
/* .al-hassan {
      position: relative;
      height: 100vh;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      overflow: hidden;
      background: url("/wp-content/uploads/2025/08/Group-1430105339.png") no-repeat center center/cover;
      padding-top: 29px;
      padding-bottom: 29px;
    } */
    

    /* === multiple golden spotlight beams === */
/*    .al-hassan-light {
  position: absolute;
  top: -14%;
  left: 50%;
  width: 300%;   
  height: 200%;  
  transform: translateX(-50%);
  background: radial-gradient(
    circle at top,
    rgba(212, 175, 55, 0.458) 0%,
    rgba(212, 175, 55, 0.286) 20%,
    rgba(212, 175, 55, 0.066) 40%,
    transparent 100%
  );
  clip-path: polygon(48% 0%, 52% 0%, 70% 100%, 30% 100%); 
  filter: blur(100px);
  mix-blend-mode: screen;
  opacity: 0;
  z-index: 1;
} */


/*     .al-hassan h3,
    .al-hassan h1,
    .al-hassan p,
    .al-hassan-buttons {
      position: relative;
      z-index: 2; 
    }

    .al-hassan h3 {
      font-size: 1.2rem;
      margin-bottom: 15px;
      color: #ccc;
    }
.per {
    font-size: 14px;
    color: #797878!important;
    margin-top: 15px !important;
}
    .al-hassan h1 {
      font-size: 3rem;
      max-width: 800px;
      margin: 10px auto;
      line-height: 1.2;
    }

    .al-hassan p {
      max-width: 600px;
      margin: 15px auto 30px;
      color: #aaa;
    }

    .al-hassan-buttons {
      display: flex;
     gap: 15px;
    }

    .al-hassan-btn {
      padding: 12px 28px;
      border-radius: 8px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }

    .al-hassan-btn {
      background:#D4AF37;
      color: white;
    }

    .al-hassan-btn {
      background: #D4AF37;
      color: white;
    }

    .al-hassan-btn:hover {
      opacity: 0.85;
    } */
    /* =============================
   📱 Responsive Media Queries
============================= */

/* Large screens (1200px and above) */
@media (min-width: 1200px) {
  .al-hassan h1 {
    font-size: 3.5rem;
  }
  .al-hassan h3 {
    font-size: 1.4rem;
  }
}

/* Tablets (992px – 1199px) */
@media (max-width: 1199px) {
  .al-hassan h1 {
    font-size: 2.8rem;
  }
  .al-hassan p {
    font-size: 1rem;
  }
}

/* Small tablets / large phones (768px – 991px) */
@media (max-width: 991px) {
  .al-hassan h1 {
    font-size: 2.4rem;
  }
  .al-hassan h3 {
    font-size: 1rem;
  }
  .al-hassan p {
    font-size: 0.95rem;
  }
  .al-hassan-buttons {
    gap: 10px;
  }
  .al-hassan-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* Phones (576px – 767px) */
@media (max-width: 767px) {
  .al-hassan {
    padding: 40px 10px;
  }
  .al-hassan h1 {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .al-hassan p {
    font-size: 0.9rem;
    margin: 10px auto 20px;
  }
  .al-hassan-btn {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
}

/* Extra small devices (less than 576px) */
@media (max-width: 575px) {
  .al-hassan {
    height: auto; /* prevent overflow on very small screens */
    padding: 90px 15px;
  }
  .al-hassan h1 {
    font-size: 1.6rem;
  }
  .al-hassan h3 {
    font-size: 0.9rem;
  }
  .al-hassan p {
    font-size: 0.85rem;
  }
  .al-hassan-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .al-hassan-btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}
/* .img-fluid {
    max-width: 730%!important;
    height: auto;
} */
.footer-contact-info .white-text {
  color: #fff !important; /* White color */
}
.footer-contact-info .grey-text{
  color: #ffffff !important; 
width: 35px;
height: 22px;
flex-shrink: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 161.009%; /* 25.761px */  /* Grey for labels */
}

.footer-contact-info .white-text {
  color: #BFBFBF !important;
font-size: 16px;
font-style: normal;
width: 138px;
height: 22px;
flex-shrink: 0;
font-weight: 400;
line-height: 161.009%; /* 25.761px */   /* White for values */
}
.b-text {
  color: #BFBFBF; /* Bootstrap ka gray shade */
  font-size: 16px; /* optional */
  line-height: 1.6; /* optional readability */
  color: #BFBFBF;      
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 161.009%; /* 25.761px */
}



    @media (max-width: 767px) {
      .card-pricing{
        width: 100%;
        height: auto;
      }
    }
    




 @media (max-width: 768px) {
      .course-card{
        width: 100%;
        height: auto;
      }
    }
     @media (max-width: 768px) {
       .al-hassan{
        width: 100%;
        height: auto;
      }
    }
@media (max-width: 768px) {
       .navbar{
        width: 100%;
        height: auto;
      }
    }
    @media (max-width: 768px) {
       .al-hassan p{
        font-size: 16px;
        font-weight: 40;
      }
    }

 @media(max-width: 991px) {
    .image-box img {
               height: 6% !important;
        width: 100% !important;
      
    }
}


.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #FFFFFF;
  background: var(--primary);
  border-color: var(--primary);
}

.btn-outline-light{
	border-radius: 50% !important;
}
.btn-outline-light:hover{
	color: var(--primary) !important;
} 


/* GSAP */
/* Sticky Heading */
/* Scoped to this section only */
/* Sticky Heading */
.intro-row {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 40px 0 20px;
  z-index: 10;
}

.intro-row h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.intro-row p {
  font-size: 15px;
  color: #666;
  margin: 0 0 5px;
}

/* Stack container only controls LEFT column */
/* Stack container */
.stack-container {
  position: relative;
  height: calc(100vh * 4); /* jitne cards utna * 100vh */
}

/* Har card stack hoga */
/* Stack Section */
.stack-section {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; /* default */
}

/* Z-index stacking: agla card upar ayega */
.stack-section:nth-child(1) { z-index: 1; }
.stack-section:nth-child(2) { z-index: 2; }
.stack-section:nth-child(3) { z-index: 3; }
.stack-section:nth-child(4) { z-index: 4; }




/* Course Card Styling */
.course-card {
  width: 100%;
/* 	height: 100%; */
  max-width: 550px;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #eee;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.course-card .icon img {
  height: 40px;
  width: 40px;
}
.course-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
	 color: #70806F!important;
	
	
}
.course-card p {
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Right Side Sticky Image */
.course-image {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.course-image img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 12px;
}
* ===========================
   📱 Responsive Media Queries
   =========================== */

/* Large desktops (≥1400px) */
@media (min-width: 1400px) {
  .course-card {
    padding: 60px;
  }
  .course-card h5 {
    font-size: 1.4rem;
	  
  }
  .course-card p {
    font-size: 1.05rem;
	  
  }
}

/* Laptops & small desktops (1200px – 1399px) */
@media (max-width: 1399px) {
  .course-card {
    padding: 45px;
  }
  .course-image img {
    max-width: 500px;
  }
}

/* Tablets landscape (992px – 1199px) */
@media (max-width: 1199px) {
  .course-card {
    padding: 40px;
  }
  .course-card h5 {
    font-size: 1.2rem;
  }
  .course-card p {
    font-size: 0.95rem;
  }
  .course-image {
    height: auto; /* prevent sticky cut-off */
    position: relative;
    padding: 20px;
  }
  .course-image img {
    max-width: 450px;
  }
}

/* Tablets portrait (768px – 991px) */
@media (max-width: 991px) {
  .course-card {
    max-width: 100%;
    padding: 30px;
  }
  .course-card h5 {
    font-size: 1.1rem;
  }
  .course-card p {
    font-size: 0.9rem;
  }
  .course-image {
    margin-top: 20px;
    height: auto;
    padding: 15px;
  }
  .course-image img {
    max-width: 400px;
  }
}

/* Mobile phones (576px – 767px) */
@media (max-width: 767px) {
  .course-card {
    padding: 25px 20px;
    text-align: center;
  }
  .course-card h5 {
    font-size: 1rem;
  }
  .course-card p {
    font-size: 0.9rem;
  }
  .course-image {
    margin-top: 25px;
    height: auto;
    position: relative;
    padding: 10px;
  }
  .course-image img {
    max-width: 100%;
	   height: 50vh!important;
  }
}

/* Extra small mobile (<576px) */
@media (max-width: 575px) {
  .course-card {
    padding: 20px 15px;
  }
  .course-card h5 {
    font-size: 0.95rem;
  }
  .course-card p {
    font-size: 0.85rem;
  }
  .course-image {
    padding: 8px;
  }
  .course-image img {
    border-radius: 8px;
    max-width: 100%;
  }
}

/* ********************************************** */
/* New Hero */
/* ****************************************** */
  .web3-hero {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
     background: url("/wp-content/uploads/2025/08/Group-1430105339.webp") no-repeat center center/cover;
      
      color: #fff;
  }

  .web3-hero .hero {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 1;
  }

  .web3-hero .hero-content {
      z-index: 2;
  }

  .web3-hero .hero-content .top-info {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      padding: 8px 16px;
      border-radius: 50px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 20px;
      opacity: 0;
      animation: fadeIn 1.5s ease forwards 1s;
  }

  /* Main Heading */
.web3-hero .hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0 15px;
    color: #fff; /* solid white heading */
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn 1.5s ease forwards 1.2s;
}

/* Sub paragraph */
.web3-hero .hero p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin: 20px auto 30px;
    max-width: 650px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards 1.4s;
}

/* Buttons */
.web3-hero .hero-btn {
     background-color: #1c1c1cb1;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards 1.6s;
}

.web3-hero .hero-btn:hover {
    background-color: #333;
    transform: translateY(-3px);
}

/* Button Group */
.web3-hero .hero-content .btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

  .web3-hero .web3-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: blur(5px) !important;
      z-index: 0;
      opacity: 0;
      animation: lightOn 2s ease forwards;
  }

  /* Show canvas only on desktop screens */
  @media (max-width: 767px) {
      .web3-hero .web3-canvas {
          display: none; 
      }
  }

  @keyframes lightOn {
      0% { opacity: 0; transform: scale(0.8); filter: blur(20px); }
      50% { opacity: 1; transform: scale(1.05); filter: blur(10px); }
      100% { opacity: 1; transform: scale(1); filter: blur(8px); }
  }

  @keyframes fadeIn {
      to { opacity: 1; }
  }

  @keyframes slideIn {
      to { opacity: 1; transform: translateY(0); }
  }
/* ===========================
   RESPONSIVE MEDIA QUERIES
   =========================== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .web3-hero .hero h1 {
    font-size: 64px;
  }
  .web3-hero .hero p {
    font-size: 18px;
  }
  .web3-hero .hero-btn {
    font-size: 16px;
    padding: 16px 36px;
  }
}

/* Tablet Landscape (992px – 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .web3-hero .hero h1 {
    font-size: 52px;
  }
  .web3-hero .hero p {
    font-size: 16px;
    max-width: 600px;
  }
  .web3-hero .hero-btn {
    font-size: 15px;
    padding: 14px 32px;
  }
}

/* Tablet Portrait (768px – 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .web3-hero {
    height: 80vh;
  }
  .web3-hero .hero h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .web3-hero .hero p {
    font-size: 15px;
    max-width: 500px;
  }
  .web3-hero .hero-content .btn-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  .web3-hero .hero-btn {
    width: auto;
    min-width: 160px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .web3-hero {
    height: auto;
    padding: 80px 20px;
    text-align: center;
  }
  .web3-hero .hero h1 {
    font-size: 28px;
    line-height: 1.3;
    padding: 0;
  }
  .web3-hero .hero p {
    font-size: 14px;
    margin: 15px auto 25px;
    max-width: 90%;
  }
  .web3-hero .hero-content .btn-group {
    flex-direction: column;
    gap: 12px;
  }
  .web3-hero .hero-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .web3-hero .hero h1 {
    font-size: 24px;
  }
  .web3-hero .hero p {
    font-size: 13px;
    line-height: 1.5;
  }
  .web3-hero .hero-btn {
    font-size: 13px;
    padding: 12px 20px;
  }
}

/* background image how it work   */
.how-bg {
    background-image: url('/wp-content/uploads/2025/08/background-4.png');
    background-repeat:  no-repeat;
    padding: 60px 0;
}
/* background image couses gsap   */
.course-bg {
    background-image: url('/wp-content/uploads/2025/08/background-4.png');
    background-repeat: no-repeat;
    background-position: center; /* image ko center mein rakhega */
    background-size: cover;      /* image ko poore section pe fit karega */
   
}

}

/******************/
/*g Sap animation image order for mobile   */
/* **************************** */
/* Default stays same on desktop (≥992px) */

/* Mobile & tablet: image first, content after */
@media (max-width: 991.98px) {
  #our-courses .row {
    display: flex;
    flex-wrap: wrap;         /* keep Bootstrap behavior */
  }
  /* Make both columns full width on small screens (safety) */
  #our-courses .row > .col-lg-6 {
    width: 100%;
  }
  /* Right column (image) comes first */
  #our-courses .row > .col-lg-6:nth-child(2) {
    order: -1;
  }
  /* Left column (content) comes after */
  #our-courses .row > .col-lg-6:nth-child(1) {
    order: 0;
  }
}

.row {
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-top: calc( 1 * var(--bs-gutter-x)) !important; /* zyada */
}
element.style {
    margin: 32px!important;
   
}
/* Mobile layout: Image first, content second */
@media (max-width: 991px) {
  #our-courses .col-lg-6:first-child {
    order: 2 !important; /* content comes second */
  }
  #our-courses .col-lg-6:last-child {
    order: 1 !important; /* image comes first */
    margin-bottom: 20px; /* spacing below image */
  }
}
/*******testimonial-slider********/
.testimonial-slider {
    background: url("/wp-content/uploads/2025/09/Frame.png") no-repeat center/cover;
    padding: 60px 0;
    position: relative;
}

/* Left Image Column */
.slider-left {
    background: url("/wp-content/uploads/2025/09/image-10.png") no-repeat center/cover;
    border-radius: 12px;
    min-height: 768px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slider-left::before {
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.5);
    border-radius:12px;
}

.slider-left-content {
    position: relative;
    z-index: 2;
    color:#fff!important;
    padding:30px;
    text-align:left;
}

.slider-left-content h2 { font-weight:700; font-size:25px; }
.slider-left-content .btn { width:45px; height:45px; display:flex; align-items:center; justify-content:center; }

/* Left Overlap Cards (Half overlay effect) */
.ali33 {
    position: absolute;
    top: 50%;
    left: 100px; /* partially overlap left image */
    transform: translate(0%, -50%);
    width: 380px;
    z-index: 3;
}

.ali33 .testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 340px;
    z-index: 10;
}

.ali33 .testimonial-card i,
.ali33 .testimonial-card .rating {
    color: #D4AF37;
}

/* Right Side Carousel */
.ali99 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 100%;
    max-width: 700px;
    z-index: 4;
}

.ali99 .testimonial-card {
    min-height: 440px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ali99 .item h6 { font-weight:600; margin-bottom:10px; }
.ali99 .item p { font-size:14px; color:#555; margin-bottom:15px; }
.ali99 .item .rating { font-size:14px; font-weight:600; color:#D4AF37!important; }

/* Responsive */
@media (max-width:991px){
    .ali33, .ali99 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        max-width: 100%;
    }
    .slider-left { min-height:250px; border-radius:8px; }
    .slider-left-content h2 { font-size:22px; }
}
/***************************  */
/*new testimonial  updated  */
/********************************  */
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}
.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}
.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/* Whatsapp icon */
.whatsapp {
    position: fixed;
    right: 22px;
    top: 77%;
    z-index: 9999;
}

.whatsapp h5 {
    color: white;
    background: #25D366;
    padding: 8px 12px;
    border-radius: 100%;
}

/* Simple Pulse (no borders) */
.animatePulse {
    animation: simplePulse 1.5s infinite ease-in-out;
}

@keyframes simplePulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }  /* slightly bigger */
    100% { transform: scale(1); }
}

/* Contactform Responsive */
@media (max-width: 767px) {
	.form-control {
		width: 100% !important;
	}
}

.fa-quote-right-alt:before, .fa-quote-right:before {
    content: "\f10e";
    color: #D4AF37 !important;
}