.MainSlider {
    width: 100%;
    height: 85vh;
    overflow:hidden;
}
.MainSlider .slick-list{
    width:100%;
    height:100%;
}
.MainSlider .slick-slide{
    width:100%;
    height:100%;
}
.MainSlider .slick-track{
    width:100%;
    height:100%;
}
.SliderImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
        object-position: bottom;
}
.SliderItem {
    position:relative;
    background-position: bottom;
    background-size: cover;
    overflow:hidden;
}

/*.SliderItem::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 50%;*/
/*    height: 70%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #0081d21a;*/
/*    backdrop-filter: blur(20px);*/
/*    filter: blur(11px);*/
/*    clip-path: polygon(80% 0, 100% 59%, 64% 100%, 0 83%, 0 0);*/
/*}*/

.ContentCOntainer {
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.ContentCOntainer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 60%;
    top: 0;
    filter: blur(121px);
    background: #004fb3;
}
.InnerContentBox {
    position: relative;
    z-index: 2;
    width: 45%;
}
.HeroTitle {
    font-size: 35px;
    font-weight: 700;
    color: white;
}

.HeroTitle span {
    position: relative;
    padding: 1px 20px;
    margin-left: 13px;
}
.HeroTitle span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    background: #ffb340;
    clip-path: polygon(0 0, 50% 0, 50% 10%, 10% 10%, 10% 50%, 0% 50%);
}
.HeroTitle span::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 0px;
    bottom: 0px;
    background: #ffb340;
    clip-path: polygon(90% 90%, 90% 50%, 100% 50%, 100% 100%, 50% 100%, 50% 90%);
}
.HeroParaGraph {
    color: white;
    font-size:14px;
}
.ButtonBox {
    display: flex
;
    gap: 10px;
}
.button1 {
    width: 177px;
    height: 50px;
    position: relative;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 50px;
    background: #001561;
    padding-left: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.button1 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50px;
    color:#001561;
}
.button2
 {
    width: 177px;
    height: 50px;
    position: relative;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 50px;
    background: #fff;
    padding-left: 25px;
    color: #001561;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.button2 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001561;
    border-radius: 50px;
    color:#fff;
}

.titleNew{
    font-size: 35px;
    line-height: 1.03;
    font-family: "Radio Canada Big", serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-align:center;
}
.sectionHeader{
    width:100%;
}
.SrvCard {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 24%;
}
.SrvIcon {
    width: max-content;
    height: 70px;
    width: 70px;
    border-radius: 60px 60px 30px 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.SrvCard:nth-child(1) .SrvIcon { 
    background: #f05454;
}
.SrvCard:nth-child(2) .SrvIcon { 
    background: #6c57d2;
}
.SrvCard:nth-child(3) .SrvIcon { 
    background: #eac02b;
}
.SrvCard:nth-child(4) .SrvIcon { 
    background: #49dca2;
}
.SrvIcon .back-icon {
    width: 35px;
    filter: invert(1);
}
.SrvCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.SrvContent h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.SrvContent p {
    text-align: center;
    line-height: 1.4;
}

.SrvCardBtn {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #f05454;
}

.SrvCard:nth-child(1) .SrvCardBtn { 
    color: #f05454;
}
.SrvCard:nth-child(2) .SrvCardBtn { 
    color: #6c57d2;
}
.SrvCard:nth-child(3) .SrvCardBtn { 
    color: #eac02b;
}
.SrvCard:nth-child(4) .SrvCardBtn { 
    color: #49dca2;
}



.title2 {
    font-size: 35px;
    line-height: 1.03;
    font-family: "Radio Canada Big", serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.title2white {
    font-size: 35px;
    line-height: 1.2;
    font-family: "Radio Canada Big", serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}
.numberNew {
    color: #000000;
    font-size: 50px;
    font-weight: 800;
    font-family: "Radio Canada Big", serif;
    line-height: 1;
    margin-bottom: 23px;
}
.cardofCounter {
    background: white;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 25px;
    padding: 25px;
    width: 32%;
}
.cardofCounterContainer {
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.CardTag {
    font-size: 15px;
    padding: 0px 8px;
    width: max-content;
    font-weight: 600;
}

.cardofCounter:nth-child(1) .CardTag {
    background: #ffdddd;
    border: 1px solid #f05454;
    color: #f05454;
}
.cardofCounter:nth-child(2) .CardTag {
    background: #ddd6ff;
    border: 1px solid #6c57d2;
    color: #6c57d2;
}
.cardofCounter:nth-child(3) .CardTag {
    background: #fffae9;
    border: 1px solid #eac02b;
    color: #eac02b;
}
.BlackSection {
    position: relative;
    min-height: 690px;
    background: #001561;
}
.StyleImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}
.DotStyleImage {
    position: absolute;
    width: 500px;
    right: 0;
    bottom: 0;
}

.about-company-content {
    padding: 50px 0;
}
.TitleOfTag {
    color: #f05454;
}
.white{
    color:white;
}

.StepCard {
    border-radius: 34px;
    display: flex;
    gap: 20px;
    position: relative;
    padding: 20px 0;
}
.StepCard::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 78px;
    left: 40px;
    top: 102px;
    background: no-repeat;
    border-left: 1px dashed #f05454;
}
.StepCard:nth-child(3)::after {
    display:none;
}
.StepContent{
    flex:1;
}

.StepIcon {
    width: 80px;
    height: 80px;
    background: no-repeat;
    color: #f05454;
    border-radius: 50%;
    border: 1px dashed #f05454;
    display: flex;
    align-items: center;
    justify-content: center;
}
.StepContent h3{
    font-size:22px;
    font-weight:600;
    color:white;
}
.StepContent p{
    color:white;
}

.custom-gallery {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-gallery-item {
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    transition: transform .3s ease;
    width: 24%;
    aspect-ratio: 9 / 6;
}
.custom-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .3s ease;
    object-fit: cover;
}
  .custom-gallery-item:hover img {
    transform: scale(1.05);
  }

  /* Popup styles */
  .custom-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .custom-popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }
  .custom-popup-close,
  .custom-popup-prev,
  .custom-popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
  }
  .custom-popup-close {
    top: 20px;
    right: 30px;
    transform: none;
    font-size: 35px;
  }
  .custom-popup-prev { left: 30px; }
  .custom-popup-next { right: 30px; }
  
.logoCont {
    margin-top: -40px;
    position: relative;
    z-index: 5;
    background: white;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 20px 25px;
    border-radius: 200px;
}

.PopLogoImg {
    width: 80%;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
}
.PartnerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-left: 40px;
    margin-top: -46px;
    text-transform: uppercase;
    color: white;
}
.SliderFirstItem{
    background-image: url('/assets/img/45.png');
    
}
.SliderSecondItem{
    background-image: url('/assets/img/654.png');
}
.SrvCardBox {
    display: flex;
    gap: 15px;
       display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
.SrvCard {
        width: 48%;
    }
}
@media only screen and (max-width: 992px) {
    .cardofCounter {
    flex: 1;
}
}



@media only screen and (max-width: 768px) {
    .SliderFirstItem{
        background-image: url('/assets/img/gh-phone1.png');
    }
    .SliderSecondItem{
        background-image: url('/assets/img/gh-phone2.png');
    }
    .InnerContentBox {
        width: 100%;
    }
    .SliderItem {
        padding: 20px;
    }
    .HeroTitle {
    font-size: 25px;
}
    .HeroTitle span{
    margin-left:0 ;
    padding:0;
}
.HeroTitle span::after{
    display:none;
}
.HeroTitle span::before{
    display:none;
}
.HeroParaGraph {
    line-height: 1.2;
}
.ButtonBox{
    display:none;
}
.SrvCard {
        width: 100%;
    }
    .cardofCounter {
           flex: auto;
    width: 100%;
}
.StyleImage {
    
    display: none;
}
.MainSlider {

    height: 75vh;
}
}




.ht-menu-wrapper .ht-menu-area {
    background-color: #001561;
    border-right: none;
}

.ht-menu-wrapper .ht-menu-toggle {
    color: #001561;
    background-color: #fff;
}
.ht-menu-wrapper .mobile-menu-wrapper {
    overflow-y: visible;
    max-height: max-content;
}
.ht-menu-wrapper .ht-menu-area {
    max-width: 90%;
}


