/* Banner Section */

.banner-section{
    height: 614px;
    background: url(../images/skyscrapers-banner.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
}
.banner-content{
  max-width: 773px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
    /* padding: 180px 0 190px; */
}
.banner-content h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}
.heading-span1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  color: rgba(240, 117, 39, 1);
  text-shadow: 2px 0px 0 #133398, 4px -1px 0 white;
}
.heading-span2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}
.banner-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
}
/* /Banner Section */

/* Skyvictory Section */
.skyVictory{
    padding: 80px 0px 119px;
    overflow: hidden;
}
/* Parent Wrapper CSS Starts Here */
.skyVictoryFromVision{
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #FFBF96;
    border-radius: 40px;
    box-shadow: 0px 0px 25.299999237060547px 0px #FFE8DA;
    position: relative;
    padding: 50px 0px 67px;
}
/* Parent Wrapper CSS Ends Here */


/* Heading CSS Starts*/
.skyVictoryFromVision .victoryHeading{
    font-weight: 500;
    font-size: 27px;
    line-height: 35.1px;
    text-align: center;
    color:  #08080F;
}

.skyVictoryFromVision .victoryHeading span{
    color: #F07527;  
    font-weight: 700;
}
/* Heading CSS Ends */


/* Content CSS Starts */
.skyVictoryProducts{
    display: flex;
    column-gap: 108px;
    justify-content: center;
    align-items: center;
    padding-top: 57px;
}
.skyVictoryCol{
    display: flex;
    flex-direction:column;
    row-gap:60px;
    justify-content: center;
}
.skyVictoryCol img{
    object-fit: contain;
    max-width: 100%;
    width: max-content;
    height: 100%;
}

/* Content CSS Ends */

.ezFranchiesOne{
    filter: unset;
}

/* Parent Box After Image CSS */
.skyVictoryFromVision::after{
    content: '';
    background-image: url(../images/Frame.webp);
    position: absolute;
    right: -180px;
    bottom: -121px;
    max-width: 216px;
    width: 100%;
    height: 673px;
    z-index: -1;
    background-repeat: no-repeat;
}
/* Button CSS Starts Here */

.brandButton a{
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 15px;
  height: 56px;
  background: linear-gradient(180deg, #f07527 0%, #bd5919 100%);
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  transition: all .2s;
}
.brandButton{
   position: relative;
   top: 95px;
}

.brandButton a:hover{
  color: rgba(240, 117, 39, 1);
  border: 1px solid transparent;

  background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  overflow: hidden;
  transition: all .2s;
}
/* Button CSS Ends Here */
/* Button  After Arrow Image  */
.brandButton a::after{
    content: "";
    position: relative;
    background-image: url(../images/next.webp);
    width: 20px;
    height: 20px;
}
.brandButton a:hover::after{
    
    filter: brightness(0) saturate(100%) invert(58%) sepia(79%) saturate(3117%) hue-rotate(347deg) brightness(100%) contrast(89%);
}
.skyVictory .skyVictoryProducts img{
    filter: brightness(0) saturate(100%) invert(62%) sepia(5%) saturate(28%) hue-rotate(349deg) brightness(102%) contrast(99%);
}
.skyVictory .skyVictoryProducts img:hover{
    filter: none;
}
.ezFranchies{
    position: relative;
}
.skyVictoryProducts .ezFranchies .ezFranchies{
    display: none;
}
.skyVictoryProducts .ezFranchies:hover .ezFranchies{
    display: inline-block;
}
.skyVictoryProducts .ezFranchies:hover .ezFranchiesOne{
    display: none;
}
.skyVictory .skyVictoryProducts .ezFranchies .ezFranchiesOne {
    filter: unset;
}
/* /Skyvictory Section */

/* Digital Craftmanship Section */

.digiCraftSec {
   
    background: linear-gradient(230.91deg, #1A67C2 -13.3%, #062A8E 60.48%, #F07527 120.83%);
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
  }
  
  .digiCraftWrapper h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45.5px;
    text-align: center;
    max-width: 829px;
    width: 100%;
    margin: 0 auto 60px auto;
    color: #ffffff;
  }
  
  .digiCraftWrapper h2 span {
    color: #f07527;
    font-weight: 600;
  }
  
  /* Container for Main Centered Image */
  
  .digiCraftImgContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .digiCraftImgContainer::before {
    content: "";
    background-image: url(../images/digiCraftSecBackDots.webp);
    opacity: 0.25;
    max-width: 995px;
    width: 100%;
    max-height: 677px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    background-repeat: no-repeat;
  }
  
  /* Second Column */
  
  .digiCraftCol2 {
    max-width: 176px;
    width: 100%;
    min-height: 568px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .digiCraftCol2 img {
    max-width: 176px;
    width: 100%;
    max-height: 176px;
    height: 100%;
  }
  
  /* First and Third Column */
  
  .digiCraftCol {
    max-width: 512px;
    width: 100%;
    min-height: 568px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Cards Containing Content */
  
  .digiCraftDetailsLeft {
    display: flex;
    align-items: center;
  }
  
  .digiCraftDetailsRight1 div {
    max-width: fit-content;
    width: 100%;
    margin-right: auto;
  }
  
  .digiCraftDetailsRight2 div {
    max-width: 181px;
    width: 100%;
    margin-left: auto;
  }
  
  .digiCraftDetailsRight3 div {
    max-width: 216px;
    width: 100%;
    margin-left: auto;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft1 {
    max-width: 352px;
    width: 100%;
    align-self: flex-end;
    position: relative;
    top: -7px;
    right: -18px;
    margin-left: auto;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft1::after {
    content: "";
    background-image: url(../images/digiCraftLeftLineTop.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 352px;
    width: 100%;
    max-height: 138px;
    height: 100%;
    top: 122px;
    background-size: contain;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft2 {
    max-width: 437px;
    width: 100%;
    align-self: flex-start;
    position: relative;
    margin-top: 118px;
    top: -40px;
    right: 14px;
    margin-left: auto;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft2::after {
    content: "";
    background-image: url(../images/digiCraftLeftLineMiddle.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 437px;
    width: 100%;
    max-height: 33px;
    height: 100%;
    bottom: -2px;
    background-size: contain;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft3 {
    max-width: 355px;
    width: 100%;
    align-self: center;
    position: relative;
    margin-top: 102px;
    top: -100px;
    right: -6px;
    margin-left: auto;
  }
  
  .digiCraftDetailsLeft.digiCraftDetailsLeft3::after {
    content: "";
    background-image: url(../images/digiCraftLeftLineBottom.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 355px;
    width: 100%;
    min-height: 184px;
    height: 100%;
    bottom: -34px;
    background-size: contain;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight1 {
    max-width: 426px;
    width: 100%;
    position: relative;
    top: -26px;
    right: -77px;
    margin-right: auto;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight1::after {
    content: "";
    background-image: url(../images/digiCraftRightLineTop.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 426px;
    width: 100%;
    max-height: 102px;
    height: 100%;
    bottom: -115px;
    left: -77px;
    background-size: contain;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight2 {
    max-width: 417px;
    width: 100%;
    position: relative;
    margin-top: 71px;
    top: -36px;
    right: -6.51px;
    margin-right: auto;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight2::after {
    content: "";
    background-image: url(../images/digiCraftRightLineMiddle.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 417px;
    width: 100%;
    max-height: 49px;
    height: 100%;
    right: -20px;
    top: 108px;
    background-size: contain;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight3 {
    max-width: 413px;
    width: 100%;
    position: relative;
    margin-top: 78px;
    top: -44px;
    left: -53px;
    margin-right: auto;
  }
  
  .digiCraftDetailsRight.digiCraftDetailsRight3::after {
    content: "";
    background-image: url(../images/digiCraftRightLineBottom.webp);
    background-repeat: no-repeat;
    position: absolute;
    max-width: 413px;
    width: 100%;
    min-height: 202px;
    height: 100%;
    top: -49px;
    right: -51px;
    background-size: contain;
  }
  
  .digiCraftDetailsCard {
    margin-left: 27.89px;
  }
  
  /* Content in Cards */
  
  /* All Quantities in Cards */
  
  .digiCraftQuantity1,
  .digiCraftQuantity5 {
    font-size: 100px;
    font-weight: 600;
    line-height: 130px;
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    width: 100%;
  }
  
  .digiCraftQuantity1::after {
    content: "+";
    font-size: 60px;
    position: absolute;
    top: -37px;
    right: -27px;
  }
  
  .digiCraftQuantity2 {
    font-size: 75px;
    font-weight: 600;
    line-height: 98px;
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    width: 100%;
  }
  
  .digiCraftQuantity2::after {
    content: "+";
    font-size: 60px;
    position: absolute;
    top: -26px;
    right: -33px;
  }
  
  .digiCraftQuantity3 {
    font-size: 73px;
    font-weight: 600;
    line-height: 95px;
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    width: 100%;
  }
  
  .digiCraftQuantity3::after {
    content: "+";
    font-size: 60px;
    position: absolute;
    top: -24px;
    right: -35px;
  }
  
  .digiCraftQuantity4 {
    font-size: 70px;
    font-weight: 600;
    line-height: 91px;
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    width: 100%;
  }
  
  .digiCraftQuantity4::after {
    content: "+";
    font-size: 60px;
    position: absolute;
    top: -24px;
    right: -35px;
  }
  
  /* All Theory Details in Cards */
  
  .digiCraftInnerDetailsFirst {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .digiCraftInnerDetailsSecond {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .digiCraftInnerDetailsThird {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .digiCraftInnerDetails1 {
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 226px;
    width: 100%;
    padding-bottom: 4px;
  }
  
  .digiCraftInnerDetails2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 150px;
    width: 100%;
  }
  
  .digiCraftInnerDetails2.digiCraftInnerDetailsInline2 {
    max-width: 227px;
    width: 100%;
  }
  
  /* Learn More Button */
  
  .digiCraftBtn {
    margin-top: 75px;
  }
  
  .digiCraftBtn a {
    max-width: 333px;
    width: 100%;
    margin: 0 auto;
    padding: 17px 20px;
    height: 56px;
    background: linear-gradient(180deg, #f07527 0%, #bd5919 100%);
    position: relative;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    transition: all .2s;
  }
  .digiCraftBtn a:hover {
    color: rgba(240, 117, 39, 1);
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
    transition: all .2s;
  }
  
  .digiCraftBtn a::after {
    content: "";
    background-image: url(../images/next-arrow.webp);
    width: 20px;
    height: 20px;
    position: relative;
   
  }
  
  .digiCraftBtn a:hover::after {
    filter: brightness(0) saturate(100%) invert(56%) sepia(71%) saturate(2583%)
      hue-rotate(345deg) brightness(98%) contrast(92%);
  }
/* /Digital Craftmanship Section */

/* Explore Section */
.explore-section{
    padding: 80px 0;
}
.explore-content h2{
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    position: relative;
}
.explore-content h2::before{
    content: '';
    position: absolute;
    width: 63px;
    height: 5px;
    background-color: rgba(240, 117, 39, 1);
    top: -10px;
}
.explore-content h2 span{
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    color: rgba(240, 117, 39, 1);
}
.explore-slider{
  margin: 40px 0 0px;
}

.slider-image{
    max-width: 355px;
    width: 100%;
    height: 373px;
}
.explore-btn{
    position: relative;
    max-width: 220px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    padding: 17px 20px;
    border-radius: 100px;
    background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
    transition: all .2s;
}
 
.explore-btn::after{
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/next-arrow.webp) no-repeat;
    
}
.explore-btn:hover{
    color: rgba(240, 117, 39, 1);
     border: 1px solid transparent;    
    background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
    transition: all .2s;

}
.explore-btn:hover::after{
  filter: brightness(0) saturate(100%) invert(58%) sepia(79%) saturate(3117%) hue-rotate(347deg) brightness(100%) contrast(89%);
}
.swiper-pagination{
    display: none;
}
.explore-slider .swiper-wrapper{
    padding-bottom: 37px;
}
.swiper-pagination .swiper-pagination-bullet{
    background: rgba(252, 216, 193, 1);
    opacity: unset;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(240, 117, 39, 1) ;
    width: 23px;
    border-radius: 100px;
}

/* /Explore Section */
/* Leadership Section */
.leadership-section{
    padding: 80px 0 70px;
    background: rgba(242, 247, 255, 1);
}
.leadership-content h2{
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    position: relative;
}
.leadership-content h2::before{
    content: '';
    position: absolute;
    width: 63px;
    height: 5px;
    background-color: rgba(240, 117, 39, 1);
    top: -10px;
}
.leadership-content h2 span{
    font-weight: 700;
    line-height: 35px;
    color: rgba(240, 117, 39, 1);
}
.leadership-slider-content{
    max-width: 1728px;
    width: calc(100% - 16px);
    margin: 0 0 96px auto;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 1;
}
.leadership-wrapper{
    max-width: 1545px;
    width: 100%;
    margin: 80px 0 0 auto;
}
.leadership-slider-content::before{
    content:"";
    background: url(../images/leadership-slider-bg1.webp) no-repeat;
    position: absolute;
    background-size: contain;
    max-width: 1545px;
    width: 100%;
    height: 254px;
    z-index: -1;
    bottom: -88px;
    right: 0;
}
.leadership-slider{
    height: 332px;   
}
.leadership-slider-row{
    /* max-width: 1146px; */
    max-width: 80%;

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.leadership-item-card{
    max-width: 179px ;
    width: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 179px;
}
.leadership-item-card img{
    max-width: 120px;
    width: 100%;
    height: 120px;
    margin-bottom: 26px;

}
.ledership-slider-txt {
    text-align: center;
}
.ledership-slider-txt p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: white;
}
.ledership-slider-txt p:nth-child(2){
    font-size: 12px;
    line-height: 27px;
    font-weight: 300;
    color: white;
}
/* /Leadership Section */

/* digital career Sections */
.digitalCareer{
    padding: 80px 0px 80px;
    overflow-x: hidden;
}
/* Heading CSS Starts Here */
.digitalCareer .digitalCareerHeading{
    font-weight: 500;
    font-size: 27px;
    position: relative;
}

.digitalCareer .digitalCareerHeading::before{
    content: '';
    background-color: #F07527;
    position: absolute;
    width: 63px;
    height: 5px;
    top: -10px;
}
.digitalCareer .digitalCareerHeading span{
    color:#F07527; 
    font-weight: 700;
}
/* Heading CSS Ends Here */


/* Wrapper CSS Starts Here */
.digitalCareer .digitalCareerWrapper{
    display: flex;
    column-gap: 22px;
    padding-top: 50px;
}


/* Wrapper CSS Ends Here */


/* Digital Career Box CSS Starts Here */
.digitalCareer .digitalCareerWrapper .digitalCareerBox{
    max-width: 375px;
    width: 100%;
    border: 1px solid #BCE0F1;
    border-radius: 5px;
    box-shadow: 0px 0px 22.5px 0px #C1C1C140;
}
.digitalCareer .digitalCareerWrapper .digitalCareerBox:hover{
    border: 1px solid #F07527;
}

.digitalCareerWrapper .digitalCareerBox .digitalCareerBoxWrapper{
    padding: 25px;
}

/* Digital Career Image CSS Start Here */
.digitalCareerWrapper .digitalCareerBox .digitalCareerBoxWrapper .backgroundImg{
    width: 65px;  
    height: 65px;
    background-color:#F0752717;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.digitalCareerWrapper .digitalCareerBox .digitalCareerBoxWrapper:hover .backgroundImg{
    background-color: #F07527;
 }
 .digitalCareerWrapper .digitalCareerBox .digitalCareerBoxWrapper:hover .backgroundImg .digitalCareerImg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(307deg) brightness(102%) contrast(105%);
}

/* Digital Career Programs CSS Start Here */
.digitalCareerWrapper .digitalCareerBox .digitalCareerPrograms{
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    padding-top: 14px;
}


/* Digital Career Info CSS Start Here */
.digitalCareerWrapper .digitalCareerBox .digitalCareerInfo{
    padding-top: 4px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}
/* Digital Career Opportunities CSS Start Here */
.digitalCareerWrapper .digitalCareerBox .digitalCareerOpportunities{
    padding-top: 26px;
}

.digitalCareerWrapper .digitalCareerBox .digitalCareerOpportunities a{
    font-weight: 500;
    font-size: 15px;
    color: #F07527;
    position: relative;
}

.digitalCareerWrapper .digitalCareerBox .digitalCareerOpportunities a::after{
    content: "";
    position: absolute;
    top: 3px;
    margin-left: 6px;
    background-image: url(../images/nextArrow.webp);
    width: 15px;
    height: 15px;
    display: inline-block;
}

.digitalCareerBox:hover .digitalCareerOpportunities a{
    text-decoration: underline;
    color: #F07527; 
}
/* /digital career Sections */

/* Get In Touch Section */

.getInTouchSec {
    background-color: #f2f7ff;
    padding: 74px 0 46px 0;
    position: relative;
  }
  
  .getInTouchWrapper h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    color: #08080f;
    text-align: center;
  }
  
  .getInTouchWrapper h2::before {
    content: "";
    max-width: 63px;
    width: 100%;
    max-height: 5px;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f07527;
  }
  
  .getInTouchWrapper h2 span {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    color: #f07527;
  }
  
  /* Get In Touch Main Card */
  
  .getInTouchCard {
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30.200000762939453px 0px #9d9d9d26;
    border: 1px solid #d8e6fc;
  }
  
  /* Get In Touch Single Cards */
  
  .getInTouchCard .card {
    padding: 25px 19px 25px 19px;
    max-width: 290px;
    width: 100%;
    max-height: 355px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .getInTouchCard .card:nth-last-child(n + 2) {
    border-right: 1px solid #d8e6fc;
  }
  
  .getInTouchCard .card h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    color: #08080f;
    margin-top: 19px;
  }
  
  .getInTouchCard .card img {
    margin: 0 auto;
  }
  
  .getInTouchAdvertising {
    max-width: 198px;
    width: 100%;
  }
  
  .getInTouchCorporate {
    max-width: 198px;
    width: 100%;
    margin: 0 auto;
  }
  
  .getInTouchContent {
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
  }
  
  .getInTouchLegal {
    max-width: 199px;
    width: 100%;
    margin: 0 auto;
  }
  
  .card:hover img.getInTouchAdvertising,
  .card:hover img.getInTouchCorporate,
  .card:hover img.getInTouchContent,
  .card:hover img.getInTouchLegal {
    transform: scale(1.03);
  }
  
  .getInTouchText {
    min-height: 116px;
    height: 100%;
  }
  
  .getInTouchCard .card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    color: #08080f;
    margin-top: 5px;
  }
  
  .getInTouchReachBtn {
    text-align: center;
    margin-top: 26px;
  }
  
  .getInTouchReachBtn a {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #f07527;
    text-decoration: none;
  }
  
  .card:hover .getInTouchReachBtn a {
    text-decoration: underline;
  }
  
  .getInTouchReachBtn a::after {
    content: "";
    background-image: url(../images/next-arrow-2.webp);
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 6px;
    top: 2px;
  }
/* /Get In Touch Single Cards */

/* Skyscrapers Map Section*/

.skyscrapersMapSec {
    position: relative;
    padding: 109px 0 110px 0;
  }
  
  .skyscrapersMapSec::after {
    content: '';
    background-image: url(../images/skyscrapersLadder.webp);
    max-width: 584px;
    width: 100%;
    max-height: 174px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
  }
  
  .skyscrapersMapWrapper h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    color: #08080f;
    text-align: center;
  }
  
  .skyscrapersMapWrapper h2::before {
    content: "";
    max-width: 63px;
    width: 100%;
    max-height: 5px;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f07527;
  }
  
  .skyscrapersMapWrapper h2 span {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    color: #f07527;
  }
  
  /* Skyscrapers Map */
  
  .skyscrapersMap {
    margin: 60px auto 0 auto;
    max-width: 1170px;
    width: 100%;
    min-height: 486px;
    height: 100%;
    position: relative;
    border-radius: 5px;
  }
  
  .skyscrapersMap::before {
    content: '';
    background-image: url(../images/map-bg1.webp);
    position: absolute;
    max-width: 1170px;
    width: 100%;
    height: 486px;
    background-size: 95% 95%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  

  
  /* Skyscrapers Map Location Details */
  
  
  .skyscrapersMapLoc1,.skyscrapersMapLoc2,.skyscrapersMapLoc3,.skyscrapersMapLoc4 {
    background: #FFFFFF33;
    border: 1.5px solid #F07527;
    border-radius: 12px;
    max-width: 323px;
    width: 100%;
    max-height: 157px;
    height: 100%;
    padding: 18px 22px 18px 25px;
    margin: 0px 0px 22px 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: text;
  }

  .skyscrapersMapLoc1 h3,.skyscrapersMapLoc2 h3,.skyscrapersMapLoc3 h3, .skyscrapersMapLoc4 h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF;
  }
  
  .skyscrapersMapLoc1 p, .skyscrapersMapLoc2 p , .skyscrapersMapLoc3 p , .skyscrapersMapLoc4 p  {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  .skyscrapersMapLoc1 p span, .skyscrapersMapLoc2 p span, .skyscrapersMapLoc3 p span, .skyscrapersMapLoc4 p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  .skyscrapersMapNotificationPara1 {
    margin-top: 15px;
  }
  
  .skyscrapersMapNotificationPara2 {
    margin-top: 10px;
  }
  
  /* Skyscrapers Map Pointers or Locations */
  
  .skycrapersMapPin {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    display:inline-block; 
    position: absolute;
    cursor: pointer;
  }
  
  .skycrapersMapPin::after {
    content: '';
    background-image: url(../images/skyscrapersMapPointer.webp);
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    height: 100%;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
  }
  
  #skycrapersMapPin1 {
    top: 146px;
    left: 199px;
  }
  #skycrapersMapPin1::before{
    content: '';
    background-image: url(../images/us-mapline1.svg);
    position: absolute;
    width: 116px;
    height:  112px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 57px;
    left: 32px;

  }
  #skycrapersMapPin2 {
    top: 189px;
    right: 427px;
  }
  #skycrapersMapPin2::before{
    content: '';
    background-image: url(../images/uae-mapline1.svg);
    position: absolute;
    width: 398px;
    height:  107px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 56px;
    right: 27px;
  }
  #skycrapersMapPin3 {
    top: 163px;
    right: 336px;
  }
  #skycrapersMapPin3::before{
        content: '';
    background-image: url(../images/pak-mapline.svg);
    position: absolute;
    width: 452px;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 56px;
    right: 48px;

  }
  #skycrapersMapPin4 {
    top: 349px;
    right: 122px;
  }
  
  #skycrapersMapPin4::before{
    content: '';
    background-image: url(../images/aus-mapline1.svg);
    position: absolute;
    width: 655px;
    height: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -44px;
    right: 50px;
  }
  #skycrapersMapPin1::before,
#skycrapersMapPin2::before,
#skycrapersMapPin3::before,
#skycrapersMapPin4::before {
    visibility: hidden;
    pointer-events: none;
}

.skyscrapersMapLoc1,
.skyscrapersMapLoc2,
.skyscrapersMapLoc3,
.skyscrapersMapLoc4 {
    visibility: hidden;
}

.mapContainer1.active #skycrapersMapPin1::before,
.mapContainer2.active #skycrapersMapPin2::before,
.mapContainer3.active #skycrapersMapPin3::before,
.mapContainer4.active #skycrapersMapPin4::before {
    visibility: visible;
}

.mapContainer1.active .skyscrapersMapLoc1,
.mapContainer2.active .skyscrapersMapLoc2,
.mapContainer3.active .skyscrapersMapLoc3,
.mapContainer4.active .skyscrapersMapLoc4 {
    visibility: visible;
}

/* /Skyscrapers Map Section*/

/* Media Queries */

@media screen and (max-width: 1570px){
    /* Banner Section */
    .banner-section::after{
      bottom: 0px;
      right: 50px;
    }

    /* /Banner Section */
    /* Leadership Section */
     
    .leadership-slider-content {
        /* max-width: 1182px; */
        max-width: 100%;
    } 
    .leadership-wrapper {
        /* max-width: 1136px; */
        max-width: 100%;

    }
     
    .leadership-slider-content::before{
        content:"";
        background: url(../images/leadership-slider-bg2.webp) no-repeat;
        position: absolute;
        background-size: cover;
        width: 1311px;
        height: 254px;
        z-index: -1;
        bottom: -88px;
        right: 0;
    }
    /* /Leadership Section */
  .leadership-slider-row {
      max-width: 90%;
  }
.leadership-item-card {
    width: 158px;
}
}
@media screen and (max-width: 1290px){
    /* Banner Section */
    .banner-section::after{
      bottom: 0px;
      right: 50px;
    }

    /* /Banner Section */
    /* Leadership Section */
     
    .leadership-slider-content {
        /* max-width: 1182px; */
        max-width: 100%;

    } 
    .leadership-wrapper {
        /* max-width: 1136px; */
        max-width: 100%;
    }
    .leadership-slider-row {
        max-width: 100%;
    }
    .leadership-slider-content::before{
        content: "";
        background: url(../images/leadership-slider-bg.webp) no-repeat;
        position: absolute;
        background-size: contain;
        /* max-width: 1225px; */
        width: 1225px;
        height: 254px;
        z-index: -1;
        bottom: -88px;
        right: 0;
    }

    .leadership-item-card {
        width: 132px;
    }
    .leadership-wrapper {
      max-width: 1545px;
      width: 100%;
      margin: 80px 0 0 25px;
  }
  .leadership-item-card img {
    max-width: 110px;
    width: 100%;
    height: 110px;
    margin-bottom: 26px;
}
.ledership-slider-txt p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    color: white;
}
}
@media screen and (max-width: 1199px){
  
    /* Leadership Section */

    .leadership-slider-content {
        max-width: 1150px;
    } 
    .leadership-slider-row {
        max-width: 1092px;
    } 
   /* /Leadership Section */

}
@media screen and (max-width: 1169px){
    /* Banner Section */
  
    .banner-section::after{
        right: 0px;
        bottom: 0px;
    }
    /* /Banner Section */

    /* Skyvictory Section */
    .brandButton{
        top: 95px; 
    }
    /* /Skyvictory Section */
    /* Digital Craftmanship Section */

  /* Container for Main Centered Image */

  .digiCraftImgContainer {
    justify-content: center;
    max-width: 1072px;
    width: 100%;
    margin: 0 auto;
  }

  /* First and Third Column */

  .digiCraftCol {
    max-width: 262px;
  }

  /* Cards Containing Content */

  .digiCraftDetailsRight.digiCraftDetailsRight1 {
    top: -11px;
  }

  .digiCraftDetailsRight.digiCraftDetailsRight3 {
    top: -33px;
  }

  .digiCraftDetailsRight2 div {
    max-width: 164px;
    position: relative;
    right: -45px;
    top: -14px;
  }

  .digiCraftDetailsRight3 div {
    max-width: 198px;
    position: relative;
    top: -70px;
    right: -64px;
  }

  /* Content in Cards */

  /* All Quantities in Cards */

  .digiCraftQuantity1,
  .digiCraftQuantity5 {
    font-size: 60px;
  }

  .digiCraftQuantity2 {
    font-size: 50px;
  }

  .digiCraftQuantity3 {
    font-size: 53px;
  }

  .digiCraftQuantity4 {
    font-size: 50px;
  }

  /* All Theory Details in Cards */

  .digiCraftInnerDetailsFirst {
    font-size: 28px;
    line-height: 30px;
  }

  .digiCraftInnerDetailsSecond {
    font-size: 14px;
    line-height: 15px;
  }

  .digiCraftInnerDetailsThird {
    font-size: 14px;
    line-height: 15px;
  }

  .digiCraftInnerDetails1 {
    font-size: 14px;
  }

  .digiCraftInnerDetails2 {
    font-size: 16px;
  }
  /* /Digital Craftmanship Section */
   /* Leadership Section */

    .leadership-slider-row {
        max-width: 1057px;
    }
    .leadership-slider-item{
        text-align: center;
    }
   /* /Leadership Section */

   /* digital career Sections */
   .digitalCareer{
    padding-bottom: 60px;
    }
    .digitalCareer .digitalCareerHeading{
        padding-top: 15px;
    }
    .digitalCareer .digitalCareerHeading::before{
        top: 0px;
    }
    .digitalCareerWrapper .digitalCareerBox .digitalCareerInfo{
        font-size: 14px;
        line-height: 25px;
    }
   /* /digital career Sections */
    
}
@media screen and (max-width: 991px){ 
    /* Banner Section */
    
    .banner-section::after {
        width: 438px;
        height: 277px;
        bottom: 13px;
    }
    .banner-content {
        max-width: 526px;
        width: 100%;
        /* padding: 118px 0; */
    }

    /* /Banner Section */

    /* Skyvictory Section */
    .skyVictoryFromVision{
        padding: 50px 15px 67px; 
    }
    .skyVictory .skyVictoryFromVision .victoryHeading{
        font-size: 25px;
    }
    /* /Skyvictory Section */
   /* Explore Section */   

    .slider-image{
        object-fit: contain;
    }
   /* /Explore Section */   

    /* Leadership Section */

    .leadership-wrapper{
        max-width: 650px;
        width:100%;
    }
    .leadership-slider-content{
        max-width: 730px;
    } 
    /* Leadership Section */

     /* digital career Sections */
     .digitalCareer{
        padding-bottom: 60px;
    }
    .digitalCareer .digitalCareerWrapper{
        column-gap: 10px;
    }
   
    .digitalCareer .digitalCareerWrapper{
        column-gap: 20px;
    }
    .digitalCareer .digitalCareerWrapper .digitalCareerBox{
        max-width: 400px;
        width: 100%;
    }
   /* /digital career Sections */

    /* Get In Touch Section */

  /* Get In Touch Main Card */

  .getInTouchCard {
    flex-wrap: wrap;
    max-width: unset;
    width: 100%;
    margin: 50px auto 0 auto;
  }
   .getInTouchCard .card h3 {
    font-size: 19px;
    line-height: 34px;
    margin-top: 23px;
}
.getInTouchCard .card p {
    font-size: 15px;
    line-height: 25px;
}
  .getInTouchCard .card {
    max-width: unset;
    width: 50%;
  }

  .getInTouchCard .card:nth-child(2) {
    border-right: none;
  }

  .getInTouchCard .card:nth-last-child(n + 3) {
    border-bottom: 1px solid #d8e6fc;
  }
  /* /Get In Touch Main Card */
  
  /* Skyscrapers Map Section */

  .skyscrapersMapSec::after {
    transform: scale(0.8);
    right: -59px;
    bottom: 12px;
  }
  #skycrapersMapPin3::before {
    width: 312px;
  }
  #skycrapersMapPin2::before {
    width: 190px;
    right: 86px;
  }
  #skycrapersMapPin4::before {
    width: 417px;
    bottom: -64px;
  }
  /* /Skyscrapers Map Section */

    .leadership-slider-content::before {
        content: "";
        background: url(../images/leadership-slider-bg.webp) no-repeat;
        position: absolute;
        background-size: cover;
        max-width: 1225px;
        width: 100%;
        height: 254px;
        z-index: -1;
        bottom: -68px;
        right: 0;
    }
}
@media screen and (max-width: 767px){
    /* Banner Section */
   
    .banner-content {
        max-width: 546px;
        width: 100%;
        /* padding: 174px 0; */
    }
    .banner-content h1{
        font-size: 29px;
        font-weight: 400;
        line-height: 38px;
    }
    .heading-span1{
        font-size: 38px;
        font-weight: 600;
        line-height: 52px;
    }
    .heading-span2{
        font-size: 27px;
        font-weight: 400;
        line-height: 38px;       
    }
    .banner-content p{
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
    }
    .banner-section::after{
        bottom: -17px;
    }
    /* /Banner Section */

    /* Skyvictory Section */
    .skyVictoryFromVision{
        padding: 50px 15px 67px;  
    }
    .skyVictoryProducts{
        column-gap: 30px;
    }
    .brandButton{
        top: 95px;
    } 
    .brandButton a{
      max-width: 297px;
      width: 100%;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 600;
      line-height: 18.2px;
      color: white;
      gap: 5px;
      letter-spacing: 0;
    }
    .brandButton a::after{
      width: 16px;
        height: 16px;
       background-size: cover;

    }
    /* /Skyvictory Section */

    /* Digital Craftmanship Section */
    .digiCraftSec {
   
    background: linear-gradient(257deg, #1A67C2 -13.3%, #062A8E 60.48%, #F07527 120.83%);
   
  }
  .digiCraftWrapper h2 {
    font-size: 25px;
    line-height: 37.5px;
  }
  .digiCraftBtn a{
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: white;
    gap: 5px;
    letter-spacing: 0;
  }
  /* Container for Main Centered Image */

  .digiCraftImgContainer {
    flex-direction: column;
  }

  .digiCraftImgContainer::before {
    content: "";
    background-image: url(../images/digiCraftSecBackDotsMob1.webp);
    opacity: 0.25;
    max-width: 360px;
    width: 100%;
    max-height: 455px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 206px;
    background-repeat: no-repeat;
  }
   
  .digiCraftImgContainer::after {
    content: "";
    background-image: url(../images/digiCraftSecBackDotsMob2.webp);
    opacity: 0.25;
    max-width: 360px;
    width: 100%;
    max-height: 455px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1335px;
    background-repeat: no-repeat;
  }

  /* First and Third Column */

  .digiCraftCol {
    order: 2;
    min-height: unset;
    max-width: fit-content;
  }

  /* Second Column */

  .digiCraftCol2 {
    order: 1;
    max-height: 176px;
    min-height: unset;
    max-width: unset;
  }

  .digiCraftCol2 img {
    max-width: 176px;
    max-height: 176px;
  }

  /* Cards Containing Content */

  .digiCraftDetailsRight1 div,
  .digiCraftDetailsRight2 div,
  .digiCraftDetailsRight3 div {
    right: 0;
    top: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .digiCraftDetailsLeft.digiCraftDetailsLeft1 {
    width: unset;
    position: relative;
    margin: 124px auto 30px auto;
    align-self: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .digiCraftDetailsLeft.digiCraftDetailsLeft2 {
    width: unset;
    position: relative;
    margin: 84px auto 30px auto;
    align-self: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }

  .digiCraftDetailsLeft.digiCraftDetailsLeft3,
  .digiCraftDetailsRight.digiCraftDetailsRight1,
  .digiCraftDetailsRight.digiCraftDetailsRight2,
  .digiCraftDetailsRight.digiCraftDetailsRight3 {
    width: unset;
    position: relative;
    margin: 84px auto 30px auto;
    align-self: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .digiCraftDetailsRight.digiCraftDetailsRight3 {
    width: unset;
    position: relative;
    margin: 84px auto 0 auto;
    align-self: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .digiCraftDetailsLeft.digiCraftDetailsLeft1::after,
  .digiCraftDetailsLeft.digiCraftDetailsLeft2::after,
  .digiCraftDetailsRight.digiCraftDetailsRight1::after,
  .digiCraftDetailsRight.digiCraftDetailsRight2::after {
    background-image: url(../images/digiCraftMobSeparator.webp);
    max-width: 80px;
    max-height: 55px;
    top: -84px;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }

  .digiCraftDetailsLeft.digiCraftDetailsLeft3::after {
    background-image: url(../images/digiCraftMobSeparator.webp);
    max-width: 80px;
    max-height: 55px;
    min-height: unset;
    top: -70px;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }

  .digiCraftDetailsRight.digiCraftDetailsRight3::after {
    background-image: url(../images/digiCraftMobSeparator.webp);
    max-width: 80px;
    max-height: 55px;
    min-height: unset;
    top: -84px;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }

  .digiCraftDetailsCard {
    max-width: fit-content;
    width: 100%;
  }

  .digiCraftDetailsCard.digiCraftDetailsCardMob1 {
    margin-left: 12px;
  }

  .digiCraftDetailsCard.digiCraftDetailsCardMob2 {
    margin-left: 0;
  }

  .digiCraftDetailsCard.digiCraftDetailsCardMob3 {
    margin-left: 6px;
  }

  /* Content in Cards */

  .digiCraftImgContainer p {
    text-align: center;
  }

  .digiCraftImgContainer .digiCraftInnerDetails1.digiCraftInnerDetails1Mob1 {
    text-align: left;
  }

  .digiCraftImgContainer .digiCraftInnerDetails2.digiCraftInnerDetails2Mob2 {
    text-align: left;
    max-width: 109px;
  }

  .digiCraftImgContainer .digiCraftInnerDetails2.digiCraftInnerDetails2Mob3 {
    max-width: unset;
  }

  /* All Quantities in Cards */

  .digiCraftQuantity1,
  .digiCraftQuantity5 {
    font-size: 75px;
    line-height: 97.5px;
  }

  .digiCraftQuantity2 {
    font-size: 70px;
    line-height: 91px;
  }

  .digiCraftQuantity3 {
    font-size: 65px;
    line-height: 84.5px;
  }

  .digiCraftQuantity4 {
    font-size: 65px;
    line-height: 84.5px;
  }

  .digiCraftQuantity1::after,
  .digiCraftQuantity2::after {
    font-size: 50px;
    line-height: 65px;
    top: -29px;
    left: 0;
    position: relative;
  }

  .digiCraftQuantity3::after,
  .digiCraftQuantity4::after {
    font-size: 50px;
    line-height: 65px;
    top: -22px;
    left: 0;
    position: relative;
  }

  /* All Theory Details in Cards */

  .digiCraftInnerDetailsFirst {
    font-size: 32px;
    line-height: 41.6px;
  }

  .digiCraftInnerDetailsSecond {
    font-size: 15px;
    line-height: 16.5px;
  }

  .digiCraftInnerDetailsThird {
    font-size: 15px;
    line-height: 16.5px;
  }

  .digiCraftInnerDetails1 {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 7px;
  }
 
  .digiCraftInnerDetails2 {
    font-size: 16px;
    line-height: 19.2px;
  }

  /* Learn More Button */

 

  .digiCraftBtn a::after {
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  /* /Digital Craftmanship Section */

   /* Explore Section */   
    .swiper-pagination{
        display: block;
    }
.explore-section {
    padding: 75px 0 60px;
}
    .slider-image{
        object-fit: contain;
    }
    .explore-slider {
        text-align: center;
       margin: 40px 0;
    }
    .explore-btn{
        max-width: 187px;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        line-height: 18.2px;
        color: white;
        letter-spacing: 0.03em;
       padding: 15px 20px;
       gap: 5px;
    }
    .explore-btn::after{
        width: 16px;
        height: 16px;
       background-size: cover;
    }
   /* /Explore Section */   
    /* Leadership Section */
    .leadership-slider-content{
        max-width: 557px;
    } 
    /* /Leadership Section */

    /* digital career Sections */
    .digitalCareer{
        padding-bottom: 60px;
    }
    .digitalCareerBox{
        margin: 0px;
    }
    .digitalCareer .digitalCareerWrapper{
        flex-direction: column;
        row-gap: 23px;
    }
    .digitalCareer .digitalCareerWrapper .digitalCareerBox{
        margin: 0 auto;
    }

    .digitalCareer .digitalCareerHeading{
        font-size: 25px;
        text-align: center;
    }

    .digitalCareer .digitalCareerHeading::before{
        left: 50%;
        transform: translateX(-50%);
    }
.digitalCareerWrapper .digitalCareerBox .digitalCareerPrograms {
    font-size: 18px;
    line-height: 32px;
}
   /* /digital career Sections */
    /* Get In Touch Section */

  /* Get In Touch Main Card */
   .getInTouchSec {
    padding: 74px 0 50px 0;
}
  .getInTouchCard {
    flex-direction: column;
    width: 88.5%;
    margin: 50px auto 0 auto;
  }

  /* Get In Touch Single Cards */

  .getInTouchCard .card {
    padding: 35px 19px 0 19px;
    width: 100%;
  }
   .getInTouchWrapper h2 {
    font-size: 25px;
}
  .getInTouchCard .card:nth-last-child(n + 2) {
    border-right: none;
  }

  .getInTouchCard .card:nth-last-child(n + 3) {
    border-bottom: none;
  }
   .getInTouchText {
    min-height: unset; 
    height: unset;
}
  .getInTouchReachBtn {
    padding-bottom: 35px;
   margin-top: 32px;
    border-bottom: 1px solid #d8e6fc;
  }
.getInTouchCard .card{
    max-height: unset; 
    height: unset;
}
.getInTouchCard .card:last-child .getInTouchReachBtn{
   border-bottom: none
}
 /* /Get In Touch Section */
  
  /* Skyscrapers Map Section */
  #skycrapersMapPin3 {
    right: 147px;
  }
  #skycrapersMapPin2 {
    top: 182px;
    right: 245px;
  }
  #skycrapersMapPin4 {
    top: 391px;
    right: 90px;
  }
  #skycrapersMapPin4::before {
    width: 323px;
    bottom: -83px;
}
.skyscrapersMap::before{
       max-width: 690px;
}
 
}
@media screen and (max-width: 575px){
    /* Banner Section */
    
 
    .banner-section{
        height: 586px;
        background: url(../images/skyscrapers-mob-banner.webp) no-repeat;
        background-size: cover;
        background-position: center bottom;
        display: block;
        padding-top: 145px;
    }

    .banner-content{
        max-width: unset;
        width: 100%;
    }
    .banner-section::after{
        width: 285px;
        height: 178px;    
        right: 28px;
        bottom: -20px;
    }
     .banner-content h1 {
            margin-bottom: 30px;
    }
    .banner-content p {
        margin-bottom: 42px;
    }
    /* Banner Section */

    /* Skyvictory Section */
    .skyVictory{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 110px 0px 119px;
    }
    .skyVictoryFromVision{
        padding: 50px 15px 46.12px;  
        border-radius: 20px;
    }  
    .skyVictoryFromVision::after{
        display: none;
        padding: 40px 25px 72.12px 25px;
        margin: 0px 15px;
    }
   
   
    .skyVictoryProducts{
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .skyVictoryCol{
        gap: 40px;
        justify-content: center;
        align-items: center;  
    }
    .brandButton{
        position: relative;
        top: 75px;
    }
    
    /* /Skyvictory Section */

   /* Explore Section */   
    .explore-content h2{
        font-size: 25px;
        line-height: 33px;
    }      
    .slider-image{
        max-width: 330px;
        width: 100%;
        height: 343px;
        object-fit: contain;
    }
   /* /Explore Section */   

    /* Leadership Section */
    .leadership-section {
        padding: 65px 0 50px;
    }
    .leadership-content{
        max-width: 179px;
        width: 100%;
        margin: 0 auto;
    }
    .leadership-content h2{
        font-size: 25px;
    }
 .leadership-item-card {
        max-width: 157px;
    }
    .leadership-content h2{
        font-size: 25px;
    }
    .leadership-content h2::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .leadership-slider-content{
        max-width: 500px;
        margin: 0 0 15px auto;
    } 
    .leadership-wrapper .swiper{
        margin: 0 0 0 auto;
    }
    .leadership-wrapper {
        max-width: 455px;
        margin: 70px 0 0 auto;
    }
 
    .leadership-slider-content::before{
        height: 170px;
        bottom: -14px;
    }
    .leadership-item-card img {
        max-width: 110px;
        height: 110px;
        margin-bottom: 10px;
    }
    .ledership-slider-txt p:nth-child(1) {
        font-size: 14px;
    }
    .ledership-slider-txt p:nth-child(2) {
        font-size: 12px;
    }
    /* /Leadership Section */
   /* digital career Sections */
   .digitalCareer{
    padding-bottom: 60px;
    }
    .digitalCareerBox{
        margin: 0px;
    }
    .digitalCareer .digitalCareerHeading{
        padding-top: 15px;
    }
    .digitalCareer .digitalCareerWrapper{
        padding-top: 60px;
    }
    .digitalCareerInfo{
        font-size: 14px;
    }
    .digitalCareer .digitalCareerWrapper .digitalCareerBox{
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }
    .digitalCareer .digitalCareerHeading{
        font-size: 25px;
        text-align: center;
    }
   /* /digital career Sections */
  /* Skyscrapers Map */
   .skyscrapersMapSec {
    display:none;
    padding: 60px 0;
}
  .skyscrapersMap {
    max-width: 330px;
    height: 763px;
  }
   .skyscrapersMapSec::after {
    background-image: url(../images/map-mob-ladder.webp);
    max-width: 300px;
    width: 100%;
    max-height: unset;
    height: 90px;
    position: absolute;
    background-repeat: no-repeat;
    right: -30px;
    bottom: -9px;
}
  .skyscrapersMap::before {
    background-image: url(../images/map-mob-bg.webp);
    max-width: 330px;
    width: 100%;
    height: 763px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    background-position: unset;
  }

  .skyscrapersMap::after {
    background-image: url(../images/skyscrapersMapNotificationLineMob.webp);
    max-width: 225.5px;
    max-height: 107px;
    top: 187px;
    left: 52px;
  }

  /* Skyscrapers Map Location Details */

  .skyscrapersMapLoc1, .skyscrapersMapLoc2, .skyscrapersMapLoc3, .skyscrapersMapLoc4  {
    max-width: 298px;
    max-height: 165px;
    padding: 20px 25px 29px 15px;
    position: absolute;
    top: 41px;
    left: 17px;
  }

  .skyscrapersMapLoc1 h3, .skyscrapersMapLoc2 h3, .skyscrapersMapLoc3 h3, .skyscrapersMapLoc4 h3 {
    line-height: 23.4px;
    font-size: 18px;

  }

  .skyscrapersMapLoc1 p, .skyscrapersMapLoc2 p, .skyscrapersMapLoc3 p, .skyscrapersMapLoc4 p {
    font-size: 14px;
    line-height: 18.2px;
  }

  .skyscrapersMapNotificationPara2 {
    margin-top: 12px;
  }

  /* Skyscrapers Map Pointers or Locations */

  #skycrapersMapPin1 {
    top: 361px;
    right: 16px;
    left: unset;
}
#skycrapersMapPin1::before {
  content: '';
  background-image: url(../images/us-mob-mapline.svg);
  position: absolute;
  width: 233px;
  height: 167px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -173px;
  left: -174px;
}
#skycrapersMapPin2 {
  top: 656px;
  left: 69px;
  right: unset;
}
#skycrapersMapPin2::before {
  content: '';
  background-image: url(../images/uae-mob-mapline.svg);
  position: absolute;
  width: 122px;
  height: 457px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -469px;
  left: -34px;
}
  #skycrapersMapPin3 {
    top: 531px;
    left: unset;
    right: 50px;
  }
  #skycrapersMapPin3::before {
    content: '';
    background-image: url(../images/pak-mob-mapline.svg);
    position: absolute;
    width: 202px;
    height: 337px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -341px;
    left: -181px;
  }
  #skycrapersMapPin4 {
    top: 404px;
    left: 32px;
    right: unset;
  }
  #skycrapersMapPin4::before {
    content: '';
    background-image: url(../images/aus-mob-mapline.svg);
    position: absolute;
    width: 48px;
    height: 205px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -222px;
    left: 0px;
  }
  
  /* /Skyscrapers Map Section */

}
@media screen and (max-width: 413px){
    /* Banner Section */
    .banner-section::after {
        right: 28px;
        bottom: -48px;
    }
   
    /* Banner Section */

    /* Skyvictory Section */
    .skyVictory .skyVictoryFromVision .victoryHeading{
        max-width: 280px;
        width: 100%;
        font-size: 20px;
        line-height: 32.5px;
        margin: 0 auto;
    }
    .skyVictoryProducts{
        display: flex;        
        flex-direction: column;
        gap: 30px;
    }
    /* /Skyvictory Section */


}