.newsletter-cc
{
	display:none;
}
.tab-color
	{
	    color: #000 !important;
	}
.btn-color
{
	color:#0E1C3F ;
}
.btn-color :hover
{
	color:#eb568f;
}
.lms-logos
	{
		display:flex;
	}
	@media (max-width: 768px) {
		.lms-logos
	{
		display:flex;
		flex-direction:column;
		gap:5px;
	}
		.dis-flex-tab {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
		.img-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
	}
	.title-flex
	{
		display:flex;
		    justify-content: space-between;
    align-items: center;

		
	}
	.lms-img
	{
		width:150px;
	}
	.lms-content
	{
		color:#0E1C3F;
		font-size:14px !important;
		padding-top:10px;
	}
	.card-lms
	{
		height:200px;
		background:#fff;

	}
	.lms-img-3-0
	{
  width: 6%;
    height: auto;
	}
	.course-event
	{
		background:#FFEEF5;
	}
	
	.box-p {
    background: #fff;
    padding-top: 11px !important;
    margin: -1px;
    border-radius: 30px;
}


	.dis-flex-two {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	}
	.p-sec
	{
		padding-bottom:40px !important;
		padding-top:40px !important;
	}
	/* === LMS 3.0 Section Styles === */
.course-title
	{
		
		color:#EB568F !important;
		font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-style: normal;
    font-size: 58px;
    line-height: 58px;
  letter-spacing: 0; /* 0% */
  text-transform: ;
  margin-bottom: 10px; /* paragraph spacing */
	}
	.course-title span
	{
		font-family: 'Zen Maru Gothic', sans-serif;
		color:#2C2B83;	
	}
	.course-desc
	{
		
  font-style: normal;
  font-size: 16px;
/*   line-height: 1.7; 
  letter-spacing: 0;  */
 
	}
	
	
.lms-section {
  background-color: #fff5f8;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Inter', Arial, sans-serif;
}

.lms-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lms-title {
  color: #EB568F;
  font-size: 2rem;
  font-weight: 700;
	text-align:left;
}

.lms-subtitle {
  color: #2C2B83;
  font-size: 20px;;
  margin-top: 0.5rem;
  font-weight: 600;
}

.lms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.lms-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.8rem 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.lms-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.lms-card h3 {
  font-size: 1.05rem;
  color: #2a2a40;
  font-weight: 600;
  margin-top: 1rem;
}

.lms-placeholder {
  background: #f3f3f8;
  height: 120px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #bbb;
}

/* Footer Card (Special) */
.lms-footer-card {
  grid-column: span 4;
  background: #fff;
  padding: 2.5rem 1rem;
}

.lms-footer-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e1e1e;
}

.lms-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.lms-buttons img {
  height: 45px;
}

/* Responsive Layouts */
@media (max-width: 1024px) {
  .lms-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lms-footer-card {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .lms-grid {
    grid-template-columns: 1fr;
  }

  .lms-footer-card {
    grid-column: span 1;
  }

  .lms-title {
    font-size: 1.6rem;
  }

  .lms-subtitle {
    font-size: 1rem;
  }
}

	/* ====== General Section ====== */
.youtube-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #222;
}

/* ====== Header ====== */
.youtube-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a247d;
  margin-bottom: 10px;
}

.youtube-header h2 span {
  color: #e63982;
}

.youtube-header p {
  font-size: 1rem;
  color: #555;
}

/* ====== Grid Layout ====== */
.youtube-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.video.large {
  grid-row: span 2;
}

/* ====== Responsive Iframe ====== */
.video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

/* ====== Responsive Design ====== */
@media (max-width: 1024px) {
  .youtube-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .video.large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .youtube-grid {
    grid-template-columns: 1fr;
  }

  .video.large {
    grid-column: span 1;
  }
}

	.expert-section {
  padding: 80px 0;
  background: #fff;
}

.expert-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.expert-left {
  flex: 1 1 40%;
}

.expert-left h2 {
  font-size: 36px;
  color: #1b1570;
  margin-bottom: 15px;
  line-height: 1.3;
}

.expert-left h2 span {
  color: #ff4ca6;
}

.expert-left p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.expert-right {
  flex: 1 1 55%;
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  text-align: center;
  position: relative;
}

.faculty {
  flex: 1 1 30%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.faculty:not(:first-child) {
  margin-left: -40px; /* overlap */
}

.faculty-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: #eaf3fa; /* subtle background */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faculty-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.faculty-img:hover img {
  transform: scale(1.05);
}

.faculty h4 {
  font-size: 16px;
  color: #1b1570;
  margin-bottom: 5px;
}

.faculty h4.pink {
  color: #ff4ca6;
}

.faculty p {
  color: #666;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .expert-container {
    flex-direction: column;
    text-align: center;
  }

  .expert-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faculty {
    margin-left: 0 !important;
  }

  .faculty-img {
    width: 150px;
    height: 150px;
  }
}


	/* FAQ Section */
.faq-section {
  background-color: #ff4d8d2b;
  padding: 60px 20px;
  text-align: center;
}

.faq-title {
  color: #e94e77;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin: 15px auto;
  max-width: 1200px;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #555;
  font-size: 15px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

	.testimonial-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
	.testimonial-left {
  flex: 1 1 50%;
}
	.testimonial-right {
  flex: 1 1 50%;
}
    /* Section + container */
    .testimonials-section { padding: 50px 0 70px; position: relative; }
/*     .container { max-width: 1200px; margin: 0 auto; padding: 0 18px; } */

    .title {
      text-align: center;
      color: #2b2b8f;
      font-weight: 600;
      font-size: 28px;
      margin-bottom: 30px;
    }

    /* Swiper area */
    .testimonials-slider { padding-bottom: 18px; }
    .swiper-slide { display: flex; justify-content: center; align-items: flex-start; }

    /* Slide 1 grid (4 cards) */
    .testimonial-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .testimonial-card {
      background: #f3f5fb;
      border-radius: 18px;
      padding: 18px;
      display: flex;
      gap: 18px;
      align-items: flex-start;
      box-shadow: 0 6px 18px rgba(16,24,40,0.04);
      min-height: 130px;
    }

    /* left media (two avatars + play icon) */
    .media {
      min-width: 160px;
      background: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      box-shadow: inset 0 0 0 6px rgba(247, 127, 175, 0.03);
    }

    .avatar {
      width: 100%;
      height: auto;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .avatar img { width:100%; height:100%; object-fit:cover; display:block; }

    /* small play icon between avatars */
    .play {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      background: #e83b7a;
      display:flex;
      align-items:center;
      justify-content:center;
      color: #fff;
      font-weight:700;
      font-size:12px;
      flex-shrink:0;
    }

    /* right content of a small card */
   
    .card-desc {
      font-size:13px;
      color:#4a4a4a;
      line-height:1.5;
      display:-webkit-box;
      -webkit-line-clamp:4;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .stars { margin-top:auto; color:#f6b500; font-size:16px; }

    /* Large testimonial (slide 2) */
    .testimonial-large {
      width:100%;
      background:#f3f5fb;
      border-radius:20px;
      padding: 26px;
      display:flex;
      gap: 30px;
      align-items:center;
      box-shadow: 0 8px 22px rgba(16,24,40,0.04);
    }
    .large-left {
      min-width: 360px;
      max-width: 420px;
      border-radius: 18px;
      background: #fff;
      padding: 18px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .large-left img { width:100%; height:auto; object-fit:cover; border-radius:12px; }

    .large-right h3 { color:#2b2b8f; font-size:20px; margin-bottom:10px; font-weight:600; }
    .large-right p { color:#444; line-height:1.7; font-size:15px; margin-bottom:12px; }
    .large-right .stars { color:#f6b500; font-size:18px; }

    /* Swiper pagination (dots) */
    .swiper-pagination { margin-top: 18px; text-align:center; }
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #e6e6e6;
      opacity: 1;
      margin: 0 6px !important;
    }
    .swiper-pagination-bullet-active { background: #f04a9b; transform: scale(1.05); }

    /* Responsive */
    @media (max-width: 1000px) {
/*       .container { padding: 0 22px; } */
      .testimonial-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
      .media { min-width: 140px; }
      .large-left { min-width: 260px; }
    }
    @media (max-width: 720px) {
      .testimonial-grid { grid-template-columns: 1fr; }
      .testimonial-card { min-height: auto; flex-direction: row; }
      .testimonial-large { flex-direction: column; align-items:flex-start; gap:18px; padding:18px; }
      .large-left { width: 100%; max-width:none; }
    }
	.product-second-content
	{
		text-align:center;
	}
	.product-second-sec-h
	{
		 color:#EB568F 	;
		font-weight:800;
	}
	.product-second-sec-h  span
	{
	
		color:#2F2483;
	}
	
	.product-second-sec-p
	{
		color:#3C3B60;
		font-size:14px;
	}
	.product-card-one {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    transition: all 0.3s 
ease;
    display: flex
;
}
	.banner-sec-product
	{
		background:#FFF2F9;
		  position: relative;
background-image: url("https://staging.studyefog.com/wp-content/uploads/2025/10/Copilot_20250728_000821-4.png");

  background-size: cover;
  background-position: center;
/*   padding-bottom:40px;
		padding-top:40px; */
/*   display: flex; */
  justify-content: center;
  align-items: center;
  color: #fff; 
  overflow: hidden;
	}
	.banner-sec-product-two
	{
		background:#fde8f3;
		  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom:40px;
		padding-top:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /* text color */
  overflow: hidden;
	}
/* .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.dis-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dis-flex-tab {
    display: flex
;
    justify-content: space-between;
  
    /* flex-wrap: wrap; */
}

.banner-left {
  flex: 1 1 35%;
  padding-right: 30px;
	padding-top:40px;
}



.enquiry-btn {
  display: inline-block;
  background: #eb568f;
  color: #fff;
	font-size:14px;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
/*   margin-top: 15px; */
}

.banner-right {
  flex: 1 1 60%;
}
.product-desc
	{
		font-size: 10px;
    color: #3C3B60;
    line-height: 12px;
	}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 20px;
}
/* 		.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 25px;
  margin-top: 40px;
} */
	@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr; /* 1 product per row */
  }
}
.product-grid-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 25px;
  margin-top: 40px;
}
	@media (max-width: 991px) {
  .product-grid-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile — show 1 per row */
@media (max-width: 576px) {
  .product-grid-two {
    grid-template-columns: 1fr;
  }
}
	.product-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns */
  gap: 25px;
  margin-top: 40px;
}
	@media (max-width: 576px) {
  .product-grid-three {
    grid-template-columns: 1fr; /* 1 product per row */
  }
}
@media (max-width: 991px) {
  .product-grid-three {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-card {
  background: #ffeaf3;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  transition: all 0.3s ease;
	display:flex;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image img {
  width: 100%;
  border-radius: 10px;
	height:133px;
}

	.product-image-two img {
  width: 100%;
  border-radius: 10px;
	height:auto;
}

.badges {
  margin: 0px 0;
}

.badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 10px;
  color: #fff;
  margin-right: 5px;
}

.badge.premium { background: #ffb400; }
.badge.bestseller { background: #ff4da6; }

.product-title {
  font-size: 14px !important;
  font-weight: 600;
  color: #333;
	padding-top: 5px;
}
.product-content
	{
  padding-left: 10px;
	}
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
	font-size:12px;
}

.price {
  color: #e63963;
  font-weight: 700;
  font-size: 12px;
}
/* product */
	.sticky-tabs-section {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 80px; /* Adjust this to match your header height */
  z-index: 999;
  background: #FFF2F9;
  padding: 5px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.make-an-eqr-btn {
  background: linear-gradient(to right, #EB568F, #00A7E0);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
	margin:10px 0px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Optional hover effect */
.make-an-eqr-btn:hover {
  background: linear-gradient(to right, #00A7E0, #EB568F);
  box-shadow: 0 4px 12px rgba(0, 167, 224, 0.4);
}

.mrcog-section {
  background: #EEF4FF;
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
}
.mrcog-container {
  width: 1200px;
  margin: 0 auto;
}
.mrcog-top-tabs {
  display: flex;
  justify-content: space-between;
  background: #fdefff;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tab-btn {
  background: none;
  border: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn.active
{
	
}
.tab-btn:hover {
  background: #ffeff7;
  color: #c41e80;
}

.mrcog-body {
  display: flex;
  gap: 30px;
}
.mrcog-content {
  flex: 1;
}
.tab-content {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.tab-content.active {
  display: block;
}
.mrcog-sidebar {
  width: 250px;
  background: #2C2B83;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-tab-btn {
  background: none;
  border: none;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.side-tab-btn.active,
.side-tab-btn:hover {
background: #EB568F;
    color: #ffffff;
}
@media (max-width: 900px) {
  .mrcog-container {
    width: 95%;
  }
  .mrcog-body {
    flex-direction: column;
  }
  .mrcog-sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .side-tab-btn {
    color: #3b3ff5;
    background: #fff;
  }
}
	
	/* Footer Section */
.footer-section {
  background-color:#EEF4FF;
  text-align: center;
  padding: 40px 20px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: #1c1c1c;
  text-decoration: none;
  margin: 0 12px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #e94e77;
}

.footer-icons a {
  color: #e94e77;
  font-size: 20px;
  margin: 0 8px;
  text-decoration: none;
}

.footer-copy {
  color: #888;
  font-size: 13px;
  margin-top: 15px;
}
	html {
  scroll-behavior: smooth;
}

.tab-content {
  padding: 60px 0;
}
.tab-content
	{
		padding-top:60px;
	}
.tab-content ul
	{
		padding-left:20px;
	}
.tab-content.active {
    display: block;
    padding: 20px;
}
	.tabs-toggle {
  display: none;
}

.tabs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.toggle-btn {
  background: #EB568F;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* Responsive (Mobile view) */
@media (max-width: 768px) {
  .tabs-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .tabs-buttons {
    display: none;
    flex-direction: column;
    gap: 8px;
    background: #FFF2F9;
    padding: 10px;
    border-radius: 8px;
  }

  .tabs-buttons.show {
    display: flex;
  }

  .tab-btn {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #EB568F;
    padding: 10px;
    border-radius: 5px;
  }

  .make-an-eqr-btn {
    margin-top: 10px;
  }
}