/* GENERIC  */
.min-h{
  min-height: 90%;
}
.box-shaddow{
  background: #29888d1c;
  box-shadow: rgb(43 128 128) 0px 5px 15px;
}
.full-container {
  position: relative;
  display: block;
  padding-right: 120px;
}
.single-team-style2 .img-holder .inner .img-project{
  height: 300px;
}
.form-sel{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 62px;
    border: 1px solid #e3e9f4;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    transition: all 500ms ease;
}
.custom-link{
  color:#116466 !important;
  font-weight: 600;
}
.custom-link:hover{
  color: #153638 !important;
  font-weight: 600;
}
/* topbar */
.z-zero {
  z-index: 0;
}
.scrolling-news {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%; /* Adjust based on your design */
  width: 850px;
}

.scrolling-news span {
  display: inline-block;
  padding-right: 50px; /* Spacing between announcements */
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.scrolling-news span:hover {
  animation-play-state: paused; /* Pauses the animation on hover */
}
.news-ticker-content {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 830px;
  margin-top: 0.5rem;
}

.border-box {
  position: relative;
  display: block;
  width: 80px;
  height: 2px;
  background: #153638;
  margin: 8px auto 20px;
}

.news-item {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  color: #153638;
  border-radius: 5px;
  margin-right: 10px;
}

.news-ticker:hover {
  cursor: pointer;
}

/* THANKYOU Page Css Start Here */
.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
  background: #153638;
}

.h1-heading {
  font-family: 'Kaushan Script', cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

.footer-like {
  margin-top: auto;
  background: #D7E6FE;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #5892FF;
  font-weight: 600;
}

@media (min-width:360px) {
  .h1-heading {
      font-size: 4.5em;
  }
}

@media (min-width:600px) {
  .content-thankyou {
      margin: 0 auto;
  }

  .wrapper-1 {
      height: initial;
      margin: 0 auto;
      box-shadow: 4px 8px 40px 8px rgb(39 98 101);
  }

}
/* THANKYOU Page Css End Here */
/* Booklet Module Start Here  */
.book-card-style {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.book-card-style:hover {
  box-shadow: rgb(98 138 139) 0px 22px 70px 4px;
  cursor: pointer;
}

.book-card-style .client-info {
  position: relative;
  display: flex;
  border-top: 1px solid #e8e9e9;
  flex-direction: column;
  align-items: center;
}

.bk-bg-img {
  background-color: #f5f5f5;
}

.book-img {
  width: 150px;
  aspect-ratio: 5 / 6 !important;
  margin: 0 auto;
}

.book-card-style .client-info .client_name {
  position: relative;
  display: block;
  padding-left: 20px;
}

.book-p {
  font-size: 20px;
  font-weight: 600;
}

.book-p span {
  font-size: 16px;
}

.border-book-summary {
  border: 2px solid #ECECEC;
}

.book-summary-p {
  font-size: 18px;
  font-weight: 600;
}

.pro-detail-img {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Booklet Module End Here  */
/* youtube video button and modal css */
.video-y {
  position: relative;
  display: block;
  box-shadow: 0px 20px 20px -10px #4e4e4e;
  border-image-slice: 1;
}
.media-img{
  width: 435px;
  height: 300px !important;
}
.media-img:hover{
  cursor: pointer;
}
.modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 32px;
  font-weight: normal;
  color: red;
  opacity: 1;
  background: white;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: radial-gradient(rgba(21, 54, 56, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: absolute;
  bottom: 22%;
  right: 39%;
  display: block;
  margin: 40px 0px;
  box-shadow: 0px 0px 25px 3px #fff;
  user-select: none;
  -webkit-user-drag: none;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 16%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #830C0F;
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.a-youtube {
  color: red;
  text-decoration: none;
}

.a-youtube:hover {
  color: #34495E;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 768px) {
  .news-item {
    display: none;
  }
}

.custom-container {
  max-width: 1440px;
  padding: 0px 10px;
  margin: 0 auto;
  position: static;
}

.sec_bg {
  background: #29888d1c;
}

.section_lightgray {
  background-color: #f4f6f9;
  position: relative;
  display: block;
}

.sec_pt {
  padding-top: 5rem;
  position: relative;
  display: block;
}

.sec_pb {
  padding-bottom: 5rem;
  position: relative;
  display: block;
}

.header_top_right {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.btn_top {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 15px;
  background-color: #153638;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.btn_top_durood {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 15px;
  background-color: #D3B803;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Inter", sans-serif;
  z-index: 1;
}

.btn_top .txt {
  position: relative;
  z-index: 1;
}
.btn_top_durood .txt {
  position: relative;
  z-index: 1;
}

.btn_top:before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  right: 45%;
  height: 50%;
  border-radius: 8px;
  background: #153638;
  opacity: 0;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid #fff;
}
.btn_top_durood:before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  right: 45%;
  height: 50%;
  border-radius: 8px;
  background: #D3B803;
  opacity: 0;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid #fff;
}

.btn_top:hover,
.btn_top:focus {
  color: #ffffff;
  text-shadow: 0px 5px 3px rgb(12 21 41 / 10%);
  background-color: #116466;
}
.btn_top_durood:hover,
.btn_top_durood:focus {
  color: #ffffff;
  text-shadow: 0px 5px 3px rgb(12 21 41 / 10%);
  background-color: #CDA233;
}

.btn-readmore {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 30px;
  background-color: #116466;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Inter", sans-serif;
}

.btn-readmore:hover {
  /* .btn-one:focus  */
  color: #ffffff;
  text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
  background: transparent;
  border: 1px solid #fff;
}

.error-text {
  color: red;
}

.campaign_image_box {
  position: relative;
  display: block;
  overflow: hidden;
}

.quick-input {
  padding: 10px 25px;
  border-left: 1px solid #116466;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quick-input-left {
  padding: 10px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid black;
}

.img_shaddow {
  box-shadow: 6px 6px 6px -2px #bdbdbd;
  border-radius: 10px;
}

.box-bgImg {
  background-image: url(http://localhost/my_sites/dawateislami/assets/images/di-resources/campaign/campaign.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 480px;
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(21 54 56);
  cursor: pointer;
}

.causes-gallery-block1 .img-gllry {
  position: relative;
  display: block;
  overflow: hidden;
  height: 440px;
}

.causes-gallery-block1 .img-gllry img {
  width: 100%;
  min-height: 439px;
}

/* EVENT RIGHT COLUMN START */
.event_container {
  display: flex;
  width: 100%;
  background: #fff;
  max-width: 750px;
  height: 200px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.15);
  margin: 0rem 0rem 1.2rem 0rem;
}

.event_container .event_bg {
  width: 40%;
  /* height: 100%; */
  background: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.event_container .event_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event_container .event_info {
  width: 60%;
  height: 100%;
  padding: 10px 20px;
}

.event_container .event_info .event_title {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
}

.event_container .event_info .event_title h4 {
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event_container .event_info .event_desc {
  display: flex;
  width: 100%;
  height: calc(100% - 100px);
}

.event_container .event_info .event_desc p {
  font-size: 16px;
  font-weight: 500;
  color: #565861;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event_container .event_info .event_footer {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}

.event_container .event_info .event_footer .event_date p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.event_container .event_info .event_footer .event_more {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
}

.event_container .event_info .event_footer .event_more a.btn_more {
  display: flex;
  width: auto;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #153638;
  border: 1px solid #153638;
  color: #fff;
  border-radius: 5px;
}

.event_container .event_info .event_footer .event_more a.btn_more:hover {
  background-color: transparent;
  border: 1px solid #153638;
  color: #153638;
  padding-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.hidden {
  display: none;
}

.read_more {
  color: #017aff;
  font-size: 16px;
  padding-left: 10px;
  cursor: pointer;
}

.divider-new {
  border-left: 2px solid #006644;
}

.form_card {
  flex: 1;
}

.form_shaddow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Telethon Page css start */
.raise-box {
  box-shadow: rgb(17 45 47) 0px 1px 2px 0px, rgb(17 45 47) 0px 2px 6px 2px;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
}

.raise-box:hover {
  box-shadow: rgb(17 45 47) 0px 1px 2px 0px, rgb(17 45 47) 0px 2px 6px 2px;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  background-color: #153638;
  color: #fff !important;
}

/* Telethon Page css End */
/* Pre-loader css like facebook Start*/
.item-preloader .content-preloader .title-preloader {
  height: 12px;
  margin: 10px;
  width: 150px;
  border-radius: 50px;
  animation: loader 1s infinite ease-in-out;
  -webkit-animation: loader 1s infinite ease-in-out;
}

.item-preloader .content-preloader .short-title-preloader {
  height: 12px;
  margin: 10px;
  width: 250px;
  border-radius: 50px;
  animation: loader 2s infinite ease-in-out;
  -webkit-animation: loader 2s infinite ease-in-out;
}

.item-preloader .content-preloader .short-title-preloader-third {
  height: 12px;
  margin: 10px;
  width: 100px;
  border-radius: 50px;
  animation: loader 3s infinite ease-in-out;
  -webkit-animation: loader 3s infinite ease-in-out;
}

.item-preloader .content-preloader .short-title-preloader-fourth {
  height: 12px;
  margin: 10px;
  width: 300px;
  border-radius: 50px;
  animation: loader 1s infinite ease-in-out;
  -webkit-animation: loader 1s infinite ease-in-out;
}

.item-preloader .item-preloader-image {
  width: 100%;
  height: 480px;
  border-radius: 5px;
  animation: loader 1s infinite ease-in-out;
  -webkit-animation: loader 1s infinite ease-in-out;
}

@keyframes loader {
  0% {
    background-color: rgba(7, 166, 52, 0.5);
    /* Green color with 0.5 opacity */
  }

  50% {
    background-color: rgba(165, 165, 165, 0.3);
    /* Gray color with 0.3 opacity */
  }

  100% {
    background-color: rgba(7, 166, 52, 0.5);
    /* Green color with 0.5 opacity */
  }
}

@keyframes loader {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }

  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }

  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

@-webkit-keyframes loader {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }

  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }

  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

/* Pre-loader css like facebook End */

@media screen and (max-width: 575px) {
  .event_container {
    width: 100%;
    height: 480px;
    background: #fff;
    flex-direction: column;
  }

  .event_container .event_bg {
    width: 100%;
    height: 250px;
    min-height: 250px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }

  .event_container .event_info {
    width: 100%;
    height: 230px;
  }
}

/* EVENT RIGHT COLUMN END */

/* Floating Start */
.floating-buttons {
  position: fixed;
  bottom: 10%;
  right: 75px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Base button */
.float-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease-in-out;
}

/* Button hover effect */
.float-btn:hover {
  transform: scale(1.05);
}

/* Specific colors */
.durud-btn {
  background-color: #134e4a !important;
  border-color: #134e4a !important;
  color: #fff !important;
}
.durud-btn:hover {
  background-color: #116466 !important;
  border-color: #116466 !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #134e4a !important;
  color: #fff !important;
  border-color: #134e4a !important;

}

/* Floating End */

.bg-gradient-primary {
    background: #134e4a;
    color: white;
  }

  /* Tabs */
  .custom-tabs .nav-link {
    color: #555;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
  }
  .custom-tabs .nav-link.active {
    background: #116466;
    color: white;
    border-radius: 8px;
  }

  /* Counter animation */
  .counter {
    transition: transform 0.2s ease, color 0.3s ease;
  }
  .counter.bump {
    transform: scale(1.3);
    color: #116466;
  }
  .snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 14px;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
    z-index: 9999;
    font-size: 16px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .snackbar.show {
    visibility: visible;
    transform: translateX(-50%) translateY(20px); /* Slide down */
    opacity: 1;
  }
  .snackbar.success { background-color: #116466; }
  .snackbar.error { background-color: #dc3545; }
  .text-duroord {color : #116466; }
  /* Durood page  */
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #116466 #f1f1f1;
}
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #116466;
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #116466;
}