body
{
    font-family: 'Rubik-Regular';
    overflow-X: hidden;
    scroll-behavior: smooth;
    background-color: #f8f8f8;
    /* background-color: #3D62F8; */
}

.phoneSec
{
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 120px;
    height: 70px;
    background-color: #779703;
    z-index: 9999;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}



.phoneSec  i
{
    font-size: 40px;
    color: #eee;
}

.phoneSec2
{
    position: fixed;
    left: 20px;
    bottom: 100px;
    width: 120px;
    height: 70px;
    background-color: #036197;
    z-index: 9999;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}



.phoneSec2  i
{
    font-size: 40px;
    color: #eee;
}

.top-bar {
    width: 100%;
    box-sizing: border-box; /* Include padding and border in the element's total width/height */
    background-color: #000000; /* Change this color as per your preference */
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    position: fixed; /* Stays at the top even when scrolling */
    top: 0;
    left: 0;
    z-index: 9999; /* Ensures it stays above other elements */
    margin: 0;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between; /* Spread content out on the left and right */
    align-items: center; /* Vertically center items */
    
}


.logo {
    position: absolute; /* Place logo outside the flex container */
    left: 20px; /* Space from the left edge */
    top: 20%;
    transform: translateY(-50%); 
    width: 75px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
}



.apps {
    position: absolute; /* Place logo outside the flex container */
    right: 40px; /* Space from the right edge */
    top: 40%;
    transform: translateY(-50%);
    width:fit-content;
    height:auto;         
}
.friends {
    color: white;
    letter-spacing: 1px; /* Adjust spacing between letters in "FRIENDS" */
}
.taxis {
    color: rgb(37, 211, 234);
    margin-left: 5px; /* Space between "FRIENDS" and "TAXIS" */
    letter-spacing: 1px; /* Adjust spacing between letters in "TAXIS" */
}
.tagline {
color: rgb(255, 255, 255);
font-size: 18px; /* Reduced font size for the tagline */
margin-top: 0px; /* Space between the main text and tagline */
}

.secondary-bar {
    width: 100%;
     min-height: 50px;
    background-color: #02343e; /* Grey color */
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative; 
    top: 80px; /* Adjust this to be just below the top bar */
    left: 0;
    z-index: 9998; /* Just below the top bar */
    display: flex; /* Use flexbox to align items */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
}

.secondary-bar-1 {
    display: none;
    width: 100%;
    background-color: #02343e; /* Grey color */
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative; 
    top: 80px; /* Adjust this to be just below the top bar */
    left: 0;
    z-index: 9998; /* Just below the top bar */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
}

.logo-secondary
{
    position: absolute; /* Place logo outside the flex container */
    left: 20px; /* Space from the left edge */
    top: 20%;
    transform: translateY(-50%); 
    width: 75px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */ 
    
}

.secondary-bar ul {
list-style-type: none; /* Remove default list styling */
margin: 0;
padding: 0;
display: flex; /* Adjust layout as needed */
}

.secondary-bar li {
display: inline-block; /* Or use flex/grid if needed */
margin-right: 1px; /* Space between items */
}

.secondary-bar a {
text-decoration: none; /* Remove underline from links */
color: inherit; /* Ensure link color matches <li> color */
padding: 10px; /* Adjust padding as needed */
}

.secondary-bar .active {
font-weight: bold; /* Style for active item */
}

.secondary-bar-1 ul {
    list-style-type: none; /* Remove default list styling */
    margin: 0;
    padding: 0;
    display: flex; /* Adjust layout as needed */
    }
    
    .secondary-bar-1 li {
    display: inline-block; /* Or use flex/grid if needed */
    margin-right: 1px; /* Space between items */
    }
    
    .secondary-bar-1 a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Ensure link color matches <li> color */
    padding: 10px; /* Adjust padding as needed */
    }
    
    .secondary-bar-1 .active {
    font-weight: bold; /* Style for active item */
    }

.menuItems {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Arrange items in a row */
    align-items: center; /* Vertically align the items */
}

.menuItems li {
    margin: 0 1px; /* Space between menu items */
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding: 5px 10px; /* Add equal padding for all items */
}

.menuItems a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Use the color of the list item */
    display: block; /* Ensure the entire area is clickable */
    padding: 5px 10px; /* Add the same padding to the default state */
}

.menuItems a.active li {
    border: 1px solid #011225; /* Add a rectangle border around the active item */
    border-radius: 10px;
    padding: 5px 10px;      /* Same padding as other items */
    background-color: #011225; /* Optional: Add background color */
    color: #fff; /* Change text color when active */
}

.menuItems li.phone {
    font-weight: bold; /* Highlight the phone number */
}

.content {
    padding-top: 100px; /* Add padding to ensure content is not hidden behind the bars */
}

.callBtnTop {
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #3D62F8;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.callBtnTop:hover
{
    color: black;
    border: 1px solid #3D62F8;;
}


.callBtnTop::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #3D62F8;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.callBtnTop:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}

a
{
    text-decoration: none;
    color: inherit;
}

a:hover
{
    text-decoration: none;
    color: inherit;
}

.menuSec
{
    padding: 0px; 
    height: 90px; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    
}

.logoSec
{
    height: 90px;
    float: left;
    display: flex; 
    align-items: center;
}

.logo
{
    margin-left: 50px;
    height: 80px;
    margin-top: 25px;
}




.menuItems
{
    list-style: none;
    margin: 0px;
    text-align: right;
    margin-right: 50px;
}

.menuItems li
{
    font-family: 'Rubik-Regular';
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    transition: all .8s ease;
    color: whitesmoke;
}


.menuItems li.active
{
    color: #ffffff;
    transition: all .8s ease;
}

.menuItems li:hover
{
    color: rgb(37, 211, 234);
    transition: all .8s ease-out;
}

.phone
{
    font-size: 26px;
    font-family: 'Rubik-Bold' !important;
    color: rgb(217, 232, 75) !important;
}

.center-container {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    height: 30vh; /* Full viewport height */
    text-align: center; /* Center text horizontally */
}

.app-download-links {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center items horizontally */
}

.svg-container {
    display: flex;
    gap: 50px; /* Space between SVGs */
    width:150;
    height: 50; 
}

.app-download-links h1 {
    margin: 0; /* Remove default margin around the header */
}

.app-download-links a {
    display: block; /* Ensure each link is a block element */
}

.app-download-links img {
    width: 100px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
}


.app-link:hover {
    background: #e0e0e0;
}

.carousel-inner {
  aspect-ratio: 16/9; /* or height: 700px */
  background-size: cover;
  background-position: center top;
}


.carousel-items2 {
    background: #eee;
    background-image: url(../images/woman-getting-taxi-car.webp);
    height: 700px;
    background-size: cover;
    margin-top: 100px;
    background-position: center top;
}

.carousel-items3 {
    background: #eee;
    background-image: url(../images/corporate-chauffeur-services.webp);
    height: 700px;
    background-size: cover;
    margin-top: 100px;
    background-position: center top;
}



.itemGray
{
    background-color: rgba(0,0,0,0.7);
    height: 700px;
}





.cItemContent2
{
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: 'Rubik-Light';
    padding:50px;
    padding-top: 17%;
    font-size: 50px;
    padding-right: 50%;
}


.cItemContent2 strong 
{
   
    color: white;
    font-family: 'Rubik-Bold';
    font-size: 60px;
}



.bookingSec {
    width: 35%;
    height: auto; /* Let the height be auto to fit the content */
    background-color: white;
    position: absolute;
    top: 5%; /* Vertically center the booking section */
    right: 5%; /* Align to the left side with some padding */
    transform: translateY(-110%); /* Adjust for perfect vertical centering */
    z-index: 1; /* Ensure it's above the cover image */
    padding: 10px; /* Add padding to the booking form for spacing */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Add a shadow for better visibility */
    border-radius: 10px; /* Optional: Add rounded corners */
    overflow-y: auto; /* Allow scrolling if content overflows */
}

.number-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.number-input button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px 10px;
    cursor: pointer;
}

.number-input input {
    width: 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 10px;
}

.row {
    display: flex;
    align-items: center;
}


.showMob
{
    width: 80%;
    min-height: 350px;
    background-color: white;
    display: none;
    margin-left: 10%;
    margin-right: 10%;
}


.rideH
{
    background-color: #036197;
}

.rideH p 
{
    font-size: 26px;
    margin: 0;
    padding: 15px 15px;
    color: white;
}




.bookBtn {
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #036197;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none !important;
}

.bookBtn:hover
{
    color: white;
    border: 1px solid #06782e;
    outline: none !important;
}

.bookBtn:focus
{
    color: white;
    border: 1px solid #034e05;
    outline: none !important;
}



.bookBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #036197;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.bookBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}





.bookingSec .textBox
{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: black;
    padding: 13px 15px 14px;
    border-radius: 0;
    font-weight: 400;
    background-color: white;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* On top of everything */
}

/* Popup content */
.popup-content {
    position: relative;
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* Offer image */
.offer-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}

/* Button to visit the offer page */
.visit-offer {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.visit-offer:hover {
    background-color: #218838;
}

/* Hide the popup when it's not active */
.hidden {
    display: none;
}

.infosec
{
    min-height: 550px;
    background-color: white;
}


.infoSubH
{
    text-align: center;
    font-size: 18px;
    font-family: 'Rubik-Medium';
    color: #3D62F8;
}

.infoSubTag
{
    text-align: center;
    font-size: 19px;
    font-family: 'Rubik-Medium';
  
}


.infoH
{
    text-align: center;
    font-size: 55px;
    line-height: 63px;
    font-family: 'Rubik-Bold';
}


.infoC
{
    margin-top: 50px;
    text-align: center;
    font-size: 17px;
    font-family: 'Rubik-Light';
    margin-left: 15%;
    margin-right: 15%;
    color: dimgray;
   
}

.infosecSub
{
    min-height: 550px;
    background-color: #002230;
}

.imageSec
{
    width: 76%;
    margin-left: 12%;
    margin-bottom: -450px;
    min-height: 500px;
    
}

.imageSec img
{
    width: 100%;
}

.imageSecH
{
    color: white;
}

.imageSec p
{
    color: rgb(255, 255, 255);
}
.imageSec i{
    font-size: 55px;
    color: #3D62F8;
    padding-bottom: 25px;
}


.carSec
{
    min-height: 550px;
    background-color: white;
}

.carImg
{
    width: 250px;
    height: auto;
    margin-left: 10%;
}

.carinfo
{
    min-height: 50px;
}



.carH
{
    background-color: black;
}

.carH p 
{
    font-size: 26px;
    margin: 0;
    padding: 15px 15px;
    color: white;
    text-align: center;
}


.callSec
{
    min-height: 500px;
    background-image: url(../images/bg-2.webp);
    background-size: cover;
    background-position: center center;
}
.callSub
{
    width: 100%;
    min-height: 500px;
    background-color: rgba(0,0,0,0.3);
}

.callSec .callsecH{

    font-size: 27px;
    color: white;
    margin: 0;
    
}

.callSec .callsecN{
    font-size: 65px;
    color: #3D62F8;
    font-family: 'Rubik-Bold';
    margin: 0;
}

.callSec .callsecC{
    font-size: 23px;
    color: white;
    margin: 0;
    margin-right: 15%;
}



.callBtn {
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #3D62F8;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.callBtn:hover
{
    color: black;
    border: 1px solid #3D62F8;;
}


.callBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #3D62F8;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.callBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}



.whySec
{
    min-height: 550px;
    background-color: white;
}

.whyImg{
   background-image: url(../images/airport-transportation1.webp);
   background-size: cover;
   background-position: center center;
}

.whyH
{
    font-size: 55px;
    color: black;
    font-family: 'Rubik-Bold';
    line-height: 60px;
}




.readBtn {
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #3D62F8;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.readBtn:hover
{
    color: white;
    border: 1px solid #3D62F8;;
}


.readBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #3D62F8;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.readBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}



.reviewSec
{
    min-height: 350px;
    background-image: url(../images/bg-1.webp);
    background-size: cover;
    background-position: center top;
}

.reviewSecSub
{
    width: 100%;
    min-height: 350px;
    background-color: rgba(0,0,0,0.5);
}

.reviewContnt
{
    color: white;
    font-size: 33px;
    line-height: 45px;
}

.reviewName
{
    color: white;
    font-size: 16px;
   
}


.reviewName strong
{
    color: #3D62F8;
    font-size: 28px;
    
    
}

.BlogCover
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Blog-Cover-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton1.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.BlogCoverAdvanceBooking
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Blog-Cover-advance-booking-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.BlogCoverTipsforTravel
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Blog-Cover-safe-travel-tips-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.BlogCoverExploreTaunton
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Blog-Cover-explore-taunton-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.blogSec
{
    
    background-color: #f8f8f8;
    background: #eee;
    height: 700px;
    background-size: cover;
    margin-top: 100px;
    background-position: center top;
}



.blogTH
{
    font-size: 45px;
    color: black;
    font-family: 'Rubik-Bold';
    line-height: 60px;
}


.blogPost
{
    background-color: white;
}


.blogPH
{
    font-size: 24px;
    color: black;
    font-family: 'Rubik-Bold';
    line-height: 30px;
    margin-right: 15px;
}

.blogPC
{
    font-size: 16px;
    font-family: 'Rubik-Light';
    line-height: 23px;

}

.blogInfo
{
    font-size: 14px;
    font-family: 'Rubik-Light';

}


.contactCover
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Contact-Us-Cover-Image-1-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.contactSub
{
    min-height: 500px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.contactSub h1
{
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: 'Rubik-Bold';
    margin-top: 65px;
}


.contactPageSec2
{
    min-height: 550px;
    background-color: white;
}

.OffersCover
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Offers-Cover-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton1.webp);
    background-size: 1500px;
    background-position: bottom center;
}



.AboutCover
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/About-Us-Cover-Image-1-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}


.abtHead1
{
    color: #3D62F8;
    font-size: 16px;
}


.abtHead2
{
    font-size: 45px;
    font-family: 'Rubik-Bold';
}

.abtP
{
    font-size: 16px;
    margin-right: 20%;
}


.contactPageSec2 p
{
    font-family: 'Rubik-Regular';
    font-size: 14px;
}

.contactPageSec2 i
{
    font-size: 22px;
    color: #302e2e;
}

.contactInfo p {
    font-family: 'Rubik-Light';
    font-size: 14px;
    color: #302e2e;
}


.contactPageSec1
{
    min-height: 550px;
    background-color: #f8f8f8;
}


.contactPageSec1Sub
{
    background-color: white;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}



.contactHead2
{
    font-family: 'Rubik-Regular';
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
}

.textBox
{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: black;
    padding: 13px 15px 14px;
    border-radius: 0;
    font-weight: 400;
    background-color: white;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}




.moreBtn {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #3D62F8;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    outline: none !important;
}

.moreBtn:hover
{
    color: white;
    border: 1px solid #3D62F8;
    outline: none !important;
}

.moreBtn:focus
{
    
    outline: none !important;
}



.moreBtn::before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #3D62F8;;
    left: 0px;
    top:0px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.moreBtn:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
}






.driverName
{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    font-family: 'Rubik-Light';
}


.driverName strong
{
    font-size: 18px;
    text-align: center;
}

.ServicesCover
{
    min-height: 100px;
    background-image: url(../images/Cover_Images/Services-Cover-Image-1-Friends-Taxis-The-Best-affordable-taxi-in-Taunton.webp);
    background-size: 1500px;
    background-position: bottom center;
}

.serviceH
{
    font-size: 45px;
    color: black;
    font-family: 'Rubik-Bold';
    line-height: 60px;
    text-align: center;
}





.blogCatHead
{
    font-family: 'Rubik-SemiBold';
    font-size: 20px;
}

.blogCat
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.blogCat li
{
    padding: 15px;
    background-color: white;
    float: left;
    width: 100%;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.blogCat li:hover
{
    color: #3D62F8;
}


.blogPostImage
{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left;

}

.blogPostdata
{
    float: left;
    width: 95%;
    min-height: 80px;
    background-color: white;
    margin-top: -40px;
   
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}



.blogTitle
{
    font-family: 'Rubik-Medium';
    font-size: 21px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 26px;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}


.blogDetailsP
{
    font-family: 'Rubik-Regular';
    font-size: 15px;
    margin-bottom: 10px;
    color: rgb(99, 99, 99);
}

.blogpostDet
{
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.blogpostDet li
{
    font-family: 'Rubik-Regular';
    font-size: 13px;
    color: #222d35;
    display: inline;
    padding-left: 15px;
    padding-right: 35px;
    border-right: 0.5px solid rgba(0,0,0,0.1);

}










.footerSec
{
    min-height: auto;
    width:100%;
    background-color: #04325a;
}

.footerSec p
{
    color: rgb(180, 180, 180);
    text-align: center;
    font-size: 14px;
    font-family: 'Rubik-Light';
}

.footerSub
{
    background-color: #000000;
    padding: 0px 0; /* Decrease top and bottom padding to make it smaller */
}

.footerP
{
    color: rgb(180, 180, 180);
    font-family: 'Rubik-Light';
    font-size: 14px;
}

.footerlogo
{
    margin-left: 0px;
}

.footerTitel
{
    font-family: 'Rubik-SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
    color : white;
    text-align: center;
}


.socialLink
{
    list-style: none;
    text-align: center;
    padding: 0;
   
}

.socialLink li
{
    display: inline-block;
    padding: 10px 5px;
    color: white;
}

.socialLink  h5
{
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background-color: #036197;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.map
{
    border: none;
    height: 450px;
    width: 100%;
}









.nav-icon1 {

    float: right;
    width: 40px;
    height: 35px;
    position: fixed;
    margin: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    
  }
  
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 1000;
  }
  
  
  .menuSec .nav-icon1 span {
      background: white;
  }
  
  .nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  .nav-icon1 span:nth-child(2) {
    top: 14px;
  }
  
  .nav-icon1 span:nth-child(3) {
    top: 28px;
  }
  
  .nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


.navbarIcon
{
    display: none;
    z-index: 9999;
}



.menuNavBar
{
    list-style: none;
    margin: 0px;
    text-align: left;
    color:white;
}

.menuNavBar li
{
    padding: 30px 15px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
}


.menuNavBar li.active
{
    color: #3D62F8;
    transition: all .8s ease;
}

.menuNavBar li:hover
{
    color: #3D62F8;
    transition: all .8s ease-out;
}


.newsSec
{
    background-color: white;
    min-height: 500px;
}

.menuSecMob
{
    width: 100%;
    height: 100vh;
    background-color: #02343e;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.payIcon
{
    width: 40%;
    margin-left: 30%;
}


.blink_me {
    animation: blinker 2s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0.5;
    }
  }

  .callbtnFixed
  {
    position: absolute;
    bottom: 200px;
    left: 10%;
    z-index: 100;
  }

  /*Style for Airport Taxi Service*/
.AirportTransferCover
  {
    min-height: 100px;
    background-image: url(../images/Cover_Images/AirportTransfer-Cover-Image-Friends-Taxis-The-Best-affordable-taxi-in-Taunton1.webp);
    background-size: 1500px;
    background-position: bottom center;
    
  }
  .AirportTransferSub
{
    min-height: 500px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.AirportTransferSub h1
{
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: 'Rubik-Bold';
    margin-top: 65px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f7f7f7;
    color: #333;
}

.Airportcontainer{
    width:100%;
    height:auto;
    max-width: 100%;
    margin: 0;
    padding: 100px;
    position: relative; 
}

.container {
    width:100%;
    height:auto;
    max-width: 100%;
    margin: 0;
    padding: 50px;
    position: relative;
}

.container.text-center {
  min-height: 80px; /* Or whatever fits the content */
}

header {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 20px;
}

section {
    margin-bottom: 40px;
}

.intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    color: #012d3b;
    margin-bottom: 20px;
    text-align:center;
}

.why-choose-us ul,
.additional-benefits ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
}

.why-choose-us ul li,
.additional-benefits ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.airport1 {
    background-image: url(../images/Cover_Images/Bristol.webp); /* Replace with the path to your image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    color: #054351; /* Ensures the text is visible on the image */
    position: relative;
}
.airport1 h3, .airport1 p {
    background-color: transparent; /* Adds a semi-transparent overlay behind text */
    padding: 10px;
    border-radius: 5px;
}


.airport2 {
    background-image: url(../images/Cover_Images/Exeter.webp); /* Replace with the path to your image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    color: #054351; /* Ensures the text is visible on the image */
    position: relative;
}
.airport2 h3, .airport2 p {
    background-color: transparent; /* Adds a semi-transparent overlay behind text */
    padding: 10px;
    border-radius: 5px;
}


.airport3 {
    background-image: url(../images/Cover_Images/Heathrow.webp); /* Replace with the path to your image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    color: #054351; /* Ensures the text is visible on the image */
    position: relative;
}
.airport3 h3, .airport3 p {
    background-color: transparent; /* Adds a semi-transparent overlay behind text */
    padding: 10px;
    border-radius: 5px;
}

.airport4 {
    background-image: url(../images/Cover_Images/Gatwick.webp); /* Replace with the path to your image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    color: #054351; /* Ensures the text is visible on the image */
    position: relative;
}

.airport4 h3, .airport4 p {
    background-color: transparent; /* Adds a semi-transparent overlay behind text */
    padding: 10px;
    border-radius: 5px;
}

.custom-quote p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.custom-quote a {
    color: #007bff;
    text-decoration: none;
}

.custom-quote a:hover {
    text-decoration: underline;
}

.call-to-action p {
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0;
}

/*Customer testimonials*/

.testimonials {
    background-color: #f8f9fa; /* Light background to distinguish the section */
    padding: 50px 20px; /* Add space around the section */
    text-align: center;
}

.testimonials h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px; /* Space between the heading and the testimonials */
}

.testimonial-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Flexible grid layout */
    gap: 20px; /* Space between testimonials */
    max-width: 1000px; /* Limit max width */
    margin: 0 auto; /* Center the container */
}

.testimonial-container blockquote {
    background-color: #ffffff; /* White background for testimonials */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    position: relative;
    font-style: italic;
    min-height: 200px; /* Ensures enough space for the testimonial */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps footer at the bottom */
}

.testimonial-container blockquote p {
    font-size: 16px;
    color: #666; /* Gray text for readability */
    margin-bottom: 15px;
}

.testimonial-container blockquote footer {
    font-size: 14px;
    color: #ffffff; /* Darker text for the author name */
    text-align: right;
    font-weight: bold;
}

.testimonial-container blockquote q::before
{
    content: "!!";
    font-size: 40px;
    color: #ffb700;
    
}
.testimonial-container blockquote q::after {
    content: "";
    font-size: 40px;
    color: #ffb700;
    
   
}


/*Customer testimonials*/

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

footer p {
    margin: 0;
    height:10px;
}
/* Override Font Awesome 4.7 @font-face to add font-display: swap */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
