/* Business Landing Page Custom Styles */

:root {
    --primary: #3056D3;
    --secondary: #13C296;
    --black: #212B36;
    --dark: #1D2144;
    --dark-700: #090E34;
    --light: #F3F4FE;
    --grey: #637381;
    --white: #FFFFFF;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: var(--grey);
    overflow-x: hidden;
    background: var(--white);
    padding-top: 80px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* Section Styles */
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Section Title */
.section-title-five {
    padding-bottom: 60px;
}

.section-title-five .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.section-title-five h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.section-title-five h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    color: var(--dark);
    margin-bottom: 18px;
}

.section-title-five p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--grey);
}

@media only screen and (max-width: 767px) {
    .section-title-five h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

/* Services */
.services-area {
    padding: 100px 0;
    background: var(--white);
}

.services-eight .single-services {
    background: var(--white);
    border: 1px solid #EEEFF2;
    border-radius: 10px;
    padding: 45px 35px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    text-align: center;
}

.services-eight .single-services:hover {
    box-shadow: 0 10px 40px rgba(48, 86, 211, 0.1);
    transform: translateY(-8px);
    border-color: var(--primary);
}

.services-eight .service-icon {
    font-size: 60px;
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1;
}

.services-eight .service-icon i {
    transition: all 0.3s;
}

.services-eight .single-services:hover .service-icon i {
    transform: scale(1.1);
}

.services-eight .service-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--dark);
    margin-bottom: 18px;
}

.services-eight .service-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--grey);
    margin: 0;
}

/* Pricing */
.pricing-area {
    padding: 100px 0;
    background: var(--light);
}

.pricing-fourteen .pricing-style-fourteen {
    background: var(--white);
    border: 2px solid #EEEFF2;
    border-radius: 10px;
    padding: 45px 35px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    text-align: center;
}

.pricing-fourteen .pricing-style-fourteen.middle {
    background: var(--primary);
    border-color: var(--primary);
    transform: scale(1.05);
    box-shadow: 0 15px 45px rgba(48, 86, 211, 0.2);
}

.pricing-fourteen .pricing-style-fourteen.middle * {
    color: var(--white) !important;
}

.pricing-fourteen .pricing-style-fourteen:hover {
    box-shadow: 0 10px 40px rgba(48, 86, 211, 0.15);
    transform: translateY(-8px);
    border-color: var(--primary);
}

.pricing-fourteen .pricing-style-fourteen.middle:hover {
    transform: scale(1.08) translateY(-8px);
}

.pricing-fourteen .table-head .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: var(--dark);
    margin-bottom: 15px;
}

.pricing-fourteen .table-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--grey);
    margin-bottom: 25px;
}

.pricing-fourteen .table-head .price {
    margin: 30px 0;
}

.pricing-fourteen .table-head .amount {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    color: var(--dark);
}

.pricing-fourteen .table-head .currency {
    font-size: 28px;
    vertical-align: super;
}

.pricing-fourteen .table-head .duration {
    font-size: 20px;
    color: var(--grey);
}

.pricing-fourteen .table-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-fourteen .table-list li {
    padding: 12px 0;
    font-size: 16px;
    color: var(--grey);
}

.pricing-fourteen .table-list li i {
    margin-right: 10px;
    font-size: 18px;
    color: var(--primary);
}

.pricing-fourteen .table-list li i.deactive {
    color: #CCC;
}

.pricing-fourteen .light-rounded-buttons {
    margin: 30px 0 20px;
}

/* Call to Action */
.call-action {
    background: linear-gradient(135deg, var(--primary) 0%, #2545C9 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.call-action::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.05;
}

.call-action .inner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.call-action h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: var(--white);
    margin-bottom: 25px;
}

.call-action p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .call-action h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Blog/News */
.latest-news-area {
    background: var(--white);
}

.latest-news-area .single-news {
    background: var(--white);
    border: 2px solid #EEEFF2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.latest-news-area .single-news:hover {
    box-shadow: 0 10px 40px rgba(48, 86, 211, 0.1);
    transform: translateY(-8px);
}

.latest-news-area .single-news .image {
    position: relative;
    overflow: hidden;
}

.latest-news-area .single-news .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 0.4s;
}

.latest-news-area .single-news:hover .image img {
    transform: scale(1.05);
}

.latest-news-area .single-news .meta-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--white);
    border-radius: 50px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.latest-news-area .single-news .meta-details span {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 0.5px;
}

.latest-news-area .single-news .content-body {
    padding: 30px;
}

.latest-news-area .single-news .content {
    padding: 30px 30px 25px 30px;
}

.latest-news-area .single-news .content-body .title {
    margin-bottom: 15px;
}

.latest-news-area .single-news .news-title {
    margin-bottom: 15px;
}

.latest-news-area .single-news .news-title a {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--dark);
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}

.latest-news-area .single-news .news-title a:hover {
    color: var(--primary);
}

.latest-news-area .single-news .content-body .title a {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--dark);
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}

.latest-news-area .single-news .content-body .title a:hover {
    color: var(--primary);
}

.latest-news-area .single-news .content p {
    color: var(--grey);
    line-height: 28px;
    margin: 0 0 20px 0;
}

.latest-news-area .single-news .content-body p {
    color: var(--grey);
    line-height: 28px;
    margin: 0;
}

/* Clients/Brands */
.brand-area {
    padding: 100px 0;
    background: var(--white);
}

.brand-area .clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px 0;
}

.brand-area .single-image {
    opacity: 0.5;
    transition: all 0.4s;
    filter: grayscale(100%);
}

.brand-area .single-image:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

.brand-area .single-image img {
    max-height: 45px;
    width: auto;
}

.brand-area .single-image a {
    display: block;
}

@media only screen and (max-width: 767px) {
    .brand-area .clients-logos {
        gap: 30px;
    }
    
    .brand-area .single-image img {
        max-height: 35px;
    }
}

/* Buttons */
.btn {
    display: inline-block;
    transition: all 0.3s;
}

.primary-btn {
    background: var(--primary);
    color: var(--white) !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--primary);
    transition: all 0.3s;
    display: inline-block;
}

.primary-btn:hover {
    background: var(--white);
    color: var(--primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.primary-btn-outline-white {
    background: transparent;
    color: var(--white) !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--white);
    transition: all 0.3s;
    display: inline-block;
}

.primary-btn-outline-white:hover {
    background: transparent;
    color: var(--white) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.primary-btn-outline {
    background: transparent;
    color: var(--primary) !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--primary);
    transition: all 0.3s;
    display: inline-block;
}

.primary-btn-outline:hover {
    background: var(--primary);
    color: var(--white) !important;
    transform: translateY(-2px);
}

.icon-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.rounded-full {
    border-radius: 50%;
}

.btn-block {
    width: 100%;
    display: block;
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: var(--light);
}

.contact-item-wrapper .contact-item {
    background: var(--white);
    border-radius: 10px;
    padding: 35px 30px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s;
    border: 2px solid transparent;
    height: calc(100% - 30px);
}

.contact-item:hover {
    box-shadow: 0 10px 40px rgba(48, 86, 211, 0.1);
    border-color: var(--primary);
    transform: translateY(-5px);
}

.contact-icon {
    margin-bottom: 25px;
}

.contact-icon i {
    font-size: 50px;
    color: var(--primary);
}

.contact-content h4 {
    font-weight: 700;
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 15px;
}

.contact-content p {
    color: var(--grey);
    margin: 0;
    line-height: 28px;
    font-size: 16px;
}

.contact-form-wrapper {
    background: var(--white);
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper .section-title {
    margin-bottom: 40px;
}

.contact-form-wrapper .section-title span {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.contact-form-wrapper .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
}

.contact-form-wrapper .section-title p {
    color: var(--grey);
}

.contact-form .button {
    margin-top: 10px;
}

.contact-form button[type="submit"] {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .contact-form-wrapper {
        padding: 40px 30px;
        margin-top: 40px;
    }
}

/* Footer */
.footer-area {
    background: var(--dark-700);
}

.footer-eleven {
    background: var(--dark-700);
    padding-top: 0;
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .logo {
    margin-bottom: 25px;
}

.footer-widget .logo img {
    max-height: 40px;
    filter: brightness(0) invert(1);
}

.footer-widget h5 {
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 28px;
    margin-bottom: 20px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 15px;
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.footer-widget ul li a:hover {
    color: var(--white);
    padding-left: 8px;
}

.footer-widget.newsletter p {
    margin-bottom: 20px;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 30px;
    line-height: 24px;
}

.copyright-text span {
    color: var(--white);
    display: block;
    margin-bottom: 5px;
}

.copyright-text a {
    color: var(--primary);
    text-decoration: none;
}

.copyright-text a:hover {
    text-decoration: underline;
}

/* Scroll to Top */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    z-index: 999;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: var(--dark);
    color: var(--white);
}

/* About Section */
.about-area {
    background: var(--white);
}

.about-five {
    padding: 100px 0;
}

.about-image-five {
    position: relative;
    padding-right: 30px;
}

.about-image-five img {
    border-radius: 10px;
    width: 100%;
}

.about-image-five .shape {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: -1;
}

.about-five-content h6.small-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.about-five-content h2.main-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    color: var(--dark);
    margin-bottom: 30px;
}

.about-five-tab .nav-tabs {
    border: none;
    margin-bottom: 30px;
    gap: 10px;
}

.about-five-tab .nav-link {
    border: 2px solid #EEEFF2;
    border-radius: 50px;
    padding: 12px 28px;
    margin-right: 0;
    color: var(--grey);
    transition: all 0.3s;
    background: var(--white);
    font-weight: 500;
}

.about-five-tab .nav-link:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.about-five-tab .nav-link.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.about-five-tab .tab-content p {
    color: var(--grey);
    line-height: 28px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .about-image-five {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

/* Header/Hero */
.header-area {
    position: relative;
}

.header-eight {
    padding: 150px 0 120px;
    background: linear-gradient(135deg, var(--primary) 0%, #1e4db7 100%);
}

.header-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: var(--white);
    margin-bottom: 25px;
}

.header-content p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    max-width: 90%;
}

.header-content .button {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.header-image {
    position: relative;
}

.header-image img {
    width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .header-eight {
        padding: 100px 0 80px;
    }
    
    .header-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .header-content p {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }
    
    .header-content .button {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.video-button {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--dark) !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.video-button:hover {
    color: var(--white) !important;
}

.video-button .icon-btn {
    width: 65px;
    height: 65px;
    background: var(--primary);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(48, 86, 211, 0.3);
}

.video-button:hover .icon-btn {
    background: var(--white);
    color: var(--primary) !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.video-button .text {
    font-size: 16px;
}

.video-button-white {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white) !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.video-button-white:hover {
    color: var(--white) !important;
}

.video-button-white .icon-btn {
    width: 65px;
    height: 65px;
    background: transparent;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s;
    border: 2px solid var(--white);
}

.video-button-white:hover .icon-btn {
    background: var(--white);
    color: var(--primary) !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.video-button-white .text {
    font-size: 16px;
}

/* Navbar */
.navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--primary);
}

.navbar-nine {
    background: var(--primary);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    transition: all 0.3s;
}

.navbar-nine .navbar-brand {
    padding: 0;
}

.navbar-nine .navbar-brand img {
    max-height: 35px;
    width: auto;
}

.navbar-nine .navbar-nav {
    margin-left: auto;
    margin-right: 30px;
}

.navbar-nine .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px;
}

.navbar-nine .navbar-nav .nav-link,
.navbar-nine .navbar-nav .page-scroll {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 18px;
    transition: all 0.3s;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.navbar-nine .navbar-nav .nav-link:hover,
.navbar-nine .navbar-nav .page-scroll:hover,
.navbar-nine .navbar-nav .nav-link.active,
.navbar-nine .navbar-nav .page-scroll.active {
    color: var(--secondary);
}

.navbar-nine .navbar-toggler {
    padding: 0;
    border: none;
    background: transparent;
}

.navbar-nine .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nine .navbar-btn .menu-bar {
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.navbar-nine .navbar-btn .menu-bar:hover {
    color: var(--secondary);
}

@media only screen and (max-width: 991px) {
    .navbar-nine .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--primary);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
        padding: 15px 20px;
        max-height: 350px;
        overflow-y: scroll;
    }
    
    .navbar-nine .navbar-nav .nav-item {
        margin: 0;
    }
    
    .navbar-nine .navbar-nav .nav-link,
    .navbar-nine .navbar-nav .page-scroll {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f1f1f1;
    }
}

/* Sidebar */
.sidebar-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: var(--white);
    z-index: 9999;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.sidebar-right.open {
    right: 0;
}

.sidebar-content {
    padding: 40px 30px;
}

.sidebar-close {
    text-align: left;
    margin-bottom: 30px;
}

.sidebar-close a {
    color: var(--black);
    font-size: 24px;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    transition: all 0.3s;
}

.sidebar-close a:hover {
    color: var(--primary);
    transform: rotate(90deg);
}

.sidebar-logo {
    margin-bottom: 20px;
}

.sidebar-logo img {
    max-height: 40px;
}

.sidebar-content p {
    color: var(--grey);
    margin-bottom: 30px;
}

.sidebar-menu h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 15px;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
}

.sidebar-menu ul li {
    margin-bottom: 10px;
}

.sidebar-menu ul li a {
    color: var(--grey);
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-menu ul li a:hover {
    color: var(--primary);
}

.sidebar-social {
    margin-top: 30px;
}

.sidebar-social h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 15px;
}

.sidebar-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.sidebar-social ul li a {
    width: 40px;
    height: 40px;
    background: var(--light);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.sidebar-social ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

.overlay-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.overlay-right.open {
    opacity: 1;
    visibility: visible;
}

/* Map */
.map-section object {
    width: 100%;
    height: 500px;
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--white);
    border-radius: 10px;
    padding: 50px;
}

.contact-form .section-title {
    margin-bottom: 40px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary);
    outline: none;
}

.contact-form textarea {
    resize: vertical;
}

/* Newsletter */
.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-form input {
    width: 100%;
    padding: 15px 60px 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form .button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.newsletter-form .sub-btn {
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.newsletter-form .sub-btn:hover {
    background: var(--white);
    color: var(--primary);
}

/* Map Section */
.map-section {
    padding: 0;
    margin: 0;
}

.map-section .map-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map-section .map-container object {
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .map-section .map-container {
        height: 350px;
    }
}

/* Scroll to Top */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(48, 86, 211, 0.3);
}

.scroll-top.active {
    display: flex;
}

.scroll-top:hover {
    background: var(--dark);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(48, 86, 211, 0.4);
}

.scroll-top i {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .scroll-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
    
    .scroll-top i {
        font-size: 18px;
    }
}

/* Form Styles */
.form-group {
    margin-bottom: 25px;
}

.form-control {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 15px;
    color: var(--grey);
    transition: all 0.3s;
    background: var(--white);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(48, 86, 211, 0.1);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.form-control::placeholder {
    color: #999;
}

/* Utility Classes */
.bg-light {
    background-color: var(--light) !important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .section-title-five {
        padding-bottom: 40px;
    }
    
    .section-title-five h2 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .header-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .services-eight .single-services {
        padding: 35px 25px;
    }
    
    .pricing-fourteen .pricing-style-fourteen {
        padding: 35px 25px;
    }
    
    .about-five-content h2.main-title {
        font-size: 30px;
        line-height: 40px;
    }
}
