@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");

* {
  margin: 0%;
  padding: 0%;
}

body {
  background-color: #fff;
  color: #000;
  /* font-family: "Nunito", sans-serif; */
  font-family: 'Noto Sans', sans-serif;
}

:root {
  --color-dark: #282866;
  --color-dark-1: #051431;
  --color-dark-2: #0a1f3b;
  --color-dark-3: #123456;

  --bg-gradient-dark: linear-gradient(to right, var(--color-dark-1), var(--color-dark-2), var(--color-dark-3));
}

.text-primary {
  color: var(--color-dark) !important;
}

.btn-primary {
  background-color: var(--color-dark) !important;
  border: none;
}

.headline-wrap {
  display: flex;
  justify-content: center;
}

.headline-wrap p {
  font-family: "DM Sans", sans-serif;
  color: #cfcfcf !important
}

.w-h {
  width: 800px;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* .navbar {
  padding-left: 30px;
  padding-right: 30px;
} */

/* .navbar-toggler {
  border: none;
} */

/* .navbar-toggler:focus {
  box-shadow: none;
} */

.heading {
  font-size: 24px;
}

.headlines {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.headlinewhite {
  color: #3B3B3B;
  text-align: center;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 50px;
}

.headlinesot {
  color: #3B3B3B;
  text-align: center;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
}

/* .navbar-brand {
  color: #3B3B3B;
} */

/* .nav-link {
  color: #3B3B3B;
}
.nav-link:hover {
  color: #3B3B3B;
} */

/* @media screen and (max-width: 768px) { */
/* .nav-link {
    color: #ffffff !important;
  }
} */
/* 
.navbar-toggler {
  background-color: #3B3B3B;
  padding: 5px;
} */

/* .navbar-brand span {
  font-weight: 500;
  line-height: 1.2;
} */

/* .nav-link:hover span {
  width: 80% !important;
} */

/* .nav-link {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
} */

/* .nav-link:hover {
  transform: translateY(-2px);
} */

/* .offcanvas-body .nav-link {
  transition: transform 0.3s ease;
} */

/* .offcanvas-body .nav-link:hover {
  transform: translateX(8px);
} */

ul {
  padding-left: 0;
  margin-bottom: 0;
}

.li-items h4 {
  font-weight: 500;
  font-size: 24px;
}

.themeh1 {
  font-size: 28px;
  font-weight: 700;
  color: #3B3B3B !important;
}

.head-tag {
  font-size: 43px;
  font-weight: 700;
}

.head-p {
  font-size: 18px;
  font-weight: 400;
}

.card-author {
  gap: 10px;
  /* border: 1px solid; */
  align-items: center;
  padding: 0px;
  /* background-color: #fff; */
  background: linear-gradient(to right, #EAF4EF, #FAF7F0);
  font-family: 'Merriweather', serif;
}

.themeP {
  font-size: 15px;
  font-weight: 400;
  color: #dddddd !important;
  margin-bottom: 0;
}

.footer-social-ul {
  /* border: 1px solid; */
  display: flex;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .author-img {
    margin-bottom: 10px;
  }

  .footer-info {
    text-align: start;
  }

  .footer-headline {
    text-align: start;
  }

  .fotter-section ul li {
    text-align: start;
  }

  .small-para {
    text-align: start;
  }
}


.carousel-img {
  height: 75vh;
  /* Adjust this value as needed */
  object-fit: cover;
}

@media (max-width: 768px) {
  .carousel-img {
    height: 50vh;
    /* Smaller height on small screens */
  }
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  display: flex;
  flex-wrap: nowrap;
}

.MultiCarousel .MultiCarousel-inner .item {
  flex: 0 0 230px;
  max-width: 230px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 15px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.item {
  text-align: center;
}

.item img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  /* Prevents excessive stretching */
  object-fit: contain;
  /* Ensures the image maintains aspect ratio */
}

.carousel-caption {
  position: static;
  color: #333;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-img {
  width: 100px;
}

.top-header {
  background-color: #000;
  padding: 10px 0;
  color: #ffffff !important;
  font-size: 14px;
}

.top-data {
  padding-right: 40px;
  padding-left: 17px;
}

.small-para {
  font-size: 0.85rem;
}

.marqi-tag {
  font-size: 20px;
  font-weight: 800;
  overflow: hidden;
  width: 100%;
  /* border: 1px solid; */
  padding: 2px 10px;
}

.customer-review {
  position: relative;
  /* background: rgb(166, 76, 73); */
  background: #FAF7F0;
  color: white;
  background-image: url(assets/bg-silder.jpg);

}

/* gallery-section */
.gallery-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--color-dark);
}

.gallery-view {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgb(211, 209, 209);
}

.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.border-right {
  border-right: 1px solid #ccc;
}

.footer-info {
  font-size: 13px;
}

/* fotter-section CSS */
.blue-footer {
  /* background-color: #2c3e50; */
  background-color: #222222;
  color: white;
}

.custom-gap {
  gap: 50px;
}

.footer-info-logo {
  padding: 0px 54px 0 0;
}

.footer-info-logo .heading {
  font-size: 18px;
}

.footer-headline {
  font-family: 'Libre Baskerville', serif;
  font-size: 25px;
  letter-spacing: 0.5px;
}

.fotter-section a {
  color: #dddddd;
  text-decoration: none;
  font-size: 15px;
}

.fotter-section a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

/* .fotter-section .socialLogo {
  margin-left: 26px;
} */

.breadcrumb-main .breadcrumb-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.breadcrumb-main .breadcrumb-contain h2 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.breadcrumb-main .breadcrumb-contain ul li {
  margin-right: 15px;
  list-style: none;
}

.breadcrumb-main .breadcrumb-contain ul li:last-child {
  margin-right: 0;
}

.breadcrumb-main .breadcrumb-contain ul {
  display: flex;
}

.breadcrumb-main .breadcrumb-contain ul li a {
  color: #333;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

.breadcrumb-main .breadcrumb-contain ul li i {
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.breadcrumb-main {
  background-color: #f5faff !important;
  padding: 50px 0;
}

.password-container input {
  width: 100%;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.toggle-password.open {
  font-size: 20px;
}

.header-ul {
  display: flex;
  list-style-type: none;
  gap: 0px;
  padding: 10px;
  align-items: center;
  margin-bottom: 0%;
}

.hero-section {
  position: relative;
  background-image: url("assets/plan_banner.webp");
  background-size: cover;
  background-position: center;
  height: 70vh;
  color: white;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-section2 {
  position: relative;
  background-image: url("assets/contacttopbanner.jpg");
  background-size: cover;
  background-position: center;
  height: 30vh;
  margin-bottom: 60px !important;
}

.hero-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.hero-section>* {
  position: relative;
  z-index: 2;
}

.hero-section2>* {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding: 20px;
  border-radius: 10px;
}

.main-btn {
  background-color: #095f8f;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-btn:hover {
  background-color: #095f8f;
  color: #fff;
}

.con-btn {
  width: 25%;
}

.custom-card {
  height: 250px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.custom-card h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}

.custom-card p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

.logo-header a img {
  width: 62px;
}

.icone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.icone a {
  color: rgb(8, 9, 10);
  font-size: 20px;
}

.Donate Now {
  color: rgb(30, 104, 146);
}

/* ----------------------------------------Login & REGISTRATION PAGEEEEEEEEEEEEEEE-------------------------------------------- */

.login-logo {
  width: 50%;
  /* padding-bottom: 11px; */
  /* height: 23%; */
}

.login-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.login-btn input {
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(0 196 255), rgb(57 178 148));
  font-weight: 700;
  margin-top: 20px;
  border-radius: 10px;
  padding: 4px 106px;
  width: 100%;
  font-size: 25px;
}

.login-mobile {
  width: 100%;
}

.login-mobile label {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  background-color: black;
  font-size: 15px;
  z-index: 99;
  padding: 13px 5px 0px 5px;
  /* top: 15px; */
  left: 55px;
  /* bottom: ; */
}

.login-mobile input {
  position: relative;
  padding: 4px 10px;
  /* margin: 3px; */
  outline: none;
  border: 3px solid white;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.bottum {
  display: flex;
  justify-content: space-evenly;
  gap: 90px;
  padding-top: 17px;
}

.card-sec p {
  font-size: 23px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .gapp {
    gap: 20px;
  }

  .heading {
    font-size: 16px;
  }

  .marquee-section {
    margin-top: 0px;
  }

  .fotter-section .socialLogo {
    justify-content: center;
  }

  .custom-gap {
    gap: 0px;
  }

  .border-right {
    border-right: none;
  }

  .gallery-section {
    padding-bottom: 70px;
  }

  .gallery-view {
    padding-bottom: 20px;
  }

  .mobile-gap {
    gap: 0px !important;
  }

  .logo-img {
    width: 70px !important;
  }

  .marqi-tag {
    font-size: 16x !important;
  }

  .head-tag {
    font-size: 24px;
  }

  .head-p {
    font-size: 14px;
  }

  .themeh1 {
    font-size: 20px;
  }

  .li-items h4 {
    font-size: 20px;
  }

  .hero-section2 {
    margin-bottom: 51px !important;
  }

  .con-btn {
    width: 60%;
  }

  .plan-title {
    font-size: 1.1rem;
  }

  .plan-price {
    font-size: 0.9rem;
  }

  .plan-button {
    padding: 6px;
  }
}

/** ngo**/
.ngo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

/* NGO Card */
.ngo-card {
  text-decoration: none !important;
  background: #fff;
  background-color: #c6c0ff;
  color: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(5, 5, 5, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  text-align: left;
}

/* Card Content */
.ngo-card-content {
  padding: 15px;
}

.ngo-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.ngo-category {
  color: #888;
  margin: 5px 0;
}

.ngo-description {
  margin: 10px 0 20px;
  color: #555;
  font-size: 0.9rem;
}

/* Progress Section */
.ngo-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.progress-bar {
  background: #ddd;
  border-radius: 10px;
  width: 100%;
  height: 8px;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background: #279942;
  height: 100%;
  border-radius: 10px;
}

.ngo-rating {
  color: #f1a20f;
  font-size: 1rem;
  margin-top: 5px;
}

/* Card Image */
.ngo-card-image {
  max-height: 200px;
  overflow: hidden;
}

.ngo-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* NGO Button */
.ngo-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: rgb(79, 99, 139);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  text-align: center;
}

.ngo-button:hover {
  background: #71a2d6;
  transform: scale(1.05);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.program-card {
  background-color: #81d1c0;
  color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(97, 35, 35, 0.1);
  flex-wrap: wrap;
  text-align: center;
}

.program-card h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.program-card p {
  color: #555;
  font-size: 1rem;
  padding: 5px;
}

.program-card h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.program-card p {
  color: #555;
  font-size: 1rem;
}

.program-card img {
  height: 50px;
  width: 50px;
  justify-content: center;
}

.journal_box_left {
  padding-left: 5%;
  padding-top: 10px;
}

.bi-fire {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .ngo-card {
    max-width: 100%;
  }

  .journal_box_left {
    padding-left: 4px;
  }

  .journal_second_box {
    margin-top: 4%;
  }

  /* .navbar {
    padding: 10px 0;
  } */

  /* .carousel-item img {
    height: 16vh !important;
  } */

}

/* .carousel-item img {
  height: 75vh;
} */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0d0c0c;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.faQ img {
  width: 100%;
}

.accordion-item.faq {
  border: none;
  border-left: 5px solid transparent;
  margin-bottom: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Common style */
.accordion-item.faq .accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-weight: 600;
}

.accordion-item.faq .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Colors */
.faq-green {
  border-left-color: #28a745 !important;
}

.faq-blue {
  border-left-color: #007bff !important;
}

.faq-orange {
  border-left-color: #fd7e14 !important;
}

.faq-purple {
  border-left-color: #6f42c1 !important;
}

.faq-red {
  border-left-color: #dc3545 !important;
}

.faq-teal {
  border-left-color: #20c997 !important;
}

@media (max-width: 768px) {
  .gallery-section {
    min-height: 55vh;
  }

  .card-journy {
    padding: 13px;
  }

  .marqi-tag {
    font-size: 16px;
  }
}

/* ---------------- navbar ------------- */

.addwith {
  width: 66%;
}

.logoimg {
  height: 60px;
  margin-right: 10px;
}

@media screen and (max-width:560px) {
  .heading {
    font-size: 14px;
  }

  .logoimg {
    height: 40px;
    margin-right: 10px;
  }
}

/* Style submenu dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

/* Show submenu when parent is active */
.dropdown-submenu.show>.dropdown-menu {
  display: block;
}

/* ------------------------------- */
/* ------------- journal ---------------- */


.header-banner {
  background: url('https://images.unsplash.com/photo-1532012197267-da84d127e765?auto=format&fit=crop&w=1500&q=80') center center/cover;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.header-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-banner .content {
  position: relative;
  z-index: 2;
}

.icon-box i {
  font-size: 24px;
  color: #0d6efd;
}

.section-title {
  margin-top: 50px;
  margin-bottom: 20px;
}

.feature-list i {
  color: #198754;
}

/* Section Wrapper */


/* Image Container */
.journal-image-wrapper {
  /* border: 4px solid #1b4771; */
  border-radius: 4px;
  padding: 0px;
  /* background-color: #fff; */
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
  position: relative;
  z-index: 11;
  padding: 20px;
}

.journal-image-wrapper::after {
  content: '';
  position: absolute;
  right: -140px;
  width: 100%;
  height: 100%;
  /* background-image: url(https://chapterone.qodeinteractive.com/wp-content/uploads/2019/07/home-2-rev-2-img-4.png); */
  background-image: url(https://chapterone.qodeinteractive.com/wp-content/uploads/2019/07/home-2-rev-3-image-3.png);
  /* background-image: url(https://chapterone.qodeinteractive.com/wp-content/uploads/2019/07/home-2-rev-3-image-4.png); */
  background-repeat: no-repeat;
  bottom: -70px;
  z-index: 0;
  background-size: 411px;
}

/* Image */
.journal-image {
  border-radius: 4px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}



.journal-info-list li {
  /* margin-bottom: 8px; */
  font-size: 16px;
  /* border-bottom: 1px solid #eee; */
  padding: 6px;
  letter-spacing: 0.5px;
}




/* Title */
.journal-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
  /* White for dark bg */
  margin-bottom: 35px;
  font-family: 'Cormorant Garamond', serif;
  padding: 0px;
  position: relative;
  z-index: 111;
}

.sub-headline {
  color: #051431;
  background-color: #dddddd;
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 25px;
}

/* Info List */
.journal-info-list {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  color: #dddddd;
  /* Light gray */
  margin-bottom: 20px;
}

.journal-info-list strong {
  color: #ffffff;
  /* Make strong text brighter */
  margin-right: 10px;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-family: 'Cormorant Garamond', serif;
}

/* Description Paragraph */
.journal-description {
  font-size: 1.2rem;
  color: #e0e0e0;
  /* Very light gray for good readability */
  line-height: 1.6;
  /* font-family: 'Cormorant Garamond', serif; */
}

/* Subheading */
.journal-subheading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  /* Headings white */
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', serif;
}

/* Subject Paragraph */
.journal-subjects {
  font-size: 1rem;
  color: #cccccc;
  /* Lighter gray */
}

.journal-section-1 {
  padding: 100px 110px;
  background-color: #051431;
  position: relative;
  /* background-image: url(https://bookland.dexignzone.com/xhtml/images/background/waveelement.png); */
}

/* .journal-section-1::after{
    content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://bookland.dexignzone.com/xhtml/images/background/waveelement.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3; /* adjust as needed */

.right-info {
  padding-left: 5px;
}

.hr {
  padding-left: 15px;
  padding-right: 15px;
}

hr {
  color: #fff;
  margin: 0;
}

.infox {
  /* padding: 15px 70px 10px 30px; */
  padding: 15px 161px 10px 14px;

}

.design1 {
  position: absolute;
  top: 30%;
  right: 50px;
  filter: brightness(0) invert(1);
  width: 250px;
}

@media screen and (max-width: 767px) {
  .journal-section-1 {
    padding: 56px 10px;
    background-color: #051431;
  }

  .journal-image-wrapper::after {
    content: '';
    position: absolute;
    left: -19px;
    top: -66px;
    z-index: 0;
    background-size: 200px;
  }

  .journal-title {
    margin-bottom: 0px;
  }

  .sub-headline {
    margin-bottom: 13px;
  }

  .design1 {
    position: absolute;
    top: 49%;
    right: 13px;
    filter: brightness(0) invert(1);
    width: 183px;
    opacity: 0.2;
  }

  .infox {
    padding: 15px 10px 0 10px;
  }

  .journal-image-wrapper {
    padding: 5px;
  }

  .journal-subjects {
    margin-bottom: 20px;
  }
}

/* ------------- journal ---------------- */



/* ------------ copy oc  ---------- */

/* ------------ copy oc  ---------- */
.border-bottom-headline {
  border-bottom: 1px solid var(--color-dark-1);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.a4size {
  /* font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
  font-size: 16px;
  line-height: 1.7;


  width: 210mm;
  min-height: 297mm;


  padding: 20mm;
  margin: auto;


  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */

}

/* .a4size {
  width: 210mm;
  min-height: 297mm;
  padding: 20mm;
  margin: auto;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  page-break-after: always;
  color: #000;
} */
.a4size {
  /* width: 210mm;
  min-height: 297mm;
  padding: 20mm;
  margin: auto;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
    color: #000; */
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
  font-size: 16px;
  line-height: 1.7;
  min-height: 297mm;
  padding: 20mm;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: auto;
  width: 100%;
  /* responsive ke liye */
  max-width: 800px;
  /* limit for larger screens */

}


@media print {
  .a4size {
    page-break-after: always;
  }
}

@media print {
  .a4size {
    width: 210mm;
    height: auto;
    max-width: none;
    box-shadow: none;
    margin: 0;
    padding: 10mm;
  }
}

/* ----------------- css home page ----------------- */
.sticky-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s, box-shadow 0.3s;
  font-family: "DM Sans", sans-serif;
}

.navbar-custom {
  background-color: transparent;
}

.navbar-custom .nav-link {
  color: #fff !important;
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.3px;
}

.login-link {
  color: #fff;
  text-decoration: none;
  margin-left: 6px;
}

.navbar-scrolled {
  background-color: white !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .nav-link {
  color: var(--color-dark) !important;

}

.navbar-scrolled .login-link {
  color: var(--color-dark) !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
}
.signup-btn {
  background: linear-gradient(135deg, #0052cc, #007bff);
  color: white;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
}

.hero-section {
  background-color: #282866;
  color: white;
  padding: 120px 0 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 16px;
  max-width: 500px;
}

.hero-img img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hero-slider {
  background-color: #282866;
  color: white;
  min-height: 100vh;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-item .row {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crj {
  padding: 100px;

}

.crj img {
  width: 95%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cjs-healdine {
  font-size: 75px;
  line-height: 1.3;
  font-family: "DM Serif Display", serif;
  font-weight: bolder;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.logo-name span {
  color: #fff;
  font-size: 17px;
  display: block;
  margin-bottom: -10px !important;
}

.logo-name small {
  font-size: 13px;
  color: #fff;
  margin-top: -5px;
}

.navbar {
  --bs-navbar-padding-y: 0.9rem;
}

.navbar-scrolled .logo-name small {
  color: var(--color-dark);
}

.navbar-scrolled .logo-name span {
  color: var(--color-dark);
}

.line-d {
  color: #ffffff6e;
}

.navbar-scrolled .line-d {
  color: #183ab543;
}

.btn-yellow {
  background-color: #f59125;
  color: #fff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.books-published {
  padding: 90px 0;
}

.addwith {
  width: 66%;
}

.logoimg {
  height: 60px;
  margin-right: 10px;
}

@media screen and (max-width:560px) {
  .heading {
    font-size: 14px;
  }

  .logoimg {
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width:767px) {
  .crj {
    text-align: center;
    padding: 0px;
    margin-top: 10px;
}
.cjs-healdine {
    font-size: 47px;
  }
  .carousel-item .row {

    padding-top: 115px !important;
}
.navbar-toggler{
  background-color: #fff;
}
}
/* Style submenu dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

/* Show submenu when parent is active */
.dropdown-submenu.show>.dropdown-menu {
  display: block;
}

/* ----------------- css home page ----------------- */
/* -------- drp -------- */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }
}
.dropdown-item {
    color: #636363;;
    font-size: 15px;
}
.dropdown-toggle::after {
  content: none !important;
}
.dropdown-toggle i{
  font-size: 13px;
}
/* Show dropdown on hover */
/* .hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */
/* Hover dropdown for desktop only */
@media (min-width: 768px) {
  .hover-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Optional smooth appearance */
.dropdown-menu {
  transition: all 0.2s ease;
}

/* -------- drp -------- */