/*  Menu */


body {
  background-color: unset;
  background-image: unset;
  background-position: unset;

}


.main-menu {
  position: relative;
}

.main-menu .region.region--header {
  position: relative;
}

.main-menu .main-navigation {
  display: none;
}

.main-menu .main-navigation {
  position: absolute;
  top: 64px;
  z-index: 100;
  background: white;
  left: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .main-menu .main-navigation {
    display: flex;
    position: unset;
  }
}

.main-menu .triple-menu {
  background: url("../assets/images/menu-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 30px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .main-menu .triple-menu {
    display: none;
  }
}

.menu-level-0 {
  display: flex;
  flex-direction: column;
  background: #FFF;
  max-height: 100vh;
  /* Hide Child level menu */
  /* Dropdown  */
}

@media (min-width: 1280px) {
  .menu-level-0 {
    background-color: unset;
    max-height: unset;
    flex-direction: row;
  }
}

.menu-level-0 li.menu-item {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(126, 34, 206, var(--tw-bg-opacity));
  padding: 0.5rem 1.25rem;
  margin-block: 0.25rem;
  border-radius: 0.375rem;
}

@media (min-width: 1280px) {
  .menu-level-0 li.menu-item {
    background-color: unset;
    padding: unset;
    margin-block: unset;
    border-radius: unset;
    margin-inline: 22px;
  }
}

.menu-level-0 li.menu-item a {
  color: #FFFFFF;
}

@media (min-width: 1280px) {
  .menu-level-0 li.menu-item a {
    color: black;
  }
}

.menu-level-0 li.menu-item {
  background-image: url("../assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 11px);
  background-size: 18px;
  background-position-y: 9px;
}

@media (min-width: 1280px) {
  .menu-level-0 li.menu-item {
    background-image: none;
  }
}

.menu-level-0 li.menu-item .menu-level-1 li.menu-item {
  background-image: none;
}

.menu-level-0 li.menu-item > div {
  display: none;
}

.menu-level-0 li .menu_link_content {
  margin-top: 25px;
  border-radius: 20px;
}

@media (min-width: 1280px) {
  .menu-level-0 li .menu_link_content {
    margin-top: 0;
  }
}

.menu-level-0 li:hover {
  position: relative;
}

.menu-level-0 li:hover .menu_link_content {
  display: block;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content {
    background-color: #FFFFFF;
    position: absolute;
    padding: 29px 15px 14px;
    height: 432px;
  }
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent {
  color: black;
  display: flex;
  column-gap: 80px;
  /* 1st div */
  /* 2nd div */
  /* Image */
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent .menu-fields {
  flex-basis: 50%;
  display: none;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content .menu-fields-parent .menu-fields {
    display: block;
  }
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent .menu-fields:nth-child(1) div {
  padding-block: 8px;
  margin: 0;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content .menu-fields-parent .menu-child .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: unset !important;
  }
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent .menu-child .menu-child-list .menu_link_content {
  display: none;
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent .image {
  width: 400px;
  height: 200px;
  border-radius: 50px;
}

.menu-level-0 li:hover .menu_link_content .menu-fields-parent .image img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content ul.menu-level-1 {
    display: block;
  }
}

.menu-level-0 li:hover .menu_link_content ul.menu-level-1 li {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Poppins", "sans-serif";
  margin-inline: none;
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-bottom: 12px;
  padding-top: 8px;
  width: 300px;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content ul.menu-level-1 li {
    margin-left: 0;
    width: max-content;
  }
}

.menu-level-0 li:hover .menu_link_content ul.menu-level-1 li a {
  padding-left: 20px;
}

.menu-level-0 li:hover .menu_link_content ul.menu-level-1 img {
  display: none;
}

@media (min-width: 1280px) {
  .menu-level-0 li:hover .menu_link_content ul.menu-level-1 img {
    display: block;
  }
}

@media (min-width: 1280px) {
  .menu-level-0 li:nth-child(1) .menu_link_content {
    left: -100%;
  }
}

.menu-level-0 li:nth-child(2):hover > div {
  display: block;
}

.menu-level-0 li:nth-child(3):hover > div {
  display: block;
}

.menu-level-0 li:nth-child(4):hover > div {
  display: block;
}

.menu-level-0 li:nth-child(5):hover > div {
  display: block;
}

@media (min-width: 1280px) {
  .menu-level-0 li:nth-child(5) .menu_link_content {
    left: -640px;
  }
}

@media (min-width: 1280px) {
  .menu-level-0 li:nth-child(6) .menu_link_content {
    right: -40px;
  }
}

[dir=ltr] .node-form .dropbutton .dropbutton__items {
  /* left: 0; */
  right: auto;
  bottom: 0;
  top: unset !important;
  z-index: 100;
}

/* Writing Custom CSS */
header section.px-4 {
  padding: 0 !important;
}

.bg-cover {
  background-size: cover !important;
}

/** Why Pakistan -- Slider  **/
.slideshow-media .image img {
  width: 100%;
  height: 100%;
}

.slideshow-media .slick-prev {
  left: 0;
  z-index: 1;
}

.slideshow-media .slick-next {
  right: 0;
  z-index: 1;
}

.slideshow-media .slick-prev {
  color: transparent;
  background: unset !important;
  border: 2px solid #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  left: 12px;
}

.slideshow-media .slick-prev::before, .slideshow-media .slick-next::before {
  font-family: unset !important;
  opacity: 1 !important;
}

.slideshow-media .slick-next {
  color: transparent;
  background: unset !important;
  border: 2px solid #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  right: 12px;
}

/* How We Help */
.how-we-help .grid {
  text-align: center;
}

/** Success Stories **/
.story-unformat .slideshow-container {
  width: 1000px;
  position: relative;
  margin: auto;
}

.hidden {
  display: none;
}

.business-title.active path {
  fill: #6D1AAE; /* Active color */
}

.business-title.active text {
  fill: #FFF;
}

/* Industries */
.slideshow-container {
  max-width: 1000px;
  margin: auto;
}


:root {
  --swiper-theme-color: white;
}

.why_pak-pods-sec {
  width: 100%;
}

.why_pak-pods-sec .swiper-slide figure {
  position: relative;
}

.why_pak-pods-sec .swiper-slide figure picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 15/10.5;
}

.why_pak-pods-sec .swiper-slide figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform .25s ease-in-out;
}

.why_pak-pods-sec .swiper-slide figure figcaption {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(46, 67, 120, .65);
  color: white;
}

.why_pak-pods-sec .swiper-slide figure figcaption img {
  margin: 0 auto .25rem;
}

.why_pak-pods-sec .swiper-slide figure figcaption span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Poppins", "sans-serif";
}

.why_pak-pods-sec .swiper-slide figure:hover picture img {
  transform: scale(1.05);
}

/* Sectors Nodes */

/*# sourceMappingURL=custom.css.map */


.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 130px;
  /* Location of the box */
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow-y: scroll;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px 30px 20px 30px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-weight: bold;
  margin-top: -20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.border-abc-1 {
  border: 15px solid #006bb4;
}

.border-abc-2 {
  border: 15px solid #475da4;
}

.border-abc-3 {
  border: 15px solid #594099;
}

.border-abc-4 {
  border: 15px solid #962e94;
}

.border-abc-5 {
  border: 15px solid #e42954;
}
.header-contact-item p:hover,.header-contact-item a:hover{
  color:#4a0e7a;
  cursor: pointer;
}
.header-social-media img:hover {
  filter: grayscale(.5);
}
.padditn_top_bottom{
  padding: 40px 0 20px;
}
.why_pak-pods-sec .swiper-slide figure figcaption span {
  display: block !important;
  text-align: center !important;
  font-size: 1.5rem  !important;
  font-family: "Poppins", "sans-serif";
  padding-bottom: 10px  !important;
  padding-top: 10px  !important;
  line-height: 2  !important;
}
.why_pak-pods-sec .swiper-slide figure figcaption {
  position: absolute  !important;
  inset: 0  !important;
  display: grid  !important;
  place-content: center  !important;
  background-color: rgba(46, 67, 120, .3)  !important;
  color: white  !important;
  font-style: normal !important;
}
.why_pak-pods-sec .swiper-slide figure picture {
  display: block  !important;
  overflow: hidden  !important;
  aspect-ratio: 14/11  !important;
}
.sector-text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.sector_home_box ul li {
  line-height: 1.5;
  padding-bottom: 10px;
  list-style: auto;
  padding-left: 20px;
}
.sector_home_box ul li {
  line-height: 1.5;
  padding-bottom: 10px;
  list-style: none;
  font-family: "Poppins", "sans-serif";
  color: #000;
  position: relative;
}
.sector_home_box ul li::before {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: absolute;
  left: 0; 
  top: 0;
  color: #6d1aae; 
  font-size: 14px;
  position: absolute;
  top:0;
  left: 0;
}
.sector_home_box ul {
  list-style: none; 
  padding: 0; 
  margin: 0; 
}
.sector_main_box p{
  text-align: justify;
  line-height: 1.8;
  padding-bottom: 10px;
  font-family: "Poppins", "sans-serif";
  color: #000;
}
.sector_main_box p strong{
  padding: 10px 0;
  color: #6d1aae; 
  font-family: "Poppins", "sans-serif";
}
.more_sector_button{
  margin-left: 80px;
}
.image {
  float: left;
  width: 186px;
  margin: 19px 10px;
  display: block;
  padding: 10px;
  box-shadow: 5px 5px 6px #e1e1e1;
}
.susccess_story_logo {
  width: 100%;
}
h3.home_event_title {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
  min-height: 75px;
  color: #6d1aae; 
  font-weight: 600;
}
.event_home p strong{
  font-weight: normal;
}
.footer_second_section h2 {
  color: #fff;
  font-size: 22px;
  padding-top: 10px;
}
.footer_second_section nav {
  margin-bottom: 20px;
}
.footer_third_section .field .field__item {
  color: #fff;
  font-family: 'Poppins';
  line-height: 1.5;
  font-size: 16px;
  float:left;
  position: relative;
  top: 2px;
}
.footer_third_section .field .field__label {
  color: #c2c2c2;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: normal;
  float: left;
  padding-bottom: 6px;
  padding-right: 10px;
  position: relative;
  top: 0px;
}

.footer_second_section ul li a {
  color: #c2c2c2;
  font-size: 18px;
  line-height: 1.6;
}
.footer_third_section .field {
  margin-bottom: 5px !important;
  padding-bottom: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
a:hover {
  color: #6d1aae;
  cursor: pointer;
}
.menu-fields-parent .label.mulish-font.text-lg.font-semibold {
  font-size: 24px;
  font-family: 'Poppins';
  color: #6d1aae!important;
}
.menu-fields-parent p {
  text-align: justify;
  color: #000;
}
a:focus{
  outline: none !important;
}
ul.menu.menu-level-1.menu_box a {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: normal;
}
.menu-level-0 li.menu-item span{
  cursor: pointer;
}
.container {
  margin:0 auto;
}
.text-justify p{
  text-align: justify;
  padding-bottom: 20px;
}
.menu-level-0 li:hover .menu_link_content .menu-fields-parent .image {
  width: 400px;
  height: 200px;
  box-shadow: none;
  border-radius: 50px;
}
.region--content {
  margin-block-end: 0 !important;
}
.bg_cover{
  background-size: cover;
}
.table_section thead tr {
  background: #6d1aae;
  color: #fff;
  font-family: 'Poppins';
  text-align: left;
}
.table_section thead tr th {
  padding: 10px;
  font-weight: normal;
}
.table_section tbody tr td {
  padding: 10px;
  font-weight: normal;
  color: #6E6E6E;
  font-family: 'Poppins';
}
.table_section tbody tr:nth-child(odd) {
  background-color: #ffffff; /* White for odd rows */
}
.table_section tbody tr:nth-child(even) {
  background-color: #f2f2f2; /* Light gray for even rows */
}
.table_section tbody tr {
  border-color: #e5e7eb;
  color: #6E6E6E;
  border-width: 1px;
}
.table_section table {
  width: 100%;
}
.why_pakistan h3{
  color: #6D1AAE;
  font-size: 1.5rem;
}
.color_white{
  color: #fff;;
}
.why_pakistan p{
  font-size: 22px;
  color: rgb(108 105 106);
}
.why_pakistan strong{
  color: #6D1AAE;
}
.why_pakistan ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 6px;
  color: #6d1aae;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}
.why_pakistan ul li {
  line-height: 1.5;
  padding-bottom: 10px;
  list-style: none;
  font-family: "Poppins", "sans-serif";
  color: #000;
  padding-left: 25px;
  position: relative;
  font-size: 22px;
}
.float-right{
  float: right;
}
.w-auto{
  width: auto;
}
.why_pakistan img {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.why_pakistan ul li p{
  padding-bottom: 0;
  color: #000;;
}
.menu-level-0 li:nth-child(4) > div {
  left: -20vw !important;
}
.no-margin{
  margin:0 !important;
}
.no-padding{
  padding:0 !important;
}
.color_white p,.color_white h1,.color_white ul li,.color_white ul li:before,.color_white strong {
  color: #fff;
}