/*--------------------------------------------------------------
# business overview Section
--------------------------------------------------------------*/
#buss {
  z-index: 100;
}

#overview .card h3 {
  font-weight: bold;
  color: #003366;
}

#overview .list1 {
  font-weight: normal;
  color: #003366;
  font-size: 20px;
  justify-content: flex-start;
  margin-left: 3%;
}

#overview .card2 {
  width: 80%;
}

#overview .card2:hover {
  box-shadow: 0 4px 8px rgba(79, 132, 230, 0.2);
  background-color: #1bb1dc;
}

#overview p {
  margin-bottom: 0;
}

#overview .overview-content h1 {
  font-size: 5vh;
  font-weight: bold;
  color: #003366;
}

#overview .background-image {
  position: relative;
  width: 100%;
  height: 80px;
  /* Adjust height as needed */
  /* background-image: url('../img/flechas-png-clipart-removebg-preview.png'); */
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9)), #f5f8fd url("../img/flechas-png-clipart-removebg-preview.png") bottom center;
  background-size: 50vh;
  /* background-repeat: no-repeat; */
  background-position: center;
  top: 0;
  bottom: 0;
}

#overview .overlay-text {
  /* background-color: #fcfdfd; */
  background: linear-gradient(rgba(255, 255, 255, 0.308), rgba(255, 255, 255, 0.253)), bottom center;
  border-radius: 7px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(3, 0, 12, 0.847);
  font-size: 19px;
  /* Adjust font size as needed */
  font-weight: normal;
  text-align: center;
  /* text-shadow: 2px 2px 4px rgba(236, 245, 250, 0.5);  */
}

/* #dist_val p {
  display: flex;
} */

.page-header-bus-overview {
  margin-top: 50px;
  background: url(../img/business-banner.jpg) center center no-repeat;
  /* background-image: url(../img/portfolio/background_brand.jpg); */
  background-position: bottom;
  background-size: cover;
  height: 70vh !important;
  background-attachment: fixed;

}

/*--------------------------------------------------------------
# END  Section
--------------------------------------------------------------*/
#business {
  width: 100%;
  height: 80vh;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #f5f8fd url("../img/intro-bg1.jpg") bottom center no-repeat;
  /* background-position: right; */
  background-size: cover;
  padding-top: 60px;
  object-fit: cover;
  /* background-attachment: fixed; */

}

@media (max-width: 991px) {
  #business {
    height: auto;
    padding: 100px 0 60px 0;
  }

  #business .card {
    height: auto !important;
  }

  #business .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #business .intro-info {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  #business .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

#business .intro-info h2 {
  color: #003366;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 8px;
}

#business .intro-info h2 span {
  color: #1bb1dc;
}

@media (max-width: 991px) {
  #business .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#business .intro-info .btn-get-started,
#business .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#business .intro-info .btn-get-started:hover,
#business .intro-info .btn-services:hover {
  background: #0a98c0;
}

/* END */

/* Strateegic section */
#strategicintent .border-black {
  border: 1px solid black;
}

#strateginintent .row {
  width: 100%;
  display: flex;
  background-color: rgb(47, 131, 131);
  font-weight: bold;
  font-size: medium;
}

#strategicintent h6,
#strategicintent h4,
#strategicintent p {
  /* text-align: center; */
  color: white;
  display: flex;
  justify-content: center;
  /* padding-top: 2px; */
}

.main-row {
  background: #fff;
}

.main-row h4 {
  color: black;
  font-weight: bold;
  font-size: medium;
}

.left-header {
  background: rgb(246, 230, 1);
  padding: 0;
  margin: 0;
}

/* Table */
#strategic_intent th {
  background-color: #00708b !important;
  width: 7% !important;
  padding: 15px;
  color: #FFFF;
}

#strategic_intent td {
  background-color: transparent !important;
  color: black;
  text-align: center;

}

td[rowspan] {
  vertical-align: middle;
  text-align: center;
}

/* END */




/* for iwtech of merits */
.glitch-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: none;
}

.glitch {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: none;
  letter-spacing: 4px;
  /* animation: shift 10s ease-in-out infinite alternate; */
  z-index: 1;
}

.glitch:before {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: -2px;
  text-shadow: -1px 0 #0ff;
  width: 100%;
  color: none;
  /* background-color: #1257df; */
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-before 10s infinite linear alternate-reverse; */
}

.glitch:after {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 2px;
  text-shadow: 1px 0 #ff00ff;
  width: 100%;
  color: none;
  background-color: #1257df;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-after 10s linear alternate-reverse; */
}

.glitch1 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: none;
  letter-spacing: 4px;
  /* animation: shift 12s ease-in-out infinite alternate; */
  z-index: 1;
}

.glitch1:before {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: -2px;
  text-shadow: -1px 0 #0ff;
  width: 100%;
  color: none;
  /* background-color: #1257df; */
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-before 12s infinite linear alternate-reverse; */
}

.glitch1:after {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 2px;
  text-shadow: 1px 0 #ff00ff;
  width: 100%;
  color: none;
  background-color: #1257df;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-after 12s linear alternate-reverse; */
}

.merit-sector {
  animation-delay: 2s;
}

.glitch2 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: none;
  letter-spacing: 4px;
  /* animation: shift 14s ease-in-out infinite alternate; */
  z-index: 1;
}

.glitch2:before {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: -2px;
  text-shadow: -1px 0 #0ff;
  width: 100%;
  color: none;
  /* background-color: #1257df; */
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-before 14s infinite linear alternate-reverse; */
}

.glitch2:after {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 2px;
  text-shadow: 1px 0 #ff00ff;
  width: 100%;
  color: none;
  background-color: #1257df;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-after 14s linear alternate-reverse; */
}

.merit-trust {
  animation-delay: 4s;
}

.glitch3 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: none;
  letter-spacing: 4px;
  /* animation: shift 16s ease-in-out infinite alternate; */
  z-index: 1;
}

.glitch3:before {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: -2px;
  text-shadow: -1px 0 #0ff;
  width: 100%;
  color: none;
  /* background-color: #1257df; */
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-before 16s infinite linear alternate-reverse; */
}

.glitch3:after {
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 2px;
  text-shadow: 1px 0 #ff00ff;
  width: 100%;
  color: none;
  background-color: #1257df;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  /* animation: noise-after 16s linear alternate-reverse; */
}

.merit-overship {
  animation-delay: 8s;
}

@keyframes noise-before {
  0% {
    clip: rect(61px, 9999px, 52px, 0);
  }

  5% {
    clip: rect(33px, 9999px, 144px, 0);
  }

  10% {
    clip: rect(121px, 9999px, 115px, 0);
  }

  15% {
    clip: rect(144px, 9999px, 162px, 0);
  }

  20% {
    clip: rect(62px, 9999px, 180px, 0);
  }

  25% {
    clip: rect(34px, 9999px, 42px, 0);
  }

  30% {
    clip: rect(147px, 9999px, 179px, 0);
  }

  35% {
    clip: rect(99px, 9999px, 63px, 0);
  }

  40% {
    clip: rect(188px, 9999px, 122px, 0);
  }

  45% {
    clip: rect(154px, 9999px, 14px, 0);
  }

  50% {
    clip: rect(63px, 9999px, 37px, 0);
  }

  55% {
    clip: rect(161px, 9999px, 147px, 0);
  }

  60% {
    clip: rect(109px, 9999px, 175px, 0);
  }

  65% {
    clip: rect(157px, 9999px, 88px, 0);
  }

  70% {
    clip: rect(173px, 9999px, 131px, 0);
  }

  75% {
    clip: rect(62px, 9999px, 70px, 0);
  }

  80% {
    clip: rect(24px, 9999px, 153px, 0);
  }

  85% {
    clip: rect(138px, 9999px, 40px, 0);
  }

  90% {
    clip: rect(79px, 9999px, 136px, 0);
  }

  95% {
    clip: rect(25px, 9999px, 34px, 0);
  }

  100% {
    clip: rect(173px, 9999px, 166px, 0);
  }
}

@keyframes noise-after {
  0% {
    clip: rect(26px, 9999px, 33px, 0);
  }

  5% {
    clip: rect(140px, 9999px, 198px, 0);
  }

  10% {
    clip: rect(184px, 9999px, 89px, 0);
  }

  15% {
    clip: rect(121px, 9999px, 6px, 0);
  }

  20% {
    clip: rect(181px, 9999px, 99px, 0);
  }

  25% {
    clip: rect(154px, 9999px, 133px, 0);
  }

  30% {
    clip: rect(134px, 9999px, 169px, 0);
  }

  35% {
    clip: rect(26px, 9999px, 187px, 0);
  }

  40% {
    clip: rect(147px, 9999px, 137px, 0);
  }

  45% {
    clip: rect(31px, 9999px, 52px, 0);
  }

  50% {
    clip: rect(191px, 9999px, 109px, 0);
  }

  55% {
    clip: rect(74px, 9999px, 54px, 0);
  }

  60% {
    clip: rect(145px, 9999px, 75px, 0);
  }

  65% {
    clip: rect(153px, 9999px, 198px, 0);
  }

  70% {
    clip: rect(99px, 9999px, 136px, 0);
  }

  75% {
    clip: rect(118px, 9999px, 192px, 0);
  }

  80% {
    clip: rect(1px, 9999px, 83px, 0);
  }

  85% {
    clip: rect(145px, 9999px, 98px, 0);
  }

  90% {
    clip: rect(121px, 9999px, 154px, 0);
  }

  95% {
    clip: rect(156px, 9999px, 44px, 0);
  }

  100% {
    clip: rect(67px, 9999px, 122px, 0);
  }
}

@keyframes shift {

  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    transform: skewX(0deg);
  }

  41% {
    transform: skewX(10deg);
  }

  42% {
    transform: skewX(-10deg);
  }

  59% {
    transform: skewX(40deg) skewY(10deg);
  }

  60% {
    transform: skewX(-40deg) skewY(-10deg);
  }

  63% {
    transform: skewX(10deg) skewY(-5deg);
  }

  70% {
    transform: skewX(-50deg) skewY(-20deg);
  }

  71% {
    transform: skewX(10deg) skewY(-10deg);
  }
}

/* Business policy Carousel CSS */

.carousel-new {
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
}

main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.item {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}

div.item:nth-of-type(2) {
  --offset: 2;
  background-color: #ff70a6;
}

div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}

div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}

div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}

main#carousel .item {
  background-color: #ffff;
  box-shadow: 10px 10px 20px rgba(178, 190, 195, 1.0);
}

input:nth-of-type(1):checked~main#carousel .item:nth-of-type(1),
input:nth-of-type(2):checked~main#carousel .item:nth-of-type(2),
input:nth-of-type(3):checked~main#carousel .item:nth-of-type(3),
input:nth-of-type(4):checked~main#carousel .item:nth-of-type(4),
input:nth-of-type(5):checked~main#carousel .item:nth-of-type(5) {
  background: radial-gradient(circle at center, rgb(255, 255, 255), rgba(228, 249, 255, 1));
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

input:nth-of-type(1):checked~main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

input:nth-of-type(2):checked~main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}

input:nth-of-type(3):checked~main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

input:nth-of-type(4):checked~main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

input:nth-of-type(5):checked~main#carousel {
  --position: 5;
}


/* Merits of IWTech */
.iwt-1 :hover {
  background: #003366;
  color: #fff;
  border-radius: 25px;
}



.strategicintent {
  position: relative;
}

.strategic_img_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.strategic_img_wrapper img {
  opacity: 0.5;
}



/* Buisness policy page CSS */
.questions-wrapper .question h5 {
  font-size: 1.3rem !important;
  position: relative;
  text-transform: uppercase;
}

.questions-wrapper .question h5::before {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid rgb(49, 49, 49);
  width: 1.3rem;
  margin: 0 0.3rem;
  transform: translateY(-0.4rem);

}

.questions-wrapper .answer {
  margin-top: 15px;
}

.questions-wrapper .answer p {
  text-align: justify;
  font-size: 1rem;
}

.sep-question {
  width: 60%;
  margin: auto;
  border-top: 0.1rem solid #ddd;
}

.leader-content {
  position: relative;
  margin: 0;
}

.policy-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 45%;
  opacity: 0.5;

}
.strength-circle{
  width: 300px;
  height: 300px;
  background: #0a98c0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strength-outer-circle{
  padding: 20px;
  border: 3px solid #0a98c0;
  width: fit-content;
  border-radius: 50%;
}
.box-flag{
  width: 40px;
  height: 20px;
  background-color: #0093C1;
}

.mobile-view{
  display: none;
}

@media(max-width:768px){
  .mobile-view{
    display: block;
  }
  .desktop-view{
    display: none;
  }
}