* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.section-padding {
    padding: 70px;
}

/* Adding Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&display=swap');

.header {
    background: linear-gradient(-40deg, #052675, #ffffff);

}

/* Header Navigation Styles */
.header-nav {
    min-height: 60px;
}

.navbar-brand img {
    width: 75%;
    height: auto;
}

.main-menu ul li {
    margin-left: 26px;
    text-align: center;
}

.main-menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #070A57;
    font-weight: 500;
    font-size: 16px;
}

.main-menu ul li:hover {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

button.nav-button {
    background: #FFBA00;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    vertical-align: middle;
    margin-top: -5px;
    border-radius: 5px;
}

/* Header Banner Area Styles */

.container.header-content {
    height: 70%;
}

.highlight {
    color: #ffee04;
}

.left-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #070A57;
}

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

.left-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #64707D;
}

.call-to-action button {
    background: #FFBA00;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
}

.call-to-action a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFBA00;
    text-decoration: underline;
    margin-left: 30px;
}

.right-content img {
    width: 70%;
    padding-left: 30px;
}

/* Work process syles */

.process-block {
    text-align: center;
    padding: 10px;
}

.process-block img {
    background: #FBF5E5;
    border: 2px dotted #FFBA00;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.process-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.process-block h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.project-discussion {
    margin-left: 30px;
}

.project-discussion h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

.project-discussion p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

.project-discussion button {
    background: #FFBA00;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
}

/* Services styles  */
.services {
    background: linear-gradient(30deg, #FBF1D5, #fff);
}

.service-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

/* Multiframe Carousel  */

@media (min-width: 768px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .service-carousel.carousel-inner .carousel-item>div {
        display: none;
    }

    .service-carousel.carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.service-card h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #070A57;
}

.service-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
}

.service-card a {
    color: #64707D;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #64707D;
    text-decoration: underline;
}

.service-card a:hover {
    color: #FFBA00;
    transition: all 0.5s ease;
}

.service-control-prev,
.service-control-next {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: #FFBA00;
    background-size: 100%, 100%;
    border-radius: 3px;
}

.service-control-next {
    margin-right: -105px;
}

.service-control-prev {
    margin-left: -205px;
}

.service-card {
    min-height: 495px;
}

/* Testimonial Styles  */
.testimonial .card {
    border: none !important;
}

a.carousel-control-prev.testimonial-control {
    top: 60%;
}

a.carousel-control-next.testimonial-control {
    top: 60%;
    left: 5%;
}

.testimonial-control {
    max-width: 32px;
}

.testimonial-description h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #FFBA00;
}


.testimonial-control-icon {
    background: #FFBA00;
    color: #070A57;
    height: 32px;
    width: 32px;
    padding: 5px;
}

.client-meta-data h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #070A57;
}


.client-meta-data p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 32px
}

.coma {
    position: absolute;
    top: 70%;
    left: -10%;
    background: orange;
    padding: 20px;
}

/* Portfolio Styles  */

.portfolio {
    background: linear-gradient(-40deg, #FBF1D5, #fff);
}

h2.portfolio-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-buttons button {
    background: transparent;
    border: none;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-buttons button:hover {
    color: #FFBA00;
}

.portfolio-buttons {
    margin-bottom: 20px;
}

.myMixCont {
    margin-top: 30px;
}

.myMixCont img {
    margin-bottom: 10px;
}

/* Partner Section Styles  */

.partner-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

/* Footer Styles */

.footer {
    background: linear-gradient(30deg, #FBF1D5, #fff);
}

section.footer.section-padding {
    padding-bottom: 10px;
}

.footer-widget-1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
}

.footer-widget-2 h3,
.footer-widget-3 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
}

.footer-widget-2 ul li,
.footer-widget-3 ul li {
    list-style: none;
    padding: 5px;
}

.footer-widget-2 ul li a,
.footer-widget-3 ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #64707D;
}

.footer-widget-4 p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-widget-4 ul li {
    list-style-type: none;
    display: inline;
    padding: 5px 10px;
    font-size: 27px;
}

.footer-widget-4 ul li a {
    color: #DDDDDD;
}

.footer-widget-4 ul li a:hover {
    color: #FFBA00;
    transition: all 0.5s ease-in-out;
}

.copyright-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #64707D;
    line-height: 40px;
}

.messenger i {
    color: #fff;
    background: #FFBA00;
    font-size: 40px;
    padding: 5px 10px;
}

/* Contact Us Styling  */

.contact-header {
    max-height: 500px;
}

.contact-header .right-content img {
    width: 100% !important;
}

.contact-header .container.header-content {
    max-height: 400px;
}

/* Office Blocs Styleing  */

.office-block {
    padding: 15px;
    border: 2px dotted #FFBA00;
    text-align: center;
}

.office-block h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 32px;
    color: #070A57;
    padding: 25px 0px;
}

.office-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

#project-details form {
    background-color: white;
    color: #888888;
    text-align: left;
    padding-top: 20px;
}

#project-details label {
    display: none;
}

#project-details input,
#project-details textarea {
    /* to create space for placing icon*/
    padding: 20px 10px 20px 32px;
    border-color: transparent;
    /* background-color: #FFDE11; */
    border-radius: 4px;
    border: 1px solid #DDDDDD;
}

#project-details .btn-default {
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 15px 36px;
    background-color: #FFBA00;
    border: 0px;
    color: #070A57;
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#project-details .btn-default:hover,
#project-details .btn-default:focus {
    border-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
}

/*position should be relative and z-index greater than one*/
#project-details .icon {
    position: relative;
    float: right;
    padding-right: 10px;
    margin-top: -30px;
    z-index: 2;
    color: #586794;
}

#project-details .icon-textarea {
    float: right;
    margin-top: -150px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    color: #586794;
}

#project-type {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
    border: 1px solid #ddd;
    padding: 7px 10px 7px 32px;
}

/* Service Page Styles  */

/*   
section.services {
    text-align: center;
}
.card-row-gap {
    padding-bottom: 2rem;
}
.card-body{
background-color: #ffebef;

}
a.card-body{
    text-decoration: underline;
}
.best-solution img{
	width:100%;
	height:auto;
}

/* why choose leadsbee 

.service-type-gap {
 padding-bottom: 8rem;
}
h2.col-md-6 {
    padding-bottom: 3rem;
    padding-top: 2rem;
} */
.feature-design-image {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

section.header.contact-header {
    padding-bottom: 50px;
}

.card.service-block-card img {
    width: 100%;
    height: auto;
}

.card.service-block-card {
    min-height: 450px;
    margin-bottom: 20px;
}

.why-choose img {
    margin-bottom: 25px;
}

.why-choose {
    padding-bottom: 30px;
}

/* Blog Page Styles  */
.blog-post {
    border: 1px solid #DDDDDD;
    padding: 15px;
}

.blog-category p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFBA00;
    line-height: 35px;
}

.blog-content h2.blog-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #FFBA00;
    line-height: 35px;
}

.blog-content p.blog-exercpt {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

.blog-meta h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #070A57;
}

.blog-meta p.date {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 35px;
    color: #64707D;
}

.pagination ul li {
    list-style: none;
    display: inline;
    border: 1px solid #ddd;
    padding: 10px;
}

.pagination ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
}

.pagination ul li.previous {
    background: #ddd;
}

.pagination ul li.previous a,
.pagination ul li.next a {
    color: #070A57 !important;
}

.pagination ul li.next {
    background: #FFBA00;
}

p.sub-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 35px;
    color: #070A57;
    padding-top: 20px;
}

form#newsletter-form input#client-mail {
    max-width: 500px;
    border: 1px solid #FFBA00;
    border-radius: 3px;
}

form#newsletter-form button,
.team-counter button {
    background: #FFBA00;
    border: none;
    padding: 5px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #070A57;
}

/* Portfolio Page Styles */

.portfolio-block {
    position: relative;
    margin-bottom: 20px;
    border: 2px solod red;
}

.portfolio-overlay {
    position: absolute;
    background: #FFBA00;
    height: 90%;
    width: 90%;
    top: 10px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.portfolio-block:hover .portfolio-overlay {
    display: flex;
    transition: 0.5s ease;
}

.portfolio-overlay h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #64707D;
}


section.portfolio-call-to-action {
    background: #FFEEBF;
    text-align: center;
}

section.portfolio-call-to-action h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    color: #070A57;
}

button.project-button-1,
button.project-button-2 {
    border: none;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
    margin-right: 15px;
}

button.project-button-1 {
    background: #FFBA00;
}

button.project-button-2 {
    background: #fff;
}


/* Team Page Styles  */

.team-page-description h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
    line-height: 32px;
    padding-bottom: 25px;
}

.team-page-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    color: #070A57;
    line-height: 35px;
    padding-bottom: 25px;
}

.team-card {
    margin-bottom: 40px;
}

.team-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #070A57;
    padding: 5px;
}

.team-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #64707D;
}

.team-card ul li {
    list-style: none;
    display: inline;
    padding: 5px 10px;
}

.team-card ul li a {
    color: #E1E1E1;
    font-size: 16px;
}

.team-card ul li a:hover {
    color: #FFBA00;
    transition: all 0.5s;
}

span.counter {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #070A57;
}

span.counter-plus {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #FFBA00;
}

/* Define animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.whatsapp {
    text-align: center;
}

/* Apply animation to WhatsApp logo */
#whatsappLogo {
    width: 80px;
    /* Adjust the size according to your preference */
    height: auto;
    animation: pulse 2s infinite;
    /* Apply the pulse animation */
}


/* Center the content within the section */
.project-contact {
    text-align: center;
}

/* Style the contact method heading */
.contact-method h3 {
    font-size: 24px;
    color: #333;
}

/* Style the contact method paragraph */
.contact-method p {
    font-size: 18px;
    color: #666;
}

/* Style the contact icon */
.contact-icon {
    width: 80px;
    /* Adjust the size as needed */
    height: auto;
    transition: transform 0.3s ease-in-out;
    /* Smooth transition */
}

/* Hover effect on contact icon */
.contact-icon:hover {
    transform: scale(1.1);
    /* Scale up on hover */
}

.map-section {
    background-color: #f8f9fa;
    /* Set background color */
}

.map-container {
    overflow: hidden;
    /* Hide overflow */
    border-radius: 15px;
    /* Add border radius */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* Add box shadow */
}

.map-container iframe {
    width: 100%;
    height: 400px;
    /* Adjust map size */
    border: none;
    /* Remove iframe border */
    border-radius: 15px;
    /* Add border radius */
}


.service-type {
    background-color: #f9f9f9;
    /* Background color */
    padding: 60px 0;
    /* Padding top and bottom */
}

.section-title {
    font-size: 32px;
    /* Title font size */
    color: #333;
    /* Title color */
    margin-bottom: 20px;
    /* Bottom margin */
}

.section-description {
    font-size: 18px;
    /* Description font size */
    color: #666;
    /* Description color */
    margin-bottom: 30px;
    /* Bottom margin */
}

.section-subtitle {
    font-size: 24px;
    /* Subtitle font size */
    color: #333;
    /* Subtitle color */
    margin-bottom: 15px;
    /* Bottom margin */
}

.section-list {
    padding-left: 20px;
    /* Left padding for list */
}

.section-list li {
    font-size: 16px;
    /* List item font size */
    color: #666;
    /* List item color */
    margin-bottom: 10px;
    /* Bottom margin for list items */
}


.section32 {
    margin-top: 50px;
    height: 100%;
    /* Set a fixed height */
}

.section-content {
    height: 100%;
    /* Set a fixed height */
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    /* Use flexbox for vertical alignment */
    flex-direction: column;
    /* Stack child elements vertically */
    justify-content: center;
    /* Center content vertically */
}

.section-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.section-content h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
}

.section-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.section-content ul {
    margin-bottom: 15px;
    list-style-type: none;
}

.section-content ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.section-content a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.section-content a:hover {
    text-decoration: underline;
}

/* Header Banner */
.header-banner {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.header-content {
    text-align: center;
}

.left-content h2 {
    font-size: 36px;
    color: #333;
}

.left-content p {
    font-size: 18px;
    color: #666;
}

.right-content img {
    max-width: 100%;
    height: auto;
}

/* Service Type Section */
.service-type-gap {
    margin-top: 50px;
}

.team-page-description .section-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.team-page-description .section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.team-page-description .section-subtitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.team-page-description .section-list {
    list-style-type: none;
    padding-left: 0;
}

.team-page-description .section-list li {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.animated-image {
    animation: vibrate 0.5s infinite alternate;
}

@keyframes vibrate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

.offices {
    background-color: #f8f9fa;
    /* Set background color */
    padding-top: 60px;
    /* Adjust top padding */
    padding-bottom: 60px;
    /* Adjust bottom padding */
}

.offices .row {
    display: flex;
    /* Use flexbox */
    justify-content: center;
    /* Center align items horizontally */
}

.office-block {
    background-color: #ffffff;
    /* Set background color of individual office blocks */
    padding: 30px;
    /* Add padding to the office blocks */
    border-radius: 10px;
    /* Add border radius for rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Add shadow for depth */
    transition: all 0.3s ease;
    /* Add smooth transition for hover effect */
    width: 300px;
    /* Set fixed width for each office block */
    margin: 0 15px;
    /* Add margin between office blocks */
}

.office-block:hover {
    transform: translateY(-5px);
    /* Add slight lift on hover */
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    /* Enhance shadow on hover */
}

.office-block h3 {
    color: #333333;
    /* Set color for office block headings */
    font-size: 24px;
    /* Set font size for office block headings */
    margin-bottom: 20px;
    /* Add margin at the bottom of headings */
}

.office-block p {
    color: #666666;
    /* Set color for office block paragraphs */
    font-size: 16px;
    /* Set font size for office block paragraphs */
    line-height: 1.6;
    /* Set line height for better readability */
}


.process-block img {
    width: 100%;
    height: auto;
    max-height: 200px;
    /* Adjust the max height as needed */
    object-fit: cover;
    border-radius: 5px;
    /* Optional: Add rounded corners */
    margin-bottom: 15px;
    /* Space between image and title */
}

.process-block {
    text-align: center;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.process-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #4a90e2;
}

.section-padding {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .process-block img {
        max-height: 150px;
        /* Adjust for smaller screens */
    }
}

.why-choose-us {
    background-color: #f4f6f9;
    padding: 60px 0;
}

.service-heading {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.why-choose-us-list {
    list-style-type: none;
    padding: 0;
}

.why-choose-us-list li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    color: #34495e;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.why-choose-us-list li:before {
    content: "\f058";
    /* FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #27ae60;
    margin-right: 10px;
}

.why-choose-us-list li strong {
    color: #2980b9;
    font-weight: 600;
}

.why-choose-us-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .service-heading {
        font-size: 2rem;
    }

    .why-choose-us-list li {
        font-size: 1rem;
        padding-left: 25px;
    }

    .why-choose-us-list li:before {
        font-size: 1.2rem;
    }
}

/* Section Padding */
.section-padding {
    padding: 60px 0;
}

/* Heading Styling */
.service-heading {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* Paragraph Styling */
.overview p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
    text-align: justify;
}

/* List Styling */
.overview ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.overview ul li {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.overview ul li:before {
    content: "\f058";
    /* FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #27ae60;
}

/* Subheading Styling */
.overview h3 {
    font-size: 1.8rem;
    color: #2980b9;
    margin-top: 50px;
    margin-bottom: 20px;
    border-left: 5px solid #2980b9;
    padding-left: 15px;
    text-transform: uppercase;
}

/* Image Styling */
.overview-image {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    /* Reduce the image width to 80% */
    max-width: 350px;
    /* Set a maximum width for the images */
    margin: 0 auto;
    /* Center the image within its column */
    display: block;
    /* Ensure the image is displayed as a block element */
}


/* Responsive Design */
@media (max-width: 767px) {
    .service-heading {
        font-size: 2rem;
    }

    .overview p,
    .overview ul li {
        font-size: 1rem;
    }

    .overview h3 {
        font-size: 1.5rem;
    }

    .overview-image {
        margin-top: 15px;
    }
}

/* Section Padding */
.section-padding {
    padding: 80px 0;
}

/* General Heading Styling */
.service-heading {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

/* Why Join Us Section */
.why-join-us {
    background: #f0f4f8;
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.why-join-us .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-join-us .why-box {
    flex: 0 0 48%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    min-height: 180px;
}

.why-join-us .why-box:hover {
    transform: translateY(-5px);
}

.why-join-us .why-box .icon {
    font-size: 2rem;
    margin-right: 15px;
    color: #2980b9;
}

.why-join-us .why-box:nth-child(1) {
    background-color: #e8f4fc;
}

.why-join-us .why-box:nth-child(2) {
    background-color: #fce8e8;
}

.why-join-us .why-box:nth-child(3) {
    background-color: #e8fcec;
}

.why-join-us .why-box:nth-child(4) {
    background-color: #fdf4c1;
}

.why-join-us .why-box h4 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 5px;
    font-weight: bold;
}

.why-join-us .why-box p {
    font-size: 1.1rem;
    color: #555555;
    margin: 0;
}

/* Apply Now Section */
.apply-now {
    background: #2c3e50;
    color: #fff;
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.apply-now h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.apply-now p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.apply-now a {
    color: #f0f4f8;
    text-decoration: underline;
    font-weight: bold;
}

.apply-now a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 767px) {
    .why-join-us .why-box {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

/* General Heading Styling */
.service-heading {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

/* Open Positions Section */
.open-positions .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.open-positions .position-block {
    flex: 0 0 48%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    min-height: 250px;
}

.open-positions .position-block:hover {
    transform: translateY(-5px);
}

.open-positions .position-block h4 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

.open-positions .position-block ul {
    list-style-type: none;
    padding-left: 0;
}

.open-positions .position-block ul li {
    font-size: 1.2rem;
    color: #555555;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}

.open-positions .position-block ul li:before {
    content: "\f058";
    /* FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
    color: #27ae60;
}

.open-positions .position-block:nth-child(1) {
    background-color: #e8f4fc;
}

.open-positions .position-block:nth-child(2) {
    background-color: #fce8e8;
}

.open-positions .position-block:nth-child(3) {
    background-color: #e8fcec;
}

.open-positions .position-block:nth-child(4) {
    background-color: #fdf4c1;
}

/* Responsive Design */
@media (max-width: 767px) {
    .open-positions .position-block {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

/* Header Banner Styling */
.stylish-banner {
    background: linear-gradient(135deg, #2980b9, #6dd5fa);
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.stylish-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.stylish-banner::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
}

.left-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.left-content h2 .highlight {
    color: #f0f4f8;

    padding: 5px 10px;
    border-radius: 5px;
}

.breadcrumb-text {
    font-size: 1.2rem;
    color: #f0f4f8;
    font-weight: 300;
    margin-bottom: 0;
}

.animated-image {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Image Shadow and Styling */
.right-content img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.right-content img:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 767px) {
    .left-content h2 {
        font-size: 2.5rem;
    }

    .breadcrumb-text {
        font-size: 1rem;
    }
}

/* Join Team Section Styling */
.join-team-section {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.team-image {
    text-align: center;
}

.team-image img {
    max-width: 80%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-image img:hover {
    transform: scale(1.05);
}

.team-content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.team-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555555;
}

@media (max-width: 767px) {
    .team-content h2 {
        font-size: 2rem;
    }

    .team-content p {
        font-size: 1.1rem;
    }

    .team-image img {
        max-width: 100%;
    }
}

/* Section Container */
.project-contact {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

/* Heading Styling */
.project-contact h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Subheading Text */
.project-contact p {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Contact Method Blocks */
.contact-method {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    transition: transform 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-10px);
}

/* Contact Method Heading */
.contact-method h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Contact Method Details */
.contact-method p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Contact Logos */
.contact-logo img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.contact-logo img:hover {
    transform: scale(1.2);
}

/* Link Styling */
.contact-method a {
    color: #007bff;
    text-decoration: none;
}

.contact-method a:hover {
    text-decoration: underline;
}

/* Office Hours and Social Media */
.project-contact .section-padding p {
    margin-bottom: 10px;
}

/* Social Media Links */
.project-contact .section-padding a {
    color: #007bff;
    margin: 0 10px;
    font-size: 20px;
}

.project-contact .section-padding a:hover {
    color: #0056b3;
}

/* Social Media Section */
.social-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.social-links li {
    display: inline-block;
    margin: 0 15px;
}

.social-links a {
    color: #007bff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a:hover {
    color: #0056b3;
    transform: scale(1.1);
}

.social-links i {
    font-size: 24px;
    margin-right: 8px;
}

/* Contact Form Section */
form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

form h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 10px;
    font-size: 16px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
    .social-links li {
        display: block;
        margin: 10px 0;
    }

    .btn-primary {
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

.highlight2 {
    color: #333;
    /* Darker color for contrast */
    background-color: #f1c40f;
    /* Yellow background for highlighting */
    padding: 5px 10px;
    /* Padding around the text */
    border-radius: 5px;
    /* Rounded corners */
    font-weight: bold;
    /* Make the text bold */
    text-transform: uppercase;
    /* Convert text to uppercase */
    letter-spacing: 1px;
    /* Space out the letters a bit */
}

.navbar-nav .nav-link {
    padding: 10px 15px;
    /* Adjust as needed */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    display: inline-block;
}

.navbar-nav .dropdown-toggle {
    padding: 10px 15px;
    /* Same as other nav-links */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    /* Ensure vertical alignment */
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    /* Remove any default margin */
}

.navbar-nav .dropdown-item {
    padding: 8px 15px;
    /* Consistent padding */
    font-size: 16px;
    color: #000;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    /* Ensure dropdown aligns directly under the item */
    border-radius: 0;
    /* Consistent with the rest of the design */
}

.navbar-nav .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: middle;
}
/* General Section Styling */
.service-section {
    padding: 40px 20px;
    background-color: #f7f7f7;
}

.service-section .block {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.service-section h4 {
    color: #004085;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-section h6 {
    color: #0056b3;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-section ul {
    list-style: disc;
    margin-left: 20px;
}

.service-section ul li {
    margin-bottom: 8px;
}

.service-section .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Specific Section Styling */
.university-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: circle;
    margin-left: 30px;
}

.university-list li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .university-list {
        columns: 1;
    }
}
/* General Styling for Affiliate Page */
.header-banner {
    padding: 50px 15px;
    text-align: center;
    background-color: #f5f5f5;
}

.header-banner h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.header-banner p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.header-banner button {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.header-banner img {
    max-width: 100%;
    height: auto;
}
/* Centering How It Works Section */
.how-it-works {
    padding: 50px 15px;
    background: linear-gradient(to bottom, #e6f7ff, #ffffff);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center text */
    display: flex; /* Enables flexbox for centering */
    flex-direction: column; /* Aligns content vertically */
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
}

.how-it-works h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #004085;
}

/* Centering individual steps */
.how-it-works .row {
    display: flex;
    justify-content: center; /* Centers items horizontally */
    flex-wrap: wrap; /* Ensures proper wrapping for smaller screens */
}

.step-item {
    text-align: center;
    margin: 15px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004085;
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.step-item h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #004085;
}

.step-item p {
    font-size: 1rem;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .how-it-works .row {
        flex-direction: column; /* Stacks items vertically */
    }

    .step-item {
        margin: 10px 0;
    }
}

/* Benefits Section */
.affiliate-benefits {
    padding: 50px 15px;
    background-color: #f9f9f9;
}

.affiliate-benefits h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.affiliate-benefits .col-md-4 {
    margin-bottom: 30px;
}

.affiliate-benefits i {
    color: #ff5722;
    margin-bottom: 15px;
}

.affiliate-benefits h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.affiliate-benefits p {
    font-size: 1rem;
    color: #555;
}

/* Responsive Design */

/* For tablets and smaller screens */
@media (max-width: 992px) {
    .header-banner {
        text-align: center;
    }

    .header-banner h1 {
        font-size: 2rem;
    }

    .header-banner p {
        font-size: 1rem;
    }

    .header-banner button {
        font-size: 0.9rem;
    }

    .how-it-works .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .affiliate-benefits .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* For mobile screens */
@media (max-width: 576px) {
    .header-banner h1 {
        font-size: 1.8rem;
    }

    .header-banner p {
        font-size: 0.9rem;
    }

    .header-banner button {
        font-size: 0.8rem;
        padding: 8px 15px;
    }

    .how-it-works .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .affiliate-benefits .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .how-it-works h2,
    .affiliate-benefits h2 {
        font-size: 1.8rem;
    }

    .how-it-works h5,
    .affiliate-benefits h5 {
        font-size: 1rem;
    }

    .how-it-works p,
    .affiliate-benefits p {
        font-size: 0.9rem;
    }
}
