

* {
    padding: 0;
    margin: 0;
}

/* section {
    padding: 60px 0;
    min-height: 100vh;
} */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer {
    position: relative;
    background: #1e2129;
    margin-top: 20px;
}

.footer-content {
    position: relative;
    /* padding: 85px 0px 80px 0px; */
}

.footer-content:before {
    position: absolute;
    content: '';
    background: url("https://i.ibb.co/jyRLrBZ/world-map.png");
    width: 744px;
    height: 365px;
    top: 50px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
    margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #2e3138;
    color: #9ea0a9;
    text-align: center;
    border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
    color: #ffffff;
    background: #1e1e1e;
    /* background: #00ffff; */
}

.footer-content .logo-widget .logo-box {
    margin-bottom: 25px;
}

.footer-content .logo-widget .text p {
    color: #9ea0a9;
    margin-bottom: 32px;
}

.footer-content .footer-title {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    /* font-family: 'Playfair Display', serif; */
    color: #00ffaa;
    font-weight: 700;
    margin-bottom: 27px;
}

.footer-content .service-widget {
    /* text-align: center; */
    width: 150px;
}

.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 12px;
}

.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover {
    color: #ff5e14;
}

.footer-content .contact-widget p {
    color: #9ea0a9;
    margin-bottom: 15px;
    z-index: 100;
}

/* .footer-content .contact-widget {
    margin-left: 90px;
} */

.footer-content .contact-widget .footer-title {
    margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: transparent;
    padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
    position: relative;
    color: #9ea0a9;
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
    color: #ff5e14;
}

.footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
    display: none;
}

.logo-box img {
    max-width: 220px;
}














/* General footer styling */
.main-footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.main-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-evenly;
}

.footer-bottom .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-evenly;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    width: 30%;
    margin-bottom: 20px;
}

/* Logo and description */
.logo-box img {
    max-width: 150px;
}

.text p {
    line-height: 1.6;
}

/* Social media icons */
.footer-social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.footer-social li {
    display: inline;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.footer-social a:hover {
    color: #1da1f2;
    /* Example hover color */
}

/* Footer titles */
.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Services and contact list */
.list {
    list-style: none;
    padding: 0;
}

.list li {
    margin-bottom: 10px;
}

.list a {
    color: #fff;
    text-decoration: none;
}

.list a:hover {
    color: #1da1f2;
    /* Hover effect */
}

/* Footer bottom section */
.footer-bottom {
    background-color: transparent;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.footer-nav li {
    display: inline;
    background: transparent;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #1da1f2;
}

.copyright {
    font-size: 14px;
}


/* ... existing code ... */

/* Responsive styles */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        /* Stack columns vertically */
        /* align-items: center; */
        /* Center align items */
    }

    contact-widget{
        text-align: left;
    }

    .footer-column {
        width: auto;
        /* Full width for each column */
        margin-bottom: 20px;
        /* Space between columns */
    }

    .footer-bottom {
        text-align: center;
        /* Center text in the footer bottom */
    }

    .footer-nav {
        flex-direction: column;
        /* Stack nav items vertically */
        gap: 10px;
        /* Space between nav items */
    }
}

/* Additional styles for smaller screens */
@media (max-width: 480px) {
    .footer-title {
        font-size: 18px;
        /* Adjust font size for titles */
    }

    .footer-social a {
        font-size: 16px;
        /* Adjust font size for social icons */
    }

    .copyright {
        font-size: 12px;
        /* Adjust font size for copyright */
    }
}

/* ... existing code ... */