.header-style-four .header-lower{
    padding: 0px 15px 0;
}
.main-header .logo img {
    max-width: 100%;
    height: auto;
    width: 95px;
}
@media only screen and (max-width: 1366px) {
    .header-style-four .header-lower .main-box .nav-outer .nav .navigation li {
        margin-right: 40px;
    }
}
.header-style-four .main-menu .navigation > li > a {
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: system-ui;
}
.header-style-four .main-box .nav-outer {
    margin-left: 150px;
}
.banner-section-four{
    margin-top: -120px;
}
@media only screen and (max-width: 576px) {
    .header-style-four.main-header .header-lower {
        margin-top: 0px;
    }
}
.mobile-menu .nav-logo img {
    max-height: 90px;
}
.header-style-four .sticky-header.fixed-header{
    display: none;
}
.banner-section-four::before{
    width: 950px;
}
.plans-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.plan-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 320px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.plan-card:hover {
    transform: translateY(-5px);
}
.plan-header {
    background-color: #1e40af;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
}
.plan-header h2 {
    margin: 0;
    font-size: 22px;
}
.plan-header h1 {
    margin: 10px 0;
    font-size: 40px;
}
.plan-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}
.plan-body {
    padding: 20px;
}
.plan-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.plan-body ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.plan-body h4 {
    margin-top: 15px;
    font-size: 16px;
    color: #1e40af;
}
.subscriptions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.subscriptions img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: contain;
    background-color: #f1f1f1;
    padding: 5px;
}
.plan-footer {
    background-color: #f1f5f9;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #1e40af;
}
.plan-header {
    background-color: wheat;
}
.plan-footer {
    background-color: wheat;
}
.services-section-three {
    position: relative;
    padding: 120px 0 100px;
}
.about-section-four, .services-section-three{
    padding: 50px 0 100px;
}
.footer-v2 .widgets-sections {
    padding: 50px 0;
}
.header-style-four .outer-box .header-btn{
    z-index: 9999;
}
.header-style-four .header-lower {
    background: white;
}
.page-title{
    min-height: 350px;
}
.sec-title-v4 h2{
    font-size: 40px;
}
.main-menu .navigation > li.dropdown:hover > ul{
    margin-top: 25px;
}
.main-menu .navigation > li > ul{
    width: 300px;
}