/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
}

.banner {
    background: linear-gradient(to right, #0b2bb9, #7db0eb);
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
    margin-right: 10px;
}

.nav-links a {
    margin-right: 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.contact-info {
    text-align: right;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 60px 20px;
    background: url('background-water.png') no-repeat center center / cover;
}

.hero .content {
    max-width: 600px;
}

.hero h1 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.hero button {
    padding: 15px 30px;
    background-color: #087ea8;
    color: #fff;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
}

.hero .tanker-image img {
    max-width: 700px;
}

.solution-section {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #333;
}

.solution-section h2 {
    font-size: 2.5rem;
    color: #087ea8;
    margin-bottom: 20px;
}

.solution-section h2 span {
    color: #333;
    font-weight: bold;
}

.solution-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.promises-section {
    background-color: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
}

.promises-section h2 {
    font-size: 2.5rem;
    color: #087ea8;
    margin-bottom: 40px;
}

.promises-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.promise-item {
    text-align: center;
    max-width: 250px;
}

.promise-item img {
    height: 80px;
    margin-bottom: 20px;
}

.promise-item h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.promise-item p {
    font-size: 1rem;
    color: #666;
}
.promises-section {
    background-color: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
}

.promises-section h2 {
    font-size: 2.5rem;
    color: #087ea8;
    margin-bottom: 40px;
}

.promises-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.promise-item {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

.promise-item img {
    height: 80px;
    margin-bottom: 20px;
}

.promise-item h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.promise-item p {
    font-size: 1rem;
    color: #666;
}
.bookmytanker-section {
    background-color: #910faf; /* Deep blue background */
    color: #ffffff; /* White text */
    padding: 60px 20px;
    text-align: center;
    background-image: url('water-background.png'); /* Water background image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bookmytanker-section h2 {
    color: #ffb400; /* Gold for the hashtag title */
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.bookmytanker-section h3 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #ffffff;
}

.bookmytanker-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.bookmytanker-section button {
    background-color: #ffffff;
    color: #af2de3;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease-in-out;
}

.bookmytanker-section button:hover {
    background-color: #ffb400;
    color: #ffffff;
}
.trusted-section {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.trusted-section h2 {
    font-size: 2rem;
    color: #087ea8;
    margin-bottom: 40px;
}

.trusted-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.trusted-item h3 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.trusted-item p {
    font-size: 1rem;
    color: #666;
}

.testimonials-section {
    background-color: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
}

.testimonials-section h2 {
    font-size: 2rem;
    color: #087ea8;
    margin-bottom: 40px;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-content p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 1.1rem;
    color: #087ea8;
    font-weight: bold;
}
.business-queries-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
}

.business-queries-section h2 {
    font-size: 2rem;
    color: #087ea8;
    margin-bottom: 20px;
}

.business-queries-section p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

.business-queries-section button {
    padding: 15px 30px;
    background-color: #087ea8;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
}

.footer-section {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-about, .footer-links, .footer-contact {
    max-width: 300px;
}

.footer-about h3, .footer-links h3, .footer-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer-about p {
    font-size: 1rem;
    color: #ccc;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-contact p {
    font-size: 1rem;
    color: #ccc;
}

.footer-contact i {
    margin-right: 10px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a img {
    width: 30px;
    margin-right: 10px;
}

.footer-bottom {
    background: linear-gradient(to right, #0b2bb9, #7db0eb);
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
}
