
*{
    margin: 0%;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: auto;/* Optional: Hide horizontal and vertical scrollbars */
}
@font-face {
    font-family: 'CustomFont'; /* The name you want to use for the font */
    src: url('../Fonts/BORELA-BF6512c82e1ceb7.ttf') format('woff2'); /* URL to the font file and its format */
    
}
@font-face {
    font-family: 'aFont'; /* The name you want to use for the font */
    src: url('../Fonts/BORELA-BF6512c82e7fbc5.otf') format('woff2'); /* URL to the font file and its format */
    
}
nav {
    height: 60px;
    background-color: rgb(255, 255, 255);
    position: fixed; /* Fix the navigation bar to the top */
    top: 0; /* Place it at the top of the viewport */
    width: 100%; /* Make it full width */
    z-index: 1; /* Ensure it's above other content */
    box-shadow: 0px 1px 20px ;
}
nav:hover {
    height: 60px;
    position: fixed; /* Fix the navigation bar to the top */
    top: 0; /* Place it at the top of the viewport */
    width: 100%; /* Make it full width */
    z-index: 1; /* Ensure it's above other content */
    box-shadow: 0px 1px 20px ;
}

nav ul{
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
ul{
    list-style: none;
}
ul li a{
    color: #1c3f1c93;
    text-decoration: none;
    font-family: 'aFont'; 
    font-size: 15px;
    transition: 0.25s ease;
}
ul:hover a{
    color: #CCC;
}
ul:hover a:hover{
    color: #1c3f1c;
    box-shadow: 0 2px 0 0 currentcolor;
}
nav ul img{
    width: 70px;
    height: 50px;
    cursor: pointer;
}




.about-section {
    margin-top: 60px;
    background-color: white;
    padding: 40px 0;
}
.line{
    background-color: black;
    width: 100px;
    height: 2px;
margin: 2% auto;
}
.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.about-text {
    flex: 1;
    padding: 20px;
}

.about-text h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1c3f1c;
    font-family: parafont;
    text-align: center;
}

.about-text p {
    font-family: parafont;
    font-size: 16px;
    line-height: 1.5;
    color: #1c3f1c;
    text-align: justify;
    text-justify: inter-word;
}

.img-container {
    flex: 1;
    text-align: center;
}

.img-container img {
    max-width: 100%;
    max-height: 350px;
}
.expertise{
    font-size: 38px;
    position: relative;
    text-align: center;
    font-family: parafont;
    text-transform: uppercase;
    color: #1c3f1c;
}

.why-choose-us-section {
    padding: 0px 0;
    text-align: center;
    
}
.card-front h3{
    color: #1c3f1c;
    text-align: center;
}
.container1{
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 36px;
    color: #1c3f1c;
    text-transform: uppercase;
    
}

.choose-us-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}
.card-front IMG{
    margin-left: 25%;
}
.card-front h3{
    color: #1c3f1c;
    font-family: parafont;
    font-size: 16px;
}
.choose-us-card{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.card-back p{
    color: #1c3f1c;
    text-align: justify;
    text-justify: inter-word;
    padding: 15px;
    font-size: 13px;

}
.choose-us-card {
    margin-top: 5%;
    max-width: 200px; 
    transform: rotate(-45deg); 
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    position: relative;
    box-shadow: 0px 1px 6px black;
    
    color: #1c3f1c;
}

.card-content {
    padding: 20px;
}



.choose-us-card:hover {
    color: #1c3f1c;
    transform: rotate(0deg); 
}
.mission-vision-container {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    margin-top: 5%;
}

.mission, .vision {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #1aa83221;
}

.mission h2, .vision h2 {
    font-size: 24px;
    color: #1c3f1c;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: parafont;
    text-align: center;
}

.mission p, .vision p {
    font-size: 16px;
    color: #1c3f1c;
    line-height: 1.5;
    text-justify: inter-word;
    text-align: justify;
    font-size: 15px;
    margin-top: 3%;
}
.mission{
    transform: translateX(-50px);
    transition: opacity 0.5s, transform 0.5s;
}
.vision{
    transform: translateX(-50px);
    transition: opacity 0.5s, transform 0.5s;
}
footer{
    background-color: #000000;
  }
.footer-card{
    display: flex;
    justify-content: space-evenly;
    padding-top: 5%;
    padding-bottom: 5%;
    line-height: 25px;
}

.footer-card h2, p, a{
    font-family: parafont;
    text-align: center;
    color: #fff;
}
.footer-card h2{
    font-size: 18px;
}
.footer-card p{
    font-size: 13px;
}

.quicklinks h2{
    font-family: parafont;
    text-align: right;
    color: #fff;
}
.address-card p{
    margin-top: 5%;
}
.quicklinks ul{
    margin-top: 10%;
}
.quicklinks ul li a{
    color: white;
}
.available-timings p{
    margin-top: 10%;
}
.footer-card .address-card{
    text-align: center;
    width: 350px;
}
.quicklinks {
    text-align: center;
}
a{
    text-decoration: none;
}
.available-timings p{
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.devs .devs-tc p, a{
    font-size: 12px;
}
.devs-tc{
    display: flex;
    justify-content: space-evenly;
}
.devs p{
    margin-top: 1%;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #1c3f1c;
    color: white;
    padding: 15px 10px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 180px;
    z-index: 1;
    font-family: parafont;
    font-size: 16px;
  }

  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  .form-popup h1{
    font-family: parafont;
    text-align: center;
    color: #1c3f1c;
    font-size: 19px;
  }
    /* Add styles to the form container */
    .form-container {
        max-width: 270px;
        padding: 10px;
        background-color: white;
      }
      .form-popup1 {
        display: none;
        position: fixed;
        bottom: 0%;
        left: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
      }
      .form-popup1 h1{
        font-family: parafont;
        text-align: center;
        color: #1c3f1c;
        font-size: 19px;
      }
        /* Add styles to the form container */
        .form-container1 {
            max-width: 270px;
            padding: 10px;
            background-color: white;
          }
      /* Full-width input fields */
      .form-container1 input[type=text], .form-container1 input[type=email], .form-container1 textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
      }
      
      /* When the inputs get focus, do something */
      .form-container1 input[type=text]:focus, .form-container1 input[type=email]:focus, .form-container1 textarea:focus {
        background-color: #ddd;
        outline: none;
      }
      
      /* Set a style for the submit/login button */
      .form-container .btn {
        background-color: #1c3f1c;
        color: white;
        padding:12px;
        border: none;
        cursor: pointer;
        width: 50%;
        margin-bottom:10px;
        opacity: 0.8;
        font-family: parafont;
        
      }
      .form-container1 .btn {
        background-color: #1c3f1c;
        color: white;
        padding:12px;
        border: none;
        cursor: pointer;
        width: 50%;
        margin-bottom:10px;
        opacity: 0.8;
        font-family: parafont;
        
      }
      .social-links{
        margin-top: 5%;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
      }
      .social-links a{
         
        font-size: 17px;
      }
      .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 30px;
        color: #aaa;
        cursor: pointer;
      }
      
      .close:hover,
      .close:focus {
        color: black;
      }
      
      /* Add some hover effects to buttons */
      .form-container .btn:hover, .open-button:hover {
        opacity: 1;
      }
      /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    height: 35px;
    font-family: parafont;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  input[type=email], select, textarea {
    height: 35px;
    font-family: parafont;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  label{
    font-family: parafont;
    color: #1c3f1c;
  }
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    font-family: parafont;
    background-color: #0d1b16;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #1c3f1c;
  }
  .slide-in {
    opacity: 1;
    transform: translateX(0);
}
.mobile-menu {
    display: none;
}
nav.full-screen p {
    display: none;
}
@font-face {
    font-family: 'parafont'; /* The name you want to use for the font */
    src: url('../Fonts/FunkisC.1.2.3TRIAL-Light-BF65138f7dd8c8a.otf') format('woff2'); /* URL to the font file and its format */
    
}

@media (max-width: 768px) {
    nav{
        width: 100%;
    }
    nav.full-screen > ul > li:not(:has(> img, > p)) {
        display: none;
    }
    nav.full-screen p {
        display: block;
    }

nav p{
    color: #0d1b16;
    margin-left: -75%;
    font-size: 12px;
    text-align: left;
    margin-top: 3%;
}    
nav img{
    float: left;
    margin-left: -85%;
}
    
nav {
    height: 50px;
    background-color: rgb(255, 255, 255);
    position: fixed; /* Fix the navigation bar to the top */
    top: 0; /* Place it at the top of the viewport */
    width: 100%; /* Make it full width */
    z-index: 1; /* Ensure it's above other content */
    box-shadow: 0px 1px 20px ;
}
nav:hover {
    height: 50px;
    position: fixed; /* Fix the navigation bar to the top */
    top: 0; /* Place it at the top of the viewport */
    width: 100%; /* Make it full width */
    z-index: 1; /* Ensure it's above other content */
    box-shadow: 0px 1px 20px ;
}



nav ul{
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
ul{
    list-style: none;
}
ul li a{
    color: #1c3f1c93;
    text-decoration: none;
    font-family: 'aFont'; 
    font-size: 12px;
    transition: 0.25s ease;
}
ul:hover a{
    color: #CCC;
}
ul:hover a:hover{
    color: #1c3f1c;
    box-shadow: 0 2px 0 0 currentcolor;
}
body{
    width: 100%;
    overflow-x: hidden;
}
   
    .expertise, .expertise1{
        font-size: 19px;
    }
nav ul img{
    width: 50px;
    height: 40px;
    cursor: pointer;
}
  /* Add a background color and some padding around the form */

  .container {

    width: 280px;
    border-radius: 5px;
    background-color: #f2f2f2a4;
    padding: 20px;
    filter: contrast(50px);
    box-shadow: 0px 2px 4px black;
  }
  .footer-card{
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-top: 5%;
    padding-bottom: 5%;
    line-height: 25px;
}

.footer-card h2, p, a{
    font-family: parafont;
    text-align: left;
    color: #fff;
}
.address-card{
    padding: 5%;
}
.footer-card h2{
    font-size: 18px;
}
.map{
    padding: 5%;
}
.footer-card p{
    font-size: 13px;
    text-align: left;
}
.quicklinks{
    margin-top: 5%;
    padding: 5%;
}

.quicklinks h2{
    font-family: parafont;
    text-align: left;
    color: #fff;
}
.address-card p{
    margin-top: 5%;
}
.quicklinks ul{
    margin-top: 2%;
    text-align: left;
    margin-left: -10%;
}
.quicklinks ul li a{
    color: white;
}
.available-timings p{
    margin-top: 1%;
}
.footer-card .address-card{
    text-align: center;
    width: 350px;
}
.quicklinks {
    text-align: center;
}
a{
    text-decoration: none;
}
.available-timings{
    padding: 5%;
}
.available-timings h2{
    text-align: center;
}
.available-timings p{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.devs .devs-tc p, a{
    font-size: 11px;
}
.devs-tc{
    display: flex;
    flex-direction: column;
    text-align: center;

}
.devs p{
    margin-top: 1%;
    text-align: center;
}
.social-links a{
     
    font-size: 15px;
  }
  .open-button {
    background-color: #1c3f1c;
    color: white;
    padding: 15px 10px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 110px;
    z-index: 1;
    font-family: parafont;
    font-size: 12px;
  }
  
.about-section {
    margin-top: 60px;
    background-color: white;
    padding: 40px 0;
}
.line{
    background-color: black;
    width: 100px;
    height: 2px;
    margin: 2% auto;
}
.about-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.about-text {
    flex: 1;
    padding: 20px;
}

.about-text h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1c3f1c;
    font-family: parafont;
    text-align: center;
}

.about-text p {
    font-family: parafont;
    font-size: 12px;
    line-height: 1.5;
    color: #1c3f1c;
    text-align: justify;
    text-justify: inter-word;
}

.img-container {
    flex: 1;
    text-align: center;
}

.img-container img {
    max-width: 100%;
    width: 350px;
}


.why-choose-us-section {
    padding: 0px 0;
    text-align: center;
    
}
.choose-us-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-us-card {
    width: calc(50% - 20px); /* 50% width for two cards in a row with some spacing */
    margin-bottom: 0;
}
.card-front h3{
    color: #1c3f1c;
    text-align: center;
}
.container1{
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 36px;
    color: #1c3f1c;
    text-transform: uppercase;
    
}

.choose-us-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}
.card-front img{
    width: 60px;
    height: 60px;
    margin-left: 35%;

}
.card-front h3{
    color: #1c3f1c;
    font-family: parafont;
    font-size: 16px;
}

.card-back p{
    color: #1c3f1c;
    text-align: justify;
    text-justify: inter-word;
    padding: 15px;
    font-size: 13px;

}
.choose-us-card {
    margin-top: 5%;
    width: 180px; 
    transform: rotate(0deg); 
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    position: relative;
    box-shadow: 0px 1px 6px black;
    
    color: #1c3f1c;
}

.card-content {
    padding: 20px;
}



.choose-us-card:hover {
    color: #1c3f1c;
    transform: rotate(0deg); 
}
.mission-vision-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px;
    margin-top: 5%;
}

.mission, .vision {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #1aa83221;
}

.mission h2, .vision h2 {
    font-size: 19px;
    color: #1c3f1c;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: parafont;
    text-align: center;
}

.mission p, .vision p {
    font-size: 12px;
    color: #1c3f1c;
    line-height: 1.5;
    text-justify: inter-word;
    text-align: justify;
    margin-top: 3%;
}
.mobile-menu ul {
    margin-top: 30%;
    list-style: none;
    padding: 0;
    height: 100vh;
}

.mobile-menu ul li {
    margin: 40px 0;
    text-align: center;

}
.logo-mobile{
    width: 40px;
    height: 40px;
}
.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: parafont;
    text-align: center;
}


.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: auto;
    background: black;
    flex-direction: column;
    color: #fff;
    z-index: 9999;
    box-shadow:0px 2px 20px white;
 /* Set a higher z-index value */
}


/* Rest of your mobile menu CSS styles */

.mobile-menu-icon {
    display: block;
    cursor: pointer;
    padding: 15px;
    background: #1c3f1cda;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 101; /* Make sure the menu icon has a higher z-index than the menu */
}

/* Rest of your mobile menu icon CSS styles */
.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transform: translateZ(0); /* Use translateZ(0) to promote the element */
}


/* Styles for active state of hamburger menu icon */
.mobile-menu-icon.active1 .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-icon.active1 .bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-icon.active1 .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}
.mobile-menu.active1 {
    display: block;
    
}

.mobile-menu {
    outline: none;
}
.mobile-menu h1{
    text-align: center;
    font-family: parafont;
    font-size: 19px;
}
.mobile-menu .line{
    background-color: white;
    height: 1px;
}
}