diff --git a/ModernSlaveryAct.html b/ModernSlaveryAct.html index 4b9f52b..ca0f846 100644 --- a/ModernSlaveryAct.html +++ b/ModernSlaveryAct.html @@ -275,55 +275,75 @@

FIND US

margin: 0; padding: 0; box-sizing: border-box; - } +} - body { +body { font-family: "Arial", sans-serif; line-height: 1.6; - } +} - #Slavery-us { - background-image: url("your-background-image.jpg"); - background-size: cover; - background-position: center; - color: #fff; - padding: 80px 0; +/* Section Styling */ +#Slavery-us { + background-color: #f0f4f8; /* Soft background color */ + padding: 60px 20px; /* Spacing around the section */ text-align: center; - } +} - .Slavery-container { +/* Container Styling */ +.Slavery-container { max-width: 800px; margin: 0 auto; - background-color: rgba(0, 0, 0, 0.7); + background-color: #ffffff; /* White background for contrast */ padding: 40px; - border-radius: 10px; - } + border-radius: 12px; /* More pronounced rounded corners */ + box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); /* Stronger shadow for depth */ + transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */ +} - #Slavery-us h1 { - font-size: 3rem; +.Slavery-container:hover { + transform: translateY(-5px); /* Lift effect on hover */ + box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */ +} + +/* Heading Styling */ +#Slavery-us h1 { + font-size: 2.5rem; /* Large heading */ margin-bottom: 20px; + color: #2c3e50; /* Darker color for better readability */ text-transform: uppercase; - letter-spacing: 3px; - color: #f0a500; - } + letter-spacing: 2px; /* Slightly reduced letter spacing */ + border-bottom: 2px solid #007bff; /* Bottom border for emphasis */ + padding-bottom: 10px; /* Space below the border */ +} - #Slavery-us p { - color: #fff; - font-size: 1.2rem; +/* Paragraph Styling */ +#Slavery-us p { + color: #34495e; /* Dark gray for better contrast */ + font-size: 1.1rem; /* Adjusted font size */ margin-bottom: 20px; - } - #Slavery-us li{ + line-height: 1.8; /* Increased line height for readability */ + transition: color 0.3s ease; /* Smooth color transition */ +} + +#Slavery-us p:hover { + color: #007bff; /* Change color on hover for interaction */ +} + +/* List Item Styling */ +#Slavery-us li { margin-top: 10px; - - } + color: #34495e; /* Consistent color for list items */ +} - @media (max-width: 768px) { +/* Responsive Adjustments */ +@media (max-width: 768px) { #Slavery-us h1 { - font-size: 2.5rem; + font-size: 2rem; /* Smaller heading for mobile */ } #Slavery-us p { - font-size: 1rem; + font-size: 1rem; /* Smaller paragraph for mobile */ } - } +} + diff --git a/privacy.html b/privacy.html index 1cf8f19..7288916 100644 --- a/privacy.html +++ b/privacy.html @@ -126,32 +126,50 @@
-

Privacy Policy

-

- Welcome to ticket booking! Your one-stop solution for booking bus and - train tickets with ease. Our platform offers a seamless experience for - travelers, providing access to various transportation options. We - strive to make your journey hassle-free, whether you're planning a - short trip or a long adventure. With 24/7 customer support and - real-time updates, we ensure that you're always informed and - comfortable on the go. -

-

- At Ticket Booking, we are committed to protecting your privacy. This - policy outlines how we collect, use, and safeguard your personal - information when you visit our website to book tickets. We collect - data such as your name, email address, and payment information solely - for processing your bookings and providing you with a seamless - experience. Your information is stored securely and is only accessible - to authorized personnel. We do not sell or share your data with third - parties without your consent, except as required by law or to fulfill - your requests. By using our website, you agree to the collection and - use of your information in accordance with this policy. If you have - any questions or concerns about our privacy practices, please contact - us at +91 9685478526. -

+

Privacy Policy

+ +
+

Welcome to Ticket Booking!

+

+ Your one-stop solution for booking bus and train tickets with ease. + Our platform offers a seamless experience for travelers, providing access + to various transportation options. We strive to make your journey hassle-free, + whether you're planning a short trip or a long adventure. With 24/7 customer + support and real-time updates, we ensure that you're always informed and + comfortable on the go. +

+
+ +
+

Commitment to Privacy

+

+ At Ticket Booking, we are committed to protecting your privacy. This + policy outlines how we collect, use, and safeguard your personal + information when you visit our website to book tickets. We collect + data such as your name, email address, and payment information solely + for processing your bookings and providing you with a seamless + experience. +

+

+ Your information is stored securely and is only accessible to authorized + personnel. We do not sell or share your data with third parties without + your consent, except as required by law or to fulfill your requests. + By using our website, you agree to the collection and use of your + information in accordance with this policy. +

+
+ +
+

Contact Us

+

+ If you have any questions or concerns about our privacy practices, please + contact us at: + +91 9685478526 +

+
-
+ +