body{
    height: 100%;
    width:100%;
    background-color: rgb(51, 48, 48);
    font-family: Roboto;
    overflow-x: hidden;
    padding:0px;
    margin: 0px;
}
@keyframes changeColor {
    from { background:#DFBBB1 ; }
    to { background: #cce5ff;}
}
 /* ---------- BASIC HEADER STYLING ---------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14%;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    animation: changeColor linear both;
    animation-timeline: scroll(y);
    animation-range: 0 300px;
}

header img {
  height: 6vh;
  width: 25vh;
  margin-left: 10%;
  margin-top: 5%;
}

/* ---------- NAVBAR ---------- */
.navbar {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-left: 10%;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
@keyframes changeLinkColor {
    from { color: white; }
    to { color: #c94d80;; }
}
.nav-menu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 20px;
  transition: color 0.3s, border-bottom 0.3s;
  animation: changeLinkColor linear both;
  animation-timeline: scroll();
  animation-range: 0 300px;
}

.nav-menu li:hover a {
  border-bottom: 3px solid #c94d80;
}
/* ---------- FULLSCREEN DROPDOWN ---------- */
.service-dropdown-content {
  display: none;
  position: fixed;
  top: 14%;
  left: 0;
  width: 100vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 200;
  justify-content: center;
  align-items: center;
}

.service-dropdown-content.active {
  display: flex;
}

.services-list {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding: 20px;
}

.services-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-col a {
    width:100%;
  border: 1px solid antiquewhite;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 15px;
  transition: background 0.3s;
}

.services-col a:hover {
  background-color: #333;
}

/* ---------- BUTTON ---------- */
.get-touch {
  background-color: #c94d80;
  height:auto;
  width: 100%;
  border-radius: 10px;
  border: none;
  margin-left: -30%;
}

.get-touch a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

/* ---------- MOBILE MENU BUTTON ---------- */
.menu-btn {
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  display: none;
  margin-right: 5%;
}
/* Mobile side menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70vw;
  height: 100vh;
  background: #0b0b0b;
  padding: 80px 20px;
  transition: 0.4s ease;
  z-index: 9999;
}

.mobile-menu.active {
  right: 0;
}
.mobile-menu ul li {
  margin: 18px 0;
  font-size: 1rem;
}

.mobile-menu a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}

/* mobile submenu */
.mobile-submenu {
  display: none;
  padding-left: 15px;
}

.mobile-submenu.show {
  display: block;
}

.mob-dropdown > a::after {
  content: " ▾";
  font-size: 14px;
}
.mobile-btn {
  display: block;
  margin-top: 20px;
  padding: 12px;
  text-align: center;
  background-color: #c94d80;
  color: white;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.hero-section{
    display:flex;
    height:auto;
    width: 100%;
    margin-top: 5%;
}
.hero-left-container{
    height:auto;
    width:35%;
}
.hero-title{
    height:auto;
    width:100%;
    color:white;
    text-align: center;
    font-size: 2.5rem;
    margin-top:50%;

}

.hero-left-container p{
    height:auto;
    width:70%;
    color:white;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 15%;
    margin-right: 10%;
}
.get-quote{
    background-color:#c94d80;
    height: auto;
    width: 30%;
    margin-left: 30%;
    margin-top: 10%;
    text-align: center;
    border-radius: 10px;
    padding:0.2%;
}
.get-quote a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}
.get-quote h3{
    margin-top:10%;
}
.hero-right-container{
    height: auto;
    width: 65%; 
    position: relative;
    
    overflow: hidden; 
}
.img-container1,
.img-container2,
.img-container3,
.img-container4,
.img-container5,
.img-container6,
.img-container7{
    height: 20%;
    width: 20%;
    display: inline-block;
    position: absolute; 
    margin: 0;
}
.img{
    height:100%;
    width:100%;
}
.content-section{
    height:auto;
    width: 100%;
    margin-top: 10%;
}
.content-container{
    height: auto;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    color: white;
    font-size: 1.3rem;
    line-height: 150%;
}
.web-dev-img-container{
    height:40%;
    width:40%;
    margin-left: 30%;
}
.web-dev-img-container img{
    height:100%;
    width:100%;
}   
.card-section{
    height:auto;
    width: 100%;
    margin-top: 3%;
}
.card-section h1{
    font-size: 2.5rem;
    color: #c94d80;
    margin-left: 10%;
}
.card-container{
    height:auto;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    margin-top: 8%;
    gap:1%;
}
.card{
    height:auto;
    width:20%;
    background-color: #cce5ff;
    padding:2%;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(80px);
    transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  will-change: transform, opacity;
}
.card-container .card.show {
  opacity: 1;
  transform: translateY(0);
}
.card.hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.card-img-container{
    height:40%;
    width:40%;
    margin-left: 25%;
}
.card-img-container img{
    height:100%;
    width:100%;
}
.card p{
    font-size: 1rem;
}
#web-card1{
    height:auto;
    margin-bottom: 5%;
}
#web-card2{
    margin-top: 5%;
    height:auto;
}
#web-card3{
    margin-bottom: 5%;
    height:auto;
}
#web-card4{
    margin-top: 5%;
    height:auto;
}
#web-card5{
    margin-bottom: 5%;
    height:auto;
}
.text{
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    color:white;
    font-size: 1.3rem;
    margin-top: 10%;
    text-align: center;
}
.why-choose-us-section{
    height:auto;
    width: 100%;
    margin-top: 10%;
}
.why-choose-us-section h1{
    font-size: 2.5rem;
    color: #c94d80;
    margin-left: 10%;
}
.why-choose-us-section p{
    font-size: 1.5rem;
    color:rgb(0, 204, 204);
    line-height: 40px;
    text-align: center;
}
.why-choose-us-container{
    height:auto;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:3%;
}
.why-choose-us-card{
    background-color: #cce5ff;
    padding:8%;
    border-radius: 20px;;
    
  opacity: 0;
  transform: translateX(120px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}
.why-choose-us-card.show {
  opacity: 1;
  transform: translateX(0);
}
.why-choose-us-card:hover {
  transform: translateX(0) translateY(-6px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
/* .card {
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  transition: 
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  transition: transform 0.5s ease;
} */
.why-choose-us-card b{
    color:#008080;
    font-size: 1.5rem;
    margin-right: 0.5%;
}
/* .why-choose-us-card {
  opacity: 0;
  transform: translateX(100px) translateY(0);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-choose-us-card.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.why-choose-us-card:hover {
  transform: translateX(0) translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
} */
.bottom-text{
    margin-left: 10%;
    margin-right: 10%;
    color:white;
    font-size: 1.3rem;
    margin-top: 10%;
    text-align: center;
    width: 80%;
}
.footer{
  height:auto;
  width:100%;
}


.contact-section{
    height:auto;
    width:80%;
    background-color: #cce5ff;
    margin-left:10%;
    margin-right: 10%;
    border-radius: 15px;
    padding:2%;
    position: absolute;
    z-index: 50;
    margin-top: -10%;
    
}
.contact-container{
    display: flex;
    height:auto;
    width:100%;
    gap:5%;
}
.contact-desc{
  height:auto;
  width:45%;
  
}
.contact-desc h3{
  text-align: center;
}
.form-container{
  height:auto;
  width:50%;

}
.contact-section h2{
    font-size: 2.5rem;
}
.form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    height:auto;
    width:90%;
    padding:5% 5%;
    background-color:#c94d80 ;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 5px #3e80c2 ;
}
.form input,select{
    width:95%;
    border-radius: 10px;
    border:none;
    font-size: 0.8rem;
    padding:4%;

}
.form select{
    width:100%;
}
.form button{
    height:auto;
    width:50%;
    padding:5%;
    border-radius: 5px;
    border:none;
    background-color: #cce5ff;
    font-size: 0.9rem;
    font-weight: bold;
    margin-left: 80%;
}
.form button:hover{
    background-color: #3e80c2;
}
    
.footer-section{
    height:auto;
    width: 100%;
    background-color:#000000 ;
    padding-top: 20%;
    position: relative;
    margin-top: 25%;
}
.footer-container{
    display: flex;
    height:auto;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    margin-top:5%;
    justify-content: space-between;
}
.footer-container a:hover{
  color:#c94d80;
  transition:0.4s;
}
.social-links i:hover{
   color:#c94d80;
  transition:0.4s;
}
.first-box .second-box .third-box{
    height: 100%;
    width:20%;
}
.fourth-box{
    width:20%;
    text-align: center;
}
.footer-logo{
    height:auto;
    width:8vh;
    position: absolute;
    z-index: 20;
}
.footer-logo-text{
    height:auto;
    width:30vh;
    margin-bottom: 8%;
    margin-left: 5%;
    position: relative;
}
.social-links a{
    display: block;
    text-align: center;
    margin-bottom: 5%;

}
.fa-facebook-f, .fa-instagram, .fa-linkedin, .fa-x-twitter, .fa-youtube{
    width:5%;
    height:25%;
    color:white;
    margin-top: 5%;
    font-size:1.8rem;
}
.footer-links{
    color:white;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}
.service-links{
    color:white;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}
.fa-phone, .fa-envelope{
    font-size: 1.8rem;
    color:white
}
.contact-info{
    font-size: 1.3rem;
    font-weight: bold;
    color:white
}
.footer-container h2{
    font-size:2rem;
    margin-bottom: 45%;
    font-weight: bold;
    color: white;
}



/* ========== Tablet ========== */
@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 12vh; 
  }
  .navbar .nav-menu{
    width:100%;
    margin-left: 0%;
}
.nav-menu li a{
    font-size: 0.8rem;
}
.service-dropdown-content {
  display: none;
  position: fixed;
  top: 12%;
  left: 0;
  width: 100vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 200;
  justify-content: center;
  align-items: center;
}

.service-dropdown-content.active {
  display: flex;
}

.services-list {
  display: flex;
  justify-content: center;
  gap: 20%;
  padding: 20px;
}

.services-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-col a {
    width:100%;
  border: 1px solid antiquewhite;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 15px;
  transition: background 0.3s;
}

.services-col a:hover {
  background-color: #333;
}
.get-touch{
    margin-right: 20%;
}
.get-touch h5{
    font-size: 0.6rem;
}
.hero-left-container h2{
    font-size: 2.2rem;;
}
.hero-left-container p{
    font-size: 1rem;
}
.get-quote{
    padding:0.2% 5%;
    width:40%;
}
.content-container{
    font-size: 1rem;
}
.card-section h1{
    font-size: 2rem;
}
.card-img-container{
    height:25%;
    width:30%;
}
.card p{
    font-size: 0.8rem;
}
.text{
    font-size: 1rem;
}
.why-choose-us-container h1{
    font-size: 2rem;
}
.why-choose-us-container p{
    font-size: 1.2rem;
}
.why-choose-us-card b{
    font-size: 1.3rem;
}
.why-choose-us-card{
    font-size: 0.8rem;
}
.bottom-text{
    font-size: 1.2rem !important;
}
.footer-container{
    margin-top: 15%;
}
.second-box h2, .third-box h2, .fourth-box h2{
    font-size: 1.5rem;
}
.second-box a, .third-box a, .contact-info{
    font-size: 1.1rem;
}
.footer-container i{
    font-size: 1.3rem;
}
.footer-logo{
    width:7vh;
}
.footer-logo-text{
    width:25vh;
} 
}



/*mobile */
@media only screen and (min-width:320px) and (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
   header {
  height: 10%;
}
  .desktop-nav {
    display: none;
  }
  @keyframes changeLinkColor {
    from { color: white; }
    to { color: #c94d80; }
  }
  .menu-btn {
    font-size: 1.5rem;
    display: block;
    margin-right: 10%;
    z-index: 999;
    animation: changeLinkColor linear both;
    animation-timeline: scroll();
    animation-range: 0 300px;
  }
  .hero-section{
    flex-direction: column;
    margin-top: 30%;
}
.hero-left-container{
    width:100%;
}
.hero-title{
    font-size: 1.5rem;
    margin-top:0%;
}

.hero-left-container p{
    width:80%;
    font-size: 0.9rem;
    margin-left: 10%;
}
.get-quote{
    margin-left: 35%;
}
.get-quote a{
    font-size: 0.6rem;
}
.hero-right-container{
    height: auto;                                                        
    width: 100%; 
    position: relative;
    overflow: hidden; 
}
.img-container1,
.img-container2,
.img-container3,
.img-container4,
.img-container5,
.img-container6,
.img-container7{
    height: 10%;
    width: 10%;
    display: inline-block;
    position: absolute; 
    margin: 0;
}
.img{
    height:100%;
    width:100%;
}
.content-container{
    font-size: 0.8rem;
    text-align: justify;
}
.web-dev-img-container{
    height:50%;
    width:50%;
    margin-left: 25%;
}
.card-section h1{
    font-size: 1.5rem;
}
.card-container{
    flex-wrap: wrap;
    gap:2%;

}
.card{
    width:28%;
}
.card-img-container{
    height:30%;
    width:30%;
}
.card p{
    font-size: 0.6rem;
}
#web-card1{
    height:auto;
    margin-bottom: 10%;
}
#web-card2{
    margin-top: 10%;
    height:auto;
}
#web-card3{
    margin-bottom: 10%;
    height:auto;
}
#web-card4{
    margin-top: -8%;
    margin-bottom: 10%;
    height:auto;
}
#web-card5{
    margin-top: 2%;
    height:auto;
}
.text{
    font-size: 0.8rem;
}
.why-choose-us-section h1{
    font-size: 1.5rem;
}
.why-choose-us-section p{
    font-size: 0.9rem;
    line-height: 20px;
    margin-left: 10%;
    margin-right: 10%;
}
.why-choose-us-container{
    grid-template-columns: 1fr;
}
.why-choose-us-card{
    font-size: 0.6rem;
}
.why-choose-us-card b{
    font-size: 1rem;
}
.bottom-text{
    font-size: 0.9rem;
    margin-top: 20%;
}
.contact-section{
    width:70%;
    padding:5%;
    margin-top: -60%;
    
}
.contact-container{
  flex-direction: column;
}
.contact-desc{
  width:100%;
  
}
.contact-desc h3{
  font-size: 0.9rem;
}
.form-container{
  width:100%;

}
.contact-section h2{
    font-size: 1.5rem;
}
.form{
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}
.form input,select{
    width:92%;
}
.form button{
    margin-left: 25%;
}  
.footer-section{
    padding-top: 60%;
    margin-top: 80%;
}
.footer-container{
  flex-direction: column;
  text-align: center;
  margin-top: 20%;
}
.first-box .second-box .third-box{
    width:100%;
}
.fourth-box{
    width:100%;
}
.footer-logo-text{
    margin-left: 0%;
}
.social-links a{
    margin-bottom: 2%;

}
.fa-facebook-f, .fa-instagram, .fa-linkedin, .fa-x-twitter, .fa-youtube{
    font-size:1.5rem;
}
.footer-links{
    font-size: 1rem;
}
.service-links{
    font-size: 1rem;
}
.fa-phone, .fa-envelope{
    font-size: 1.5rem;
}
.contact-info{
    font-size: 1rem;
}
.footer-container h2{
    font-size:1.5rem;
    margin-bottom: 10%;
    color:#c94d80;
}



}