/*HEADER AD FOOOTER CSS*/

h1{
  font-size: 48px !important;
}
h2{
   font-size: 32px !important; 
}
h3{
   font-size: 24px !important;
}
/*p{*/
/*   font-size: 20px !important;*/
/*}*/
p {
  font-size: 18px;
  line-height: 1.35;
}

body{
    font-family:Roboto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

.error {
    background: #ffe7e8;
    border: 1px solid red !important;
}
.headContainer .hImgDiv{
    padding-left: 20px;
}
.headContainer nav{
    padding-right: 20px;
}
.headContainer .hamburger{
    padding-right: 20px;
}
header{
    background-color: #ffffff;
    color:#000000;   
    min-height: 70px;  /*if screen is adjust and text or logo goes down then hight auto increase*/
    transition: 0.6s;
    height: 100px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e3e3e38a;
    
}
/*.container{*/
/*    width: 90%;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    border-bottom: 1px solid #dcdcdc;*/
/*    padding: 20px 0px;*/
/*}*/

.container {
    width: 100%;
    padding: 0 20px; /* same as earlier padding */
    margin: 0 auto;
    box-sizing: border-box;
}

   /*header Start  */
 /*.headContainer{*/
 /*   display: flex;*/
 /*   align-items: center;*/
 /*   justify-content: space-between;*/
 /*   border-bottom: unset;*/
    /*transition: all 0.5s ease-in-out;*/
 /*   transition: all 0.8s ease-in-out;*/
 /*   position: fixed;*/
 /*   position: relative;*/
 /*   z-index: 10;*/
 /*}*/
/* .headContainer{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    border-bottom: unset;*/
/*    transition: transform 1.5s ease-out, opacity 1.5s ease-out;*/
    /*transition: all 0.3s ease;*/
/*    position: fixed;*/
/*    position: relative;*/
/*    z-index: 10;*/
/* }*/

/*.sticky{*/
    /*pa dding: 10px 0;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    z-index: 50;*/
/*    top:0;*/
/*    position: fixed;*/
/*    border-bottom: 1px solid #e3e3e38a;*/
/*    padding: 0 20px;*/
/*    height: 100px;*/
/*}*/


.headContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    /*transition: all 0.4s ease;*/
    z-index: 10;
    background-color: transparent;
    transform: translateY(0px);
    transition: transform 0.8s ease, opacity 0.8s ease
}

.sticky {
    position: fixed;
    top: -100px; /* Start hidden above */
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    height: 100px;
    z-index: 50;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transform: translateY(100px); /* Slide down */
    transition: transform 0.8s ease, opacity 0.8s ease;
}



.sticky-font{
    font-size: 16px;
}
.sticky-image{
    width: 235px;
    height: 65px;
}
.hImgDiv img{
    width:300px;
    height:80px;
}

 header a{
    color:#000000;
    text-decoration: none;    
    font-size: 16px;
}
header ul{
    display: flex;
    gap: 20px;
    list-style: none;
 }

header li{
    float: left;
    display: inline;
    padding: 8px 20px 8px 20px ;    
 }
 header .current a{
    color:#ffffff;    
 }
 header .current {
    background-color: #003399;
    border-radius: 30px;      
 }
 header li:hover{
    background-color: #96CBFF;      
    border-radius: 30px;     
    transition: background-color 0.3s ease-in-out; 
 }
 header a:hover{
    color: #ffffff;
    text-shadow: 0 0 1px #8888;
 }
 body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .hamburger{
    display:none;
}
nav {
    transition: all 0.3s ease;
    /*background: #fff; */
    z-index: 999;     /* make sure it's on top */
}

@media only screen  and (max-width: 883px) {
     .footerContent {
        display: flex;
        justify-self: unset; 
        column-gap: 32px;
    }
    .hImgDiv img {
        width: 300px;
        height: 80px;
    }
    .headContainer .hImgDiv {
       padding-left: 0px; 
    }
    /* .headContainer{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    border-bottom: unset;*/
    /*    transition: unset;*/
        /*position: fixed;*/
    /*    position: relative;*/
    /*    z-index: 10;*/
    /*}*/
    /*.sticky {*/
    /*    padding: 10px 0;*/
    /*    background-color: #fff;*/
    /*    width: 100%;*/
    /*    margin: auto;*/
    /*    z-index: 50;*/
    /*    top: 0;*/
    /*    position: fixed;*/
    /*    border-bottom: 1px solid #e3e3e38a;*/
    /*}*/
    header li:hover{
        background-color: #96CBFF;      
        border-radius: 0px;     
        transition: background-color 0.3s ease-in-out; 
    }
    header .current {
        background-color: #003399;
        border-radius: 0px;
    } 
    header ul {
        display: flex;
        gap: 0px;
        list-style: none;
    }
    header .hamburger{
        display:block;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 10px;
    }
    nav {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 80px; 
        left: 0;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-top: 20px;
    }
    .headContainer{
        height: 105px;
        width: 100%;
     }
    
    .hImgDiv {
        position: absolute;
        top: 15px; 
        left: 20px;
    }
    nav.open {
        display: block;
    }

    nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }
}
@media only screen and (min-width: 0px) and (max-width:400px) {
    .hImgDiv img {
        width: 250px;
        object-fit: contain;
    }
}
@media only screen and (min-width: 884px) and (max-width:1024px) {
     header .hamburger{
        display:none;
    }
    nav {
        display:block;
    }
}


@media only screen and (min-width: 884px) and (max-width:1024px) {
     header .hamburger{
        display:none;
    }
    nav {
        display:block;
    }
}

/*new changes*/
/*.headContainer {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.headContainer img {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.headContainer nav ul li a {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*new changes*/


/* contactus start */
.contact-us .contact-us-container{
    display: flex;
    padding: 0;
    justify-content: center;
    max-width: 2000px;
    margin: auto;
    margin-top: 60px
}
.contact-us h2{
    color: #3393F1;
    font-size: 1.6em;
    margin-top: 0;
}
.contact-us h1{
    font-size: 3em;
    margin: 0;
}
.contact-us img {
    max-width: 100%;
}
.contact-us .contact-us-text{
    text-align: center;
    display: grid;
    gap: 10px;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us{
    padding: 65px 0 !important;
}
.contact-us .content{
    max-width: 90%;
    margin: auto;
    align-items: center;
}

.contact-us .map-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us .map-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.contact-us .map-chat{
    position: absolute;
    opacity: 0;
    top: 50px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us .contact-us-form{
    display: flex;
    width: 40%;
    justify-content: end;
    align-items: center;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us .contact-us-form form{
    width: 85%;
}
.contact-us .contact-us-form ul li:not(:last-child){
    margin-bottom: 20px;
}


/*.contact-us .contact-us-form ul li:nth-last-child(2),*/
/*.contact-us .contact-us-form ul li:nth-last-child(3) {*/
/*   display: none;*/
/*}*/
/*.contact-us .contact-us-form ul li:nth-last-child(2) {*/
/*     color: green;*/
/*    font-style: italic;*/
/*    font-size: 15px;*/
/*}*/
/*.contact-us .contact-us-form ul li:nth-last-child(3) {*/
/*    color: orange;*/
/*    font-style: italic;*/
/*    font-size: 15px;*/
/*}*/

/*.contact-us .contact-us-form ul li:nth-last-child(-n+2) {
  display: none;
}
.contact-us .contact-us-form ul li:nth-last-child(2) {
    color: orange;
    font-style: italic;
    font-size: 15px;
}

.contact-us .contact-us-form ul li:last-child {
    color: green;
    font-style: italic;
    font-size: 15px;
}*/

/*.contact-us .contact-us-form form section:nth-of-type(2) ,.contact-us .contact-us-form form section:nth-of-type(3) {*/
/*  display: none;*/
/*}*/

.contact-us .contact-us-form ul li label{
    display: none;
}
.contact-us .contact-us-form input[type=text]{
    width: 95%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
}
.contact-us .contact-us-form textarea{
    height: 70px;
    width: 95%;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
    max-height: 70px;
    max-width: 95%;
}
.contact-us .contact-us-form input[type=submit]{
    background-color: #003399;
    color: #ffff;
    width: 212px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}
.contact-us .contact-us-form li div.btn{
    display: flex;
    justify-content: center;
}
.contact-us .contact-us-form input[type="text"],
.contact-us .contact-us-form textarea,
.contact-us .contact-us-form input[type="button"],
.contact-us .contact-us-form input[type="submit"] {
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 1px solid #ccc;
    padding: 8px;
    outline: none;
    font-family: Roboto;
}
.contact-us .contact-us-form input[type="text"]:hover,
.contact-us .contact-us-form textarea:hover,
.contact-us .contact-us-form input[type="button"]:hover,
.contact-us .contact-us-form input[type="submit"]:hover {
    /*box-shadow: 0 4px 10px #96CBFF;*/
    box-shadow: 0 4px 10px #8888;
}

.contact-us-form li.fld-aftersubmit, .contact-us-form li.fld-succSubmit{
    display: none;
}
.contact-us-form ul li.fld-aftersubmit{
    color: orange;
    font-style: italic;
    font-size: 15px;
}
.contact-us-form ul li.fld-succSubmit{
    color: green;
    font-style: italic;
    font-size: 15px;
}

#contactUs .contact-us-form input[type=button],
#contactUs .contact-us-form input[type=submit]{
    background-color: #003399;
    color: #ffff;
    width: 212px;
    height: 45px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}



@media only screen and (min-width: 0) and (max-width: 500px) {
    .contact-us .map-img img {
        width: 80%;
        height: 100%;
        object-fit: contain;
        position: relative;
    }
    .contact-us .map-img > img{
        width: 100%;
    }
    .contact-us .map-chat{
        left: 28px;
    }
    .contact-us .contact-us-form {
        display: block;
        width: 100%;
        justify-content: end;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
    .contact-us .contact-us-form form {
        width: 100%;
    }
    .contact-us .contact-us-form input[type=submit] {
        width: 280px;
    }
    .contact-us .contact-us-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 48px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
    .contact-us .map-chat {
        left: 64px;
        top: 25px;
    }
    .contact-us .map-img img {
        width: 80%;
        height: 100%;
        object-fit: contain;
        position: relative;
    }
    
    .contact-us .contact-us-form {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
    .contact-us .contact-us-form form {
        width: 90%;
    }

    .contact-us .contact-us-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 48px;
    }
}
@media only screen and (min-width: 801px) and (max-width:1024px) {
    .contact-us .contact-us-container {
        display: flex;
        justify-content: space-between;
    }
    .contact-us .map-img{
        width: 54%;
        display: block;
    }
    .contact-us .contact-us-form{
        width: 44%;
    }
    .contact-us .map-chat{
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }
    .contact-us .contact-us-form form {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
 
    .contact-us .contact-us-form {
        display: flex;
        width: 70%;
        justify-content: end;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
}

/* contactus end */


footer{
    background-color: #F8F8F8;
    /*height: 467px;*/
}
footer .container{
    /*height: 280px;*/
    display: grid
;
}
.footerImg{
    text-align: center;
    /*padding: 20px;*/
}
.footerImg img{
    /*width:328px;*/
    /*height:93px;*/
    width: 200px;
    margin-bottom: 15px;
}
footer .container .company-logo{
    font-size: 14px;
}
.footerContent{
    display: flex;
    /*justify-self: anchor-center;*/
    /*column-gap: 110px;*/
        
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;  
    width: 95%;
        

}
.footerEnd{
    background-color: #003399;
    color: #ffffff;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.footerEnd p{
    font-size: 0.9em!important;
    margin: 0;
}
.footerContent h3{
    width: 100%; 
    text-align: left; 
    margin-bottom: 10px;
}

.footer-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.footer-list li{
    display: flex;
    gap: 12px;
    align-items: center;
    
}

.footer-list li img{
    /*width: 100%;*/
    width: 26px;
}
.footerContent ul {
    display: flex;
    flex-direction: column; 
        gap: 10px;
}
.footerContent ul li{
    list-style: none;
}

.footerContent ul.pageLinks{
    /*flex-direction: row;*/
    /*gap: 15px;*/
    margin-top: 16px;
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
}

.footerContent ul.pageLinks li a:link,
.footerContent ul.pageLinks li a:visited,
.footerContent ul.pageLinks li a:hover,
.footerContent ul.pageLinks li a:active,
.footerContent .footer-list a,
.footerContent ul.company-info a
{
  color: #003399;
}

.footer-list li a img {
    height: 25px;
    width: 25px;
    padding: 5px;
}
.footer-list li {
    transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    border-radius: 5px;
    font-size: 14px;
    /*width: 35px;*/
    /*height: 35px;*/
}

.footer-list li:hover {
    /*background-color: #96cbff69;*/
    border-radius: 10px;
    transform: scale(1.1); /* Zoom in effect */
}

/*.footer-list li.twitterLogo img{*/
/*    padding-top: 2px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/

.footerContent ul.company-info{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.footerContent ul.company-info li{
   display: flex;
    gap: 5px;
    font-size: 14px;
}

.footerContent ul.company-info .c1{
    line-height: 20px;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 0) and (max-width: 500px) {
    footer .container {
        /*height: auto;*/
        /*display: flow;*/
        padding: 0 20px;
    }
    footer .footerImg{
        padding: 20px 0;
    }
    .footerImg img {
        width: 100%;
        height: auto;
        max-width: 328px;
    }
    .footerEnd p{
        font-size: 0.9em !important;
        margin: 0;
    }
    .footerContent {
        /*display: flex;*/
        /*justify-self: anchor-center;*/
        /*column-gap: 86px;*/
        /*flex-wrap: wrap;*/
        /*width: 100%;*/
        /*justify-content: center;*/
        flex-direction: column;
        gap: 30px;
    }
  /*  .footerContent h3{
        text-align: center;
    }*/
    .footerEnd{
        flex-direction: column;
    }
    .footerEnd .dot{
        display: none;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
/*    footer .container {
        height: auto;
        display: flow;
    }*/
    .footerContent {
        /*display: flex;*/
        /*justify-self: anchor-center;*/
        /*column-gap: 70px;*/
        /*flex-wrap: unset;*/
        /*width: 90%;*/
        /*justify-content: center;*/
        /*flex-direction: row;*/
        
        /*flex-direction: column;*/
        flex-wrap: wrap;
        gap: 30px;
        
    }
    
    footer .container .company-logo{
        width: 100%;
        text-align: center;
    }
    .footerContent > div{
        width: calc(50% - 40px);
    }
    .footerContent .company-details{
         width: 100%;
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
/*    .footerContent {
        display: flex;
        justify-self: anchor-center;
        column-gap: 100px;
    }*/
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

@media only screen and (min-width: 1281px) and (max-width: 1419px) {
}

@media only screen and (min-width: 1420px) and (max-width: 1579px) {
}

@media only screen and (min-width: 1580px) {
}








/*HEADER AD FOOOTER CSS END*/



#home {
    display: flex;
    justify-content: center; 
    align-items: center; 
} 
#home .container{
    display: flex;
    align-items: center;
    gap: 20px; 
    width: 100%;
    padding-right: 0;
    
 }
.homeIntro {
    flex: 1; 
    font-size: 1.2em;
    color: #333;
    position: relative;
    opacity: 0;
    margin-left: 5%;
    left: -80px;
    transition: left 0.2s linear,opacity 0.2s linear;
    
}
.homeImg {
    flex: 1; 
    text-align: right;
    background: linear-gradient(to right, rgb(255, 255, 255) 80%, #96cbff54 100%);
}

.homeImg img {
    width: 80%;    
    border-radius: 10px; 
}
#home h1{
    font-weight: 700;
    font-size: 77px;
    color: #000000;
    margin: 0;
   
}
#home h2{
    font-weight: 700;
    /*font-size: 36px;*/
    font-size: 30px;
    margin: 10px 0 10px 0;
    color: #96CBFF;
    text-shadow: 0 0 1px #aaa;
}

#home p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    color: #000000;
}
.button_Explore {
    padding: 0 20px;
    /*width: 200px;*/
    height: 52px;
    background-color: #003399;
    border-radius: 47px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.button_Explore .material-symbols-outlined.exp {
    font-size: 1.8rem; /* Make icon scale with text */
}
#home span.exp{
    border: 2px solid white;
    font-size: 20px;
    border-radius: 50px;
    padding: 2px;
    margin-left: 10px;
}
.button_Explore:hover{
    background-color: #96CBFF;    
    transition: background-color 0.3s ease-in-out; 
 }

.texth2{
    font-weight: 700;
    font-size: 32px;
    /*line-height: 100%;*/
    letter-spacing: 0%;
    color: #96CBFF;
    margin: 10px 0 10px 0;
    text-shadow: 0 0 1px #aaa;
}
.texth1{
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin: 0;
    margin: 15px 0 50px 0;
}

.subheadingText{
    margin: 0;
    text-align: center;
}

/* services section start   */
 /*h2{
    color: #96CBFF;
    font-size: 32px;
    margin: 10px 0 10px 0;
}*/
#services .container,#aboutUs .container,#product .container,#contactUs .container, #customers-reviews .container{
    width: 100%;
    padding: 0 20px;
    padding-top: 65px;
    padding-bottom: 65px;
    margin: 0 auto;
    box-sizing: border-box; 
}

#services  .texth1{
    margin: 15px 0 15px 0;
}
#services .services-text{
    margin: 0 5%;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.2s linear;
    position: relative;
}
#services .services-content{
    margin: 0 5%;
    margin-top: 50px;
    display:flex;
    gap:20px;
}
.text{
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
    text-align: center;
}
/*.text h1{
    width: 72%;
    font-size: 48px;
    margin: 0;
}*/
/*#services p{*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 100%;*/
/*    letter-spacing: 0%;*/
/*    margin:0;*/
/*    text-align: left;*/
/*}*/
#services  .texth1{
    margin: 15px 0 15px 0;
}
#services .services-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0%;
    margin:0;
    text-align: left;
}
#services h3{
    font-weight: 700;
    font-size: 24px;
    /*line-height: 100%;*/
    letter-spacing: 0%;
}
.services-left {
    width: 65%;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next row */
    gap: 20px; /* Adds spacing between items */
}
.webAppUi {
    border-radius: 10px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 42%;
}
.webAppUi img {
    height: 200px;
    width: 200px;
}
.app-web-container{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    left: -80px;
    opacity: 0;
    transition: left 0.2s linear,opacity 0.5s linear;
    position: relative;
}
.web-dev-container{
    background-color: rgba(245, 245, 245, 0.7);
}
.app-dev-container{
    background-color: rgba(150, 203, 255, 0.2);
}
.ui-ux-container{
    display:flex;
    background-color: rgba(150, 203, 255, 0.2);
    width: calc(94% - -30px);
    padding: 35px;
    justify-content: center;
    border-radius: 10px;
    text-align: justify;
    gap: 20px;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.5s linear;
    position: relative;
}
.ui-ux-text{
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ui-ux-img{
    width: 50%;
    
}
.ui-ux-img img{
    width: 100%;
}
.ecom-container{
    background-color: rgba(245, 245, 245, 0.7);
    width: 35%;
    border-radius: 10px;
    right: -180px;
    opacity: 0;
    transition: right 0.2s linear,opacity 0.5s linear;
    position: relative;

}
.ecom-text{
    padding: 35px;
}
.ecom-container img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
/* services section End   */


/* about us  start */
#aboutUs .container{
    border: none;
}
#aboutUs .why-choose-us-text{
    margin: 0 5%;
    text-align: center;
    display: grid;
    gap: 10px;
    top: 50px;
    position: relative;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear; 
}
#aboutUs .why-choose-us-text h3{
    color: #96CBFF;
    font-size: 1.6em;
    text-shadow: 0 0 1px #aaa;
}
#aboutUs .why-choose-us-text h1{
    color: #FFFFFF;
    margin-bottom: 50px;
}
#aboutUs {
    background-color: #003399;
    /*padding: 40px 0;*/
    /*margin: 50px 0;*/
    color: #fff
}


.why-choose-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* equal left/right */
    gap: 130px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 40px 20px;
    color: #fff;
    border-radius: 8px;
}

/* Column containers */
.why-choose-us-content > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Vertical divider */
.why-choose-us-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2.5px;
    background: #f5f5f5;
    transform: translateX(-50%);
    z-index: 1;
}

/* Each info block */
.info-div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 40px;
}

/* Icon */
.info-div img {
    /*width: 50px;
    height: 50px;
    object-fit: contain;*/
    width: 112px;
    height: 112px;
    top: 2745px;
    left: 334px;
}

/* Text content */
.aboutContent-text h3, 
.productContent h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    /*margin: 0;*/
}
.productContent  h3 {
    color: #003399;
}
.aboutContent-text p,
.productContent p{
    margin: 10px 0 0;
    color: #CCCCCC;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
}
.productContent  p{
    color: #ADADAD;
}
.why-choose-us-content > div > .info-div:first-child {
    border-bottom: 2.5px solid #f5f5f5;
}
.why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
    margin-top: 100px;
}

/* Initial state */
.choose-us {
  opacity: 0;
  transform: translateY(40px);  /* not visible on screen */
  transition: transform 1s ease, opacity 1s ease;
}
.left-col {
    transform: translateY(40px);
}
.right-col {
    transform: translateY(-40px);
}

.animate {
  opacity: 1;
  transform: translateY(0);  /* slide into place */
}


/* about us  end */


/* product start */

#product .texth1{
    margin: 15px 0 15px 0;
}
#product .subheadingText{
    padding: 0 40px;
}
.productContent {
    margin: 0 5%;
    display: flex;
    justify-content: space-between; /* Ensures equal spacing */
    align-items: stretch; /* Makes all items the same height */
    gap: 3px; /* Space between items */
    padding: 20px;
    top: 50px;
    opacity: 0;
    transition: top 0.4s linear,opacity 0.5s linear;
    position: relative;
    /*flex-wrap: wrap;  Ensures responsiveness on smaller screens */
}

.productContent div {
   /* width: 24%; */
    padding: 20px;
   /* text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps content balanced */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.productContent div:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 4px 10px rgb(150, 203, 255);*/
    box-shadow: 0 4px 10px #8888;
}

.productContent img {
    /*width: 270px; 
    height: auto;
    margin: 10px auto; 
    width: 380px;
    height: 380px;*/
    top: 3419px;
    left: 90px;
    border-radius: 20px;
    margin-top: 15px;

}
.our-products-text{
    margin: 0 5%;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.5s linear;
    position: relative;
}
/* product end */

/*customers-reviews start*/
#customers-reviews{
    padding-top: 0 !important;
}
#customers-reviews .container {
    padding: 0 !important;
}
#customers-reviews .customers-reviews-text {
    margin: 0 5%;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear, opacity 0.5s linear;
    position: relative;
}
#customers-reviews .texth1 {
    margin: 15px 0 15px 0;
}

#customers-reviews .customers-reviews-content{
    margin: 0 5%;
    margin-top: 50px;
    top: 50px;
    opacity: 0;
    transition: top 0.4s linear, opacity 0.5s linear;
    position: relative;
}

#customers-reviews .customers-reviews-content > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#customers-reviews .customers-reviews-content > ul li{
    background-color: rgba(150, 203, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    /*width: calc(32% - 39px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 135px;*/
    
}
#customers-reviews p.review-text {
    margin-top: 0;
    font-size: 16px;
}
#customers-reviews span.read-more {
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
}
#customers-reviews div.reviewer-details{
    display: flex;
    flex-direction: column;
}


#testimonials-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 70;
}

#testimonials-popup-content {
    background: white;
    padding: 50px 30px;
    min-width: 220px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 290px;
    text-align: center;
    color: #888888c9;
    
    max-width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

#testimonials-popup-content img{
    width: 30px;
}

#testimonials-popup-content #full-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#testimonials-popup-content p.review-text {
    margin: 30px 15px;
    font-size: 15px;
    color: #666666;
}
#testimonials-popup-content .reviewer-name{
    color: #003399;
    font-weight: 600;
}
#testimonials-popup-content .reviewer-designation{
    display: none;
}
@media only screen and (min-width: 0) and (max-width: 800px) {
    #testimonials-popup-content{
        min-width: 70%;
    }
    #testimonials-popup-content p.review-text{
        max-height: 620px;
        overflow-y: auto;
    }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
    #customers-reviews .customers-reviews-content > ul {    
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {  
    #customers-reviews .customers-reviews-content > ul {    
        grid-template-columns: 1fr 1fr;
    }
}
/*customers-reviews end*/



/* contactus start */

#contactUs .contact-us-container{
    display: flex;
    padding: 80px 0 0 0;
    justify-content: center;
}

#contactUs .map-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contactUs .map-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
#contactUs .map-chat{
    position: absolute;
    opacity: 0;
    top: 180px;
    transition: top 0.3s linear,opacity 0.3s linear;
}
#contactUs .contact-us-text{
    text-align: center;
    display: grid;
    gap: 10px;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.2s linear, opacity 0.3s linear;
}
#contactUs .contact-us-text h3 {
    color: #3393F1;
    font-size: 1.6em;
}
#contactUs .contact-us-text h1 {
    font-size: 3em;
}
#contactUs .contact-us-form{
    display: flex;
    width: 40%;
    justify-content: end;
    align-items: center;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.3s linear,opacity 0.3s linear;
}
#contactUs .contact-us-form form{
    width: 85%;
}
#contactUs .contact-us-form ul li{
    margin-bottom: 20px;
}
#contactUs .contact-us-form ul li label{
    display: none;
}
#contactUs .contact-us-form input[type=text]{
    width: 95%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
}
#contactUs .contact-us-form textarea{
    height: 70px;
    width: 95%;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
    max-height: 70px;
    max-width: 95%;
}
#contactUs .contact-us-form input[type=submit], #contactUs .contact-us-form input[type=button]{
    background-color: #003399;
    color: #ffff;
    width: 212px;
    height: 45px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-align: center;
}

#contactUs .contact-us-form li div.btn{
    display: flex;
    justify-content: center;
}
#contactUs .contact-us-form input[type="text"],
#contactUs .contact-us-form textarea,
#contactUs .contact-us-form input[type="submit"] {
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 1px solid #ccc;
    padding: 8px;
    outline: none;
    font-family: Roboto;
}
#contactUs .contact-us-form input[type="text"]:hover,
#contactUs .contact-us-form textarea:hover,
#contactUs .contact-us-form input[type="submit"]:hover {
    /*box-shadow: 0 4px 10px #96CBFF;*/
      box-shadow: 0 4px 10px #8888;
}
#contactUs .contact-us-form input[name=submitBtn]{
    width: 200px;
    border-radius: 30px;
}
#contactUs .contact-us-form li.SB{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/* media query */
@media only screen and (min-width: 0) and (max-width: 500px) {
    .container {
        width: 100%;
        padding: 0 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    .app-web-container {
        display: flex;
        width: 100%;
        gap: 20px;
        justify-content: space-between;
        /* left: -80px; */
         opacity: 1; 
        transition: left 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .info-div {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .webAppUi {
        border-radius: 10px;
        text-align: justify;
        display: flex;
        flex-direction: column;
        padding: 35px;
        width: unset;
   }
   .ui-ux-img {
      width: unset;
    }
    #home h1{
        font-size: 2.5em;
    }
    #home h2 {
        font-size: 1.5em;
    }
    #home .homeImg{
         display: none;
     }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
    }
    #aboutUs .why-choose-us-text h1{
        font-size:  1.5em;
        color: #FFFFFF;
    }
    #contactUs .contact-us-text h1 {
        font-size:  1.5em;
    }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
        margin: 15px 0 15px 0!important;
    }
    
    #aboutUs .why-choose-us-content {
        grid-template-columns: 1fr;
    }
    #aboutUs .info-div {
        border-bottom: 1px solid #fff;
    }
    .productContent {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        gap: 20px;
        padding: 20px;
        top: 0px;
        opacity: 1;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .why-choose-us-content::before {
        background: #003399;
        z-index: 0;
    }
    .why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
        margin-top: 0px;
    }
    .why-choose-us-content{
        gap: 60px;
    }
    #product .subheadingText{
        padding: 0;
    }
    .productContent > div:nth-child(1) {
       grid-row: 1;
    }
    .productContent > div:nth-child(2) {
        grid-row: 3;
    }
    .productContent > div:nth-child(3) {
        grid-row: 2;
    }
    .productContent > div:nth-child(4) {
        grid-row: 4;
    }
    .productContent div {
        width: 90%;
    }
    .productContent .grid-box h3{
        margin:0;
    }
    .productContent .grid-box {
        align-items: center;
        display: flex;
        justify-content: center;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
    }
    .productContent .grid-box h3 {
        order: 1;
    }
   .productContent  .grid-box p {
        order: 2;
    }
    .productContent .grid-box img {
        order: 3;
    }
    .productContent img {
        width: 250px;
        height: 250px;
    }
    #services .services-content{
        display:flex;
        gap:20px;
        flex-direction: column;
    }
     #services .services-left {
        width: 100%;
    }
     #services .ecom-container {
        right: -91px;
    }
    #services .ecom-container img {
        width: 100%;
    }  
    #services .app-web-container{
        display: flex;
        flex-direction: column;
        left: 0px;
    }
    #services .ui-ux-container{
        display:flex;
        flex-direction: column-reverse;
    }
    .ui-ux-text {
        width: 100%;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img{
        display:none;
    }
    #contactUs .contact-us-form {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
    .webAppUi {
        border-radius: 10px;
        text-align: justify;
        display: flex;
        flex-direction: column;
        padding: 35px;
        width: unset;
    }
    .ui-ux-img {
       width: unset;
    }
    .ui-ux-text {
        width: unset;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .ui-ux-container {
        display: flex;
        background-color: rgba(150, 203, 255, 0.2);
        width: calc(94% - -30px);
        padding: 35px;
        justify-content: center;
        flex-direction: column-reverse;
        border-radius: 10px;
        text-align: justify;
        gap: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.2s linear, opacity 0.5s linear;
        position: relative;
   }
    .app-web-container {
        display: flex;
        width: 100%;
        gap: 20px;
        flex-direction: column;
        justify-content: space-between;
        left: -80px;
        opacity: 0;
        transition: left 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    #services .services-content {
        margin: 0 5%;
        margin-top: 50px;
        display: flex;
        flex-direction:column;
        gap: 20px;
    }
    .services-left {
        width: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    #home h1{
        font-size: 2.5em;
    }
    #services h1 {
        font-size: 1.5em;
    }
    #aboutUs .why-choose-us-text h1{
        font-size:  1.5em;
        color: #FFFFFF;
    }
    #contactUs .contact-us-text h1 {
        font-size:  1.5em;
    }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
    }
    #home h2,
    #services h2, 
    #product h2, 
    #contactUs h2, 
    #aboutUs h2 {
        font-size: 1.5em;
        line-height: normal;
    }
    .homeImg img {
        width: 100%;
    }
    /*.button_Explore {
        width:55%;
    }*/
    #aboutUs .why-choose-us-content {
        grid-template-columns: 1fr;
    }
    #aboutUs .info-div {
        border-bottom: 1px solid #fff;
    }
    .productContent {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        gap: 20px;
        padding: 20px;
        top: 0px;
        opacity: 1;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .why-choose-us-content::before {
        background: #003399;
        z-index: 0;
    }
    .why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
        margin-top: 0px;
    }
    .why-choose-us-content{
        gap: 60px;
    }
    
    .productContent > div:nth-child(1) {
       grid-row: 1;
    }
    .productContent > div:nth-child(2) {
        grid-row: 3;
    }
    .productContent > div:nth-child(3) {
        grid-row: 2;
    }
    .productContent > div:nth-child(4) {
        grid-row: 4;
    }
    .productContent div {
        width: 90%;
    }
    .productContent .grid-box h3{
        margin:0;
    }
    /*.productContent .grid-box {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
    }*/
    .productContent .grid-box {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
        justify-items: center; /* Centers children horizontally */
        align-items: center;   /* Centers children vertically */
    }
    .productContent img {
        width: 300px;
        height: 300px;
    }
    .productContent .grid-box h3 {
        order: 1;
    }
   .productContent  .grid-box p {
        order: 2;
    }
    .productContent .grid-box img {
        order: 3;
    }
    #services .services-content{
        display:flex;
        gap:20px;
        flex-direction: column;
    }
     #services .services-left {
        width: 100%;
    }
     #services .ecom-container {
        width: 100%;
    }
    .ecom-container img {
        width: 100%;
    }
    
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img{
        display:none;
    }
    #contactUs .contact-us-form {
        width: 90%;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 801px) and (max-width:1024px) {
    #services .services-content {
        margin: 0 5%;
        margin-top: 50px;
        display: flex;
        flex-direction:column;
        gap: 20px;
    }
    .services-left {
        width: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .headContainer nav {
        padding-right: 0px;
    }
    header ul{
        gap: 4px;
    }
    .productContent img{
        width: 236px;
    }
    .productContent {
        margin: 0 5%;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
        gap: 20px;
        padding: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .productContent div {
        width: 68%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;   
        align-items: center;       
        text-align: center; 
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    .productContent > div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .productContent > div:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    #contactUs .contact-us-form {
        width: 43%;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img {
        width: 55%;
        height: 55%;
    }
     #services .ecom-container {
        right: 1px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .productContent img{
        width: 236px;
    }
    .productContent {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
        gap: 20px;
        padding: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .productContent div {
        width: 68%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;   
        align-items: center;       
        text-align: center; 
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    .productContent > div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .productContent > div:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img {
        width: 55%;
        height: 55%;
    }
    #services .ecom-container {
        right: -38px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .productContent img{
        width: 236px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .productContent img{
        width: 267px;
    }
}
@media only screen and (min-width: 1580px) {
    .productContent img{
        width: 303px;
    }
}

