html,body {
    font-family: "Rubik", sans-serif;
}

/* color css */
.bgd-dark {
    background-color: #091E3E !important;
}

.main-primary {
    color: #06a3da !important;
}

.bg-color {
    background-color: #06a3da;
}

.bg-light-color {
    background-color: #ddf4fd;
}

/* header-css */
a {
    text-decoration: none;
    color: white;
}

.social-links i {
    font-size: 0.80rem;
}

.social-links i:hover {
    background-color: white;
    color: black !important;
}

.main-sec {
    overflow: visible;
}

/* navbar-css */
.navbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease, position 0.3s ease;
    margin-top: 44px;
    font-size: 18px;
}

.navbar.scrolled {
    position: fixed;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1020;
    margin-top: 0;
}

.navbar.scrolled .navbar-nav .nav-link{
    color: #000;
}
.navbar.scrolled .navbar-nav .nav-link:hover{
    color: #06a3da;
}
.navbar.scrolled .navbar-nav .nav-link .dropbtn {
    color: #000;
}
.navbar.scrolled .navbar-nav .nav-link .dropbtn:hover {
    color: #06a3da;
}
.navbar-toggler {
    box-shadow: none;
    border: 1px solid #06a3da;
}

.nav-link:focus,
.nav-link:hover {
    color: #06a3da;
}

.navbar-toggler,
i {
    margin-right: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;  
    transition: .5s;
}

.nav-link:hover {
    border: none;
    border-bottom: 2px solid #06a3da;
    color: #06A3DA;
}

.nav-item .active {
    border-bottom: 2px solid#06a3da;
}

.nav-link {
    color: white;
}
.nav-item .dropdown .dropbtn:hover{
    border: none;
    color: #06A3DA;
}
.dropbtn {
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: white;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropdown-content {display: block;}
  
/* hero-section */
.c-item {
    height: 670px;
}

.c-img {
    object-fit: cover;
}

.caro-para {
    font-size: 1.25rem;
    font-weight: 600;
}

.carousel-caption {
    top: -50px !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
    padding-top: 9.25rem !important;
}

.btn-primary {
    color: #000;
    background-color: #06A3DA;
    border-color: #06A3DA;
}

/* service-section */
.service-card {
    background-color: #f0f8ff;
    border-radius: 8px;
    transition: transform 0.2s;
}

.para-serv {
    text-align: justify;
    font-size: 0.9rem;
    /* color: #6c757d; */
}

.service-card:hover {
    transform: scale(1.05);
}

.icon {
    font-size: 2rem;
}

.text-primary {
    color: #06a3da !important;
}

.service-icon {
    margin-bottom: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transform: rotate(-45deg);
    background-color: #06a3da;
    margin-left: 40%;
}

.service-icon i {
    transform: rotate(45deg);
}

/* .why-choose-us-section */
.why-choose-us h6 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.why-choose-us h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.feature-box h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
}

.choose-us {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #06a3da;
}

/* about */
.line {
    width: 20%;
}

.line-dec {
    width: 150px;
    height: 4px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.line-block {
    width: 60px;
    height: 3px;
    margin-bottom: 20px;
}

/* .vm-img{
    width: 80%;
} */

/* testimonial */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #EEF9FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-right: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-next {
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 30px #DDDDDD;
}

.swiper-pagination {
    margin-top: 80px;
    position: relative;
}

.swiper-pagination-bullet {
    border-radius: 15%;
    height: 15px;
    width: 15px;
    background-color: #DDDDDD;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #06A3DA;
}

.client-img {
    height: 60px;
    width: 60px;
}

.para p {
    font-size: 16px;
}

.para-content {
    font-size: 12px;
    font-weight: 600;
}

/* footer */
.footer-list,
i {
    margin-right: 0.5rem;
}

.form-control {
    padding: 12px 30px;
}

.foot-head {
    font-size: 1.50rem;
}

.list-unstyled,
.foot-head {
    padding-left: 30px;
}

.form-select {
    padding: 12px 30px;
    color: #737678;
}

.line-foot {
    width: 60px;
    height: 4px;
    margin-bottom: 20px;
    margin-left: 30px;
}

a:hover {
    color: #06A3DA;
}

/* About-us-start */
.banner-section {
    background-image: url('/images/business-people-meeting.webp');
    background-size: cover;
    background-position: center;
    height: 180px;
    position: relative;
}

.banner-overlay {
    background: rgba(9, 30, 62, .7);
    height: 100%;
    width: 100%;
}

.left-content,
.right-content {
    background-color: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 8px;
}

.right-content {
    z-index: 9;
}

.left-content {
    background: none;
    color: #ffffff;
    padding-top: 8%;
    font-size: 1rem;
    z-index: 1;
}

.left-content h1 {
    font-size: 2.2rem;
    font-weight: bold;
}

.feature {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.feature li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feature li i {
    color: #06a3da;
    margin-right: 8px;
}

.form-label {
    font-weight: bold;
}

.btn-primary {
    background-color: #06a3da;
    border: none;
}

.btn-primary:hover {
    background-color: #06a3da;
}

.form-text {
    font-size: 0.9rem;
    color: #888;
}

.seo-services .service-item {
    border: 1px solid #f3d7ff;
    border-radius: 23px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .4s;
    justify-content: center !important;
    display: block;
}

/* feetured */
.features {
    background: #EEF9FF;
}

.features .info-table {
    border-radius: 10px;
}

.features .info-table ul li {
    display: block;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.features .info-table ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.features .info-table ul li img {
    float: left;
    margin-right: 25px;
}

.features .info-table ul li h4 {
    font-size: 22px;
    font-weight: 600;
}

.features .info-table ul li h4 span {
    font-size: 15px;
    color: #aaa;
    font-weight: 400;
}

.expert {
    margin-top: 9%;
}

/* accordian */
.accordion-button:not(.collapsed) {
    color: #06A3DA;
}

/* SEO-Audit */
.img-audit {
    border-radius: 10%;
}

.seo-audit {
    background-image: linear-gradient(15deg, #002358 0%, #06A3DA 100%) !important;
    border-radius: 2%;
}

/* pricing */
.pricing .pricing-item {
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--background-color);
    padding: 25px 40px;
    height: 100%;
    border-radius: 5px;
}

.pricing ul {
    padding: 20px 0;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
}

.pricing-icon {
    font-size: 60px;
}

.card {
    padding: 0;
}

.category-badge {
    background-color: #06a3da;
    color: #fff;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
    position: absolute;
    top: 2rem;
}

.list-group-item.active {
    background-color: #ccf1ff;
    color: #000;
}

.list-group-item {
    background-color: #ccf1ff;
    color: #000;
}

.list-group-item:hover {
    background-color: #ddf4fd;
    color: #000000;
}

.list-group-item {
    border: none;
}

.recent-post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

.tag-cloud a {
    display: inline-block;
    margin: 5px 5px;
    padding: 6px 13px;
    background-color: #ccf1ff;
    font-size: 14px;
    color: #333;
}

.page-item.active .page-link {
    background-color: #06a3da !important;
}

.recent-para {
    margin-top: -12px;
}

/* pricing css */

.pricing-table {
    background-color: #f5fafd;
    border-radius: 8px;
}

.pricing-table .plan {
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #eef7fd;
    text-align: center;
}

.pricing-table .plan.highlight {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.plan-title {
    color: #007bff;
    font-size: 24px;
    font-weight: 700;
}

.plan-price {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.plan-feature {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.plan-feature .text-muted {
    color: #c0c0c0;
}

.btn-order {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-order:hover {
    background-color: #0056b3;
}

.pricing-tables {
    box-shadow: 0 0 30px #DDDDDD;
}

/* responsive */
@media only screen and (max-width: 769px) {
    .navbar {
        margin-top: 0;
        background-color: white;
    }

    .c-item {
        height: 500px !important;
    }

    .carousel-caption {
        margin-top: 0 !important;
    }

    .navbar,
    .nav-link {
        color: #000 !important;
    }

    .nav-item .active {
        border-bottom: none !important;
        color: #06A3DA !important;
    }

    .navbar-nav {
        gap: 0 !important;
    }
    .dropbtn{
        color: #000;
        margin-left: -7px;
    }

    .caro-para,
    .last-footer {
        font-size: 12px !important;
    }

    .text-content {
        margin-top: 100px !important;
    }

    .img-audit {
        margin-right: 0 !important;
    }

    .card {
        width: 100% !important;
    }

    .why-choose-us h2 {
        font-size: 27px;
    }

    .left-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .quick-links {
        padding: 0;
    }

    .about-win {
        font-size: 17px !important;
    }

    iframe {
        width: 250px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        margin-top: 90px !important;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .nav-link:hover {
        border-bottom: none;
    }
}