

/*================ Slider ================*/

.carousel-item{
    height:100vh;
    min-height:700px;
    position:relative;
}

.carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0, 0, 0, 0.81);
}

.carousel-caption {
  bottom: 47%;
  transform: translateY(50%);
  text-align: left;
  max-width: 650px;
  left: unset;
  right: unset;
}

.carousel-caption h1{
    font-size:42px;
    font-weight:500;
    line-height:55px;
    margin-bottom:20px;
}

.carousel-caption p {
  font-size: 15px;
  margin-bottom: 35px;
  font-weight: 300;
}

.btn-primary {
  padding: 11px 20px;
  border-radius: 7px;
  font-size: 15px;
  background: #198bcf;
  border-color: #198bcf;
}
.btn-secondary {
  padding: 10px 20px;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 15px;
}
.btn-secondary:hover {
  background-color: #000211;
}

/*================ Controls ================*/

.carousel-control-prev,
.carousel-control-next{
    width:6%;
}

/* Bottom-left custom indicators */ 
.custom-indicators{ 
    position:absolute; 
    left:70px; 
    bottom:40px; 
    /* justify-content:flex-start;  */
    justify-content:center; 
    margin:0; 
    /* width:auto;  */
    gap:10px; 
    /* width: 1365px; */
    gap: 10px;
    /* margin: 0 auto; */
} 
/* Default line */ 
.custom-indicators button{ 
    width:22px !important; 
    height:4px !important; 
    border:none !important; 
    border-radius:10px; 
    background:rgba(255,255,255,.55) !important; 
    opacity:1 !important; transition:.35s ease; margin:0 !important; 
} 
/* Active line */ 
.custom-indicators button.active{ 
    width:28px !important; 
    background:#1da1ff !important; 
} 
/* Optional hover */ 
.custom-indicators button:hover{ 
    background:#ffffff !important; 
} 
/* Keep arrows visible */ 
.carousel-control-prev, .carousel-control-next{ 
    width:6%; 
    z-index:5; 
}

/*================ Responsive ================*/

@media(max-width:991px){

	.carousel-item{
		min-height:650px;
	}

	.carousel-caption{
		text-align:center;
		left:8%;
		right:8%;
	}

	.carousel-caption h1{
		font-size:42px;
	}

	.carousel-caption p{
		font-size:18px;
	}

	.nav-link{
		margin-left:0;
		padding:12px 0;
	}

	.custom-navbar{
		background:#091C35;
	}

}

@media(max-width:576px){

	.carousel-caption h1{
		font-size:32px;
	}

	.carousel-caption p{
		font-size:16px;
	}

	.btn-primary{
		padding:12px 25px;
	}

}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70vh;
}
.carousel {
  position: relative;
  height: 70vh;
}
.carousel-item {
  height: 70vh;
  min-height: 70vh;
  position: relative;
}

.logo.fw-bold img {
  width: 130px;
}
.carousel-caption h1 span {
  color: #198bcf;
}
.mr-20 {
  margin-right: 20px;
}




/* Our Intelligence. Your Advantage. ---------------Start*/
.intelligence-section{
    padding:25px 0;
    overflow:hidden;
    background-image: url("../images/bg-01.png") !important;
    background-color: #96d3f605;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: radial-gradient(circle at left top, rgba(59, 130, 246, 0.1), transparent 35%), radial-gradient(circle at right bottom, rgba(14, 165, 233, 0.08), transparent 35%), rgb(245, 249, 255);
}
.IntelligencePart {
  margin-top: 50px;
}
.sideTitlePart{
  font-size: 25px !important;
}
.sideTitlePart-desc {
  font-size: 16px !important;
  line-height: 25px !important;
}

.main-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 9px;
}

.main-desc {
  font-size: 17px;
  line-height: 29px;
  color: #3c3c3c;
  letter-spacing: 0;
  padding: 0 160px;
  margin-bottom: 30px;
}
.IntelligenceCanvaPart{
    width: 45%;
    position: relative;
  top: -130px;
  left: -25px;
}

.circle-wrapper{
    width:640px;
    height:640px;
    margin:auto;
    position:relative;
    background:url("../images/circle-bg.png") center center no-repeat;
    background-size:contain;
}

.center-eye {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    /* background: #fff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, .15); */
    z-index: 20;
}

.center-eye img{
    width:110px;
}
.wheel-item{ position:absolute; 
    overflow:visible !important; 
    z-index:5; 
    cursor: pointer;
}

.wheel-item img {
  width: 32px;
  transition: .35s;
  position: absolute;
  top: 38%;
  left: 42%;
}

.wheel-item span{ 
    position:absolute; 
    top:50%; left:120%; 
    transform:translateY(-50%); 
    background:#fff; 
    color:#17355E; 
    padding:8px 14px; 
    border-radius:12px; 
    font-size:16px; 
    font-weight:600; 
    white-space:nowrap; 
    box-shadow:0 10px 25px rgba(0,0,0,.12); 
    opacity:0; 
    visibility:hidden; 
    transition:all .3s ease; 
    z-index:999; 
}
.wheel-item:nth-child(6) span, .wheel-item:nth-child(7) span{ 
    left:auto; right:140px; 
}
.wheel-item:nth-child(6):hover span, 
.wheel-item:nth-child(7):hover span, 
.wheel-item:nth-child(6).active span, 
.wheel-item:nth-child(7).active span { 
    right:155px; 
}
 .wheel-item:hover span, .wheel-item.active span{
     opacity:1; 
     visibility:visible; 
     left:85%; 
} 
.wheel-item:nth-child(6) span, 
.wheel-item:nth-child(7) span{ left:auto; right:120%; } 
.wheel-item:nth-child(6):hover span, 
.wheel-item:nth-child(7):hover span, 
.wheel-item:nth-child(6).active span, 
.wheel-item:nth-child(7).active span{ 
    right:130%; 
}
.circle-wrapper{ 
    overflow:visible !important; 
}

.wheel-item.active{
    width:180px;
    height:180px;
    border-radius:30px;
    transform:unset !important;
    /* box-shadow:0 25px 60px rgba(0,102,255,.30); */
}
.wheel-item.active img{
    transform:translateY(-10px);
}
.wheel-item.active span{
    opacity:1;
}

.wheel-item:nth-child(2) {
  top: 117px;
    left: 307px;
}
.wheel-item:nth-child(2).active {
    top: 85px;
    left: 288px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(2).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 44%;
  left: 40%;
}

.wheel-item:nth-child(3){
   top: 235px;
    right: 99px;
}
.wheel-item:nth-child(3).active {
    top: 212px;
    right: 59px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(3).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 44%;
  left: 40%;
}

.wheel-item:nth-child(4){
  bottom: 120px;
    right: 163px;
}
.wheel-item:nth-child(4).active {
    bottom: 87px;
    right: 140px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(4).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 38%;
  left: 43%;
}

.wheel-item:nth-child(5){
    bottom: 118px;
    left: 171px;
}
.wheel-item:nth-child(5).active {
    bottom: 88px;
    left: 146px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(5).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 40%;
  left: 45%;
}

.wheel-item:nth-child(6){
  bottom: 239px;
    left: 102px;
}
.wheel-item:nth-child(6).active {
    bottom: 213px;
  left: 70px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(6).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 34%;
  left: 41%;
}

.wheel-item:nth-child(7){
    top: 117px;
    left: 170px;
}
.wheel-item:nth-child(7).active {
   top: 88px;
    left: 145px;
    /* z-index: 99; */
    width: 210px;
    height: 210px;
}
.wheel-item:nth-child(7).active img {
  transform: translateY(-14px);
  width: 50px;
  top: 34%;
  left: 41%;
}

.content-box{
    padding-left:10px;
}

.content-icon {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: -3px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 5px #6161615c;
  padding: 5px;
}

.content-box h3 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.line{
    width:70px;
    height:3px;
    background:#198bcf;
    margin:18px 0;
}

.content-box p {
  font-size: 16px;
  line-height: 26px;
  color: #3c3c3c;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-size: 15px;
  color: #198bcf;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 0;
}
.learn-more svg{
    position: relative;
    top: 1px;
}
.learn-more:hover {
  border-bottom: 1px solid #198bcf;
}

.feature-row{
    margin-top:80px;
}

.feature-box{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-box i{
    font-size:40px;
    color:#0068ff;
    margin-bottom:20px;
}

.feature-box h5{
    font-size:18px;
    font-weight:600;
}

@media(max-width:991px){
    .circle-wrapper{width:420px; height:420px; margin-bottom:60px;}
    .center-eye{width:130px; height:130px;}
    .center-eye img{width:90px;}
    .wheel-item{width:80px;height:80px;}
    .wheel-item.active{width:100px; height:110px;}
    .content-box{padding-left:0; text-align:center;}
    .main-title{font-size:42px;}
}

.content-box{ transition:.4s;}
.content-box h3,
.content-box p,
.content-icon{
    transition:.4s;
}

.wheel-item{
    overflow:hidden;
}

/* .wheel-item::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    transition:.35s;
} */

.wheel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.12);
  opacity: 1;
  transition: .35s;
  background: transparent;
  border-radius: 100%;
  width: 60%;
  height: 50%;
  left: 40px;
  top: 48px;
}

.wheel-item:hover::before{
    opacity:1;
}


.Foresight {
  background-image: url("../images/foresight.svg") !important;
  background-repeat: no-repeat !important;
  /* box-shadow: 0 25px 60px rgba(0,102,255,.30); */
  background-position: center;
  rotate: 300deg;
  width: 165px;
  height: 165px;
}
.Foresight.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.Foresight:hover span {
  opacity: 1;
  visibility: visible;
  left: 62%;
   rotate: 61deg !important;
}
.Evidence{
  background-image: url("../images/evidence.svg") !important;
  background-repeat: no-repeat !important;
  /* box-shadow: 0 25px 60px rgba(0,102,255,.30); */
  background-position: center;
  rotate: 358deg;
  width: 165px;
  height: 165px;
}
.Evidence.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.Evidence:hover span {
    opacity: 1;
    visibility: visible;
    left: 70%;
    top: 85%;
    rotate: 2deg;
}
.Integrity {
  background-image: url("../images/integrity.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  rotate: 57deg;
  width: 165px;
  height: 165px;
}
.Integrity img {
  rotate: 266deg;
}
.Integrity.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.Integrity:hover span {
    opacity: 1;
    visibility: visible;
    left: 80%;
    rotate: -55deg !important;
    top: 16%;
}
.De-risk_Security{
  background-image: url("../images/de-risk_Security.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  rotate: 120deg;
  width: 165px;
  height: 165px;
}
.De-risk_Security img {
  rotate: 275deg;
      top: 40%;
}
.De-risk_Security.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.De-risk_Security:hover span {
    opacity: 1;
    visibility: visible;
    left: 65%;
    rotate: -121deg !important;
    top: 132px;
}

.Embeds{
  background-image: url("../images/embeds.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  rotate: 180deg;
  width: 165px;
  height: 165px;
}
.Embeds img {
  rotate: 180deg;
  top: 44%;
    left: 44%;
}
.Embeds.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.Embeds:hover span {
    opacity: 1;
    visibility: visible;
    left: 130px;
    rotate: 180deg !important;
    top: 30px;
    display: block;
    position: relative;
    width: 87px;
}
.Response {
  background-image: url("../images/response.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  rotate: 239deg;
  width: 165px;
  height: 165px;
}
.Response img {
    rotate: 165deg;
    top: 42%;
    left: 46%;
}
.Response.active span {
    opacity: 0 !important;
    visibility: visible;
    left: 70%;
    rotate: 61deg !important;
}
.Response:hover span {
    opacity: 1;
    visibility: visible;
    left: 90px;
    rotate: 123deg !important;
    top: -20px;
    display: block;
    position: relative;
    width: 99px;
}


.iiris-trust-bar {
    padding: 0px 0;
    /* margin-top: -190px; */
    z-index: 9;
  position: relative;
  background: #198bcf;
    box-shadow: 0 0px 23px rgba(16, 24, 40, 0.05), 0 2px 8px rgba(16, 24, 40, 0.03);
    border: 1px solid rgba(25, 139, 207, 0.08);
}
.trust-wrapper {
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
/* .trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 160px;
    transition: all 0.35s ease;
} */
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    /* background: #3aa6e7; */
    /* border: 1px solid rgb(226, 232, 240); */
    padding: 12px 16px;
    border-radius: 7px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    /* box-shadow: rgba(15, 23, 42, 0.06) 0px 8px 20px; */
} 
.trust-item:hover {
    background: #107dbf;
    cursor: pointer;
}
.trust-item:hover {
    transform: translateY(-3px);
}
.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgb(255 255 255 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ebf8ff;
    flex-shrink: 0;
}
.trust-icon svg {
    width: 26px;
    height: 26px;
    stroke-width: 1;
    stroke: #fff !important;
}
.trust-text h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.trust-text p {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #ededed;
  line-height: 1.2;
}
.trust-divider {
    width: 1px;
    height: 46px;
    /* background: linear-gradient(to bottom, transparent, rgba(25, 139, 207, 0.18), transparent); */
    background: linear-gradient(to bottom, #ffffff, rgb(207 201 25 / 96%), #fff81a8c);
}
@media (max-width: 1199px) {
    .trust-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .trust-divider {
        display: none;
    }
    .trust-item {
        flex: 1 1 calc(50% - 10px);
    }
}
@media (max-width: 576px) {
    .trust-wrapper {
        padding: 18px;
        gap: 18px;
    }
    .trust-item {
        flex: 1 1 100%;
    }
    .trust-text h6 {
        font-size: 17px;
    }
    .trust-text p {
        font-size: 14px;
    }
}

.text-primary {
    color: rgb(25 139 207) !important;
}

.content-box_tab {
    display: none;
    padding: 0 20px;
}

.content-box_tab.active {
    display: block;
}
.accordianItemCustom {
    background-color: #00000000;
    border: none !important;
}
.accordianItemCustom button{
  background: none !important;
  border: none;
  padding: 10px 0;
  box-shadow: none !important;
}
.accordianItemCustom button::after{
  background: none !important;
  border: none;
}
.accordianItemCustom button:focus{
  box-shadow: none !important;
}
.accordianPart h3 {
    font-size: 20px;
    font-weight: 500;
}

.accordianItemCustom button:not(.collapsed) span{
  color: #198bcf; 
  border-bottom: 1px solid #198bcf;
}
.content-box_tab a {
  color: #3c3c3c;
  line-height: 29px;
  text-decoration: none;
  width: 100%;
  display: block;
}
.content-box_tab a:hover {
  color: #198bcf;
  line-height: 29px;
  text-decoration: underline;
}
/* .accordianItemCustom svg {
  position: relative;
  right: 17px;
} */


/* Our Intelligence. Your Advantage. ---------------end*/


/* Services part css================start */

.services-section {
    background: #fff;
}
.section-subtitle {
  color: #198bcf;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
}
.section-desc {
    color: #64748b;
}
.service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e7eb;
    border-bottom: 3px solid #198bcf;
    transition: 0.35s;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}
.service-img {
    height: 240px;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 205px;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.service-icon i {
    font-size: 30px;
    color: #198bcf;
}
.service-body {
    padding: 55px 30px 30px;
    text-align: center;
}
.service-body h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0;
}
.service-body p {
  color: #3c3c3c;
  line-height: 25px;
  margin-bottom: 24px;
}
.service-link {
    color: #198bcf;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.service-link:hover {
    gap: 12px;
} /* Swiper pagination */
.swiper-pagination {
    position: relative;
    margin-top: 35px;
}
.swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: #d1d5db;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 30px;
    background: #198bcf;
    border-radius: 10px;
}
.IntelligenceContentPart {
  z-index: 9;
  position: relative;
    top: -40px;
        width: 55%;
}
.service-body a {
  text-decoration: none;
}


/* Services part css================end */

/* About and report part css================Start */

.about-iiris-section {
  background: #f4fbff;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, .10), transparent 35%), radial-gradient(circle at bottom right, rgba(14, 165, 233, .08), transparent 35%), #f5f9ff;
      background-image: url(../images/bg-01.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about-iiris-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(13, 139, 255, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .6;
  pointer-events: none;
}

.small-title {
  font-size: 13px;
  font-weight: 700;
  color: #0d8bff;
  letter-spacing: .5px;
  display: block;
  margin-bottom: 14px;
}

.about-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  color: #0f172a;
  margin-bottom: 26px;
}

.about-text {
    font-size: 16px;
    margin-bottom: 30px;
    color: #3c3c3c;
    line-height: 25px;
    letter-spacing: 0;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0d8bff;
  color: #fff;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
}

.about-btn:hover {
  background: #0b7dda;
  color: #fff;
  transform: translateY(-2px);
}

.main-image-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(15, 23, 42, .15);
}

.main-image-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.reports-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
  color: #000;
  margin: 0;
}

.view-all {
  color: #0d8bff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.view-all:hover {
  color: #0b7dda;
}

.report-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6eef5;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  transition: .35s;
  height: 100%;
}

.report-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
}

.report-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.report-body {
  padding: 22px;
}

.report-body h5 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
    line-height: 1.3;
}

.report-body p {
    font-size: 16px;
    line-height: 25px;
    color: #3c3c3c;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.report-link {
  color: #0d8bff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.report-link:hover {
  color: #0b7dda;
}

/* Tablet */

@media(max-width:991px) {
  .about-title {
    font-size: 44px;
  }
  .reports-title {
    font-size: 36px;
  }
  .main-image-card img {
    height: 420px;
  }
  .reports-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
  }
}

/* Mobile */

@media(max-width:575px) {
  .about-title {
    font-size: 36px;
  }
  .reports-title {
    font-size: 30px;
  }
  .about-text {
    font-size: 16px;
  }
  .main-image-card img {
    height: 320px;
  }
  .report-img {
    height: 200px;
  }
}

/* About and report part css================End */

/* Parallax part =============================Start */
.stats-parallax {
  position: relative;
  /* padding: 30px 0; */
  overflow: hidden;
  /* Parallax background */
  background-image: url('../images/parallax-img.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: -180px;
  z-index: 9;
}

/* Blue overlay */

.stats-parallax .overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient( 135deg, rgba(13, 139, 255, .92), rgba(0, 119, 255, .88)); */
  background: #198bcf;
}

/* Topographic pattern */

.stats-parallax .pattern {
  position: absolute;
  inset: 0;
  /* opacity: .15; */
  /* background-image: radial-gradient(circle at 20% 30%, transparent 0 22px, rgba(255, 255, 255, .35) 23px 24px, transparent 25px), radial-gradient(circle at 70% 20%, transparent 0 28px, rgba(255, 255, 255, .25) 29px 30px, transparent 31px), radial-gradient(circle at 40% 80%, transparent 0 18px, rgba(255, 255, 255, .30) 19px 20px, transparent 21px), radial-gradient(circle at 85% 70%, transparent 0 24px, rgba(255, 255, 255, .22) 25px 26px, transparent 27px);
  background-size: 260px 260px; */
  background-image: url(../images/Line-Pattern-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.stat-item {
  position: relative;
  padding: 30px 20px;
  transition: .3s ease;
}

.stat-item:hover {
  transform: translateY(-4px);
}

.border-end-custom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 215, 0, .55);
}

.stat-item h2 {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-item h2 span {
  color: #ffd54a;
  margin-left: 3px;
}

.stat-item p {
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* Tablet */

@media(max-width:991px) {
  .stats-parallax {
    padding: 55px 0;
    background-attachment: scroll;
    /* Better performance on tablets */
  }
  .stat-item h2 {
    font-size: 42px;
  }
  .border-end-custom::after {
    display: none;
  }
}

/* Mobile */

@media(max-width:575px) {
  .stats-parallax {
    padding: 48px 0;
  }
  .stat-item {
    padding: 10px 12px;
  }
  .stat-item h2 {
    font-size: 34px;
  }
  .stat-item p {
    font-size: 14px;
  }
}
/* parallax part ==============================End */

/* Certification part ===============Start */
.certifications-section {
  /* background: radial-gradient(circle at top left, rgba(29, 155, 240, .08), transparent 30%), radial-gradient(circle at bottom right, rgba(14, 165, 233, .08), transparent 30%), #f8fbff; */
  position: relative;
  overflow: hidden;
  /* background-image: url("../images/bg-01.png") !important; */
  background-color: #96d3f605;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.content-card {
  /* background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, .10); */
  
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef6ff;
  color: #0d8bff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 10px 16px;
  border-radius: 999px;
}

.section-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  color: #0f172a;
  margin: 0;
}

.section-text {
  font-size: 16px;
    margin-bottom: 30px;
    color: #3c3c3c;
    line-height: 25px;
    letter-spacing: 0;
}



.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-item01 {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 11px 10px;
    border-radius: 8px;
    color: #000000;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.trust-item01 i {
  color: #0d8bff;
  font-size: 18px;
}

.logos-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, .10);
  border: 1px solid #eef2f7;
}

.logo-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #edf2f7;
  border-radius: 22px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: .35s ease;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.logo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  border-color: #cfe6ff;
}

.logo-card.featured {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-color: #bfdbfe;
  transform: scale(1.03);
}

.logo-card img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: grayscale(10%);
  transition: .3s;
}

.logo-card:hover img {
  filter: none;
  transform: scale(1.05);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.stat-box {
  background: #f8fbff;
  border: 1px solid #e6eef8;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
}

.stat-box strong {
  display: block;
  font-size: 28px;
  color: #0f172a;
  font-weight: 600;
}

.stat-box span {
  font-size: 14px;
  color: #64748b;
}

.btn-third {
  padding: 10px 20px;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #4c4b4b;
  font-size: 15px;
}
.btn-third:hover {
  border: 1px solid #cee4ff;
  background: #e9f2fd;
}

@media(max-width:991px) {
  .section-title {
    font-size: 42px;
  }
  .content-card {
    padding: 36px;
  }
  .logos-wrapper {
    padding: 24px;
  }
}

@media(max-width:575px) {
  .section-title {
    font-size: 34px;
  }
  .section-text {
    font-size: 16px;
  }
  .content-card {
    padding: 28px;
  }
  .logo-card {
    height: 120px;
    padding: 18px;
  }
  .stats-strip {
    grid-template-columns: 1fr;
  }
}


/* Certification part ===============End */


/* map section part =================Start */
.global-light-section {
  background: radial-gradient(circle at top left, rgba(59, 130, 246, .10), transparent 35%), radial-gradient(circle at bottom right, rgba(14, 165, 233, .08), transparent 35%), #f5f9ff;
  background-image: url(../images/bg-01.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* .global-wrapper {
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 32px;
  padding: 48px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, .08);
} */

.light-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eef6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
}

.light-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.05;
  color: #0f172a;
}

.light-text {
  font-size: 18px;
  line-height: 1.9;
  color: #475569;
}

.stats-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.stat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px 22px;
  min-width: 130px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .04);
}

.stat-card strong {
  display: block;
  font-size: 28px;
  color: #2563eb;
}

.stat-card span {
  color: #64748b;
  font-size: 14px;
}

.info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .04);
}

.info-card h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

.info-card li {
    color: #3c3c3c;
    margin-bottom: 4px;
    letter-spacing: 0;
}

/* Map card */

.map-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 25px 50px rgba(15, 23, 42, .08);
}

.map-top h5 {
  color: #0f172a;
  font-weight: 700;
}

.map-top small {
  color: #64748b;
}

.live-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #047857;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, .7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.map-visual {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  border-radius: 24px;
  padding: 28px;
  overflow: hidden;
}

.world-map-light {
  width: 100%;
  opacity: .95;
  filter: hue-rotate(170deg) saturate(1.2) brightness(1.02);
}

/* Pins */

.pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.pin.office {
  background: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, .15);
}

.pin.partner {
  background: #111827;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, .12);
}

/* Positions */

.p1 {
  top: 46%;
  left: 58%;
}

.p2 {
  top: 39%;
  left: 64%;
}

.p3 {
  top: 53%;
  left: 71%;
}

.p4 {
  top: 63%;
  left: 82%;
}

.q1 {
  top: 32%;
  left: 28%;
}

.q2 {
  top: 55%;
  left: 20%;
}

.q3 {
  top: 36%;
  left: 45%;
}

.q4 {
  top: 68%;
  left: 48%;
}

.q5 {
  top: 48%;
  left: 88%;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-dot.office {
  background: #ef4444;
}

.legend-dot.partner {
  background: #111827;
}



.world-map-light{
    width:100%;
    opacity:.9;
    filter:
    brightness(0)
    saturate(100%)
    invert(48%)
    sepia(92%)
    saturate(900%)
    hue-rotate(160deg)
    brightness(92%)
    contrast(90%);
}

/* Responsive */

@media(max-width:991px) {
  .global-wrapper {
    padding: 28px;
  }
  .light-title {
    font-size: 44px;
  }
  .map-card {
    padding: 22px;
  }
}

@media(max-width:575px) {
  .light-title {
    font-size: 34px;
  }
  .light-text {
    font-size: 16px;
  }
  .stats-grid {
    flex-direction: column;
  }
  .stat-card {
    width: 100%;
  }
  .global-wrapper {
    border-radius: 24px;
    padding: 22px;
  }
  .map-card {
    border-radius: 22px;
    padding: 18px;
  }
}

/* ---------- */


.premium-network-card {
    border-radius: 32px;
    overflow: hidden;
    box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.12),
        0 10px 25px rgba(25, 139, 207, 0.1);
} /* Full image area */
.network-map-wrapper {
    position: relative;
    width: 100%;
    height: 560px;
    background: #041a4a;
    overflow: hidden;
} /* Image fills complete box */
.network-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03); /* Blue + Gold enhancement */
    filter: saturate(1.25) contrast(1.1) brightness(1.02) hue-rotate(-5deg);
    transition: transform 0.8s ease;
}
.network-map-wrapper:hover .network-map-img {
    transform: scale(1.07);
} /* Premium overlay */
.network-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(25, 139, 207, 0.18), transparent 55%),
        linear-gradient(
            180deg,
            rgba(3, 17, 48, 0.45) 0%,
            rgba(3, 17, 48, 0.1) 35%,
            rgba(3, 17, 48, 0.1) 65%,
            rgba(3, 17, 48, 0.45) 100%
        );
    pointer-events: none;
} /* Golden glow enhancement */
.network-map-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 38%, rgba(255, 215, 120, 0.28), transparent 8%),
        radial-gradient(circle at 34% 52%, rgba(255, 215, 120, 0.22), transparent 7%),
        radial-gradient(circle at 52% 34%, rgba(255, 215, 120, 0.3), transparent 9%),
        radial-gradient(circle at 67% 46%, rgba(255, 215, 120, 0.24), transparent 8%),
        radial-gradient(circle at 82% 42%, rgba(255, 215, 120, 0.3), transparent 9%),
        radial-gradient(circle at 74% 68%, rgba(255, 215, 120, 0.22), transparent 8%);
    mix-blend-mode: screen;
    pointer-events: none;
} /* TOP OVERLAY */
.map-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 28px 32px;
    background: linear-gradient(180deg, rgba(2, 10, 28, 0.55), rgba(2, 10, 28, 0));
}
.map-top-overlay h5 {
    font-weight: 700;
    font-size: 22px;
} /* BOTTOM OVERLAY */
.legend-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 26px 20px;
    background: linear-gradient(0deg, rgba(2, 10, 28, 0.65), rgba(2, 10, 28, 0));
} /* Dark chip for image */
.dark-chip {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(10px);
} /* Pulse */
.pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #198bcf;
    animation: pulseBlue 2s infinite;
}
@keyframes pulseBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 139, 207, 0.45);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(25, 139, 207, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 139, 207, 0);
    }
} /* Legend */
.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}
.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.legend-dot.office {
    background: #198bcf;
    box-shadow: 0 0 12px rgba(25, 139, 207, 0.8);
}
.legend-dot.partner {
    background: #d4a017;
    box-shadow: 0 0 12px rgba(212, 160, 23, 0.8);
} /* Responsive */
@media (max-width: 991px) {
    .network-map-wrapper {
        height: 460px;
    }
    .map-top-overlay {
        padding: 22px 24px;
    }
    .legend-overlay {
        padding: 22px 16px;
    }
}
@media (max-width: 575px) {
    .network-map-wrapper {
        height: 320px;
    }
    .map-top-overlay {
        padding: 16px 18px;
    }
    .map-top-overlay h5 {
        font-size: 18px;
    }
    .legend-overlay {
        padding: 18px 12px;
        gap: 16px !important;
    }
    .legend-item {
        font-size: 13px;
    }
}

/* Premium blinking network nodes */
.network-node {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd76a;
    z-index: 4;
    box-shadow: 0 0 6px rgba(255,215,106,.8), 0 0 14px rgba(255,215,106,.45), 0 0 28px rgba(255,215,106,.18); 
    animation:smoothBlink 3.8s infinite cubic-bezier(.4,0,.2,1); 
    will-change:transform, opacity, box-shadow;
} 
/* Natural different timings */ 
.n1{ top:38%; left:18%; animation-delay:0s; } 
.n2{ top:52%; left:28%; animation-delay:.7s; } 
.n3{ top:34%; left:46%; animation-delay:1.5s; } 
.n4{ top:47%; left:58%; animation-delay:2.2s; } 
.n5{ top:42%; left:73%; animation-delay:3s; } 
.n6{ top:61%; left:82%; animation-delay:1.1s; } 
.n7{ top:67%; left:50%; animation-delay:2.8s; } 
.n8{ top:28%; left:62%; animation-delay:3.4s; }
@keyframes smoothBlink {
    0% {
        opacity: 0.45;
        transform: scale(0.9);
        box-shadow:
            0 0 4px rgba(255, 215, 106, 0.55),
            0 0 10px rgba(255, 215, 106, 0.28),
            0 0 20px rgba(255, 215, 106, 0.12);
    }
    25% {
        opacity: 0.75;
        transform: scale(1.05);
        box-shadow:
            0 0 7px rgba(255, 215, 106, 0.75),
            0 0 16px rgba(255, 215, 106, 0.42),
            0 0 30px rgba(255, 215, 106, 0.18);
    }
    50% {
        opacity: 1;
        transform: scale(1.22);
        box-shadow:
            0 0 12px rgba(255, 215, 106, 0.95),
            0 0 24px rgba(255, 215, 106, 0.58),
            0 0 42px rgba(255, 215, 106, 0.26);
    }
    75% {
        opacity: 0.78;
        transform: scale(1.08);
        box-shadow:
            0 0 8px rgba(255, 215, 106, 0.78),
            0 0 18px rgba(255, 215, 106, 0.44),
            0 0 34px rgba(255, 215, 106, 0.18);
    }
    100% {
        opacity: 0.45;
        transform: scale(0.9);
        box-shadow:
            0 0 4px rgba(255, 215, 106, 0.55),
            0 0 10px rgba(255, 215, 106, 0.28),
            0 0 20px rgba(255, 215, 106, 0.12);
    }
}


/* map section part =================End */



/* Risk park =======================Start */
.riskHeroSection_riskPart{
    padding:90px 0;
    background:#ffffff;
    overflow:hidden;
    position:relative;
}

.riskHeroSection_riskPart:before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#eaf5ff 0%,transparent 70%);
    left:-250px;
    top:-150px;
}

.riskContent_riskPart{
    position:relative;
    z-index:5;
}

.riskTag_riskPart{
    color:#1482dc;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:18px;
}

.riskTitle_riskPart{
    font-size:58px;
    font-weight:800;
    line-height:1.05;
    color:#0e223d;
    margin-bottom:25px;
}

.devidePart_line{
    width:70px;
    height:4px;
    background:#198bcf;
    border-radius:50px;
    margin-bottom:28px;
}

.riskText_riskPart{
    font-size: 16px;
  margin-bottom: 30px;
  color: #3c3c3c;
  line-height: 25px;
  letter-spacing: 0;
}

.riskBtnWrap_riskPart{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:55px;
}

.riskPrimaryBtn_riskPart{
    background:#1685dd;
    color:#fff;
    padding:15px 32px;
    border-radius:8px;
    font-weight:600;
    transition:.35s;
}

.riskPrimaryBtn_riskPart:hover{
    background:#0d6fc2;
    color:#fff;
    transform:translateY(-3px);
}

.riskOutlineBtn_riskPart{
    border:2px solid #1685dd;
    color:#1685dd;
    padding:15px 30px;
    border-radius:8px;
    font-weight:600;
    transition:.35s;
}

.riskOutlineBtn_riskPart:hover{
    background:#1685dd;
    color:#fff;
}

.riskStats_riskPart{
    row-gap:25px;
}

.riskStatBox_riskPart{
    text-align:center;
    border-right:1px solid #edf2f6;
}

.riskStatBox_riskPart:last-child{
    border-right:none;
}

.riskStatBox_riskPart i{
    font-size:32px;
    color:#1482dc;
    margin-bottom:12px;
    display:block;
}

.riskStatBox_riskPart h3 {
  font-size: 34px;
  font-weight: 700;
  color: #198bcf;
  margin-bottom: 4px;
}

.riskStatBox_riskPart p{
    font-size:14px;
    color:#6d7786;
    margin:0;
}

/* IMAGE */

.riskImageWrapper_riskPart {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  width: 50%;
}

.riskBlueShape_riskPart{
    position:absolute;
    width:150px;
    height:520px;
    background:linear-gradient(180deg,#1a9cff,#0d6fc2);
    left:40px;
    transform: skew(344deg);
    border-radius:18px;
    opacity:.9;
    z-index:1;
}

.riskImage_riskPart{
    width:100%;
    height:700px;
    object-fit:cover;
    clip-path:polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    border-radius:0px;
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
    position:relative;
    z-index:2;
}

/* Responsive */

@media(max-width:991px){
    .riskHeroSection_riskPart{padding:70px 0;}
    .riskTitle_riskPart{font-size:42px;}
    .riskImageWrapper_riskPart{margin-top:60px;height:auto;}
    .riskImage_riskPart{height:520px;}
    .riskBlueShape_riskPart{display:none;}
    .riskStatBox_riskPart{border-right:none;}
}

@media(max-width:575px){
    .riskTitle_riskPart{font-size:34px;}
    .riskText_riskPart{font-size:16px;}
    .riskBtnWrap_riskPart{flex-direction:column;}
    .riskPrimaryBtn_riskPart,.riskOutlineBtn_riskPart{width:100%;}
}
/* Risk Part =======================End */


/*  Why Choose IIRIS Section===============Start */

.why-us-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.section-tag{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:14px;
}

.section-title{
    font-size:46px;
    font-weight:700;
    margin:15px 0;
}

.section-title span{
    color:#0d6efd;
}

.section-desc{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.why-card{

    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #e9eef5;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.why-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(13,110,253,.15);
    /* border-color:#0d6efd; */
}

.why-icon{

    width:85px;
    height:85px;
    margin:auto auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#198bcf,#67c6ff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 15px 35px rgba(13,110,253,.25);

}
.main-title span {
  color: #198bcf;
}

.why-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0;
}

.why-card p {
  color: #3c3c3c;
  line-height: 25px;
  margin-bottom: 24px;
}




/* ------------ */

.why-iiris{
    padding:100px 0;
    background:
    radial-gradient(circle at top,#edf6ff 0%,#ffffff 60%);
    position:relative;
}

.section-heading span{
    color:#1782e8;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:14px;
}

.section-heading h2{
    font-size:48px;
    font-weight:700;
    margin:15px 0;
}

.section-heading h2 strong{
    color:#1782e8;}

.section-heading p{
    max-width:720px;
    margin:auto;
    color:#666;
    font-size:17px;
}

.premium-card{
    position:relative;
    background:linear-gradient(145deg,#0b2344,#163d72);
    border-radius:22px;
    padding:35px;
    color:#fff;
    overflow:hidden;
    height:100%;
    transition:.45s;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.top-line{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#27c3ff,#0d6efd,#67e8f9);
}

.card-number{
    position:absolute;
    right:25px;
    top:18px;
    font-size:60px;
    font-weight:800;
    color:rgba(255,255,255,.06);
}

.icon-circle{
    width:75px;
    height:75px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:30px;    
    backdrop-filter:blur(15px);
}

.premium-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0;
}

.premium-card p{
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 24px;
}

.premium-card a{
    color:#ffffff;
}
.premium-card a:hover {
  border-color: #fff !important;
}

.premium-card:hover{
    transform:translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,82,204,.25);
}

.premium-card:hover .icon-circle{
    transform:rotate(12deg) scale(1.1);
    transition:.4s;
}

.premium-card::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.card-blue{
    background:linear-gradient(135deg,#0F4C81,#1E88E5);
}

.card-purple{
    background:linear-gradient(135deg,#3A0CA3,#7209B7);
}

.card-green{
    background:linear-gradient(135deg,#00695C,#00A884);
}

.card-gold{
    background:linear-gradient(135deg,#25375E,#FFCA22);
}

/*  Why Choose IIRIS Section===============End */





/* Cretification and Map section======================Start */

.global_network_section_new01{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,#eef7ff 0%,transparent 35%),
        radial-gradient(circle at bottom right,#f4fbff 0%,transparent 40%),
        #ffffff;
}

/* Decorative background */

.global_network_section_new01::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(36,130,255,.05);
    top:-180px;
    left:-180px;
    filter:blur(30px);
}

.global_network_section_new01::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,193,7,.06);
    bottom:-120px;
    right:-120px;
    filter:blur(25px);
}

.section_tag_new01{
    display:inline-block;
    color:#0d6efd;
    font-size:13px;font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.section_heading_new01{
    font-size:48px;
    font-weight:700;
    color:#0f172a;    
    line-height:1.2;
    margin-bottom:20px;
}

.section_heading_new01 span{
    color:#0d6efd;
  }

.section_description_new01{
    max-width:760px;
    margin:auto;
    color:#64748b;
    line-height:1.9;
    font-size:16px;
}
.global_wrapper_new01{
    background:#fff;
    border-radius:32px;
    overflow:hidden;
    box-shadow:  0 25px 70px rgba(0,0,0,.08);
    border:1px solid rgba(13,110,253,.08);
}

.map_panel_new01{

    position:relative;
    background:linear-gradient(135deg,#198bcf,#0d2f57);
    min-height:100%;
    padding:40px;
    overflow:hidden;
}

.map_panel_new01::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-140px;
    right:-120px;
}

.map_panel_new01::after{

    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(13,110,253,.08);
    bottom:-90px;
    left:-90px;
}


.map_header_new01{
    position:relative;
    z-index:2;
    padding:30px;
}

.map_header_new01 h3{

    color:#fff;
    font-size:21px;
    font-weight:600;
    margin-bottom:12px;
}

.map_header_new01 p{
    color:rgba(255,255,255,.72);
    max-width:520px;
    line-height:1.8;
    margin: 0;
    padding: 0;
}

.map_area_new01{

    position:relative;
    z-index:2;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    border-radius:24px;
    padding:20px;
    overflow:hidden;
}

.world_map_new01{
    width:100%;
    display:block;
    opacity:.92;
    user-select:none;
}

.map_footer_new01{
  position: relative;
  z-index: 2;
  padding: 30px;
}


.legend_new01{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    align-items:center;
}

.legend_new01 div{
    color:#fff;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:10px;
}

.office_legend_new01{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#1ea7ff;
    display:inline-block;
}

.partner_legend_new01{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#c5deff;
    display:inline-block;
}

.country_wrapper_new01{
    flex:1;
    margin-top: 20px;
  }

.country_wrapper_new01 h5{
    color:#fff;
    margin-bottom:15px;
    font-weight:600;
    font-family: 21px;
}

.country_list_new01{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.country_list_new01 span{
    padding:5px 12px;
    background:rgba(255,255,255,.08);
    color:#fff;
    border-radius:50px;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.country_list_new01 span:hover{
    background:#198bcf;
    transform:translateY(-3px);
}

.office_wrapper_new01{
    flex:1;
}

.office_wrapper_new01 h5{
    color:#fff;
    margin-bottom:15px;
    font-weight:600;
}

.office_list_new01{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.office_list_new01 span{
    padding:10px 18px;
    border-radius:50px;
    background:linear-gradient(135deg,#0d6efd,#36b8ff);
    color:#fff;
    font-weight:500;
    box-shadow:0 10px 25px rgba(13,110,253,.35);
}

.certification_panel_new01{
    background:#ffffff;
    height:100%;
    padding:40px;
    position:relative;
}

.certification_panel_new01::before{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-60px;
    right:-60px;
}


.cert_header_new01{
    position:relative;
    z-index:2;
    margin-bottom:35px;
}

/* .cert_header_new01 span{
    color:#0d6efd;
    font-weight:700;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
} */

/* .cert_header_new01 h3{
    font-size:34px;
    font-weight:700;
    color:#0f172a;
    margin:15px 0;
  } */

/* .cert_header_new01 p{
    color:#64748b;
    line-height:1.8;
} */

.office_marker_new01,
.partner_marker_new01{
    position:absolute;
    border-radius:50%;
    z-index:5;
}


.office_marker_new01{
    width:14px;
    height:14px;
    background:#1ea7ff;
    box-shadow:0 0 0 rgba(30,167,255,.8);
    animation:pulseOffice_new01 2s infinite;
}

/* Partner Marker */

.partner_marker_new01{
    width:12px;
    height:12px;
    background:#ffc107;
    box-shadow:0 0 0 rgba(255,193,7,.8);
    animation:pulsePartner_new01 2s infinite;
}


/* INDIA */

.office_delhi_new01{
    top:41%;
    left:67%;
}

.office_mumbai_new01{
    top:50%;
    left:64%;
}

.office_bangalore_new01{
    top:57%;
    left:66%;
}

/* UAE */

.partner_uae_new01{
    top:43%;
    left:58%;
}

/* Bahrain */

.partner_bahrain_new01{
    top:41%;
    left:59%;
}

/* Oman */

.partner_oman_new01{
    top:45%;
    left:60%;
}

/* Nigeria */

.partner_nigeria_new01{
    top:52%;
    left:47%;
}

/* Singapore */

.partner_singapore_new01{
    top:63%;
    left:71%;
}

/* Bangladesh */

.partner_bangladesh_new01{
    top:52%;
    left:70%;
}

/* Sri Lanka */

.partner_srilanka_new01{
    top:60%;
    left:67%;
}

/* Philippines */

.partner_philippines_new01{
    top:56%;
    left:78%;
}

/* Australia */

.partner_australia_new01{
    top:77%;
    left:84%;
}

/* England */

.partner_england_new01{
    top:28%;
    left:47%;
}

/* USA */

.partner_usa_new01{
    top:39%;
    left:18%;
}

/*=========================================================
ANIMATIONS
=========================================================*/

@keyframes pulseOffice_new01{

    0%{
        transform:scale(.9);
        box-shadow:0 0 0 0 rgba(30,167,255,.8);
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 18px rgba(30,167,255,0);
    }

    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 rgba(30,167,255,0);
    }
}

@keyframes pulsePartner_new01{
    0%{
        transform:scale(.9);
        box-shadow:0 0 0 0 rgba(255,193,7,.8);
    }

    70%{
        transform:scale(1);
        box-shadow:0 0 0 18px rgba(255,193,7,0);
    }

    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 rgba(255,193,7,0);
    }

}

/*=========================================================
LOGO SLIDER
=========================================================*/

.logo_slider_new01{
    overflow:hidden;
    border-radius:22px;
    background:#f8fbff;
    border:1px solid #edf2f8;
    padding:20px;
}

.logo_track_new01{
    display:flex;
    width:max-content;
    gap:20px;
    animation:logoScroll_new01 26s linear infinite;
}

.logo_slider_new01:hover .logo_track_new01{
    animation-play-state:paused;
}

.logo_card_new01{
    width:140px;
    height:95px;
    background:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #eef3f8;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.logo_card_new01 img{
    max-width:140px;
    max-height:60px;
    filter:grayscale(100%);
    transition:.35s;
}

.logo_card_new01:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(13,110,253,.15);
}

.logo_card_new01:hover img{
    filter:none;
}

@keyframes logoScroll_new01{
    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}

/*=========================================================
STATISTICS
=========================================================*/

.stats_grid_new01{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:35px;
}

.stat_box_new01{
    background:#fff;
    border:1px solid #eef3f8;
    border-radius:18px;
    text-align:center;
    padding:22px;
    transition:.35s;
    box-shadow:0 12px 25px rgba(0,0,0,.04);
}

.stat_box_new01:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(13,110,253,.12);
}

.stat_box_new01 h2{
    color:#198bcf;
    font-size:34px;
    font-weight:700;
    margin-bottom:5px;
}

.stat_box_new01 p{
    margin:0;
    color:#3c3c3c;
    font-size:14px;
}

@media(max-width:991px){
  .map_panel_new01{
      padding:30px;
  }

  .certification_panel_new01{
      padding:30px;
  }

  .map_footer_new01{
      flex-direction:column;
      gap:30px;

  }

  .stats_grid_new01{
      grid-template-columns:repeat(3,1fr);
  }

}

@media(max-width:767px){
  .section_heading_new01{
      font-size:34px;
  }
  .map_header_new01 h3{
      font-size:24px;
  }
  .cert_header_new01 h3{
      font-size:28px;
  }
  .stats_grid_new01{
      grid-template-columns:1fr;
  }

  .logo_card_new01{
      width:120px;
  }

  .country_list_new01{
      gap:8px;
  }

  .country_list_new01 span{
      font-size:13px;
      padding:8px 14px;
  }

  .office_list_new01 span{
      font-size:13px;
  }

  .legend_new01{
      flex-direction:column;
      align-items:flex-start;
      gap:12px;

  }

}

@media(max-width:576px){
.global_wrapper_new01{
    border-radius:22px;
}

.map_panel_new01{
    padding:20px;
}

.certification_panel_new01{
    padding:20px;
}

.logo_card_new01{
   width:110px;
    height:80px;

}

.logo_card_new01 img{
    max-width:75px;
}

}


/* -------------------new map */

/*=========================================================
        GLOBAL PRESENCE
=========================================================*/

.globalPresence_new01 {
  position: relative;
  overflow: hidden;
  /* padding: 120px 0; */
  background: linear-gradient(45deg, #198bcf, #60a4a5);
}

/*==========================================
Animated Background
==========================================*/

.globalPresence_new01::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  animation: ringRotate1 45s linear infinite;
}

.globalPresence_new01::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, .06);
  animation: ringRotate2 60s linear infinite reverse;
}

/*==========================================
Section Heading
==========================================*/

.sectionTag_new01 {
  display: inline-block;
  padding: 12px 26px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .20);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.sectionTitle_new01 {
  font-size: 58px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.sectionText_new01 {
  max-width: 760px;
  margin: auto;
  color: rgba(255, 255, 255, .82);
  line-height: 1.9;
  font-size: 18px;
}

/*==========================================
Map Wrapper
==========================================*/

.worldMapWrapper_new01 {
  position: relative;
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==========================================
Map Holder
==========================================*/

.mapHolder_new01 {
  position: relative;
  /* width: 100%;
  max-width: 1280px; */
  margin: auto;
}

/*==========================================
SVG MAP
==========================================*/

.mapImage_new01 {
  width: 100%;
  opacity: .92;
  filter: drop-shadow(0 0 35px rgba(255, 255, 255, .18));
}

/*==========================================
Radar Rings
==========================================*/

.ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
}

.ring1 {
  width: 520px;
  height: 520px;
  animation: ringPulse 5s infinite;
}

.ring2 {
  width: 760px;
  height: 760px;
  animation: ringPulse 6.5s infinite;
}

.ring3 {
  width: 980px;
  height: 980px;
  animation: ringPulse 8s infinite;
}

/*==========================================
Small Grid Pattern
==========================================*/

.globalPresence_new01 .container {
  position: relative;
  z-index: 2;
}

.globalPresence_new01::selection {
  background: #fff;
  color: #198bcf;
}

/*==========================================
Background Dots
==========================================*/

.globalPresence_new01 .dotPattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient( rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .35;
}

/*==========================================
Animations
==========================================*/

@keyframes ringRotate1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ringRotate2 {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes ringPulse {
  0% {
    opacity: .25;
    transform: translate(-50%, -50%) scale(.96);
  }
  50% {
    opacity: .7;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: .25;
    transform: translate(-50%, -50%) scale(.96);
  }
}

/*=========================================================
    MAP DOTS
=========================================================*/

.mapDot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  cursor: pointer;
}

/*==========================================
COMMON INNER DOT
==========================================*/

.mapDot span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/*=========================================================
        IIRIS OFFICE (BLUE)
=========================================================*/

.mapDot.office span {
  background: #29b6ff;
  box-shadow: 0 0 12px rgba(41, 182, 255, .9), 0 0 28px rgba(41, 182, 255, .8), 0 0 50px rgba(41, 182, 255, .45);
}

/* Pulse Ring 1 */

.mapDot.office::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2px solid rgba(41, 182, 255, .55);
  animation: officePulse 2.5s infinite;
}

/* Pulse Ring 2 */

.mapDot.office::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 2px solid rgba(41, 182, 255, .22);
  animation: officePulse 2.5s infinite .8s;
}

/*=========================================================
        STRATEGIC PARTNER (GOLD)
=========================================================*/

.mapDot.partner span {
  background: #f4c542;
  box-shadow: 0 0 12px rgba(244, 197, 66, .95), 0 0 26px rgba(244, 197, 66, .75), 0 0 48px rgba(244, 197, 66, .35);
}

.mapDot.partner::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2px solid rgba(244, 197, 66, .55);
  animation: partnerPulse 3s infinite;
}

.mapDot.partner::after {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 2px solid rgba(244, 197, 66, .25);
  animation: partnerPulse 3s infinite .9s;
}

/*=========================================================
        HOVER EFFECT
=========================================================*/

.mapDot:hover {
  transform: translate(-50%, -50%) scale(1.18);
}

.mapDot:hover span {
  transform: translate(-50%, -50%) scale(1.15);
}

/*=========================================================
        GLASS LEGEND
=========================================================*/

.mapLegend_new01 {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.mapLegend_new01>div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 26px;
  border-radius: 60px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(18px);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: .35s;
}

.mapLegend_new01>div:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .18);
}

/*=========================================================
        LEGEND DOTS
=========================================================*/

.officeDot,
.partnerDot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
}

.officeDot {
  background: #29b6ff;
  box-shadow: 0 0 10px #29b6ff, 0 0 20px rgba(41, 182, 255, .8);
}

.partnerDot {
  background: #f4c542;
  box-shadow: 0 0 10px #f4c542, 0 0 20px rgba(244, 197, 66, .8);
}

/*=========================================================
        PULSE ANIMATIONS
=========================================================*/

@keyframes officePulse {
  0% {
    transform: scale(.4);
    opacity: .9;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes partnerPulse {
  0% {
    transform: scale(.5);
    opacity: .9;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*=========================================================
        FLOATING EFFECT
=========================================================*/

.mapDot {
  animation: floatDot 4s ease-in-out infinite;
}

.mapDot.partner {
  animation-delay: 1s;
}

@keyframes floatDot {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -3px;
  }
  100% {
    margin-top: 0;
  }
}

/*=========================================================
        SVG CONNECTION LINES
=========================================================*/

.connectionLine {
  fill: none;
  stroke: rgba(255, 255, 255, .18);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 10 10;
  animation: moveLine 12s linear infinite;
}

.connectionLine.office {
  stroke: #29b6ff;
  stroke-width: 2.5;
}

.connectionLine.partner {
  stroke: #f4c542;
  stroke-width: 2;
}

/*=========================================================
        MOVING DATA PACKETS
=========================================================*/

.dataPacket {
  fill: #ffffff;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .8));
  animation: dataBlink 2s infinite;
}

/*=========================================================
        MAP GLOW
=========================================================*/

.mapHolder_new01::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
  filter: blur(70px);
  z-index: 0;
}

.mapHolder_new01 img {
  position: relative;
  z-index: 5;
  width: 100%;
}

/*=========================================================
        MAP HOVER
=========================================================*/

.mapHolder_new01:hover .mapImage_new01 {
  transform: scale(1.01);
}

.mapImage_new01 {
  transition: .6s ease;
}

/*=========================================================
        LEGEND HOVER
=========================================================*/

.mapLegend_new01>div:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, .18);
}

/*=========================================================
        SCAN EFFECT
=========================================================*/

.worldMapWrapper_new01::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 85%;
  left: 50%;
  top: 7%;
  background: linear-gradient( transparent, rgba(255, 255, 255, .9), transparent);
  filter: blur(2px);
  opacity: .4;
  animation: scanner 5s linear infinite;
}

/*=========================================================
        LIGHT PARTICLES
=========================================================*/

.worldMapWrapper_new01::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient( rgba(255, 255, 255, .22) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: .12;
  animation: particleMove 40s linear infinite;
}

/*=========================================================
        RESPONSIVE
=========================================================*/

@media(max-width:1200px) {
  .mapHolder_new01 {
    max-width: 1000px;
  }
}

@media(max-width:991px) {
  .globalPresence_new01 {
    padding: 90px 0;
  }
  .sectionTitle_new01 {
    font-size: 42px;
  }
  .sectionText_new01 {
    font-size: 17px;
  }
  .ring1 {
    width: 360px;
    height: 360px;
  }
  .ring2 {
    width: 520px;
    height: 520px;
  }
  .ring3 {
    width: 700px;
    height: 700px;
  }
  .mapLegend_new01 {
    gap: 18px;
  }
}

@media(max-width:767px) {
  .globalPresence_new01 {
    padding: 70px 0;
  }
  .sectionTitle_new01 {
    font-size: 32px;
  }
  .sectionText_new01 {
    font-size: 15px;
  }
  .mapHolder_new01 {
    overflow-x: auto;
  }
  .mapLegend_new01 {
    flex-direction: column;
    align-items: center;
  }
  .mapLegend_new01>div {
    width: 260px;
    justify-content: center;
  }
  .mapDot {
    transform: translate(-50%, -50%) scale(.8);
  }
}

/*=========================================================
        ANIMATIONS
=========================================================*/

@keyframes moveLine {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes dataBlink {
  0% {
    opacity: .4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes scanner {
  0% {
    transform: translateX(-450px);
  }
  100% {
    transform: translateX(450px);
  }
}

@keyframes particleMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 250px 250px;
  }
}


/*map new01======================== */
/*==================================================
GLOBAL PRESENCE SECTION
==================================================*/

.globalPresence_new01 {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  /* background: radial-gradient(circle at top, #33b8ff 0%, #198bcf 35%, #0f76b7 70%, #0a5f95 100%); */
}

/*=========================================
CONTAINER
=========================================*/

.globalPresence_new01 .container {
  position: relative;
  z-index: 5;
}

/*=========================================
BACKGROUND LIGHT
=========================================*/

.globalPresence_new01::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 70%);
  filter: blur(120px);
  opacity: .5;
}

/*=========================================
GRID EFFECT
=========================================*/

.globalPresence_new01::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient( rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 45px 45px;
  opacity: .25;
}

/*==================================================
HEADING
==================================================*/

.heading_new01 {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 70px;
}

.heading_new01 .tag_new01 {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 40px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, .18);
  margin-bottom: 20px;
}

.heading_new01 h2 {
  font-size: 58px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.heading_new01 p {
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.8;
}

/*==================================================
MAP WRAPPER
==================================================*/

.mapWrapper_new01 {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==================================================
WORLD SVG
==================================================*/

#worldMapSVG {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, .15));
}

/*==================================================
HUD RINGS
==================================================*/

.radarRing {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.ring1 {
  width: 450px;
  height: 450px;
  border: 1px solid rgba(255, 255, 255, .12);
  animation: rotateRing 35s linear infinite;
}

.ring2 {
  width: 700px;
  height: 700px;
  border: 1px dashed rgba(255, 255, 255, .08);
  animation: rotateRingReverse 55s linear infinite;
}

.ring3 {
  width: 950px;
  height: 950px;
  border: 1px solid rgba(255, 255, 255, .06);
  animation: rotateRing 80s linear infinite;
}

.ring4 {
  width: 1180px;
  height: 1180px;
  border: 1px dashed rgba(255, 255, 255, .05);
  animation: rotateRingReverse 120s linear infinite;
}

/*==================================================
CENTER RADAR GLOW
==================================================*/

.mapWrapper_new01::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 70%);
  filter: blur(40px);
  animation: centerGlow 5s ease-in-out infinite;
}

/*==================================================
SCANNING ARC
==================================================*/

.mapWrapper_new01::after {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border-top: 3px solid rgba(255, 255, 255, .45);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  animation: scannerRotate 12s linear infinite;
}

/*==================================================
ANIMATIONS
==================================================*/

@keyframes rotateRing {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateRingReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes scannerRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes centerGlow {
  0% {
    opacity: .35;
    transform: translate(-50%, -50%) scale(.95);
  }
  50% {
    opacity: .8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: .35;
    transform: translate(-50%, -50%) scale(.95);
  }
}

/*=========================================================
                SVG MAP STYLE
=========================================================*/

#mapLayer path {
  fill: rgba(255, 255, 255, .10);
  stroke: rgba(255, 255, 255, .35);
  stroke-width: 1;
  transition: .4s ease;
}

#mapLayer path:hover {
  fill: rgba(255, 255, 255, .22);
  stroke: #ffffff;
}

/*=========================================================
            CONNECTION LINES
=========================================================*/

.connection {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  opacity: .7;
}

.connection.office {
  stroke: #27b5ff;
  animation: lineMove 10s linear infinite;
}

.connection.partner {
  stroke: #ffd34d;
  animation: lineMove 14s linear infinite;
}

@keyframes lineMove {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -120;
  }
}

/*=========================================================
            MAP DOTS
=========================================================*/

.mapDot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 50;
  transition: .35s;
}

.mapDot:hover {
  transform: translate(-50%, -50%) scale(1.3);
}

/*=========================================================
            OFFICE DOT
=========================================================*/

.mapDot.office {
  background: #27b5ff;
  box-shadow: 0 0 8px #27b5ff, 0 0 18px rgba(39, 181, 255, .9), 0 0 35px rgba(39, 181, 255, .7);
}

.mapDot.office::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(39, 181, 255, .45);
  animation: officePulse 2.2s infinite;
}

.mapDot.office::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 2px solid rgba(39, 181, 255, .18);
  animation: officePulse 2.2s infinite .8s;
}

/*=========================================================
            PARTNER DOT
=========================================================*/

.mapDot.partner {
  background: #c5deff;
    box-shadow: 0 0 8px #bbfaff, 0 0 18px rgb(40 170 255 / 80%), 0 0 35px rgba(255, 211, 77, .55);
}

.mapDot.partner::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 211, 77, .45);
  animation: partnerPulse 2.8s infinite;
}

.mapDot.partner::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 211, 77, .18);
  animation: partnerPulse 2.8s infinite .9s;
}

/*=========================================================
                TOOLTIP
=========================================================*/

.mapDot::title {
  display: none;
}

.mapDot:hover::before {
  animation-play-state: running;
}

/*=========================================================
                LEGEND
=========================================================*/

.legend_new01 {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.legend_new01 div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
  color: #fff;
  font-weight: 600;
  transition: .35s;
}

.legend_new01 div:hover {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-4px);
}

/*=========================================================
            LEGEND DOTS
=========================================================*/

.officeLegend,
.partnerLegend {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.officeLegend {
  background: #27b5ff;
  box-shadow: 0 0 10px #27b5ff, 0 0 22px rgba(39, 181, 255, .8);
}

.partnerLegend {
  background: #ffd34d;
  box-shadow: 0 0 10px #ffd34d, 0 0 22px rgba(255, 211, 77, .8);
}

/*=========================================================
            ANIMATIONS
=========================================================*/

@keyframes officePulse {
  0% {
    transform: scale(.4);
    opacity: 1;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes partnerPulse {
  0% {
    transform: scale(.5);
    opacity: 1;
  }
  70% {
    transform: scale(2.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*=========================================================
            RESPONSIVE
=========================================================*/

@media(max-width:991px) {
  .legend_new01 {
    gap: 18px;
  }
  .legend_new01 div {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .legend_new01 {
    flex-direction: column;
    align-items: center;
  }
  .legend_new01 div {
    width: 260px;
    justify-content: center;
  }
  .mapDot {
    width: 13px;
    height: 13px;
  }
}

/*=========================================================
        CONNECTION LINES
=========================================================*/

#connectionLayer {
  pointer-events: none;
}

.connection {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  stroke-dasharray: 8 10;
  opacity: .75;
}

.connection.office {
  stroke: #29b6ff;
  filter: drop-shadow(0 0 6px rgba(41, 182, 255, .8));
  animation: lineFlow 8s linear infinite;
}

.connection.partner {
  stroke: #ffd54f;
  filter: drop-shadow(0 0 6px rgba(255, 213, 79, .8));
  animation: lineFlow 10s linear infinite;
}

@keyframes lineFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -250;
  }
}

/*=========================================================
        MOVING PARTICLES
=========================================================*/

.packet {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px #fff, 0 0 25px rgba(255, 255, 255, .9);
}

/*=========================================================
        MAP HOVER
=========================================================*/

.mapWrapper_new01:hover .connection {
  opacity: 1;
}

.mapWrapper_new01:hover #worldMapSVG {
  transform: scale(1.01);
}

#worldMapSVG {
  transition: .6s;
}

/*=========================================================
        MAP GLOW
=========================================================*/

.mapWrapper_new01 {
  isolation: isolate;
}

.mapWrapper_new01::before {
  z-index: 0;
}

.mapWrapper_new01::after {
  z-index: 0;
}

#worldMapSVG {
  z-index: 5;
}

/*=========================================================
        FLOATING PARTICLES
=========================================================*/

.networkParticle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  animation: particleFloat 14s linear infinite;
}

.networkParticle:nth-child(2) {
  animation-delay: 2s;
}

.networkParticle:nth-child(3) {
  animation-delay: 4s;
}

.networkParticle:nth-child(4) {
  animation-delay: 6s;
}

.networkParticle:nth-child(5) {
  animation-delay: 8s;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: .6;
  }
  70% {
    opacity: .6;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}

/*=========================================================
        LEGEND
=========================================================*/

.legend_new01 {
  margin-top: 60px;
}

/*=========================================================
        RESPONSIVE
=========================================================*/

@media(max-width:1200px) {
  .heading_new01 h2 {
    font-size: 48px;
  }
}

@media(max-width:991px) {
  .globalPresence_new01 {
    padding: 90px 0;
  }
  .heading_new01 h2 {
    font-size: 40px;
  }
  .heading_new01 p {
    font-size: 17px;
  }
  .ring1 {
    width: 350px;
    height: 350px;
  }
  .ring2 {
    width: 550px;
    height: 550px;
  }
  .ring3 {
    width: 720px;
    height: 720px;
  }
  .ring4 {
    width: 900px;
    height: 900px;
  }
}

@media(max-width:767px) {
  .globalPresence_new01 {
    padding: 70px 0;
  }
  .heading_new01 h2 {
    font-size: 32px;
  }
  .heading_new01 p {
    font-size: 15px;
    line-height: 1.8;
  }
  .mapWrapper_new01 {
    overflow-x: auto;
  }
  #worldMapSVG {
    min-width: 900px;
  }
  .mapDot {
    transform: translate(-50%, -50%) scale(.8);
  }
}

/* Cretification and Map section======================End */

/* media part================================Start */

.mediaHub_new01 {
  position: relative;
  padding: 100px 0;
  background: #f7f9fc;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, .10), transparent 35%), radial-gradient(circle at bottom right, rgba(14, 165, 233, .08), transparent 35%), #f5f9ff;
  background-repeat: repeat, repeat, repeat;
  background-image: radial-gradient(circle at left top, rgba(59, 130, 246, 0.1), transparent 35%), radial-gradient(circle at right bottom, rgba(14, 165, 233, 0.08), transparent 35%), none;
  background-size: auto, auto, auto;
  background-image: url(../images/bg-01.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mediaHub_new01::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  left: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(9, 78, 164, .05);
  filter: blur(80px);
}

.mediaHub_new01::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  right: -150px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(199, 160, 71, .08);
  filter: blur(80px);
}

/*====================================================
Heading
=====================================================*/

.sectionTag_new01 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #edf4ff;
  color: #0d4fa8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sectionHeading_new01 {
  font-size: 52px;
  font-weight: 700;
  color: #0c2340;
  margin: 18px 0;
}

.sectionHeading_new01 span {
  color: #0d4fa8;
}

.sectionText_new01 {
  color: #67768d;
  max-width: 700px;
  line-height: 1.9;
}

.viewAll_new01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0d4fa8, #0077ff);
  color: #fff;
  text-decoration: none;
  transition: .4s;
}

.viewAll_new01:hover {
  color: #fff;
  transform: translateY(-5px);
}

/*====================================================
Featured Story
=====================================================*/

.featuredStory_new01 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 560px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .12);
}

.featuredStory_new01 img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: .8s;
}

.featuredStory_new01:hover img {
  transform: scale(1.08);
}

.storyOverlay_new01 {
  position: absolute;
  inset: 0;
  padding: 45px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient( to top, rgba(6, 20, 45, .92), rgba(6, 20, 45, .15));
}

.featuredBadge_new01 {
  width: max-content;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(15px);
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}

.storyOverlay_new01 h3 {
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.storyOverlay_new01 p {
  color: #d5dbe7;
  line-height: 1.8;
  margin-bottom: 28px;
}

.storyOverlay_new01 a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  width: 126px;
}

.storyOverlay_new01 a:hover {
  border-color: #fff;
}

/*====================================================
Latest Media
=====================================================*/

.mediaSide_new01 {
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  height: 100%;
}

.sideHeading_new01 {
  font-size: 26px;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 25px;
}

.mediaCard_new01 {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px;
  margin-bottom: 18px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #eef2f8;
  transition: .35s;
  background: #fff;
}

.mediaCard_new01:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(13, 79, 168, .12);
}

.mediaThumb_new01 {
  position: relative;
  flex: 0 0 120px;
  border-radius: 15px;
  overflow: hidden;
}

.mediaThumb_new01 img {
  width: 120px;
  height: 85px;
  object-fit: cover;
  transition: .4s;
}

.mediaCard_new01:hover img {
  transform: scale(1.08);
}

.play_new01 {
  position: absolute;
  inset: 0;
  top: 0px;
  width: 30px;
  height: 18px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #198bcf;
  font-size: 12px;
  left: -70px;
  top: 50px;
}

.mediaInfo_new01 span {
  color: #198bcf;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.mediaInfo_new01 h5 {
  color: #0c2340;
  margin-top: 8px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.moreVideos_new01 {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 16px;
  background: #0d4fa8;
  color: #fff;
  text-decoration: none;
  transition: .35s;
}

.moreVideos_new01:hover {
  background: #063c82;
  color: #fff;
}

/*====================================================
Articles
=====================================================*/

.articleHeading_new01 {
  font-size: 34px;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 15px;
}

.articleCard_new01 {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
  transition: .4s;
  height: 100%;
}

.articleCard_new01:hover {
  transform: translateY(-10px);
}

.articleCard_new01 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .6s;
}

.articleCard_new01:hover img {
  transform: scale(1.08);
}

.articleBody_new01 {
  padding: 25px;
}

.articleBody_new01 span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 30px;
  background: #edf4ff;
  color: #0d4fa8;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.articleBody_new01 h5 {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.articleBody_new01 p {
  color: #0d4fa8;
  font-weight: 600;
  margin: 0;
}

/*====================================================
View All Card
=====================================================*/

.viewAllCard_new01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #198bcf, #c6ab14);
  color: #fff;
}

.viewAllCard_new01 h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.viewAllCard_new01 p {
  color: #d9e3ef;
  margin-bottom: 25px;
}

.viewAllCard_new01 a {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
}

/*====================================================
Responsive
=====================================================*/

@media(max-width:991px) {
  .featuredStory_new01,
  .featuredStory_new01 img {
    height: 420px;
    min-height: 420px;
  }
  .mediaSide_new01 {
    margin-top: 20px;
  }
  .sectionHeading_new01 {
    font-size: 38px;
  }
}

@media(max-width:767px) {
  .sectionHeading_new01 {
    font-size: 30px;
  }
  .storyOverlay_new01 {
    padding: 25px;
  }
  .storyOverlay_new01 h3 {
    font-size: 24px;
  }
  .mediaCard_new01 {
    flex-direction: column;
    align-items: flex-start;
  }
  .mediaThumb_new01 {
    width: 100%;
    flex: unset;
  }
  .mediaThumb_new01 img {
    width: 100%;
    height: 180px;
  }
}

/* media part================================End */

/* Awward Section=============================Start */

.awardSection_new01 {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  /* background: #f8fbff; */
}

/* Decorative Background */

.awardSection_new01::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -180px;
  top: -180px;
  background: #198bcf;
  opacity: .05;
  border-radius: 50%;
  filter: blur(90px);
}

.awardSection_new01::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -150px;
  bottom: -150px;
  background: #198bcf;
  opacity: .05;
  border-radius: 50%;
  filter: blur(90px);
}

/*==================================================
Heading
==================================================*/

.awardTag_new01 {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 40px;
  background: #eaf2ff;
  color: #198bcf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.awardHeading_new01 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  color: #0e2848;
}

.awardText_new01 {
  max-width: 720px;
  margin: auto;
  font-size: 18px;
  color: #6b7b91;
  line-height: 1.9;
}

/*==================================================
Main Wrapper
==================================================*/

.awardWrapper_new01 {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 70px;
  margin-top: 0px;
  align-items: center;
}

/*==================================================
Featured Award Image
==================================================*/

.awardImageSection_new01 {
  position: relative;
}

.awardImageBox_new01 {
  position: relative;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  padding: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
  transition: .45s;
}

/* Premium Border */

.awardImageBox_new01::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient( 135deg, rgba(13, 79, 168, .25), rgba(255, 255, 255, .2), rgba(13, 79, 168, .15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Featured Image */

.awardImageBox_new01 img {
  width: 100%;
  display: block;
  border-radius: 18px;
  transition: .6s;
}

.awardImageBox_new01:hover img {
  transform: scale(1.04);
}

.awardImageBox_new01:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(13, 79, 168, .12);
}

/* Floating Badge */

.awardImageBox_new01::after {
  content: "Award Winner";
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 12px 24px;
  background: #198bcf;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/*==================================================
Responsive
==================================================*/

@media(max-width:991px) {
  .awardWrapper_new01 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .awardHeading_new01 {
    font-size: 40px;
  }
}

@media(max-width:767px) {
  .awardSection_new01 {
    padding: 80px 0;
  }
  .awardHeading_new01 {
    font-size: 32px;
  }
  .awardText_new01 {
    font-size: 16px;
  }
  .awardImageBox_new01 {
    padding: 12px;
  }
  .awardImageBox_new01::after {
    top: 20px;
    left: 20px;
    padding: 8px 18px;
    font-size: 12px;
  }
}

/*==================================================
RIGHT CONTENT
==================================================*/

.awardContent_new01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 40px 0;
}

.awardCategory_new01 {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 10px 20px;
    background: #eef5f9;
    color: #198bcf;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.awardCategory_new01::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #198bcf;
  margin-right: 10px;
}

/*==================================================
TITLE
==================================================*/

.awardContent_new01 h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    line-height: 1.25;
    margin-bottom: 10px;
}

.awardContent_new01 p {
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.9;
  margin-bottom: 20px;
}

/*==================================================
INFO GRID
==================================================*/

.awardInfoGrid_new01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 45px;
}

.awardInfoGrid_new01>div {
    background: #ffffff;
    border-radius: 18px;
    padding: 15px;
    border: 1px solid #edf2f8;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .04);
}

.awardInfoGrid_new01>div:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(13, 79, 168, .08);
}

.awardInfoGrid_new01 small {
  display: block;
  font-size: 12px;
  color: #96a6bc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.awardInfoGrid_new01 h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #102743;
  line-height: 1.5;
}

/*==================================================
BUTTON
==================================================*/

.awardButton_new01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 16px 34px;
  border-radius: 60px;
  background: linear-gradient(135deg, #0d4fa8, #246ee9);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: .4s;
  box-shadow: 0 20px 40px rgba(13, 79, 168, .18);
}

.awardButton_new01 i {
  margin-left: 12px;
  transition: .35s;
}

.awardButton_new01:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(13, 79, 168, .28);
}

.awardButton_new01:hover i {
  transform: translateX(6px);
}

/*==================================================
FADE ANIMATION
==================================================*/

#awardTitle_new01,
#awardDescription_new01,
#awardMainImage_new01,
#awardCategory_new01,
#awardBy_new01,
#awardYear_new01,
#awardRegion_new01,
#awardType_new01 {
  transition: opacity .35s ease, transform .35s ease;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px) {
  .awardContent_new01 {
    padding: 0;
    text-align: center;
  }
  .awardCategory_new01 {
    margin-left: auto;
    margin-right: auto;
  }
  .awardButton_new01 {
    margin: auto;
  }
}

@media(max-width:767px) {
  .awardContent_new01 h3 {
    font-size: 30px;
  }
  .awardContent_new01 p {
    font-size: 16px;
  }
  .awardInfoGrid_new01 {
    grid-template-columns: 1fr;
  }
  .awardInfoGrid_new01>div {
    padding: 20px;
  }
}

/*==================================================
AWARD THUMBNAIL GALLERY
==================================================*/

.awardThumbs_new01 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.awardThumb_new01 {
  width: 190px;
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .4s;
  border: 1px solid #edf2f8;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

.awardThumb_new01 img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: .45s;
}

/* Overlay */

.awardThumb_new01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to top, rgba(13, 79, 168, .15), transparent);
  opacity: 0;
  transition: .35s;
}

/* Premium Border */

.awardThumb_new01::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: .35s;
}

/* Hover */

.awardThumb_new01:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(13, 79, 168, .12);
}

.awardThumb_new01:hover img {
  transform: scale(1.06);
}

.awardThumb_new01:hover::before {
  opacity: 1;
}

.awardThumb_new01:hover::after {
  border-color: #0d4fa8;
}

/* Active */

.awardThumb_new01.active_new01 {
  /* transform: translateY(-8px); */
  box-shadow: 0 25px 55px rgba(13, 79, 168, .16);
}

.awardThumb_new01.active_new01::after {
  border-color: #198bcf;
}

.awardThumb_new01.active_new01::before {
  opacity: 1;
}

/*==================================================
SMOOTH IMAGE TRANSITION
==================================================*/

#awardMainImage_new01 {
  transition: opacity .4s ease, transform .4s ease;
}

/*==================================================
SECTION ANIMATION
==================================================*/

.awardImageBox_new01,
.awardContent_new01 {
  animation: awardFadeUp .8s ease;
}

@keyframes awardFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px) {
  .awardThumbs_new01 {
    gap: 18px;
  }
  .awardThumb_new01 {
    width: 160px;
  }
  .awardThumb_new01 img {
    height: 100px;
  }
}

@media(max-width:767px) {
  .awardThumbs_new01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .awardThumb_new01 {
    width: 100%;
  }
  .awardThumb_new01 img {
    height: 90px;
  }
}

/* Award Section===============================End */

/* Contact Part===============================Start */

.contactSection_new01 {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #f5f9ff 0%, #eef5ff 100%);
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, .10), transparent 35%), radial-gradient(circle at bottom right, rgba(14, 165, 233, .08), transparent 35%), #f5f9ff;
    background-repeat: repeat, repeat, repeat;
    background-image: radial-gradient(circle at left top, rgba(59, 130, 246, 0.1), transparent 35%), radial-gradient(circle at right bottom, rgba(14, 165, 233, 0.08), transparent 35%), none;
    background-size: auto, auto, auto;
  background-repeat: repeat, repeat, repeat;
  background-image: radial-gradient(circle at left top, rgba(59, 130, 246, 0.1), transparent 35%), radial-gradient(circle at right bottom, rgba(14, 165, 233, 0.08), transparent 35%), none;
  background-size: auto, auto, auto;
  background-image: url(../images/bg-01.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.contactSection_new01::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -220px;
  top: -220px;
  background: rgba(13, 79, 168, .08);
  border-radius: 50%;
  filter: blur(90px);
}

.contactSection_new01::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -150px;
  background: rgba(212, 175, 55, .08);
  border-radius: 50%;
  filter: blur(90px);
}

/*==================================================
LEFT SIDE
==================================================*/

.contactContent_new01 {
  position: relative;
  z-index: 2;
}

.contactTag_new01 {
  display: inline-block;
  padding: 10px 18px;
  background: #0d4fa8;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* .contactContent_new01 h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d2340;
  margin-bottom: 25px;
}

.contactContent_new01 h2 span {
  color: #0d4fa8;
}

.contactContent_new01 p {
  font-size: 17px;
  line-height: 1.9;
  color: #667791;
  margin-bottom: 35px;
} */

/*==================================================
FEATURES
==================================================*/

.featureItem_new01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.featureIcon_new01 {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d4fa8;
  font-size: 24px;
  margin-right: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  transition: .35s;
}

.featureItem_new01:hover .featureIcon_new01 {
  transform: translateY(-5px);
  background: #0d4fa8;
  color: #fff;
}

.featureItem_new01 h5 {
  font-size: 19px;
  font-weight: 600;
  color: #0d2340;
  margin-bottom: 6px;
}

.featureItem_new01 p {
  margin: 0;
  font-size: 15px;
  color: #3c3c3c;
}

/*==================================================
BUTTON
==================================================*/

.btnContact_new01 {
  display: inline-flex;
  align-items: center;
  padding: 16px 34px;
  background: linear-gradient(90deg, #0d4fa8, #1877f2);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: .35s;
  box-shadow: 0 15px 35px rgba(13, 79, 168, .18);
}

.btnContact_new01:hover {
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(13, 79, 168, .30);
}

/*==================================================
FORM CARD
==================================================*/

.contactForm_new01 {
  position: relative;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 45px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .10);
  border: 1px solid rgba(255, 255, 255, .6);
}

/* Gold Top Line */

.contactForm_new01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  border-radius: 28px 28px 0 0;
  /* background: linear-gradient(90deg, #c09010, #e3bc4d, #f8e18c); */
}

/*==================================================
FORM HEADER
==================================================*/

.formHeader_new01 {
  text-align: center;
  margin-bottom: 35px;
}

.formIcon_new01 {
  width: 82px;
  height: 82px;
  margin: auto;
  margin-top: -88px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d4fa8;
  font-size: 34px;
  box-shadow: 0 15px 40px rgba(13, 79, 168, .18);
  z-index: 9;
  position: relative;
}

.formHeader_new01 h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0d2340;
}

.formHeader_new01 p {
  color: #3c3c3c;
}

/*==================================================
LABEL
==================================================*/

.contactForm_new01 label {
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 10px;
}

/*==================================================
INPUT BOX
==================================================*/

.inputBox_new01 {
  position: relative;
}

.inputBox_new01 i {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #0d4fa8;
  font-size: 18px;
  z-index: 10;
}

.inputBox_new01 .form-control,
.inputBox_new01 .form-select {
  height: 45px;
  border-radius: 7px;
  border: 1px solid #dbe5f3;
  transition: .35s;
  background: #fff;
}

.inputBox_new01 textarea.form-control {
  height: auto;
  padding-top: 16px;
  resize: none;
}

.inputBox_new01 .form-control:focus,
.inputBox_new01 .form-select:focus {
  border-color: #0d4fa8;
  box-shadow: 0 0 0 4px rgba(13, 79, 168, .10);
}

/*==================================================
CHECKBOX
==================================================*/

.form-check {
  padding-left: 1.8rem;
}

.form-check-label {
  font-size: 14px;
  color: #667791;
  line-height: 1.7;
}

/*==================================================
SUBMIT BUTTON
==================================================*/

.submitBtn_new01 {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(90deg, #0d4fa8, #1677f2);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: .35s;
  box-shadow: 0 18px 40px rgba(13, 79, 168, .20);
}

.submitBtn_new01:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 45px rgba(13, 79, 168, .30);
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px) {
  .contactContent_new01 {
    text-align: center;
    margin-bottom: 50px;
  }
  .contactContent_new01 h2 {
    font-size: 40px;
  }
  .featureItem_new01 {
    justify-content: center;
  }
  .contactForm_new01 {
    padding: 35px;
  }
}

@media(max-width:767px) {
  .contactSection_new01 {
    padding: 70px 0;
  }
  .contactContent_new01 h2 {
    font-size: 32px;
  }
  .contactForm_new01 {
    padding: 25px;
  }
  .formIcon_new01 {
    width: 70px;
    height: 70px;
    margin-top: -70px;
    font-size: 28px;
  }
  .btnContact_new01,
  .submitBtn_new01 {
    width: 100%;
    justify-content: center;
  }
}
.form-select {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93bi1pY29uIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 20px !important;
}
.inputBox_new01 .form-control:focus, .inputBox_new01 .form-select:focus {
  border-color: #dbe5f3 !important;
  box-shadow: none !important;
}

/* Contact Part==============================End */





@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .IntelligenceCanvaPart { left: -95px;}
    
}







