@font-face {
  font-family: "myriad", sans-serif;
  src: url(../myriad-font/Myriad\ Pro\ Black.otf);
  src: url(../myriad-font/Myriad\ Pro\ Bold.ttf);
  src: url(../myriad-font/Myriad\ Pro\ Light.otf);
  src: url(../myriad-font/Myriad\ Pro\ Regular.ttf);
}
body {
  font-family: "myriad", sans-serif;
}
h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -1.6px;
  margin-bottom: 36px;
  color: #3a3a3a;
}
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
  color: #3a3a3a;
}
p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #3a3a3a;
}

.light-txt {
  color: #ffff;
}

.theme-btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-top: 40px;
  color: #ffff;
  padding: 29px 20px;
  width: 286px;
  border-radius: 40px;
  background: linear-gradient(274deg, #0F6F39 11.31%, #0F6F39 88.49%);
  border: 0;
}

/* chatbot-btn start */

.chat-bot {
  height: auto;
  width: auto;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 9999;
}

.chat-icon {
    width: 125px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Messenger_prompt {
  font-size: 16px;
  font-weight: 600px;
  display: flex;
  align-items: center;
}

#chat-container {
    width: 500px;
    max-width: 500px;
    height: 600px;
    margin: auto;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    padding: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: #fff;
}

#chat-box {
    height: 500px;
    overflow-y: scroll;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    scroll-behavior: smooth;
}

.chat_close_icon {
  cursor: pointer;
  font-size: 16px;
}

#user-input {
    width: calc(100% - 70px);
    padding: 5px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
}
    #title{
    width:100%;
    padding: 5px;
    }
    .input-container{
    display:flex;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    }
    .input-container1{
    padding:10px;
    display: flex;
    align-items: center;
    }
    .input-container1 button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    }
    .input-container1 button i {
    font-size: 1.5em;
    }

    .user-message {
      background-color: #0F6F39;
        border-radius: 16.93px 11.29px 2.82px 11.29px;
        color: #fff;
        padding: 10px 15px;
        margin-bottom: 5px;
        font-size: 20px;
        min-width: 100px;
        max-width: 300px;
        overflow-wrap: break-word;
    }

    .bot-message {
      background-color: #CCCCCC;
        border-radius: 16.93px 11.29px 11.29px 2.82px;
        padding: 10px 15px;
        margin-bottom: 5px;
        font-size: 20px;
        min-width: 100px;
        max-width: 300px;
        overflow-wrap: break-word;
    }
    .chat-title {
      color: #a1a1a1;
      margin-bottom: 5px;
      margin-top: 10px;
      font-size: 18px;
    }


#message-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#message-input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.chat-snd-btn{
  position: absolute;
  z-index: 9999999;
  color: #85B69B;
  font-size: 40px;
  left: 430px;
  margin: 0;
}

#message-input:focus {
  border-color: blue;
}

button[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

button[type="submit"]:hover {
  opacity: 0.7;
}

.fa-paper-plane {
  color: blue;
  font-size: 20px;
}

/* chatbot-btn end */





/* language-slt-btn start */

.language-slt-btn {
  height: auto;
  width: auto;
  position: fixed;
  bottom: 50px; /* Adjust this value as needed */
  right: 50px; /* Adjust this value as needed */
  z-index: 9999;
}

.language-slt-btn-container {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.language-slt-btn-pane {
  outline: 2px solid #0F6F39;
  box-shadow: 0 0 10px #85B69B, inset 0 0 10px #85B69B;
  height: 1cm;
  width: 3.0cm;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.7s ease;
}

.language-slt-btn-input {
  display: none;
}

.language-slt-btn-label {
  height: 1cm;
  width: 1.5cm;
  float: left;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
  padding: 0px;
  position: relative;
  z-index: 1;
  color: #85B69B;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}

.language-slt-btn-selection {
  display: none;
  position: absolute;
  height: 1cm;
  width: calc(4.5cm / 3);
  z-index: 0;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px #85B69B;
  transition: .15s ease;
}

.language-slt-btn-label:has(input:checked) {
  color: #0F6F39;
}


.language-slt-btn-label:has(input:checked) ~ .language-slt-btn-selection {
  background-color: #85B69B;
  display: inline-block;
}

.language-slt-btn-label:nth-child(1):has(input:checked) ~ .language-slt-btn-selection {
  transform: translateX(calc(4.5cm * 0/3));
}

.language-slt-btn-label:nth-child(2):has(input:checked) ~ .language-slt-btn-selection {
  transform: translateX(calc(4.5cm * 1/3));
}

.language-slt-btn-label:nth-child(3):has(input:checked) ~ .language-slt-btn-selection {
  transform: translateX(calc(4.5cm * 2/3));
}

/* language-slt-btn end */

/* bcl-header-start */

.bcl-header-container {
  max-width: 1400px !important;
}
.bcl-header .logo img {
  width: 111px;
}
.bcl-header .sb-menu > ul > li.login {
  position: relative;
  padding-left: 50px;
}
.bcl-header .sb-menu > ul > li.login::before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #ffff;
  position: absolute;
  top: 38px;
  right: 0px;
}
.bcl-header .sb-menu > ul > li > a {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #ffff;
  padding: 0 10px;
}
.bcl-header .sb-menu > ul > li:first-child > a {
  padding-left: 0;
}
.bcl-header .sb-menu > ul > li:last-child > a {
  padding-right: 0;
}
.bcl-header .sb-menu > ul > li > a:hover {
  color: #ffff;
}
.bcl-header .sb-menu > ul > li > a i {
  font-size: 16px;
}
.bcl-header .sb-menu li:not(:last-child) a:hover,
.bcl-header .sb-menu li:not(:last-child) a:focus,
.bcl-header .sb-menu li:not(:last-child) a:active {
  color: #ffff;
}
/* bcl-header-end */

.carousel-item {
  padding: 20rem 0vh;
  height: 80vh;
}

/* bcl-hero-section-start */
.bcl-hero-section {
  height: auto;
  /* background: #0F6F39; */
  background-size: cover;
  position: relative;
  z-index: 999;
}
.bcl-hero-section .content-box {
  text-align: center;
}
.bcl-hero-section .content-box h1 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.bcl-hero-section .content-box p {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 32px;
  color: #ffff;
}
.bcl-hero-section .content-box .theme-btn {
  margin-top: 0;
  background: linear-gradient(274deg, #4354c1 11.31%, #19356e 88.49%);
}
/* bcl-hero-section-end */

/* bcl-hec-section-start */
.bcl-hec-section {
  background-color: #ffff;
  background-image: url(../imgs/hero-bg-3.png);
  height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  z-index: 999;
  background-size: cover;
}
.bcl-hec-section .content-box {
  text-align: center;
}
@media (max-width: 1200px) {
  .bcl-hec-section-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bcl-hec-section-div .content-box-div {
    width: 100%;
  }
  .bcl-hec-section {
    height: auto;
  }
  .bcl-hec-section-heading {
    height: auto !important;
  }
  .bcl-hec-section .content-box .img-box {
    height: 260px !important;
    /* margin-bottom: 10px !important; */
  }
  .content-box-div {
    margin-top: 1rem;
  }
}

.prime-minister-img {
  height: 30rem;
}

.prime-minister-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bcl-hec-section .content-box .img-box {
  width: 100%;
  margin: 0 auto;
  /* margin-bottom: 32px; */
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 6/2;
}
.bcl-hec-section .content-box .img-box img {
  box-sizing: border-box;
  object-fit: fill;
  width: 20rem;
}
.bcl-hec-section .content-box p {
  margin-bottom: 32px;
}
.bcl-hec-section .content-box .theme-btn {
  margin-top: 0;
}
/* bcl-hec-section-end */

/* bcl-connections-section-start */
.bcl-connections-section {
  padding: 120px 0;
  background-color: #f6f5ff;
}
.bcl-connections-section .content-box {
  text-align: center;
  margin-bottom: 50px;
}
.bcl-connections-section .content-box p {
  margin-bottom: 0;
}
.bcl-connection-card {
  padding: 40px;
  background-color: #ffff;
  border-radius: 20px;
  border: 1px solid rgba(230, 232, 236, 0.5);
  margin-top: 22px;
  display: flex;
}
.bcl-connection-card .icon-box {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background-color: #280589;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.bcl-connection-card .icon-box i {
  font-size: 20px;
  color: #ffff;
}
.bcl-connection-card .meta-box {
  width: calc(100% - 108px);
}
.bcl-connection-card .meta-box h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}
.bcl-connection-card .meta-box p {
  margin-bottom: 0;
}
/* bcl-connections-section-end */

/* bcl-youth-program-section-start */
.bcl-youth-program-section {
  padding: 120px 0;
  background-color: #ffff;
}
.bcl-youth-program-section .content-box h2 {
  max-width: 480px;
}
.bcl-youth-program-section .content-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.48px;
  margin: 60px 0;
  color: #3a3a3a;
}
.bcl-youth-program-section .content-box p:last-child {
  margin-bottom: 0;
}
.bcl-youth-program-section .img-box img {
  width: 100%;
}
/* bcl-youth-program-section-end */

/* bcl-gym-club-section-start */
.bcl-gym-club-section {
  padding: 120px 0;
  background-color: #f6f5ff;
}
.bcl-gym-club-section .content-box h2 {
  max-width: 480px;
}
.bcl-gym-club-section .content-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.48px;
  margin: 60px 0;
  color: #3a3a3a;
}
.bcl-gym-club-section .content-box p:last-child {
  margin-bottom: 0;
}
.bcl-gym-club-section .img-box img {
  width: 100%;
}
/* bcl-gym-club-section-end */

/* bcl-leadership-section-start */
.bcl-leadership-section {
  padding: 120px 0;
  background-color: #ffff;
}
.bcl-leadership-section .content-box h2 {
  max-width: 480px;
}
.bcl-leadership-section .content-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.48px;
  margin: 60px 0;
  color: #3a3a3a;
}
.bcl-leadership-section .content-box p:last-child {
  margin-bottom: 0;
}
.bcl-leadership-section .img-box img {
  width: 100%;
}
/* bcl-leadership-section-end */

/* bcl-lms-facts-section-start */
.bcl-lms-facts-section {
  padding: 120px 0;
  background-color: #0F6F39;
}
.bcl-lms-facts-section .content-box {
  text-align: center;
  margin-bottom: 50px;
}
.bcl-lms-facts-card {
  padding: 30px 20px;
  margin-top: 30px;
  text-align: center;
}
.bcl-lms-facts-card .icon-box {
  width: 350px;
  height: 350px;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bcl-lms-facts-card .icon-box.style-1 {
  background-color: rgba(37, 195, 142, 0.3);
}
.bcl-lms-facts-card .icon-box.style-2 {
  background-color: rgba(150, 218, 255, 0.3);
}
.bcl-lms-facts-card .icon-box.style-3 {
  background-color: rgba(255, 228, 157, 0.3);
}
.bcl-lms-facts-card .icon-box.style-4 {
  background-color: rgba(211, 184, 255, 0.3);
}
.bcl-lms-facts-card .icon-box i {
  font-size: 30px;
}
.bcl-lms-facts-card .icon-box.style-1 i {
  color: #25c38e;
}
.bcl-lms-facts-card .icon-box.style-2 i {
  color: #0092df;
}
.bcl-lms-facts-card .icon-box.style-3 i {
  color: #ffbd11;
}
.bcl-lms-facts-card .icon-box.style-4 i {
  color: #864bd8;
}
.bcl-lms-facts-card h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.521px;
  margin-bottom: 8px;
}
.bcl-lms-facts-card span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
/* bcl-lms-facts-section-end */

/* bcl-footer-start */
.bcl-footer {
  padding: 80px 0;
  background-color: #0F6F39;
}
.bcl-footer .bcl-about .logo {
  width: 120px;
}
.bcl-footer .bcl-about .logo img {
  width: 100%;
}
.bcl-footer .bcl-about h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0px 0;
}
.bcl-footer .bcl-about p {
  color: #ffff;
  padding-right: 40px;
  margin-bottom: 0;
}
.bcl-footer .extra-links h6 {
  font-size: 16px;
  color: #ffff;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
}
.bcl-footer .extra-links ul {
  padding-left: 0;
  list-style-type: none;
}
.bcl-footer .extra-links ul li a {
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ebebeb;
}
.bcl-footer .extra-links ul li span {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ebebeb;
}
/* bcl-footer-end */

/* bcl-copyright-box-start */
.bcl-copyright-box {
  background-color: #0F6F39;
}
.bcl-copyright-box .content-box {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ffff;
}
.bcl-copyright-box .content-box p {
  color: #ffff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
/* bcl-copyright-box-end */

/* media-section */

.bcl-media-section {
  height: 100vh;
  padding: 120px 0;
  background-color: #fff;
}

.bcl-media-section-card {
  background-color: #fff;
  margin-top: 30px;
  height: 500px;
}

.bcl-media-section-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  color: #0F6F39;
}

.bcl-media-section-card-img {
  aspect-ratio: 15 / 9;
}

.bcl-media-section-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.bcl-media-section-card-discription {
  max-width: 100ch;
  word-break: break-all;
}

.View-All-btn {
  font-size: x-large;
  margin-top: 10px;
  text-decoration: none;
  color: #0F6F39;
  margin-left: -12px;
}

.View-All-btn:hover {
  color: #0F6F39;
}

.address-paragraph h6 {
  font-size: 16px;
  color: #ffff;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
}

.address-paragraph p {
  color: #ebebeb;
}

.bcl-hec-section-heading {
  display: flex;
  font-size: 28px;
  font-weight: 600;
  justify-content: center;
}

.bcl-hec-section-discription {
  font-size: 18px;
}

.bcl-hec-section-discription2 {
  font-size: 12px;
}

.Decore-section {
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow-x: clip;
}

.Decore-1 {
  position: absolute;
  height: 600px;
  width: 300px;
  margin-top: 500px;
  margin-left: -140px;
}

.Decore-2 {
  position: absolute;
  height: 600px;
  width: 300px;
  margin-left: 1760px;
  margin-bottom: 420px;
  margin-top: -75px;
}
@media screen and (max-width: 980px) {
  .bcl-map-section {
    height: 1075px !important;
    background-image: url(../imgs/map-section.png);
  }
}
.bcl-map-section {
  height: 700px;
  background-image: url(../imgs/map-section.png);
}
.map-txt-div {
  position: absolute;
  width: 700px;
  margin-top: 100px;
}

.map-img-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.map-img-div img {
  width: 1010px;
  height: 850px;
  display: flex;
}

.map-details {
  height: 100vh;
}



.highcharts-legend-item{
  display:none;
}
  #container {
height: 900px;
min-width: 700px;
max-width: 800px;
margin: 0 auto;
}

.loading {
margin-top: 10em;
text-align: center;
color: gray;
}
.highcharts-background {
background: none !important;
}

#pak-map{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 700px;
}

.district {
fill: #85B69B !important;
}

/* .district:hover {
fill: #0F6F39 !important;
} */
 
.svg-tooltip {
  position: absolute;
  z-index: 999999;
}

.svg-tooltip:hover {
  fill: #fff !important;
}

.nav-dropdown-btn {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.nav-dropdown-btn:hover {
  color: #fff;
}

.nav-dropdown-btn:active {
  color: #fff;
}

.dropdown-submenu-text {
  color: #000 !important;
}

.dropdown-submenu-text:hover {
  color: #000 !important;
}

.drop-down-paragraph p {
  font-size: 12px;
  font-weight: 700;
}
.submenu-lg-width {
  width: 1000px !important;
  min-width: none !important;
  max-width: none !important;
}

.readmore-banner {
  width: 100%;
  height: 90vh;
}

.img-shade {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.readmore-banner-img {
  position: absolute;
  height: 90vh;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.readmore-banner-title {
  position: absolute;
  width: 100%;
  height: 90vh;
}

.readmore-banner-title-div {
  margin-bottom: 120px;
}

.other-events-sec {
  background: #f6f5ff;
}

.other-events-div {
  margin-top: 100px;
  margin-bottom: 100px;
}

.other-events-heading {
  color: #0F6F39;
  font-weight: 500;
}

.other-events-card-title {
  font-size: 28px;
  line-height: 1.8;
}

.report-card-title {
  font-size: 22px;
}

.other-events-cards {
  display: flex;
  flex-wrap: wrap;
}

.other-events-card {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 600px;
  border-radius: 4px;
}

.readmore-card-discription {
  max-width: 100ch;
  word-break: break-all;
  color: #999999;
  font-size: 14px;
}

.view-all-banner {
  width: 100%;
  height: 80vh;
}

.view-all-banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.view-all-banner-title {
  position: absolute;
  width: 100%;
  height: 80%;
}

.view-all-sec {
  background: #f6f5ff;
}

.gallery-card {
  margin: 10px;
  border-radius: 4px;
}

.gallery-card-img {
  aspect-ratio: 8/6;
}

.gallery-card-img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 4px;
}

.readmore-banner-carousel-sec {
  position: relative;
  height: 80vh;
}

.carousel-control-prev-icon {
  width: 5rem !important;
  height: 5rem !important;
}

.carousel-control-next-icon {
  width: 5rem !important;
  height: 5rem !important;
}

.readmore-banner-carousel-width {
  height: 100%;
}

.readmore-banner-carousel-img {
  position: relative;
  z-index: -1;
  height: 100%;
}

.faq-card {
  height: auto;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.question {
  cursor: pointer;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 600;
}

.answer {
  display: none;
  padding: 20px;
  border: 0.1px solid #f3f3f3;
}

.question.clicked {
  background-color: #e0e0e0; /* Change background color when clicked */
}

.carousel-card-main {
  margin-top: 120px;
  background-color: #f6f5ff;
}

.carousel-card-div {
  height: auto;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
  transition: 0.2s ease-in-out;
}

.carousel-card-text {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: space-around;
}

.carousel-card-text .title {
  font-size: 30px;
  font-weight: 600;
}

.carousel-card-text .discription {
  font-size: 22px;
}

.view-all-carousel {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.52) 100%
  );
  height: 800px;
  width: 100%;
  border-radius: 10px;
}

.view-all-carousel-img {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.view-all-carousel-dimentions {
  height: 100%;
  width: 100%;
}

.gallery-events-card-title {
  font-size: 22px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.gallery-events-cards {
  display: flex;
  flex-wrap: wrap;
}

.gallery-events-card {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 300px;
  border-radius: 4px;
}

.gallery-events-card-img {
  height: 100%;
  width: 100%;
}

.gallery-events-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.gallery-readmore-cards {
  display: flex;
  flex-wrap: wrap;
}

.readmore-main {
  display: grid;
  grid-template-columns: repeat(4,1fr) ;
  gap: 10px;
}

.gallery-readmore-cards {
  height: 530px;
  margin: 10px;
  background-color: #fff;
}

.readmore-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.reportcard-card {
  width: 100%;
  height: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
  transition: 0.2s ease-in-out;
}
.report-card {
  width: 100%;
  height: 400px;
  background: white;
  border-radius: 10px;
  /* box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff; */
  transition: 0.2s ease-in-out;
}

.readmore-card {
  width: 100%;
  height: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
  transition: 0.2s ease-in-out;
}
.readmore-main::before{
  display: none;
}
.readmore-main::after{
  display: none;
}
.readmore-card-img {
  width: 100%;
  height: 60%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(#0F6F39, #85B69B);
  display: flex;
  align-items: top;
  justify-content: right;
}

.readmore-card-text {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: space-around;
}

.readmore-card-title {
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.card:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.resource-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media screen and (min-width: 301px) {
  .map-img-div img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 90vh !important;
    margin-top: 350px !important;
  }
  .map-txt-div h1 {
    font-size: 400%;
  }
  .map-txt-div p {
    font-size: 200%;
  }
}

@media screen and (min-width: 1000px) {
  .map-img-div img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 90vh !important;
    /* margin-top: 350px !important; */
  }
}



.cloud-baloch {
  transform: translate(107.5em, 26rem);
}

.cloud-kpk {
  transform: translate(128.5rem, 0.3rem);
}

.cloud-sindh {
  transform: translate(115.5rem, 36rem);
}

.cloud-gilgit {
  transform: translate(137.5rem, -3.5rem);
}

.cloud-ICT {
  transform: translate(131.5rem, 4rem);
}

.cloud-kashmir {
  transform: translate(133.5rem, 3.6rem);
}

.cloud-punjab {
  transform: translate(129rem, 16.7rem);
}

.cloud {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255);
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cloud h3 {
  font-weight: 600;
}

.cloud span{
  font-size: 13px;
}


.map-pin-baloch,
.map-pin-kashmir,
.map-pin-gilgit,
.map-pin-punjab,
.map-pin-kpk,
.map-pin-ict,
.map-pin-sindh {
  fill: #0F6F39;
}


.bcl-hec-section-discription2 {
  font-size: 12px;
}


.custom-carousel-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  height: 400px; /* Adjust height as needed */
}

.custom-carousel-slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.custom-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-fade {
  animation: customFadeEffect 1s;
}

@keyframes customFadeEffect {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

/* Additional styling for content inside slides */
.custom-content-box {
  padding: 20px;
  background: white;
  border-radius: 10px;
  text-align: left;
}
