body {
    margin: 0%;
    margin-top: 70px;
}
.header {
    z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #111;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.header a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 10px;
}

.nav > li {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  min-width: 180px;
  display: none;
  flex-direction: column;
  border-radius: 5px;
}

.dropdown a:hover {
  background: #333;
}

.nav li:hover .dropdown {
  display: flex;
}

@media (max-width: 700px) {
  .nav { flex-direction: column; }
  .dropdown { position: relative; }
}




/* WEBSITES */



.sekshon{
    background-color: #cccbcb;
    padding: 20px;
    margin: 0 2px 0 2px;
    max-height: 500px;
}
.section1{
    display: flex;
    flex-direction: column;

}
.upperdiv1{
    display: flex;
    align-items: center;   
}
.upperdiv1 .text{
    font-size: 50px;
    font-weight: 800;
    margin: 0 190px 0 120px;
    width: 40%;
}
.img1 img{
    width: 400px;
    height: 300px;
    border-radius: 9px;
}
.imgborder{
    border: 1.5px solid #050138;
}
.lowerdiv1 {
    margin: 20px auto 20px auto;
}
.lowerdiv1 button{
    font-size: 20px;
}
.lowerdiv1 button:hover{
    cursor: pointer;
}
.section2{
    display: flex;
    gap: 150px;
}
.section2 .text{
    margin: auto 0 auto 0;
    font-size: 40px;
    font-weight: 800;
    width: 50%;
}
.img2{
    margin-left: 120px;
}
.img2 img{
    width: 400px;
    height: 300px;
    border-radius: 9px;
}
.section3{
    display: flex;
    flex-direction: column;

}
.upperdiv3{
    display: flex;
    align-items: center;   
}
.upperdiv3 .text{
    margin: auto 0 auto 120px;
    font-size: 45px;
    font-weight: 800;
    width: 50%;
}
.img3 img{
    width: 400px;
    height: 300px;
    border-radius: 9px;
}
.lowerdiv3 {
    margin: 20px auto 20px auto;
}
.lowerdiv3 button{
    font-size: 20px;
}
.lowerdiv3 button:hover{
    cursor: pointer;
}
.devbtn {
  padding: 8px 20px;
  background: #050138;
  border: 2px solid #022953;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

button:hover {
  background: #063c75;
  color: #fff;
  box-shadow: 0 0 8px rgba(0,123,255,0.7);
  transform: translateY(-1px);
}

button:active {
  transform: scale(0.97);
}
.yus{
    display: flex;
    flex-direction: column;
}
.yustitle, .yusexp{
    margin-right: auto;
    margin-left: auto;
}
.yustitle{
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
}
.yusexp li{
    font-size: 20px;
    padding: 4px;
}




/* HOME */




.webSect {
    display: flex;
    flex-direction: column;
    background-image: url("icons/33.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webSect .introTxt{
    width: 60%;
    margin: auto;
    font-size: 40px;
    font-weight: 600;
}
.webSect .ctabtn{
    margin: 30px auto 30px auto;
}
.webSect .servicesTxt{
    width: 80%;
    margin: auto;
    font-size: 25px;
    font-weight: 600;
}
.webSect .svcBtn{
    margin: 30px auto 30px auto;
}
.webSect .custTxt{
    width: 80%;
    margin: auto;
    font-size: 23px;
    font-weight: 600;
}
.webSect .yusBtn{
    margin: 30px auto 30px auto;
}
.appSect {
    display: flex;
    flex-direction: column;
    background: url("icons/33.png") center/cover no-repeat;
    color: #fff;
}
.appSect .introTxt{
    width: 60%;
    margin: auto;
    font-size: 40px;
    font-weight: 600;
}
.appSect .ctabtn{
    margin: 30px auto 30px auto;
}
.appSect .servicesTxt{
    width: 80%;
    margin: auto;
    font-size: 25px;
    font-weight: 600;
}
.appSect .svcBtn{
    margin: 30px auto 30px auto;
}
.appSect .custTxt{
    width: 80%;
    margin: auto;
    font-size: 23px;
    font-weight: 600;
}
.dsnSect {
    display: flex;
    flex-direction: column;
}
.dsnSect .introTxt{
    width: 60%;
    margin: auto;
    font-size: 40px;
    font-weight: 600;
}
.dsnSect .ctabtn{
    margin: 30px auto 30px auto;
}
.dsnSect .servicesTxt{
    width: 80%;
    margin: auto;
    font-size: 25px;
    font-weight: 600;
}
.dsnSect .svcBtn{
    margin: 30px auto 30px auto;
}
.dsnSect .custTxt{
    width: 80%;
    margin: auto;
    font-size: 23px;
    font-weight: 600;
}
.webSect::before {
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.3); 
}
.webSect span {
    position: relative;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.appSect::before {
  content: "";
  inset: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
}
.offer-content {
    height: 80px;
    margin: auto;
    margin-top: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);    
    border-radius: 25px;
    width: 80%;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
}
.offer-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(253, 253, 253, 0.3);
    border-radius: 50px;
}
.offer-content .ttl {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}
.offer-content .exp {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    opacity: 0.9;
}
.dsnSect {
  background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,40,100,0.7)),
    url('icons/34.png');
  background-size: cover;
  background-position: center;
  color: #fff;
}





/* SERVICES */





.intro p{
    margin: 0%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.srcSect{
    display: flex;
    align-items: center;
    gap: 1%;
}
.srcSect .services{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.srcSect .services li{
    padding: 5px;
}
.src-banner-img{
    border: 1px #022953 solid;
    width: 550px;
    height: 400px;
    border-radius: 6px;
}
.yhawebSect .ttle{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
.yhawebSect .expl {
    display: flex;
    align-items: center;
    gap: 1%;    
}
.yhaweb-banner-img{
    border: 1px #022953 solid;
    width: 500px;
    height: 300px;
    border-radius: 6px;
}
.yhawebSect .expl ul{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.yhawebSect .expl li{
    padding: 5px;
}
.yuSect .ttle{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
.yuSect .expl ul{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.yuSect .expl li{
    padding: 5px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
