/* Set the background image for the section  */

 
	/* Reset some default styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;     
    background-color: #fff;
    color: #333;
}
/*email Subscribe
input[type="email"],
button {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

input[type="email"] {
    font-size: 16px;
}

button {
    background-color: #ff7f50;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #ff5733;
}
  */
/* Navbar styles */
.navbar {
	width :95%;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    //padding: 10px 20px;
}

.navbar-logo a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-links {
    list-style-type: none;
    padding: 0;
    display: flex;
	 
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #008081;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ff9900;
}

/* Hamburger menu styles */
.navbar-toggle {
    display: none; /* Hidden by default on larger screens */
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

/* Mobile styles */
@media (max-width: 768px) {
  /*  .nav-links {
        display: none; /* Hide the links on smaller screens * /
    }

    .navbar-toggle { 
        display: flex; /* Show the hamburger icon on smaller screens * /
    }

    .nav-links .active{
        display: flex; /* Show the links when the menu is active * /
        flex-direction: column;
       /*  position: absolute; * /
        top: 60px; /* Adjust the distance from the top as needed * /
        right: 20px; /* Adjust the distance from the right as needed * /
        background-color: #333;
        padding: 10px;
        border-radius: 5px;
    }*/
	
	
	.nav-links {
        display: none;
        flex-direction: column;
        background-color: #fdf2dd;
        position: absolute;
        top: 42px;
        right: 0;
        left: 0;
		padding: 10px;
        border-radius: 5px; 
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .navbar-toggle {
        display: flex;
    }
}
/*
nav ul {
    list-style: none;
    display: flex;
}

nav li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
}

 */

.logo img {
    max-width: 100px;
}

.cta-button {
    padding: 10px 20px;
    background-color: #ff9900;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
} 
/* hero Basic styling */
.hero {
    background-image: url('https://www.prodgenio.com/hero_image.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 35px 0; /* Adjust the padding as needed */
    text-align: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
	/* background-color: rgba(0, 0, 0, 0.1); */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.left-content {
    text-align: center;
   /*  padding: 20px; */
    padding: 118px;	
	 border-radius: 30px;
   /*  background-color: #c3107173;
	background-image: url('https://www.prodgenio.com/bgif.gif'); */
	 background-repeat: no-repeat;
     background-position: top;
	
}

h1 {
    font-size: 36px;
}

p {
    font-size: 18px;
}

form {
    margin-top: 20px;
}
 
.right-quotes {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote {
    margin-bottom: 20px;
    text-align: center;
}

.quote blockquote {
    font-size: 16px;
   /* font-style: italic;*/
}

.quote p {
    font-size: 18px;
    text-align: center;
	padding-bottom: 24px;
}

.q2{background-color: rgb(40, 202, 203, 0.4);}
.q1{background-color: rgb(200, 0 ,0, 0.4);}
 /* Style for the form container */ 
        .input-container {
            display: flex;
            flex-direction: row;
            border: 2px solid #ccc;
            border-radius: 4px;
            overflow: hidden;
			width: fit-content;
			
        }

        /* Style for the input field */
        .input-field {
            border: none;
            padding: 10px;
            font-size: 16px;
        }

        /* Style for the button */
        .input-button {
            background-color: #ff9900;
            color: #fff;
            border: none;
			border-radius: 0px;
            padding: 10px 20px;
            cursor: pointer;
        }

        /* Media query for small screens */
        @media (max-width: 768px) {
            .input-container {
                flex-direction: row;
            }
            .input-field {
                flex-grow: 1;
            }
        }  
/* Responsive styles */
@media screen and (min-width: 768px) {
    .hero-content {
        flex-direction: row;
    }

    .left-content {
        flex: 1;
        text-align: left;
    }

    .right-quotes {
        flex: 1;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*
.hero {
  /* text-align: center;
    padding: 100px 0;
    background-color: #f7f7f7;* 
}

.hero img {
    max-width: 100%;
}
.hero h1 {
    margin: 20px 0;
    font-size: 50px;
}

.hero p {
    margin-bottom: 27px;
    font-size: 20px;
}
@media (max-width: 768px) {
.hero h1 {
    margin: 20px 0;
    font-size: 1em;
}

.hero p {
    margin-bottom: 27px;
    font-size: 0.7em;
}
}

*/
 
/* Other styling for remaining sections, footer, etc. */

/* Footer styles */
footer {
    background-color: #000;
    color: white;
    text-align: center; 
	padding: 0px 0px 20px 0px;
}
.footer-links{
	padding: 20px 0px 20px 0px;
	
}
.footer-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-links li {
    margin: 0 15px;
}

.footer-links a {
    text-decoration: none; 
	color:#ff9900;
}

.social-icons a {
    margin: 0 10px;
}
@media (max-width: 768px) {
    .footer-links ul {
        flex-direction: column;
        align-items: center;
    }

    .footer-links li {
        margin: 10px 0;
    }
}
/* Responsive header styles */
@media screen and (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    nav ul {
        margin-top: 20px;
    }

    .cta-button {
        margin-top: 1px;
    }
}

/*************/

.image-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay:hover {
    opacity: 
	
}

.overlay h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 5px;
}
/******sections *****/
#about{ 
	 text-align: center;
    background-color: white; 
}
 .sec   {
	padding: 20px;
}

.sec ul {
    list-style: none;
    padding: 0;
}

.sec li {
    margin-bottom: 10px;
}
.sec2{
	background-color: #f5f5f5;
	}
.sec h2{
	margin-bottom: 10px;
}
.sec form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 15px auto;
}

.sec input, textarea {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sec button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.sec p{
margin: auto;
max-width: 700px;
text-align: center;
padding-bottom:30px;
}
/* footer contact info styles https://www.freepik.com/free-psd/digital-marketing-agency-corporate-web-banner-template_31128720.htm#query=hero%20image&position=20&from_view=search&track=ais */
#contact{
background: #f5f5f5;
}

#contact-tiles {
     display: flex;
    justify-content: space-between; 
    background-color: #008081;
    color: white;
    padding: 50px;
}

.contact-tile {
    flex: 1;
    max-width: 340px; 
	 /*  background-color: #444;  */
    padding: 20px;
    border-radius: 5px;  
    text-align: center;
}

.contact-tile h3 {
    margin-bottom: 10px;
}

.contact-tile a {
    color: #ff9900;
    text-decoration: none;
}
.contact-tile img {
    border-radius: 55px;
}


@media (max-width: 768px) {
    #contact-tiles  {
        flex-direction: column;
        align-items: center;
    }

    .contact-tile {
        width: 80%; /* Adjust the width as needed for your design */
        margin-bottom: 20px;
    }
}
/* Existing portfoio styles */

#portfolio {
    background-color: #ff9900;
    padding: 50px 0;
    text-align: center;
}

.portfolio-item {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-image {
    margin-bottom: 20px;
}

.item-image img {
    max-width: 100%;
    height: auto;
}

.item-details h3 {
    margin-bottom: 10px;
}

.item-details p {
    color:#f7f7f7;// #666;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    #portfolio  {
        flex-direction: column;
        align-items: center;
    }

    .c-tiles {
        width: 73%; /* Adjust the width as needed for your design */
        margin-bottom: 20px;
    }
}
/* Add animations, hover effects, or other creative styling as desired */
/* Testimonial styles */
.testimonials-container {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}

.testimonial {
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial p {
  font-style: italic; 
    margin-bottom: 10px;
	font-size:14px;
}

.testimonial cite {
    font-weight: bold;
}

/****/
.testimonials-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.testimonial {
    flex: 0 0 50%;
    transition: transform 0.3s ease-in-out;
}
#testimonials h2{
padding-bottom:50px;
}
#testimonials{
	padding-top:50px;
	padding-bottom:50px;
	background-color: #58c0c1; 
    background-image: linear-gradient(#58c0c1, whitesmoke);
	
}
.qu{
	font-size:20px;
}
/* Adjust the width based on the number of testimonials you have */
.testimonials-container.slide .testimonial {
    flex: 0 0 calc(100% / 3);
}

/* Align buttons */
#prev-btn, #next-btn {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .testimonials  {
        flex-direction: column;
        align-items: center;
    }

    .testimonial {
        width: 60%; /* Adjust the width as needed for your design */
        margin-bottom: 20px;
    }
}
#portfolio {
    background-image: url('https://www.prodgenio.com/background3.jpg'); 
	/* Replace with your background image URL */
    background-size: cover;
    background-attachment: fixed; /* Keeps the background fixed while scrolling */
}
/*******hard coding *****************

.fa {color:red;}*/
.swiper-button-next, 
.swiper-button-prev { 
position:relative;		
top: var(--swiper-navigation-top-offset,230%);
}
.nn{float: right;    top: 105px;}
.pp{    top: 82px;}

.nnn{float: right;   top: 230px;}
.ppp{    top: 207px;}

@media (max-width: 768px) {
.nnn{float: right;  top: 400px;}
.ppp{    top: 379px;}
}
/* Existing styles ********portfolio***************/

.portfolio-container {
    /* ... (previous styles) ... */
    flex-wrap: wrap;
}

.project {
    /* ... (previous styles) ... */
    flex-basis: calc(50% - 20px); /* Adjust for spacing */
    /* ... (transition and hidden styles) ... */
}

#show-more-btn {
    /* ... (previous button styles) ... */
    display: block;
    margin: 20px auto;
}
/* Existing styles ********************c tiles********/

.c-tiles {
    display: flex;
    justify-content: space-between;
   // background-color:  #333;
    color: white;
    padding: 50px;
}

.c-tile {
    flex: 1;
    max-width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: #444;
    text-align: center;
}
@media (max-width: 768px) {
    .c-tiles  {
        flex-direction: column;
        align-items: center;
    }

    .c-tile portfolio-item {
        width: 80%; /* Adjust the width as needed for your design */
        margin-bottom: 20px;
    }
}
 /* Services section styles */

#services1 {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
 
.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   /* gap: 40px;*/
    max-width: 1200px;
    margin: 0 auto;
}

.service {
	margin:20px;
	flex: 1;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	padding-bottom: 50px;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 2rem;
    margin-bottom: 20px;
   /*  color: #ddd; */
}

.service h3 {
    margin-bottom: 10px;
    color: #333;
}

.service p {
    color: #666;
}
@media (max-width: 768px) {
    #services1  {
        flex-direction: column;
        align-items: center;
    }

    .service-container {
        width: 80%; /* Adjust the width as needed for your design */
        margin-bottom: 20px;
    }
}
/* Add your Font Awesome styles here */
	.background-section {
    background-image: url('https://www.prodgenio.com/background3.jpg');
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent image repetition */
    /* Additional styles for the section content */
    padding: 100px; /* Adjust padding as needed */
    color: #333; /* Text color on the background image */ 
    background-attachment: fixed;
}
.redirect-arrow { 
    position: absolute;
	color:black;
    bottom: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    width: 30px;
    height: 30px; 
    background-image: url('https://www.prodgenio.com/arrow3.png'); /* Replace with your arrow icon */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.scontainer {
    position: relative; 
    border: 1px solid #ccc;
}

/* contact footer styles.css */
.image-text-paragraph {
    font-size: 16px;
    line-height: 1.5;
}

.inline-image {
    width: 40px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio of the image */
    margin-right: 2px; /* Adjust the spacing between the image and text */
    display: inline-block;
    vertical-align: middle; /* Center-align the image vertically with text */
}

/*Scroll to top button styles*/
.scroll-to-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 27px;
    background-color: #007bff; /* Customize the background color */
    color: #0d7e57; /* Customize the text color */
    text-decoration: none;
    border-radius: 50px;
	 background-image: repeating-radial-gradient(#bfbfd6,  #c7dcc7  15%);
	 font-size: 50px;
}

.scroll-to-top-button:hover {
    background-color: #0056b3; /* Customize the hover background color */
}

/* Media query for smaller screens * /
@media (max-width: 768px) {
    .scroll-to-top-button {
         right: 50%; /* Center horizontally * /
        transform: translateX(50%); * /
        bottom: 10px; /* Adjust the bottom position * /
        padding: 8px 16px; /* Adjust the button size 
    }
}*/
/* Contact form styles.css */
.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.col {
    flex: 1;
}

label {
    display: block;
    font-weight: bold;
}

.form-group input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
} 

/* Add more CSS styles as needed */
.input-group {
    display: flex;
    align-items: center;
}

/* Style for the country select container */
.country-select {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

/* Style for the flag image */
.country-select img {
    width: 30px; /* Adjust the size as needed */
    height: auto;
    padding: 5px; /* Add spacing around the flag image */
}

/* Style for the country code select */
.country-select select {
    flex: 1;
    padding: 10px;
    border: none;
    background-color: transparent;
    appearance: none; /* Remove default select styles */
    cursor: pointer;
}

/* Style for the phone number input */
#contact-number {
    flex: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}

/* Style for the submit button */
button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


/*****************Newsletter Functionality styles******************/
.newsletter-popup {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: all .3s ease;
}
.newsletter-popup .newsletter-popup-container {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 500px;
  transform: scale(0.65);
  transition: all .3s ease;
}
.newsletter-popup .newsletter-popup-container.open {
  transform: scale(1);
}
.newsletter-popup .newsletter-popup-container h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 10px;
  color: #4d5561;
}
.newsletter-popup .newsletter-popup-container h3 i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4d5561;
  color: #fff;
  margin-right: 10px;
}
.newsletter-popup .newsletter-popup-container p {
  margin: 0;
  padding: 15px 0;
  color: #8d9092;
}
.newsletter-popup .newsletter-popup-container form {
  display: flex;
  padding: 15px 0 10px;
}
.newsletter-popup .newsletter-popup-container form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  outline: none;
}
.newsletter-popup .newsletter-popup-container form input::placeholder {
  color: #8d9092;
}
.newsletter-popup .newsletter-popup-container form button {
  width: 200px;
  appearance: none;
  background-color: #4d5561;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.newsletter-popup .newsletter-popup-container form button:hover {
  background-color: #424953;
}
.newsletter-popup .newsletter-popup-container .newsletter-popup-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  color: #ddd;
  font-size: 30px;
  line-height: 20px;
}
.newsletter-popup .newsletter-popup-container .newsletter-popup-close-btn:hover {
  color: #c4c4c4;
}
.newsletter-popup .newsletter-popup-container .newsletter-msg {
  padding: 5px 0;
}
.newsletter-popup.open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
}
.send-newsletter-form {
  background-color: #fff;
  width: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.send-newsletter-form h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 25px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eceff2;
  color: #6a737f;
  font-weight: 600;
  background-color: #f9fbfc;
}
.send-newsletter-form h1 i {
  padding-right: 10px;
  font-size: 24px;
}
.send-newsletter-form .fields {
  position: relative;
  padding: 20px;
}
.send-newsletter-form input[type="text"] {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #dfe0e0;
  width: 100%;
  outline: 0;
  font-size: 14px;
}
.send-newsletter-form input[type="text"]:focus {
  border: 1px solid #c6c7c7;
}
.send-newsletter-form textarea {
  resize: none;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #dfe0e0;
  width: 100%;
  height: 150px;
  outline: 0;
  font-size: 14px;
}
.send-newsletter-form textarea:focus {
  border: 1px solid #c6c7c7;
}
.send-newsletter-form input[type="submit"] {
  display: block;
  margin-top: 15px;
  padding: 15px;
  border: 0;
  background-color: #cb5f51;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.send-newsletter-form input[type="submit"]:hover {
  background-color: #c15b4d;
}
.send-newsletter-form input[type="submit"]:disabled {
  background-color: #999999;
}
.send-newsletter-form .field {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.send-newsletter-form label {
  font-size: 14px;
  font-weight: 600;
  color: #8e939b;
}
.send-newsletter-form .responses {
  padding: 0;
  margin: 0;
}
.send-newsletter-form .multi-select-list {
  border: 1px solid #dfe0e0;
  margin: 15px 0;
  overflow-y: auto;
  max-height: 150px;
}
.send-newsletter-form .multi-select-list label {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.send-newsletter-form .multi-select-list label input {
  margin-right: 15px;
}
.send-newsletter-form .multi-select-list label:last-child {
  border-bottom: 0;
}

/***************Newsletter Functionality styles end***********/

/***************Key Sectors SLides***********/
.key-sectors {
    text-align: center;
    margin-top: 20px;
}

.slides-container {
    display: flex;
    overflow-x: hidden;
}

.slide {
    flex: 1;
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.card-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


.card img {
    max-width: 80px;
    margin: 0 auto 10px;
    display: block;
}

.slide-navigation {
    text-align: center;
    margin-top: 20px;
}

.prev-slide,
.next-slide {
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

.prev-slide:hover,
.next-slide:hover {
    background-color: #0056b3;
}

/***************Key Sectors SLides end***********/
/*************** product_ownership start***********/
/* Call to Action */
.cta {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #ff3300;
}

/* Sidebar */
.sidebar {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}

.sidebar h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar li {
    margin-bottom: 10px;
} 
/***************Key Sectors SLides end***********/
/* The side navigation menu */
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}








/* Basic styling sliding*****************************************************************************************************/
.slider {
    width: 100%; /* Use 100% width to make the slider fill the container */
    max-width: 1000px; /* Set a maximum width to prevent it from becoming too wide */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.slide {  
    padding: 20px;
    text-align: center;
    display: flex; /* Use flexbox to arrange the cards in a row */
    flex-direction: column; /* Stack the cards vertically */
    align-items: center; /* Center the cards horizontally */
}

.overall-heading {
    font-size: 1.5rem;
    margin-bottom: 10px; 
	color:orangered;
	text-shadow: 2px 2px 2px #fff;
}

.card-row {
	display: flex;
	justify-content: space-around;	 
	flex-wrap: wrap;
	align-items: stretch;
}

.card { 
   flex: 1 ; /* Distribute equal space among the cards */
    padding: 40px;
    margin: 7px 7px; /* Add vertical margin between cards */
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}
/* Use media queries for different screen sizes */
/* Use media queries for different screen sizes */
@media (max-width: 768px) {
    .slide {
        flex-direction: row; /* Change to row layout for smaller screens */
    }

    .card {
        flex-basis: calc(33.33% - 10px); /* Adjust the card width for smaller screens */
        margin: 6px 6px; /* Reset vertical margin and add horizontal margin */
    }
}

/* Add these styles to your existing CSS */
.slider-nav {
    text-align: center;
    margin-top: 10px;
}

.slide-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center; /* Align thumbnails vertically in the middle */
    margin-top: 10px;
}

.thumbnail {
    width: 10px;
    height: 10px;
    background-color: #beefea;
    border: 2px solid #28baaa;
	font-size:11px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
	justify-content: center;
}

.thumbnail.active {
    background-color: #fef1a4;
}
/*
.slide:nth-child(1) {
    background-image: url('http://localhost/prodgenio1/s2.gif');  
    background-size: cover;
    background-position: center;
}
.slide:nth-child(2) {
    background-image: url('http://localhost/prodgenio1/s4.gif');  
    background-size: cover;
    background-position: center;
}
.slide:nth-child(3) {
    background-image: url('http://localhost/prodgenio1/s.gif'); 
    background-size: cover;
    background-position: center;
}*/
.keysec{background-image: url('https://www.prodgenio.com/background1.jpg'); 
    background-size: cover;
    background-position: center;}
	
.keysec h2	{
	text-align: center;
	color:black;
	
}