body {
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(0deg, rgba(3, 121, 241,0.5) 0%, rgba(3, 121, 241,0.5) 9%,transparent 9%, transparent 16%,rgba(11, 75, 199,0.5) 16%, rgba(11, 75, 199,0.5) 49%,rgba(9, 86, 209,0.5) 49%, rgba(9, 86, 209,0.5) 100%),linear-gradient(135deg, rgb(3, 121, 241) 0%, rgb(3, 121, 241) 31%,rgb(13, 63, 188) 31%, rgb(13, 63, 188) 37%,transparent 37%, transparent 56%,rgb(9, 86, 209) 56%, rgb(9, 86, 209) 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
    margin: 0;
    padding: 20px;
}

.safari-title {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 32px;
    font-weight: 600;
    color: #2eb370;
    padding-left: 20px;
    border-left: 6px solid #2eb370;
    z-index: 1000;
}


.safari-image-slogan {
    position: absolute;
    top: 100px;
    left: 50px;
    text-align: center;
}

.safari-image-slogan img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}

.safari-image-slogan p {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    font-weight: 500;
}


.image-section {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 350px;

padding-bottom: 20px;
}

.image-section img {
width: 30%;
margin-right: 5%;
}

/* The last image does not need right margin */
.image-section img:last-child {
margin-right: 0;
}

.main-features {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    justify-content: center; /* Center items horizontally */
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  /* Styles for .features-section and .benefits-container */
  .features-section,
  .benefits-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 15px; /* Add margin to separate items */
    width: calc(50% - 30px); /* Adjust width to account for margin */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }

  .features-section h2,
.benefits-container .section-title,
.feature h3,
.benefit-item h3 {
  text-align: center; /* Center align titles */
  color: #333;
}

.feature,
.benefit-item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #5cb85c;
}

.feature p,
.benefit-item p {
  color: #666;
  line-height: 1.6;
}

.features-section h2 {
text-align: center;
color: #333;
margin-bottom: 30px;
}

.feature {
background-color: #fff;
padding: 15px;
margin-bottom: 10px;
border-left: 4px solid #5cb85c;
}

.feature h3 {
margin-top: 0;
color: #5cb85c;
}

.feature p {
color: #666;
}



.section-title {
text-align: center;
color: #333;
margin-bottom: 30px;
}

.benefit-item {
margin-bottom: 20px;
padding: 10px;
border-left: 4px solid #5cb85c;
}

.benefit-item h3 {
color: #5cb85c;
margin-bottom: 5px;
}

.benefit-item p {
color: #666;
line-height: 1.6;
}

ul {
margin: 0px;
padding: 0
}


.container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
}


h2 {
    text-align: center;
    color: #333;
    font-weight: 400;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #666;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
}

button:hover {
    background-color: #45a049;
}

.results {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background-color: #e8f5e9;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.container1 {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
   margin-top: 50px;
}

header {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

.dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.card h3 {
    color: #333;
    margin-bottom: 10px;
}

.card p {
    margin-bottom: 5px;
}

.form-group-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

#feedback {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #dff0d8;
    color: #3c763d;
}

.form-group-container .form-group {
    flex: 1;
    margin-right: 10px;
}

.form-group-container .form-group:last-child {
    margin-right: 0;
}

.form-group input,
.form-group button {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form-group button {
    background: #5cb85c;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.form-group button:hover {
    background: #4cae4c;
}


/* Style the container and sidebar */
.content-container {
    display: flex;
    justify-content: space-between;
  }
  
  .main-content {
    flex-grow: 1;
    /* Add styles for your main content here */
  }
  
  .sidebar {
    width: 250px; /* Adjust the width as needed */
    background-color: #111; /* Sidebar background color */
    color: white; /* Text color */
    padding-top: 20px; /* Padding at the top */
  }
  
  /* Style sidebar links */
  .sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block; /* Display as block-level elements */
  }
  
  /* Style links on mouse-over */
  .sidebar a:hover {
    color: #f1f1f1; /* Change color on hover */
  }
  
  .testimonial-section {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
  }
  .testimonial {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .stars {
    color: #f5c518;
    margin-bottom: 5px;
  }
  .testimonial p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }
  .customer-name {
    font-weight: bold;
    margin-top: 10px;
  }

.header {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.header h1 {
    margin: 0;
}
.header p {
    margin: 10px 0;
}
.header .buttons {
    margin-top: 10px;
}
.header .button {
    background: white;
    color: #2575fc;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
}
.footer {
    background: #1a1a2e;
    color: #cfcfcf;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}
.footer .columns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer .column {
    margin: 10px;
}
.footer .column h3 {
    color: #ffffff;
}
.footer .column a {
    color: #cfcfcf;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}
.footer .social {
    text-align: center;
    margin-top: 20px;
}
.footer .social a {
    margin: 0 10px;
    color: #cfcfcf;
    text-decoration: none;
}
.footer .copyright {
    text-align: center;
    margin-top: 20px;
    color: #666666;
}


/* Responsive styles */
@media (max-width: 768px) {
    .features-section,
    .benefits-container {
      width: 100%; /* Full width for smaller screens */
      margin: 15px 0; /* Adjust margin for vertical spacing */
    }
  }
  
 