* {
  margin: 0;
  padding: 0;
  font-family: "Mangal", Arial, sans-serif;
}
@font-face {
  font-family: "Mangal";
  src: url("../fonts/Mangal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Mangal", Arial, sans-serif;
}

.login-container {
  display: flex;
  width: 100%;
  height: 100vh;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background: #fff;
}
.image-section {
  flex: 1.3;
  background: url("../images/complete.png") center/cover no-repeat;
  position: relative;
  clip-path: polygon(0 0, 100% 0, calc(100% - 117px) 100%, 0 100%);
  overflow: hidden;
}
.form-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -63px;
  width: 15px;
  height: 100%;
  background: linear-gradient(to bottom, #d3d3d3 50%, #e74c3c 50%);
  transform: skewX(-7deg);
  z-index: 1;
}

.form-section img {
  width: 90px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.form-section h2 {
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  color: #000000;
}
.form-control {
  height: 48px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.input-group-text {
  background: #fff;
}
.btn-primary {
  background-color: #e74c3c;
  border: none;
  padding: 14px;
  font-size: 17px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.btn-primary:hover {
  background-color: #c0392b;
}
.forgot-password {
  color: #007bff;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.forgot-password:hover {
  text-decoration: underline;
}

.form-class {
  width: 100%;
  max-width: 460px;
}

.login-outer-section {
  width: 50%;
}

/*Login page css*/

@media (max-width: 768px) {
  .login-container {
    flex-direction: column;
    height: 100vh;
  }
  .image-section {
    flex: none;
    height: 200px;
    display: none;
  }
  .form-section {
    padding: 30px;
  }
  .form-section::before {
    display: none;
  }

  .login-outer-section {
    text-align: center !important;
    justify-items: center;
  }
}

@media (max-width: 1200px) {
  .login-outer-section {
    width: 100%;
  }
}

@media (max-height: 350px) {
  .form-section::before {
    transform: skewX(-18deg);
  }
}

@media (min-height: 350px) and (max-height: 400px) {
  .form-section::before {
    transform: skewX(-17deg);
  }
}

@media (min-height: 400px) and (max-height: 450px) {
  .form-section::before {
    transform: skewX(-15deg);
  }
}

@media (min-height: 450px) and (max-height: 500px) {
  .form-section::before {
    transform: skewX(-13deg);
  }
}

@media (min-height: 500px) and (max-height: 600px) {
  .form-section::before {
    transform: skewX(-12deg);
  }
}

@media (min-height: 600px) and (max-height: 700px) {
  .form-section::before {
    transform: skewX(-10deg);
  }
}

@media (min-height: 700px) and (max-height: 800px) {
  .form-section::before {
    transform: skewX(-9deg);
  }
}

@media (min-height: 1000px) and (max-height: 1100px) {
  .form-section::before {
    transform: skewX(-6deg);
  }
}
@media (min-height: 1100px) and (max-height: 1200px) {
  .form-section::before {
    transform: skewX(-6deg);
  }
}
@media (min-height: 1200px) and (max-height: 1300px) {
  .form-section::before {
    transform: skewX(-5deg);
  }
}
@media (min-height: 1300px) {
  .form-section::before {
    transform: skewX(-4.5deg);
  }
}
/* end Login page css*/

/*common area*/
/* Div with two background colors separated by an angle */
.angled-bg {
  position: relative;
  height: 300px; /* Adjust height as needed */
  background: linear-gradient(
    103deg,
    #2b2d42 calc(60% - 3px),
    /* Blue Section */ #e9564e calc(60% - 2.5px),
    /* Orange Separator Start */ #e9564e calc(60% + 2.5px),
    /* Orange Separator End */ #ffffff calc(40% + 3px) /* Orange Section */
  );
}

.breadcum-text {
  top: 85px;
  left: 80px;
  position: absolute;
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  width: 50%;
}

@media only screen and (min-width: 1441px) {
  .breadcum-text {
    left: 300px;
  }
}
@media only screen and (min-width: 1980px) {
  .breadcum-text {
    text-align: center;
  }
}
.breadcum-image {
  top: 0px;
  right: 111px;
  position: absolute;
}

/*marque*/
/* Container holding marquee */
/* Arrow-shaped container */
.marquee-container {
  background-color: #ff3333;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 180px;
  text-align: center;
}

/* Bigger Arrow Shape */
.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 30px solid #ff3333;
  z-index: 1;
}
.news-wrapper {
  width: 100%;
  overflow: hidden;
  /*background-color: #f8f9fa;*/ /* Light background to match the original UI */
}
.news-text {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  width: 100%;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*marque*/

@media (max-width: 924px) {
  .breadcum-text {
    top: 90px;
    left: 111px;
    position: absolute;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    width: 45%;
  }

  .breadcum-image {
    width: 200px;
    top: 40px;
  }
}

@media (max-width: 1100px) {
  .breadcum-image {
    right: 30px;
  }
}

@media (min-width: 1400px) {
  .breadcum-image {
    right: 232px;
  }
}

@media (max-width: 768px) {
  .breadcum-text {
    top: unset;
    left: unset;
    position: none;
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0px 8px;
  }

  .angled-bg {
    position: relative;
    height: 300px; /* Adjust height as needed */
    background: #2b2d42;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #e9564e;
  }

  .breadcum-image {
    display: none;
  }

  .marquee-container {
    background-color: #ff3333;
    color: white;
    padding: 1px 0px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    min-width: 90px;
    text-align: center;
  }

  .marquee-container::after {
    display: none;
  }
}

.sidebar {
  background-color: #ffffff;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  /* padding: 15px; */
}

.offcanvas-body .sidebar {
  background-color: #ffffff;
  color: #e5e5e5;
  border: unset;
  box-shadow: unset;
  /* padding: 15px; */
}

.sidebar a {
  color: #00000075;
  text-decoration: none;
  padding: 10px 5px 10px 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.sidebar a:hover,
.sidebar .active {
  color: #ff3333;
  border-left: 3px solid #ff3333;
}
.sidebar i {
  margin-right: 10px;
}
.dashboard-main-section {
  background-color: white;
  padding: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.profile-header {
  background-color: #fdeaea;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
}
.profile-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 3px solid white;
}
.edit-btn {
  background-color: #ff4a4a;
  color: white;
  padding: 6px 20px;
  font-size: 14px;
  border: unset;
  border-radius: 5px;
}
.edit-btn:hover {
  background-color: #d32f2f;
}

h6.text-light.heading-menu {
  background: #2b2d42;
  padding: 15px 20px;
  margin-bottom: 0px;
}

.active .arrow {
  display: inline-block;
  right: 12px;
  position: absolute;
  top: 10px;
}
.arrow {
  display: none;
}

.heading-menu-mobile {
  background: #2b2d42;
  padding: 15px 20px;
  margin-bottom: 0px;
}
footer.custom-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 20px;
}
div#login-error-message {
  margin-top: 20px;
}

/* Pricing table css start here */

.pricingTable .inner {
  width: 100%;
  float: left;
  position: relative;
}

.pricingTable .holder {
  background: #fff;
  box-shadow: 1px 20px 12px -15px rgba(0, 0, 0, 0.2);
  padding: 25px 15px;
  text-align: center;
  border: 1px solid #e9564e;
  border-radius: 8px;
  transition: 0.5sease;
}

.pricingTable .holder .hdng p {
  font-size: 28px;
  font-weight: bold;
  color: #242526;
}

.pricingTable .price {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.pricingTable .holder .price p span {
  font-size: 18px;
}

.pricingTable .holder .info p {
  margin-bottom: 10px;
  color: #242526;
  font-weight: 14px;
}

.pricingTable .holder.active {
  background: #f36233;
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p {
  color: #fff;
}

.pricingTable .tabsBtnHolder ul {
  float: left;
  display: block;
  border-radius: 6px;
  margin: 0px auto;
  margin-bottom: 40px;
  background: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 5px !important;
}

.pricingTable .tabsBtnHolder ul li {
  float: left;
  width: calc(100% / 2);
  display: inline-block;
  transition: 0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p {
  color: #2b2d42;
  padding: 10px 40px;
  /* z-index: 10; */
  position: relative;
  cursor: pointer;
  margin: 0px !important;
}

.pricingTable .tabsBtnHolder ul li p.active {
  color: #ffffff;
  background-color: #e9564e;
  border-radius: 4px;
}

/* table css start here */

#table-div .table {
  width: 100%;
  border-collapse: collapse;
}

#table-div .table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
#table-div .table .download-icon {
  font-size: 18px;
  text-align: center;
}

#table-div .table thead {
  background-color: #2d2f3e;
  color: white;
}

#table-div th {
  padding: 10px;
  text-align: left;
  background-color: #2b2d42 !important;
  color: #ffffff !important;
  border-right: 0px !important;
  font-weight: 600 !important;
}
#table-div .table td a {
  color: #2b2d42;
}

/* Pagination css start here */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #e9564e1f;
  color: #2b2d42;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pagination .current {
  background-color: #e9564e1f;
  color: #2b2d42;
  border: 1px solid #e9564e1f;
  font-weight: bold;
}

.pagination a:hover {
  background-color: #e9564e1f;
  color: #2b2d42;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

/* announcement Card css start here */

.announcement-card {
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .announcement-card {
    flex-direction: column;
    gap: 20px;
  }
}
.announcement-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}
.announcement-card h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.announcement-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.46);
}

/* Creative corner css start here */

.creative-corner-card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  /* padding: 20px; */
}

.creative-corner-card {
  display: flex;
  background: #f1f5f8;
  gap: 20px;
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: transform 0.3sease-in-out;
  flex-direction: column;
}

.creative-corner-card:hover {
  transform: scale(1.02);
}

.creative-corner-card .card-image {
  text-align: center;
}

.creative-corner-card .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.creative-corner-card .card-description {
  font-size: 1rem;
  color: #555;
  text-align: left;
}
.creative-corner-card .card-description p {
  margin: 0px;
}

.creative-corner-form-div .form-group {
  margin-bottom: 15px;
}

.creative-corner-form-div .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.upload-img-div {
  background-color: #fcebea;
  padding: 15px;
  border: 1px dotted #e9564e;
  border-radius: 6px;
}

/* Hide form */
.profile-form-div {
  display: none;
}

.creative-corner-form-div {
  display: none;
}

.sujhaav-form-div {
  display: none;
}

/* sujhaav css start here */
.sujhaav-form-div .form-group {
  margin-bottom: 15px;
}

.sujhaav-form-div .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sujhaav-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
}

.sujhaav-card p {
  margin: 0;
  line-height: 1.5;
}

.scroll-div-class {
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.scroll-div-class::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, Edge */
}

/* .table td a{
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* adhisoochana template css start here */

.adhisoochana-list {
  padding: 15px;
  border-radius: 8px;
}

.adhisoochana-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.adhisoochana-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.adhisoochana-content {
  flex-grow: 1;
}

.adhisoochana-content a h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #212529;
}

.adhisoochana-content a p {
  margin: 3px 0;
  font-size: 14px;
  color: #555;
}

.adhisoochana-content a {
  text-decoration: none;
}

.adhisoochana-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777;
}

.adhisoochana-time .red-dot {
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  margin-left: 5px;
}

/* logout popup css start here */
.logout-pop-up-div {
  display: none;
}
.logout-mobile-pop-up-div {
  display: none;
}

.logout-pop-up-class {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.logout-pop-up-class .popup {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  width: 320px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.logout-pop-up-class .popup-icon {
  background: #ffe6e6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logout-pop-up-class .popup-icon img {
  width: 30px;
}

/* Title */
.logout-pop-up-class .popup-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

/* Message */
.logout-pop-up-class .popup-message {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

/* Buttons */
.logout-pop-up-class .popup-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.logout-pop-up-class .cancel-pop-btn,
.logout-pop-up-class .cancel-pop-mobile-btn {
  background: transparent;
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 120px;
}

.logout-pop-up-class .logout-btn {
  background: #e53935;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 120px;
}

#table-div .table tr:nth-child(odd) td {
  background: #f1f5f8 !important;
}

/* taaza khabar css start here */
.custom-taaza-khabar-container h1 {
  font-size: 28px;
  font-weight: 600;
}

.featured-image {
  max-width: 100%;
  overflow: hidden; /* Prevents image overflow */
}

.featured-image img {
  width: 75%;
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes unwanted spacing */
}


.btn:hover {
  background-color: #c0392b !important;
  color: white !important;
}
.cancel-btn-color:hover{
  background-color: #e9ecef !important;
  color: #000000 !important;
  border: 1px solid white !important;
}