@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}


.col_sm2_2 {
    width: 50%;
    float: left;
    margin: -0.2% 0;
}


.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm5-5{
    width: 10%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1920px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1920px;
}

.top3 {
    width: 80%;
    margin: 0 auto;
    max-width: 1920px;
}


.top4 {
	width: 95%;
	margin: 0 auto;
	max-width: 1920px;
}

.logo-flex{
    display: flex;
    justify-content: center;
}

.logo {
    width: 130px;
    margin: 1% 0;
    position: relative;
    z-index: 9;
}

.logo h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 40px;
    line-height: 140%;
    margin: 3%;
    color: #fff;
}

.navbarrr {
    width: 98%;
    float: right;
    margin: 2% 1%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    justify-content: end;
}

.phone-display{
    display: none !important;
}

.btn a{
    border: 1px solid #56b6f6;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    margin: 10px 18px;
    border-radius: 9px;
    transition: all 0.5s ease-in-out;
}

.btn a:hover{
    background: #3185bd;
}

.btn2{
    width: 100%;
    text-align: center;
}

.btn2 a{
    background: #56b6f6;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    border-radius: 9px;
    transition: all 0.5s ease-in-out;
}

.btn2 a:hover{
    background: #3185bd;
}


.fix_nav {
    position: absolute;
    z-index: 9999;
    background: #042d669e;
}

.img {
    width: 100%;
}



.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #56b6f6;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #3f3f3f;
}


/*counter*/

    .counter-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 20px;
        gap: 100px;
    }

    .counter-box {
        position: relative;
        opacity: 0;
        transform: translateY(15px);
        transition: all 1s ease;
        width: fit-content;
    }

    .counter-box.visible {
        opacity: 1;
        transform: translateY(0);
    }

        .counter-number {
            font-family: "Inter Tight", sans-serif;
            font-size: 140px;
            font-weight: 800;
            color: rgb(219 239 253);
            transition: color 1s ease;
            width: 245px;
            text-align: center !important;
            display: inline-block;
        }

    /*.counter-number{
        width: 100%;
    }
*/
    .counter-text {
        font-family: "Inter Tight", sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
        white-space: nowrap;
        text-align: center;
    }

    .divider {
        width: 1px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.1);
    }


    /*testi*/
.img-main {
  width: 100%;
  display: none;
  transition: opacity 0.8s ease-in-out;
}

.img-main.active {
  display: block;
  opacity: 1;
}

.test-box {
  background: #000;
  width: 71%;
  margin: 1%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.text-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 300px;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

/* --- fade animation --- */
.slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.test-box p {
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  line-height: 118%;
  color: #fff;
  text-align: left;
  font-weight: 500;
  margin: 0 5%;
}

.test-box h2 {
  font-family: "Inter Tight", sans-serif;
  line-height: 140%;
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  margin: 2% 5%;
}

.test-box h3 {
  color: #979797;
  font-family: "Inter Tight", sans-serif;
  line-height: 140%;
  font-size: 18px;
  font-weight: 400;
  margin: 2% 5%;
}

.test {
  padding: 100px 0;
  background: #5bc9fb;
}

.test-flex {
  display: flex;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

@media(max-width: 768px) {
  .test-box {
    flex-direction: column;
    width: 90%;
  }
  .text-slider {
    min-height: auto;
  }
  .test-box p {
    font-size: 22px;
  }
}


/*slider*/

.imageSliderContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.imageSlide {
  width: 100%;
  display: none;
  transition: opacity 1s ease-in-out;
}

.imageSlide.activeSlide {
  display: block;
  opacity: 1;
}

.slideButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.slideButton.prevBtn { left: 10px; }
.slideButton.nextBtn { right: 10px; }

.slideButton:hover {
  background: rgba(0,0,0,0.7);
}
/*------------------------------------------
footer
------------------------------------------*/

.ftr{
    background: #000;
}

.ftr_btn{
    background: #000;
    border-top: 1px solid #6e6e6e94;
}

.ftr img{
    width: 60%;
}

.ftr h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Inter Tight", sans-serif;
    color: #fff !important;
}

.ftr p{
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Inter Tight", sans-serif;
    color: #fff !important;
}

.ftr_btn p{
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    margin:0 !important;
}
.ftr_btn a{
    color: #fff;
}

.ftr_flex{
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a{
    color: #fff;
}


.ftr_right{
    text-align: right;
}

.fa-brands{
    font-size: 14px;
}

.fa-whatsapp{
    font-size: 35px;
}

.footer ul li{
    list-style: none;
}

.footer ul li a{
    font-size: 18px;
    line-height: 180%;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.brd{
    border-bottom: 1px solid #ccc;
}


/*------------------------------------------
Main Code 
------------------------------------------*/
.banner{
    background-color: #000;
}

.banner-sub{
    background: #000;
    height: 90vh;
}

.left-top-text p{
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    width: 27%;
    font-size: 18px;
    position: absolute;
    top: 220px;
    left: 62px;
}

.left-middle-text {
    color: #fff;
    position: absolute;
    top: 41%;
    right: 54%;
}

.left-middle-text h3{
	font-family: "Inter Tight", sans-serif;
	line-height: 140%;
	font-size: 25px;
	text-align: right;
	color:#56b6f6;
	font-weight: 500;
}

.left-middle-text h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 65px;
    line-height: 118%;
    color: #fff;
    text-align: right;
    font-weight: 500;
}





    .left-bottom-text h2{
        color: #fff;
        font-size: 280px;
        font-family: "Inter Tight", sans-serif;
        position: absolute;
        bottom: 3%;
        left: 3%;
        font-weight: 500 !important;
            z-index: 9;
    }



    .left-bottom-text strong{
        color:#56b6f6;
    }


    .about{
        background-color: #f6f5f0;
        padding: 100px 0;
    }

    .about h6{
        font-family: "Inter Tight", sans-serif;
        line-height: 140%;
        font-size: 16px;
        text-align: left;
        color: #000;
        font-weight: 500;
        margin-bottom: 1%;
    }

    .about h2{
        font-family: "Inter Tight", sans-serif;
        font-size: 55px;
        line-height: 118%;
        color: #000;
        text-align: left;
        font-weight: 500;
    }

    .about p{
        color: #979797;
        font-family: "Inter Tight", sans-serif;
        line-height: 140%;
        font-size: 18px;
        font-weight: 400;
    }

    .counter-flex{
        display: flex;
    }

    .counter{
        width: 50%;
        margin: 4% 1%;
    }

    .counter hr{
        opacity: 0.3;
    }
      
    .counter h5{
        font-family: "Inter Tight", sans-serif;
        font-size: 20px;
        line-height: 118%;
        color: #000;
        text-align: left;
        font-weight: 500;
        margin-top: 3%;
    }


    .images-box2 {
        position: relative;
        cursor: pointer;
    }

    .images-box2 img {
        width: 100%;
        height: auto;
        transition: transform 0.6s ease;
        display: block;
    }

    .images-box2:hover img {
        transform: scale(1.1);
    }


    .images-box {
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .images-box img {
        width: 100%;
        height: auto;
        transition: transform 0.6s ease;
        display: block;
    }

    .images-box:hover img {
        transform: scale(1.1);
    }

    .text-box {
        text-align: center;
        padding: 10px 0;
        margin: 2% 0;
    }

    .text-box h2 {
    	font-family: "Inter Tight", sans-serif;
        font-size: 30px;
    	line-height: 118%;
    	color: #00BBFE;
    	text-align: center;
    	font-weight: bold;
    	margin-bottom: 0%;
    }

    .text-box p{
    	color: #333333;
    	font-family: "Inter Tight", sans-serif;
    	line-height: 140%;
    	font-size: 18px;
    	font-weight: 400;
    	text-align: center;
    }


    .text-box22 {
        text-align: center;
        padding: 10px 0;
        margin: 2% 0;
    }

    .text-box22 h2 {
    	font-family: "Inter Tight", sans-serif;
    	font-size: 23px;
    	line-height: 118%;
    	color: #00BBFE;
    	text-align: left;
    	font-weight: bold;
    	margin-bottom: 0%;
    }

    .text-box22 p{
    	color: #333333;
    	font-family: "Inter Tight", sans-serif;
    	line-height: 140%;
    	font-size: 18px;
    	font-weight: 400;
    	text-align: left;
    }


    .images-box2 img {
      width: 100%;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .images-box2 img:hover {
      transform: scale(1.05);
    }

    .remodal {
      background: #000;
      color: #fff;
      border-radius: 20px;
      padding: 30px;
    }

    .remodal h2 {
        font-family: "Inter Tight", sans-serif;
        color: #00bfff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .remodal p {
        font-family: "Inter Tight", sans-serif;
        color: #000;
        font-size: 16px;
        line-height: 140%;
    }

    .box-re {
        background: #fff;
        color: #000;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .loop {
        overflow: hidden;
        width: 100%;
        background: #fff; /* optional */
        padding:60px 0 ;
    }

    .loop-text {
        display: inline-block;
        white-space: nowrap;
        font-family: "Inter Tight", sans-serif;
        font-size: 145px;
        font-weight: 600;
        color: #000;
        animation: slideLoop 20s linear infinite;
    }

    /* Keyframes for seamless scroll */
    @keyframes slideLoop {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }


    .quality-work{

        background: #000;
    }


    .quality-work2{
        padding: 80px 0 40px 0;
    }

    .quality-work-flex{
        display: flex;
        gap: 5%;
    }


    .quality-work-flex h6{

        font-family: "Inter Tight", sans-serif;
        line-height: 140%;
        font-size: 30px;
        text-align: left;
        color: #fff;
        font-weight: 500;
        margin-bottom: 1%;
    
    }

    .quality-work-flex h2{
        font-family: "Inter Tight", sans-serif;
        font-size: 55px;
        line-height: 118%;
        color: #54b8f9;
        text-align: left;
        font-weight: 500;
    }

    .quality-work-flex  p{
        color: #fff;
        font-family: "Inter Tight", sans-serif;
        line-height: 140%;
        font-size: 20px;
        font-weight: 400;
        margin-top: 18px;
    }






.popular-badge {
    font-family: "Inter Tight", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0b83bf;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 8px;
}

.card-header {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    background: #01bbff;
}

.card-header2 {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    background: #000;
}

.plan-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.plan-price {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.plan-price .currency {
    font-size: 16px;
    font-weight: 500;
    vertical-align: super;
    color: #fff;
}

.plan-price .period {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
}

.plan-description {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.box-price h2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #9e9e9e;
    display: inline !important;
    text-decoration: line-through;
}


.card-features {
    padding: 2rem;
}

.card_pdg {
    min-height: 418px;
}

.feature-list {
    list-style: none;
}

.feature-item {
    font-family: "Inter Tight", sans-serif;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 15px;
    text-align: center;
}

.feature-item1 {
   font-family: "Inter Tight", sans-serif;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 15px;
    text-align: center;
    text-decoration: line-through;
}

.feature-icon {
    color: #0c84bf;
    margin-right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    height: 20px;
    width: 20px;
}

.card-footer {
    padding: 0 2rem 2rem 2rem;
    text-align: center;
}

.btn_serv {
    font-family: "Inter Tight", sans-serif;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
    font-size: 1rem;
}

.btn_primary_serv {
    background-color: #03baff;
    color: white;
}

.btn_primary_serv:hover {
    background-color: #0683bd;
}

.btn-outline_serv {
    background-color: transparent;
    color: #027fbf;
    border: 2px solid #027fbf;
}

.btn-outline_serv:hover {
    background-color: #03baff;
    color: white;
}

.additional-info {
    text-align: center;
    margin-top: 4rem;
    color: #6b7280;
}

.additional-info p {
    margin-bottom: 1rem;
}

.additional-info a {
    color: #4f46e5;
    text-decoration: none;
    font-weight: 600;
}

.additional-info a:hover {
    text-decoration: underline;
}

/* Icon Bullets */
.icon-bullets {
    list-style: none;
    padding-left: 0;
}

.icon-bullets ul {
    list-style: none;
}

.icon-bullets li {
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 3%;
    color: #000;
    margin-bottom: 2%;
    line-height: 140%;
    font-size: 17px;
    text-align: justify;
}

.icon-bullets li a {
    text-decoration: none;
    color: #000;
}

.icon-bullets li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 0;
    color: #0a84c0;
    font-size: 20px;
    font-weight: bold;
}




.mrg-top p{
    margin-bottom: 17%;
    margin-top: 2%;
}

.mrg-bottom p{
    margin-top: 17%;
}

.project{
    background: #000;
    padding: 100px 0;
}

.project h6{
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1%;
}

.project h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #54b8f9;
    text-align: center;
    font-weight: 500;
position: relative;
}


.project h2::before{
    content: "";
    width: 168px;
    z-index: 99;
    position: absolute;
    text-align: center;
    background: #4fadea;
    height: 7px;
    left: 45%;
    bottom: -27%;
}

.text-box2 h3{
    font-family: "Inter Tight", sans-serif;
    font-size: 33px;
    line-height: 118%;
    color: #54b8f9;
    text-align: center;
    font-weight: 600;
    margin: 3%;
}

.text-box2 h5{
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1%;
}
.text-box2 p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.logo3{
    width: 100%;
    text-align: center;
}

.logo3 img{
    width: 146px;
    padding-bottom: 1%;
}

.box{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 4%;
}

.box h2{
    color: #000;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}


.box h3{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}

.box2{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}

.box2 h2{
    color: #000;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}

.box2 h3{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}

.project-text h2{
    color: #161e1f;
    font-size: 429px;
    text-align: center;

}


.project-second-part {
    background-color: #000;
    padding: 100px 0;
}

.project-second-part h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-left: 10vh;
}

.project-second-part p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}


.right-content{
    position: absolute;
    right: 13%;
}



.news{
    background: #fff;
    padding: 0 0 20px 0;

}

.news h6{
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 1%;
    padding: 3% 3% 1% 5%;
}

.news h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 28px;
    line-height: 118%;
    color: #000;
    text-align: left;
    font-weight: 500;
    padding: 0% 3% 1% 5%;
}

.news h3{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    margin: 1% 5%;   
}

.news p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    margin: 1% 5%;
}

.cta {
    padding: 100px 0;
}

.cta h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #000;
    text-align: left;
    font-weight: 400;
}

.cta a{
    color: #56b6f6;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.cta a:hover{
    color: #000;
}

.social-links{
    display: flex;
    gap: 10px;
}

.facebook a, .instagram a, .behance a, .twitter a{
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc7a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facebook a:hover, .instagram a:hover, .behance a:hover, .twitter a:hover{
    color: #ccc;
}

.hover-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .hover-text img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }


.main-txt h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #000;
    text-align: left;
    font-weight: 500;
}


.main-txt h3 {
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 25px;
    text-align: left;
    color: #56b6f6;
    font-weight: 500;
}


.main-txt  p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
}

  
  /* Overlay styling */
  .hover-text .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Text styling */
  .hover-text .text {
    padding: 10px;
    font-family: "Inter Tight", sans-serif;
    font-size: 30px;
    line-height: 118%;
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-bottom: 1%;
  }
  
  /* Hover Effects */
  .hover-text:hover img {
    transform: scale(1.1);
  }
  
  .hover-text:hover .overlay {
    opacity: 1;
  }
  
  .pdg{
    padding: 60px 0 60px 0;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    padding-top: 3%;
}

.box-shd{
    background: #f4f4f4;
    border-radius: 0px 0px 35px 35px;
}

.cont-head h1 {
    font-family: "Inter Tight", sans-serif;
    font-size: 46px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.cont-txt h4{
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1%;
}

.cont-txt h3{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 100%;
    color: #fff;
    text-align: justify;
    font-weight: 600;
}

.cont-txt p{
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: auto;
}

.info-item {
    font-family: "Inter Tight", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

/*.info-item i {
    color: #56b6f6; 
    font-size: 18px;
    flex-shrink: 0;
}*/

.info-item i {
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    background: #56b6f6;
    padding: 10px;
    border-radius: 50%;
}

.info-item span, 
.info-item a {
    font-family: "Inter Tight", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 140%;
    font-size: 16px;
}



.info-item a:hover {
  text-decoration: underline;
}

.info-item strong {
  color: #000;
  font-weight: 600;
}



/**/

.info-item1 {
    font-family: "Inter Tight", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

/*.info-item i {
    color: #56b6f6; 
    font-size: 18px;
    flex-shrink: 0;
}*/

.info-item1 i {
  color: #fff;
  font-size: 15px;
  background: #56b6f6;
  padding: 10px;
  border-radius: 50%;
  width: 15px;          /* Make width and height equal */
  height: 15px;
  display: flex;        /* Center the icon */
  align-items: center;
  justify-content: center;
}


.info-item1 span, 
.info-item1 a {
    font-family: "Inter Tight", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 140%;
    font-size: 16px;
}



.info-item1 a:hover {
  text-decoration: underline;
}

.info-item1 strong {
  color: #000;
  font-weight: 600;
}





/* Optional: make icon and text nicely aligned in a row for larger layouts */
@media (min-width: 768px) {
  .contact-info {
    align-items: flex-start;
  }
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    padding: 0;
    margin-left: 8%;
}

.bullet ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}

.bullet ul li a:hover {
    color: #003469;
}

.banner-text{
    background-image: url(../images/services-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.banner-text  h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner-text p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 2%;
}


.services-banner {
    background-image: url(../images/service-banner-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This keeps the image fixed */
}

.pricing-banner {
    background-image: url(../images/project-banner-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This keeps the image fixed */
}

.testi-bg {
    position: relative;
    background-image: url(../images/testi-bg.jpg);
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

/* Glass blur overlay */
.testi-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

/* Ensure content stays above the overlay */
.testi-bg > * {
    position: relative;
    z-index: 2;
}

.test-flex {
      display: flex;
      justify-content: center;
    }


.project-banner {
    background-image: url(../images/project-banner-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This keeps the image fixed */
}


.project-banner-text  h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 170px;
}

.project-banner-text3 h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding-top: 57px;
}


.text-box222 {
    text-align: center;
    padding: 11px 0;
    margin: 2% 24px;
}

.text-box222 h2 {
        font-family: "Inter Tight", sans-serif;
        font-size: 23px;
        line-height: 118%;
        color: #00BBFE;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0%;
    }

    .text-box222 p{
        color: #333333;
        font-family: "Inter Tight", sans-serif;
        line-height: 140%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

.banner-text2{
    background-image: url(../images/project-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-text2  h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner-text2 p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 2%;
}

.banner-text3{
    background-image: url(../images/pricing-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.banner-text3  h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner-text3 p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 2%;
}


.banner-text4{
    background-image: url(../images/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 34px;
}

.banner-text4  h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}


.banner-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}


.services h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 30px;
    line-height: 118%;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin: 1% 0;
}

.services p{
        color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.services2{
    background-image: url(../images/services-banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(5px);
}


.product-image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pdp-product-image {
    margin-bottom: 0px;
    width: 100%;
}


.product-thumbs a {
    padding: 0 !important;
}

.product-thumbs a img {
    border-radius: 3px;
    width: 166px;
    border: none;
}

.cell {
    margin: 0% !important;
}

.prd_slide_flex {
    width: 100%;
}

.prd_slide_flex li {
    list-style: none;
}


.project2 h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 30px;
    line-height: 118%;
    color: #000;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0%;
}

.project2 p{
    color: #979797;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}


.pricing{
    background-image: url(../images/pricing-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pricing h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 204px;
}

.pricing h3{
    font-family: "Inter Tight", sans-serif;
    font-size: 45px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 1%;
}

.pricing p{
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 22px;
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
}

.pricing-box{
    background: #000;
}

.pricing-box-sub{
    border: 2px solid #56b6f6;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000;

}

.pricing-box-sub h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 38px;
    line-height: 118%;
    color: #56b6f6;
    text-align: center;
    font-weight: 500;
    padding-top: 15px !important;
}

.pricing-box-sub h3{
    font-family: "Inter Tight", sans-serif;
    font-size: 28px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 17px 0 0;
}

.pricing-box-sub p{
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 22px;
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
}

.img-box img{
    border-radius: 48px;
    height: 82vh;
    object-fit: cover;
}

.img-box2 img {
    border-radius: 48px;
    height: 49vh;
    object-fit: cover;
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1920px) {

    .left-middle-text h2{
        font-family: "Inter Tight", sans-serif;
        font-size: 48px;
        line-height: 118%;
        color: #fff;
        text-align: right;
        font-weight: 500;
    }

    .left-bottom-text h2{
        color: #fff;
        font-size: 180px;
        font-family: "Inter Tight", sans-serif;
        position: absolute;
        bottom: 0%;
        left: 3%;
        font-weight: 500 !important;
            z-index: 9;
    }

}

@media only screen and (max-width:1650px){
    .counter-section {
        gap: 60px;
    }
}

@media only screen and (max-width :1600px) {
    .project-text h2 {
        font-size: 361px;
    }

    .product-thumbs a img {
        width: 139px;
    }
    .project h2::before {
        left: 43%;
    }

    .img-box img {
        height: 88vh;
    }

    .img-box2 img {
        height: 52vh;
    }

    .counter-section {
        gap: 30px;
    }
    
 }

@media only screen and (max-width :1500px) { 
    .product-thumbs a img {
        width: 129px;
    }

    .counter-section {
        gap: 50px;
    }
    

    .banner-sub {
        height: 100vh;
    }

    .banner img{
        height: 100vh;
        object-fit: cover;
    }

    .project-text h2 {
        font-size: 337px;
    }

}


@media only screen and (max-width :1450px) { 

    .counter-section {
        gap: 48px;
    }
}



@media only screen and (max-width :1400px) { 
    .counter-section {
        gap: 30px;
    }

    
    .product-thumbs a img {
        width: 121px;
    }

    .left-bottom-text h2 {
        font-size: 226px;
    }
}



@media only screen and (max-width :1300px) {

    .top4 {
        width: 90%;
    }
    .product-thumbs a img {
        width: 112px;
    }

    .top3 {
        width: 95%;
    }
 }



@media only screen and (max-width :1200px) {
    .product-thumbs a img {
        width: 102px;
    }

    .quality-work-flex {
        gap: 5%;
    }

    .project-text h2 {
        font-size: 309px;
    }

    .right-content {
        right: 5%;
        margin-top: 1%;
    }

    .test-box {
        width: 96%;
    }

}

@media screen and (max-width: 1100px) {
    .counter-section {
        gap: 44px;
    }

    .product-thumbs a img {
        width: 94px;
    }

    .left-bottom-text h2 {
        font-size: 193px;
    }
}

@media only screen and (max-width :1000px) {
    .counter-section {
        gap: 31px;
    }

    .product-thumbs a img {
        width: 84px;
    }

    .col_sm4 {
        width: 98%;
    }
    .col_sm5 {
        width: 98%;
    }

    .col_sm5-5 {        
        width: 98%;
    }

    .project h2::before {
        left: 41%;
        bottom: -9%;
    }
}


@media only screen and (max-width:960px) {

    .counter-section {
        gap: 31px;
        flex-wrap: wrap;
    }

    #wowslider-container1 .ws_images img {
        height: 85vh !important;
    }
    .phone-display {
        display: block !important;
    }

    .counter-box {
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    transition: all 1s ease;
    width: 100%;
}
.divider {
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.ftr img {
    width: 23%;
}

    .navbarrr {
        z-index: 99;
    }
    .col_sm3 {
        width: 48%;
    }

    .col_sm88 {
        width: 98%;

    }
    .col_sm8 {
        width: 98%;
    }

    .product-thumbs a img {
        width: 183px;
    }


    .left-bottom-text h2 {
        font-size: 154px;
    }

    .project-text h2 {
        font-size: 255px;
    }

    .btn{
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .product-thumbs a img {
        width: 179px;
    }
    
    .col_sm2 {
        width: 98%;

    }

    .quality-work-flex {
        flex-wrap: wrap;
    }

    .col_sm2_2 {
        width: 98%;
    }

    .left-top-text p {
        display: none;
    }

    .left-middle-text h3 {
        text-align: left;
    }

    .left-middle-text h2 {
        text-align: left;
    }

    .left-middle-text {
        top: 23%;
        left: 3%;
        width: 100%;
    }

    .left-middle-text h2 {
        font-size: 48px;
    }

    .left-bottom-text h2 {
        top: 42%;
    }

    .banner-sub {
        height: 58vh;
    }

    .test-box {
        width: 100%;
        flex-wrap: wrap;
    }

    .project-second-part h2 {
        margin-left: 0;
    }

    .right-content {
        left: 3%;
    }

    .project-text h2 {
        font-size: 182px;
    }


    .left-bottom-text h2 {
        font-size: 87px;
    }

}


@media only screen and (max-width : 700px){
    .product-thumbs a img {
        width: 156px;
    }

    .text-box2 h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width:600px) {

    .project h2::before {
        left: 37%;
    }

    .col_sm3 {
        width: 98%;
    }

    .product-thumbs a img {
        width: 134px;
    }

    .project-text h2 {
        font-size: 155px;
    }
}

@media only screen and (max-width:500px) {
    .project h2::before {
        left: 32%;
    }

    .product-thumbs a img {
        width: 110px;
    }
}


@media only screen and (max-width:400px) {
    .product-thumbs a img {
        width: 87px;
    }

    .left-bottom-text h2 {
        font-size: 62px;
    }
    .col_sm2_2 {
        width: 101%;
    }
}

@media only screen and (max-width:360px) {
    .product-thumbs a img {
        width: 77px;
    }

    .project h2::before {
        left: 26%;
    }
}
