@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');





.buildingImage {
  position: relative;
  width: 100%;
  height: 600px; /* or whatever height you want */
  overflow: hidden;
}

.heading {
  position: absolute;
  top: 40%; /* center vertically */
  left: 10%; /* adjust this to move further from edge */
  transform: translateY(-50%);
  color: black;
  font-size: 2rem;
  font-weight: 700;
  z-index: 2; /* place it above overlay */
  font-family: "Quicksand", sans-serif;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
}

@media(max-width:776px){
    
  .heading{
      
      left: 10%;
       font-size: 40px;
        font-weight: 700;
       
  }  
}

.buildingImage img {
  width: 100%;
  height: 100%;
  display: block;
}

.buildingImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); /* semi-transparent white */
  pointer-events: none;
  z-index: 1;
  
}


.overlay2{
    
 position: absolute;
  top: 55%;
  left: 10%;
  width: 600px;
  height: 150px;
  background: linear-gradient(to right, rgba(237, 214, 127, 1.5), rgba(237, 214, 127, 0.5));
  border-radius: 30px;
  display: flex;
  align-items: center;
 
    
}

.arrow-icon {
  width: 40px !important;  /* no space between ! and important */
  height: 35px !important;
  
}

.home1{
font-family: Gidole, sans-serif;
font-size: 23px;
padding:20px;
font-weight: 700;
line-height: 20px;
color: black;
}

.digitalportfolio{
    
    font-family: Gidole, sans-serif;
font-size: 23px;
padding:20px;
font-weight: 700;
line-height: 20px;
color: black;
}

@media(max-width:776px){
    
   .overlay2{
       
        top: 55%;
        bottom:12%;
        left: 5%;
        width: 350px;
        height: 250px;
       
       line-height:30px;
   }
   
   .arrow-icon {
       
       display:none;
   }
   
   .home1{
font-family: Gidole, sans-serif;
font-size: 30px;
padding:20px;
font-weight: 700;
line-height: 20px;
color: black;
}

.digitalportfolio{
    
    font-family: Gidole, sans-serif;
font-size: 30px;
padding:20px;
font-weight: 700;
line-height: 20px;
color: black;
}

   
   
}


/* software start here *************/




.extra {
      width: 90%;
      height: 480px;
      margin: 50px auto 0;
     position: relative;
    }
    
    
    
    .extra::before,
.extra::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 150px;
  border: 15px solid #EFD479;
  box-sizing: border-box;
}

.extra::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px;
}

.extra::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px;
}



.double-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  text-align:center;
}

.double-underline::before,
.double-underline::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color:#EFD479;
  left: 0;
  right: 0;
  text-align:center;
}

.double-underline::before {
  bottom: 0;
  text-align:center;
}

.double-underline::after {
  bottom: -5px;
  width: 60%;
  left: 20%;
  text-align:center;
}






    .contentdiv {
      width: 90%;
      height: 500px;
      margin: auto;
      padding: 40px;
      display: flex;
      justify-content: space-between;
    }
    
     h4{
        text-align:center;
       font-family: "Red Hat Display", sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 58px;
color: rgb(10, 4, 0);
       margin-top:10px;
    }

    .heading1 {
      width: 30%;
      height: 300px;
      font-weight:600;
      padding-top: 40px;
      padding-left: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .heading1 p {
      margin: 0;
      padding: 5px;
      cursor: pointer;
      border-left: 4px solid transparent;
    }

    .heading1 p.active {
      border-left: 4px solid #EFD479;
      font-weight: bold;
    }
    
    .software{
        
         
        font-family: Gidole, sans-serif;
font-size: 19px;
padding:20px;
font-weight: 400;
line-height: 20px;
color: rgb(68, 68, 68);
    }

    .text2 {
      width: 70%;
      height: 400px;
      padding: 20px;
      
    }

    .text2 > div {
      display: none;
    }

    .text2 > div.active {
      display: block;
    }
    
    .web_development p{
       
       font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black; 
        
    }
    
    .android_development p{
        
        font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black;
    }
    
    .cloud_development p{
        
        font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black;
    }
    
 .UIUXDesign p{
     
    font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black;
 }


.SoftwareTesting p{
    
    font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black;
}

.CybersecurityServices p{
  font-family: Gidole, sans-serif;
font-size: 19px;
font-weight: 500;
line-height: 28.5px;
color: black;


}






@media(max-width:776px){
    
    .buildingImage {
 
  width: 100%;
  height: 600px; /* or whatever height you want */
  
}
    
     .buildingImage img {
  width: 100%;
  height: 100%;
  
}

.software{
        
         
font-family: Gidole, sans-serif;
font-size: 17px;
font-weight: 600;
line-height: 20px;
color: rgb(68, 68, 68);

}
    
    .extra{
        
        width:100%;
        height:auto;
    }
    
    .contentdiv{
        
        width:100%;
        height:auto;
        flex-direction:column;
          justify-content: none;
          padding: 5px;
        
    }
    
    .heading1{
        
        width:100%;
        margin-bottom:30px;
        height:auto;
      padding-left:2px;
    }
    
    
    
    .text2{
        
        width:100%;
        height:auto;
        padding: 5px;
        
    }
    
.extra::before,
  .extra::after {
    display: none;
  }

 h4{
        text-align:center;
        font-family: Lato, sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 20px;
       color: black;
       margin-top:10px;
    }
    
   
    
    
    
}


@media(max-width:1024px){
    
     .extra{
        
        width:100%;
        height:auto;
    }
    
    .contentdiv{
        
        width:100%;
        height:auto;
        flex-direction:column;
          justify-content: none;
          padding: 5px;
        
    }
    
    .heading1{
        
        width:90%;
        margin-bottom:30px;
        height:auto;
    }
    
    
    .text2{
        
        width:100%;
        height:auto;
        padding: 15px;
        
    }
    
.extra::before,
.extra::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #EFD479;
  box-sizing: border-box;
}

.extra::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px;
}

.extra::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px;
}

h4{
        text-align:center;
        font-family: Lato, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 20px;
       color: rgb(55, 66, 59);
       margin-top:10px;
    }
    
}



/******************** building interior and exterior start */





.Exteriorbuildingheading {
  width: 90%;
  height: auto;
  margin: 50px auto 0;
  
  
}

.Exteriorbuilding {
  width: 90%;
  height: 500px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  
}

.headingExterior {
  width: 40%;
  margin-top: 50px;
}

.textExterior {
  width: 60%;
  max-height:450px;
  margin-top:40px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
   position: relative;
  
}

.textExterior::-webkit-scrollbar {
  display: none;
}

.content-section {
  border: 0.5px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

h5, h6 {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
}

.textExterior p,
.textExterior ul li {
  font-family: "Gidole", sans-serif;
  font-size: 19px;
  text-align: justify;
  color: black;
  padding: 10px 20px;
}

.textExterior ul {
  padding-left: 45px;
}

.headingExterior a {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 15px;
  font-family: "Gidole", sans-serif;
  font-size: 19px;
  text-align: justify;
  color: black;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  border-radius: 6px;
  text-decoration: none;
}

.hover-trigger.default-active,
.hover-trigger.active {
  background-color: #EDD67F;
  color: white;
}

.hover-trigger:hover {
  transform: scale(1.05);
}

/* Responsive */


@media (max-width: 776px) {
    
    
    .Exteriorbuildingheading {
  width: 100%;
  height: auto;
  margin:  0;

  
}
    
    
  .Exteriorbuilding{
       width: 100%;
    height: auto;
    flex-direction: column;
    margin: 50px auto 0;
    margin: 0;
   
   
  }
  
  .headingExterior{
      
      width: 100%;
    height: auto;
     
    
  }
  .textExterior {
      
       width: 100%;
    height: auto;
    flex-direction: column;
  }

  h5 {
    font-size: 20px;
  }

  .headingExterior a {
    width: 96%;
    font-size: 17px;
  }

  .textExterior ul {
    padding-left: 10px;
  }
}

@media (max-width: 776px) {
  .Exteriorbuilding,
  .headingExterior,
  .textExterior {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  h5 {
    font-size: 20px;
  }

  .headingExterior a {
    width: 96%;
    font-size: 17px;
  }

  .textExterior ul {
    padding-left: 10px;
  }
  
}



@media(max-width:1024px){
    
    .Exteriorbuilding,
  .headingExterior,
  .textExterior {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

}



/* INTERIR DESIGN */

.Exteriorbuildingheading1{
    
     width:90%;
    /*height:700px;*/
    height:auto;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:100px;
    
    
}



.Exteriorbuilding1{
    
    width:90%;
    height:500px;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
   display: flex;
    justify-content: space-between; /* corrected typo */
    overflow: hidden;
    
  
}





.headingExterior1 {
    width: 40%;
    margin-top:50px;
   
}

@media(max-width:776px){
    
    .Exteriorbuildingheading1, .Exteriorbuilding1{
        
        width:100%;
    }
}


.textExterior1 {
    width: 60%;
    margin-top:20px;
    height: 440px;
    overflow-y: auto; /* makes it scrollable */
     
    
   
}




.textExterior1 p{
    
    padding:20px;
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-style: normal;
    text-align: justify; /* Improve text readability */
    color:black;

}

.first1, .second1, .third1, .four1{
    
    margin-top:50px;
}

.textExterior1 ul {
    
    padding-left:45px;
    padding-top:15px;
}

.textExterior1 ul li{
    
    padding:5px;
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-style: normal;
    text-align: justify; /* Improve text readability */
    color:black;
}

.headingExterior1 a {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 15px;
  font-family: "Gidole", sans-serif;
  font-size: 19px;
  text-align: justify;
  color: black;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  border-radius: 6px;
  text-decoration: none;
}

.textExterior1 {
  max-height: 700px;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;

  /* Hide scrollbar but keep scroll functionality */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.textExterior1::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.hover-trigger1 {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.hover-trigger1 {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Orange background when active (clicked) */
.hover-trigger1.active {
  background-color: #EDD67F;
  border-radius: 6px;
  color: white;
}

/* Optional hover effect */
.hover-trigger1:hover {
  transform: scale(1.05);
  text-decoration: none;
  color: black;
}

h5, h6 {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  text-align: center !important;
  margin: 0;
}


.first1 , .second1, .third1, .four1{
    
    border: 0.5px solid #ccc;
     border-radius:10px;
}




@media(max-width:776px){
    
    .Exteriorbuilding1{
        
        margin-bottom:30px;
    }
    
   .Exteriorbuilding1,
  .headingExterior1,
  .textExterior1 {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  h5 {
    font-size: 20px;
  }

  .headingExterior1 a {
    width: 96%;
    font-size: 17px;
  }

  .textExterior1 ul {
    padding-left: 10px;
  }
  
    
     h5 {
    font-size: 20px;
  }
  
 

  

  .textExterior1 ul {
    padding-left: 10px;
  }
  
  
 .headingExterior1  h6{
      text-align:center;
  }
  
  h5, h6 {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  text-align: center !important;
  margin: 0;
}

}

@media(max-width:1024px){
    
    .Exteriorbuilding1,
  .headingExterior1,
  .textExterior1 {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

}




/* CRM START ****************************************************************************************************************************************************************************************************************/

.finance-section {
 
  display: flex;
  background-color: #fefaf1;
  padding: 40px;
  flex-wrap: wrap;
  position:relative;
  
}



.finance-text {
   
  flex: 1;
  min-width: 350px;
  
}

.finance-text h1{
     position:absolute;
    top:30%;
    font-size:40px;
    
}







.finance-text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.finance-cards {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}






@media(max-width:540px){
    
    .finance-section {
        width:100%;
        height:auto;
        flex-direction: column;
          padding:0;
         
    }
    
      .finance-text h1 {
        position: static; 
        font-size: 30px;
        margin-bottom: 20px; 
       
    }
    
      .finance-cards {
         
        margin-left:auto;
        margin-right:auto;
  }
  
  

}
@media(max-width:768px){
    
    .finance-section {
        width:100%;
        height:auto;
        flex-direction: column;
        padding:0;
       
         
    }
    
      .finance-text h1 {
        position: static; 
        font-size: 30px;
        margin-bottom: 20px; 
       
    }
    
      .finance-cards {
         
        margin-left:auto;
        margin-right:auto;
  }

}


@media(max-width:853px){
    
     .finance-section {
        width:100%;
        height:auto;
        flex-direction: column;
        padding:0;
       
       
         
    }
    
    .finance-text h1 {
        position: static; 
        font-size: 30px;
        margin-bottom: 20px; 
        text-align:center;
       
    }
    
     .finance-cards {
         
      grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }


    
}





@media(max-width:1024px){
    
      .finance-text h1 {
        position: static; 
        font-size: 30px;
        margin-bottom: 20px; 
        text-align:center;
       
    }
    
      .finance-cards {
         
      grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }

}

@media(max-width:776px){
    
    .finance-section {
        width:100%;
        height:auto;
        flex-direction: column;
         padding:0;
    }

    .finance-text h1 {
        position: static; 
        font-size: 20px;
        margin-bottom: 20px; 
        text-align:center;
        
    }
    
    .finance-cards {
         
      grid-template-columns: repeat(1, 1fr); /* 2 columns */
      text-align:center;
  }

    
}






.card {
  width: 280px;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  font-family: sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* optional for more depth */
}


.card-header {
   
  display: flex;
  justify-content: space-between;
  align-items: center;
   background-color:white;
}

.card h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}



.card p {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.correct1{
    
    width:14px;
    height:14px;
    color:white;
    border-radius:50px;
    background-color:#EFD479;
}

.software2{
    
font-family: Gidole, sans-serif;
font-size: 25px;
padding:20px;
font-weight: 400;
line-height: 20px;
color: rgb(68, 68, 68);
    
}


@media (max-width: 395px) {
  .finance-section {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0;
  }

  .finance-text h1 {
    position: static; 
    font-size: 20px;
    margin-bottom: 20px; 
    text-align: center;
  }

  .finance-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .card {
    margin-left: auto;
    margin-right: auto;
  }
}





