/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}
.container {
    max-width: 1200px;         /* Maximum width of the container */
    margin: 0 auto;            /* Center the container horizontally */
    padding: 0 15px;           /* Horizontal padding */
}

/* Row Styles */
.row {
    display: flex;             /* Use flexbox to align child elements */
    flex-wrap: wrap;          /* Allow child elements to wrap onto multiple lines */
           /* Negative margin to counteract padding on columns */
}
.main{Width:100%;}
h2 {
    font-size: 24px;
    margin: 20px;
    text-align: center;
    color: #003366;
}
p.footerp{Padding-top:15px;}
/* Header Styles */
header {
    background-color: #fff;
    padding: 10px 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
}

.logo img {
    height: 50px;
}

.navbar ul {
    display: inline-flex;
    list-style: none;
}

.navbar ul li {
    margin: 0 15px;
}

.navbar ul li a {
    color: #003366;
    text-decoration: none;
    font-size: 18px;
}
/* Hamburger Menu Icon */

.contact p {
    color: white;
    font-size: 16px;
}

/* Hero Section */
.hero {
    position: relative;
    text-align: center;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	width: 100%;
}

.hero-text h1 {
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
	display: inline;
}
ul.vintek {list-style-type:none;}
h2.vini{text-align: left;margin: 20px  0 10px 0;}
p.general{text-align:left;line-height:22px;padding-bottom: 5px;}
/* Why Choose Us Section */
.why-choose-us {
    background-color: #f4f4f4;
    padding: 0px;
    text-align: center;
}

.why-choose-us .content {
    display: flex !important;
    justify-content: space-around;
    margin-top: 20px;
}

.why-choose-us .content .point {
    width: 30%;
}

.why-choose-us .content .point h3 {
    color: #003366;
    margin-bottom: 10px;
}

.why-choose-us .content .point p {
    font-size: 16px;
}

/* About Section */
.about {
    padding: 40px 20px;
    text-align: center;
}

.about p {
    margin: 0 auto;
    font-size: 18px;
}
.aboutus p {
    font-size: 17px;
    text-align: justify;
    padding: 5px 0;
}
ul.inner, ol.inner {
    margin: 5px auto;
    padding-left: 30px;
    font-size: 18px;
    text-align:justify;
}
ul.inner li,ol.inner li{
padding:5px 0;}
.privacy p {
    margin: 10px auto;
    font-size: 18px;
	text-align:justify;
}
h4.h2sub {
    margin: 20px auto;
    font-size: 18px;
	text-align:justify;
}
/* Train Routes Section */
.routes {
    background-color: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
}


/* Contact Section */
.contact-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1 1 45%; /* Left side width */
    padding: 20px;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-form {
    flex: 1 1 50%; /* Right side width */
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #003366;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #005599;
}

/* Map Placeholder */
.map-placeholder {
    width: 100%;
    height: 300px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer Section */
footer {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    text-align: center;
}

footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-container p a{color:#fff;text-decoration:none;}
footer p {
    margin-bottom: 5px;
}
.slide {
    position: fixed;
    right: 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px 0 0 10px;
    transition: width 0.30s ease-in-out;
    z-index: 89;
}

.stickyBtn .slide a {
    color: white;
    text-decoration: none;
}

.slidePhoneChild {
    width: 96%;
    background: #022340;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
	margin-left: auto;
	margin-right: auto;
}

.slidePhoneChildClosed {
    display: inline
}

.slidePhoneChild a {
    width: 100% !important;
}

.slideClosed {
    position: fixed;
    float: right;
    right: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px 0 0 10px;
    transition: width 0.45s ease-in-out;
    z-index: 89;
    bottom: 5px;
    height: 65px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telephone {
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30px;
}

.callIconBtm {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    animation: ring 4s .7s infinite;
    animation-delay: 2s;
}

.callIconBtm::before {
	position: absolute;
	left: 0;
	top: 0;
}


.callIconTop {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 6px;
    right: 6px;
}

.slidePadding {
    padding: 16px 25px 15px 0px;
}

.visible {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5px;
}

.button i {
    color: #fff;
}

#stickySlide a,
#stickySlide a:visited,
#stickySlide a:active,
#stickySlide a:focus {
    color: #fff;
    text-decoration: none;
}

#stickySlide a:hover {
	color: #ccc;
}

.callContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.callContentHidden {
    visibility: hidden
}

.callContentWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.callContentTxt {
    display: flex;
    flex-direction: column;
    line-height: 24px;
}

.callContentTxtBold {
    font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.callContentTxtBtm {
    font-size: 13px;
    text-align: left;
}

.callIcon {
    margin-right: 10px;
}
#stickySlide{display:none;}
.buttonIcon {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
    background: #c51230;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* About Section List Styles */
.about-list {
    list-style-type: disc; /* Adds bullet points to the list */
    padding-left: 20px; /* Adds space between the bullets and the text */
    margin: 20px auto; /* Centers the list */
}

.about-list li {
    margin-bottom: 15px; /* Adds space between each list item */
    font-size: 18px; /* Sets the font size */
    line-height: 1.6; /* Improves readability by increasing line height */
    text-align: justify; /* Aligns the text evenly on both sides */
}

.about-list li strong {
    color: #003366; /* Highlights the bold text with a different color */
}

.about-list li em {
    font-style: italic; /* Styles route names in italics */
}
p.cars{margin-bottom:0px;}
.bannersmobile{display:none;}
.contact{display:block;}
/* Responsive Media Queries */
@media only screen and (max-width: 767px)
{
	.navbar ul li a {
    color: #fff;}
	.header-container {
    padding: 0 10px;
}
	.bannersmobile{display:block;}
	.logoSection{display: none;	}
	.menu-icon{display:flex;}
	.navbar ul {
        display: none;          /* Hide nav links */
        flex-direction: column; /* Stack links vertically */
        position: absolute;     /* Absolute positioning */
        top: 60px;              /* Position below the header */
        right: 0;               /* Align to the right */
        background-color: #003366; /* Background color for dropdown */
        width: 100%;            /* Full width */
        padding: 10px 0;       /* Padding for dropdown */
	}
    .navbar ul li {
        margin: 0;             /* No margin for dropdown items */
        padding: 10px 15px;    /* Padding for dropdown items */
        text-align: center;     /* Center text */
	}
	.menu-icon {
		display: flex;                  /* Use flexbox to stack bars vertically */
		flex-direction: column;        /* Align bars in a column */
		justify-content: center;        /* Center the bars vertically */
		cursor: pointer;               /* Change cursor to pointer on hover */
		width: 30px;                   /* Width of the menu icon */
		height: 25px;                  /* Height of the menu icon */
	}	
	.bar {
		height: 3px;                  /* Height of each bar */
		width: 100%;                  /* Full width of the menu icon */
		background-color: #2c60a4;      /* Color of the bars */
		margin: 4px 0;                /* Spacing between bars */
		transition: background-color 0.3s, transform 0.3s; /* Transition effects */
	}	
	/* Styles for the active state (when menu is open) */
	.menu-icon.active .bar:nth-child(1) {
		transform: translateY(9px) rotate(45deg); /* Rotate the first bar */
	}
	
	.menu-icon.active .bar:nth-child(2) {
		opacity: 0; /* Hide the middle bar */
	}
	
	.menu-icon.active .bar:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg); /* Rotate the third bar */
	}    /* Show navbar when the menu is active */
    .navbar ul.active {
        display: flex;          /* Show nav links */
	}
	.contact{display:none;}
	.bannerInner h2.findairline {
		background-color: #2e3340;
		color: #fff !important;
		font-size: 22px;
		margin: 0px;
		padding: 18px 0px;
		text-align: center;
		text-transform: none;
		font-weight: 500;
		position: absolute;
		width: 100%;
	}
	.airlineBanner img {
		margin-top: auto;
		width: 100%;
	}
	
	.airlineBanner {
		position: relative;
		height: auto;
	}
	
	.bannerInner h2 {
		color: #000 !important;
		font-size: 18px;
		text-align: center;
	}
	
	.reservationText button {
		padding: 12px 15px;
		font-size: 20px;
		font-weight: 400;
	}
	.btnCall {
        width: 80% !important;
	}
	
	.btnCall {
		background-color: #2e3340 !important;
        border-radius: 50px;
        padding: 6px;
        margin-top: 5px;
        width: 69%;
        margin-left: auto;
        margin-right: auto;
	}
	
	.btnCall a {
		color: #fff;
		font-size: 27px;
		color: #fff;
		font-weight: 600;
		padding: 0 5px 0 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	span.cta-eot {
		font-size: 15px;
	}
	h2.h2sub{font-size:20px;}
	.colmine {padding: 30px 50px;}
	.reservationText {
		padding: 11px 10px;
		position: relative;
		text-align: center;
	}	
	.reservationText .button {
		background: #1b3357;
		padding: 12px 15px;
		font-size: 20px;
		font-weight: 400;
		color: #fff;
	}
	.rownext{display: flex;padding: 5px 0;
	gap: 10px;}
	.reservationText button {
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		background: #2e3340;
		border: 1px solid;
		flex: 1
	}	
	.clickl a.ddka {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 60px;
	}
	.reservationText button {
        font-size: 16px !important;
	}
    #stickySlide{display:block;}
}

.navbar ul li {
	margin: 0;
	padding: 10px;
	text-align: center;
}
.logo img{width:90%;}
.privacy p{margin:20px;line-height:25px;}
h4.h2sub{margin-Left:20px;}
/* Show navbar when the menu is active */
.navbar ul.active {
	display: flex;
	z-index: 999;
}
.hero img {
	height:500px;
}
/* Hero Text */
.hero-text {
	font-size: 24px;
}
.why-choose-us .content{
	display: block;
}
.why-choose-us .content .point{
	width: 100%;
	margin: 20px;			
}

}
@media only screen and (max-width: 992px) {	
  .hero-text {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {	
    /* Adjust hero section */
    .hero-text {
        font-size: 18px;
		width:90%;
	}
	.hero img{height: auto;}
	.hero-text h1{font-size:22px;line-height: 26px;background:none;}
	.why-choose-us .content{display:block !important;}
	.why-choose-us .content .point{margin:10px 0;}
	#whygemini{margin-bottom:10px;}
	h2.vini{text-align: justify;font-size:20px;}
	.routes{padding:0;}
    /* Adjust About Section */
    .about p {
        font-size: 16px;
	}	
    /* Adjust Train Routes */
    .routes ul li {
        font-size: 16px;
	}	
    /* Adjust Footer */
    footer {
        font-size: 14px;
		margin-bottom:100px;
	}
}			