* {
    box-sizing:border-box;
    padding: 0;
    margin: 0;
}
.info-bar{
    font-family: 'PT Sans Narrow';
    background-color:#022a36;
    color: White;
    font-size: 18px;
    padding: 10px 5px;
    justify-content: center;
    word-spacing: 2px;
}
.info-bar p{
    margin: 0px 50px;
    margin-left: 750px;
}
/*-----Navigation section-----*/
.navigation img {
    display: inline-flex;
    height: 110px;
    width: 250px;
    margin: 3px 50px;
}
.navigation ul {
    display: inline-flex;
    position: absolute;
    list-style: none;
    margin: 40px 20px;
    margin-left: 900px;
    align-items:right;
}
.navigation ul li {
    padding: 0px 12px;
    align-content: center;
    font-size: 18px;
    align-items: end;
}

.navigation ul li a{
    font-family: "Gabriela", serif;
    text-decoration: none;
    color: #006787;
}
.active, .navigation ul li :hover {
    color: #ffd900be;
    border-radius: 5px;
}
/*-----Navigation section-----*/

/*----Main Section------*/
.intro {
    background-image: url(/Images/vecteezy_office-computer-indoors-on-desk-near-window-generative-ai_copy.jpg);
    height: 700px;
    opacity: 0.9;
    background-color: #005974;
}
.intro h1 {
    color: #056785;
    font-size: 90px;
    padding: 200px 300px;
    font-family: "Ubuntu";
    position: absolute;
}
.intro p {
    color: gold;
    font-size: 30px;
    font-family: "Gabriela", serif;
    padding: 480px 340px;
    
}
.intro button {
    background-color: rgba(255, 217, 0, 0);
    color: rgba(255, 217, 0, 0.801);
    height: 60px;
    width: 200px;
    font-size: 20px;
    border-style: none;
    border: solid rgba(255, 255, 255, 0.63) 2px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Gabriela", serif;
    position: absolute;
    margin-left: 1300px;
    margin-top: -670px;

}
.intro button:hover {
    color: white;
}
.mid-section {
    background-color: #022a36;
    height: 500px;
}
.mid-section p {
    font-family: "Smooch Sans";
    font-weight: 300;
    color: white;
    font-size: 28px;
    padding: 200px 300px;
    word-spacing: 1px;
    letter-spacing: 2px;
}
.slide {
    background-color: white;
    justify-content: left;
    width: 100%;
    display: inline-flex;
   
}
.slide video {
    width: 700px;
    height: 400px;
    margin: 180px 80px;
    border: solid rgba(255, 217, 0, 0.733) 4px;
    box-shadow: 5px 10px 9px rgb(97, 97, 97);
}
.slide h1 {
    color: #056785;
    font-size: 30px;
    margin-top: 300px;
    margin-left: 180px;
    font-family: "Ubuntu";
}
.slide p {
    color: #056785;
    font-size: 22px;
    min-width: 50px;
    max-width: 900px;
    margin-top: 20px;
    margin-left: 70px;
    font-family: 'strait', 'Courier New', Courier, monospace;
    
}
.address {
    display: inline-flex;
    width: 100%;
    background-color: #022a36;
    height: 400px;
}
.address h3 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.692);
    padding: 150px 300px;
    position: absolute;
    font-family: "Ubuntu";
}
.address p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.692);
    padding: 190px 300px;
    position: absolute;
    word-spacing: 2px;
    font-family: 'strait', 'Courier New', Courier, monospace;
}
.section {
    width: 100%;
}
.section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.692);
    margin-left: 1000px;
    margin-top: -20px;
}
/*-----Services Page---------*
-------Product Offers--------*/
.service-head {
    background-color: #022a36;
    background-position: center;
    background-size: cover;
    height: 700px;
    width: 100%;
    position: relative;
    justify-content: center;
    transform: scaleX(-1);

}
.service-head hr {
    width: 8%;
    height: 4px;
    align-items: left;
    position: absolute;
    margin-left: 860px;
    color: #d8b62d;
    margin-top: -60px;
}
.service-head h1{
    color: #c0c0c0de;
    padding: 0px 40px;
    padding-top: 130px;
    margin-bottom: 70px;
    margin-right: 780px ;
    text-transform: uppercase;
    transform: scaleX(-1)
}
.offer-sales, .offer-marketing, .offer-dev {
    background-color: #00678773;
    height: 20px;
    display: inline-table;
    line-height: 35px;
    word-spacing: 1px;
    margin: 50px 130px;
    border: solid rgba(255, 255, 255, 0.705) 1px;
    border-radius: 10px;
    padding: 30px 70px;
    transform: scaleX(-1)
}
.offer-sales h2, .offer-marketing h2, .offer-dev h2{
    color: #c19a00;
    font-size: 28px;
    align-items: left;
    margin-left: -12px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.offer-sales li, .offer-marketing li, .offer-dev li {
    color: #f0f0f0f6;
    font-size: 18px;
}
.offer-sales li:hover, .offer-marketing li:hover, .offer-dev li:hover {
    color: #2ca894a9;
    cursor: pointer;
}
.appointment {
    background-color: #ffffff;
    background-image: url(/Images/christopher-gower-vjMgqUkS8q8-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}
.appointment-form {
      background: #ffffff0a;
      padding: 30px;
      width: 400px;
      height: 510px;
      margin-left:250px;
      margin-top: 160px;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0,0,0,0.4);
      position: absolute;
    }
    .appointment h2 {
      font-size: 28px;
      color: #005974;
      text-align: center;
      margin-top: 90px;
      margin-left: 290px;
      font-family: 'strait', 'Courier New', Courier, monospace;
      text-transform: uppercase;
      position: absolute;
    }
    .appointment-form label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      font-family: "ubuntu";
    }
    .appointment-form input,
    .appointment-form select {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #cccccc4b;
      border-radius: 4px;
    }
    .appointment-form button {
      width: 100%;
      padding: 10px;
      background: #01526b;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    .appointment-form button:hover {
      background: #0056b3;
    }
    /* Slideshow container */
.slideshow-container {
  height: 500px;
  position: relative;
  background: #e6e4e4f1;
}

/* Slides */
.mySlides {
  color:  #013747;
  display: none;
  padding: 80px;
  text-align: center;
  justify-items: center;
  margin: 150px 550px;
  position: absolute;
  font-size: 22px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #01526b;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #01526b;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: gold;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.gradient-image {
  width: 100%;
  height: 400px; /* adjust as needed */
  background-image: 
    linear-gradient(to bottom , rgba(2, 46, 63, 1.9999), rgba(0, 0, 0, 0)),
    url('/Images/Sandton-Drive-to-Grayston.jpg');
  background-size: cover;
  background-position: center;
}
.gradient-image h1 {
    color: #ffffff;
    position: absolute;
    margin: 180px 800px;
    font-size: 35px;
    font-family: 'strait', 'Courier New', Courier, monospace;
}
.gradient-image p{
    color: #f0f0f0;
    position: absolute;
    margin: 230px 500px;
    font-size: 22px;
    font-family: "ubuntu"
}
.contact {
    height: 800px;
    width: 100%;
} 
.contact-form {
      background: #ffffff13;
      padding: 25px;
      margin: 50px 1100px;
      width: 400px;
      height: 680px;
      border-radius: 8px;
      border-top: solid 8px #013747;
      border-bottom: solid 6px #013747;
      box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }
    .contact-form h4 {
      color: #022a36;
      margin-bottom: 20px;
      font-family: 'strait', 'Courier New', Courier, monospace;
      margin-left: 90px;
      font-size: 18px;
    }
    .contact-form label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      font-family: "ubuntu";
    }
    .contact-form input,
    .contact-form select {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #cccccc4b;
      border-radius: 4px;
      resize: none;
    }
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #cccccc4b;
      border-radius: 4px;
      resize: none;
      font-family:'ubuntu';
      font-size: 15px;
    } 
    .contact-form button {
      width: 30%;
      padding: 12px;
      background: #01526b;
      color: rgb(197, 197, 197);
      border: none;
      border-radius: 4px;
      cursor: pointer;
    } 
    .contact-form button:hover {
      background: #0056b3;

    }
    .xtra-info {
    width: 100%;
     display: inline-block;
     padding: 0;
    }
    .xtra-info img{
        height: 90px;
        padding: 10px;
        margin-left: 50px;
        margin-top: 200px;
    }

    /* About us */
.values {
    background-image:  linear-gradient(to bottom , rgba(3, 46, 63, 0.9999), rgba(0, 0, 0, 0)),
    url('/Images/happy-office.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}
.values p {
    color: #faf0c3;
    font-size: 26px;
    padding: 280px 440px;
    position: absolute;
    font-family: "Ubuntu", monospace;
}
.values h3 {
    color: #f5d133;
    font-size: 28px;
    padding: 330px 620px;
    position: absolute;
    font-family: 'strait', 'Courier New', Courier, monospace
}
.company_view {
    background-color: #022a36;
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
    justify-content: center;
}
.mission h3 {
    font-size: 25px;
    color: #f5d133;
    display: inline-flex;
    padding: 100px 300px;
    margin: 60px;
    margin-left: 100px ;
    text-transform: uppercase;
    position: absolute;
}
.mission p {
    font-size: 20px;
    max-width: 750px;
    color: #aaaaaa;
    position: absolute;
    margin-left: 160px;
    transform: translateY(230px);
    
} 
.vision h3 {
    font-size: 25px;
    color: #f5d133;
    display: inline-flex;
    padding: 40px 250px;
    margin: 110px;
    margin-left: 1100px ;
    text-transform: uppercase;
    position: absolute;
} 
.vision p {
    max-width: 750px;
    color: #aaaaaa;
    position: absolute;
    margin-left: 1100px;
    transform: translateY(230px);
    align-content: center;
    font-size: 20px;
}

.com_profile {
   background-image:  linear-gradient(to top , rgb(98, 125, 136), rgba(0, 0, 0, 0)),
    url('/Images/luca-bravo-9l_326FISzk-unsplash.jpg');
    height: 600px;
    background-position:top;
}
.com_profile button {
  font-family: "Gabriela", serif;
  background-color:#01526b;
  padding: 20px 20px;
  color:white;
  border:none; border-radius:4px;
  font-size: 18px;
  margin: 280px 850px;
}
.com_profile button:hover {
  font-family: "Gabriela", serif;
  background-color: #bbb;
  color: #01526b;
  cursor: pointer;
}
.com_profile p {
  font-family: "Ubuntu", monospace;
  padding: 20px 20px;
  color: rgb(255, 236, 128);
  font-size: 22px;
  position: absolute;
  margin: 200px 650px;
  font-style: bold;
}

/******Blog*****/
.blog-header {
  background: linear-gradient(to bottom, #006a8a, #003d66d5);
  height: 150px;
  color: #fff;
  padding: 40px;
  width: auto;
  text-align: center;
  border-bottom: 2px solid #023e8a;
} 

.blog-header h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5em;
  margin: 0;
}  

.blog-header p {
  font-size: 1.5em;
  font-style: italic;
  color: #f5d133;
} 
.blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 30px auto;
    }

.blog-post {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;
 }
 .blog-post:hover {
      transform: translateY(-5px);
    }

    .blog-post img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .blog-content {
      padding: 20px;
      flex: 1;
    }

    .blog-date {
      font-size: 0.9em;
      color: #888;
      margin-bottom: 10px;
    }

    .blog-title {
      font-size: 1.3em;
      margin: 5px 0 10px;
      color: #333;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .blog-text {
      font-size: 1em;
      line-height: 1.5;
      color: #555;
      overflow: hidden;
      max-height: 100px;
      transition: max-height 0.4s ease;
    }

    .blog-text.expanded {
      max-height: 1000px;
    }

    .read-more {
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 8px;
      padding: 8px 15px;
      cursor: pointer;
      font-size: 0.95em;
      margin-top: 10px;
      transition: background 0.3s;
    }

    .read-more:hover {
      background-color: #0056b3;
    }
/********end of Blog****/
 #facebook{
  border: solid 2px #c7c7c7b2;
  border-radius: 10px;
  margin-top: 200px;
  position: absolute;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin-left: -550px;
  border-radius: solid black 2px;
}
#LinkedIn {
  border: solid 2px #c7c7c77a;
  border-radius: 10px;
  margin-top: 200px;
  position: absolute;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin-left: -650px;
}
#twitter {
  border: solid 2px #c7c7c77a;
  border-radius: 10px;
  margin-top: 200px;
  position: absolute;
  height: 60px;
  width: 60px;
  padding: 1px;
  margin-left: -450px;
}
#twitter a, #LinkedIn a, #facebook a :hover {
  background-color: #056785;
}
#whatsapp {
  margin-top: 300px;
  position: absolute;
  height: 50px;
  width: 50px;
  padding: 1px;
  margin-left: -620px;
}
.contact-form p {
  font-size: 19px;
  color: #056785;
  position: absolute;
  margin-left: -570px;
  margin-top: 315px;
}

/****Footer****/
.footer {
    background-color: rgb(27, 27, 27);
    height: 250px;
    opacity: 0.9;
    color: rgb(2, 95, 126) ;
    justify-content: center;
    position: relative;
    margin-top: -4px;
 
}

.footer h2 {
    font-family: "Ubuntu", monospace;
    color: #c19a00;
    font-size: 20px;
    align-items: left;
    margin-bottom: 10px;


}
.footer-col-1, .footer-col-2{
    margin-top: 40px;
    color: #f5d133;
    margin-bottom: 20px;
    display:inline-table;
    justify-content: left;
    text-align: left;
    margin-left: 530px;
    font-size: 16px;
    line-height: 30px;

} 
.footer-col-1 a, .footer-col-2 a {
    color: #dfdfdf;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
}
.footer hr{
    border: none;
    background: rgba(255, 217, 0, 0.63);
    height: 3px;
    margin-top: 5px;
}
.copyright {
    color: rgba(255, 254, 254, 0.788);
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 39%;
    margin-bottom: 20px;
    word-spacing: 3px;
}