/*basic css*/
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none
}

.w-33 {
    width: 33.33%;
}

body {
    overflow-x: hidden;
    font-family: "Hind Vadodara", sans-serif;
    padding-top: 77.13px;
}

.container {
    max-width: 1400px !important;
}

/*basic css*/
.header-logo-image {
    width: 200px;
}

#header .menubar {
    border-bottom: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #08d0ff;
}

.whitebtn-head {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}

.whitebtn-head:hover {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #c1c1c1;
}

.colorbtn-head {
    background-color: #08d0ff;
    border: 1px solid #08d0ff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.colorbtn-head:hover,
.colorbtn-head:active {
    background-color: #08d0ff !important;
    border: 1px solid #08d0ff !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    margin-left: 5px;
    transform: translateY(-3px) scale(0.997);
}

#banner {
    padding: 85px 0;
}

.bannerimage {
    border-radius: 20px;
}

#banner h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
}

#banner h1 span {
    display: block;
    color: #08d0ff;
}

#banner h6 {
    font-size: 18px;
    color: #555;
    margin: 15px 0;
    line-height: 1.7;
}

.features-card {
    text-align: left;
    margin-bottom: 10px;
    color: #08d0ff;
}

.features-card h5 {
    font-size: 28px !important;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.features-card small {
    text-align: center;
    display: block;
}

.banftr-row {
    padding: 30px 120px 0 0;
}

.green {
    color: hsl(139 71% 45% / 1) !important;
}

.banner-buttons {
    padding-top: 30px;
}

.banner-buttons .btn {
    font-weight: 400;
    margin-left: 0;
    font-size: 16px !important;
    padding: 10px 20px;
}

.banner-buttons .btn i {
    font-size: 12px;
    margin-left: 7px;
}

.banner-content {
    padding-right: 10px;
}

.banner-img {
    padding-left: 10px;
}

.addi-feature {
    margin-top: 30px;
}

.addi-feature li {
    display: inline-block;
    padding-right: 40px;
}

.addi-feature li span {
    display: flex;
    align-items: center;
}

.addi-feature li span i {
    padding-right: 10px;
    color: #08d0ff;
}

#service {
    padding: 85px 0;
    background-color: #fafafa;
}

.section-head {
    text-align: center;
}

.section-head h2 {
    font-size: 36px;
    font-weight: 700;
}

.section-head h2 span {
    color: #08d0ff;
}

.section-head p {
    font-size: 18px;
    color: #555;
    margin: 15px 0;
    line-height: 1.7;
}

/* services */
.feature-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
    padding: 50px;
    background: #fff;
    min-height: 255px;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 40px;
    color: #08d0ff;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 24px;
}

.feature-card p {
    font-size: 15px;
    color: #555;
}

/* services */
.services {
    padding-top: 60px;
}

.fc-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.fc-icon i {
    font-size: 20px;
    color: #08d0ff;
}

/* addi featire */

.feature-section {
    background: #fff;
    border-radius: 16px;
    padding: 50px 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.feature-box {
    text-align: center;
    padding: 20px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #08d0ff;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 15px;
    box-shadow: 0 6px 14px rgba(6, 182, 212, 0.35);
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-box p {
    color: #555;
    font-size: 15px;
}

/* addi featire */
.add-feature {
    margin-top: 30px;
}

#pricing {
    padding: 85px 0;
}

/* price */
.pricing-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.most-popular {
    border: 2px solid #00c4ff;
    position: relative;
}

.badge-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #00c4ff;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.price {
    font-size: 2rem;
    font-weight: 700;
}

/* price */
.prices {
    padding: 60px 120px 0 120px;
}
.list-unstyled{
    margin-bottom: 0 !important;
}
.list-unstyled li{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.list-unstyled li i{
    margin-right: 10px;
    color: #08d0ff;
}
.price-inact-btn{
    color: #000;
    border: 1px solid #ddd;
}
.price-inact-btn:hover{
    background-color: #08d0ff;
    border: 1px solid #08d0ff;
}
.price-act-btn{
    background-color: #08d0ff;
    border: 1px solid #08d0ff;
}
.price-act-btn i{
    font-size: 14px;
    margin-left: 5px;
}
.price-act-btn:hover{
    background-color: #08d0ff;
    border: 1px solid #08d0ff;
}
#contact{
      padding: 85px 0;
    background-color: #fafafa;
}
/* contact  */
 .info-box {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }
    .info-box i {
      font-size: 18px;
      color: #00c3ff;
    }
    .quick-actions .btn {
      border-radius: 8px;
      padding: 10px 20px;
      font-weight: 500;
      border: 1px solid #08d0ff;
    }
    .send-message {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .send-message .btn {
      background: #00c3ff;
      color: #fff;
      border-radius: 8px;
      font-weight: 500;
    }
    .why-choose {
      background: #e8f9f9;
      border-radius: 10px;
      padding: 20px;
      margin-top: 20px;
    }
    .why-choose h5 {
      color: #00c3ff;
      font-weight: 600;
    }


/* contact  */
.contactbox{
    padding-top: 60px;
}
.callbox button{
display: flex;
align-items: center;
}
.callbox button i{
    margin-right: 10px;
}
.phonecall-btn:hover{
    background-color: #08d0ff;
    border: 1px solid #08d0ff;
}
.phonecall-btn:hover i{
    color: #fff;
}
.info-box a{
    color: #222;
}

/* footer css  */
 .footer {
      background: #fff;
      padding: 50px 0 20px 0;
      font-size: 15px;
      color: #333;
      border-top: 1px solid #d1d1d1;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .footer a {
      color: #333;
      text-decoration: none;
    }
    .footer a:hover {
      color: #00c3ff;
    }
    .footer .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background: #f5f5f5;
      border-radius: 8px;
      text-align: center;
      line-height: 40px;
      margin-right: 8px;
      color: #333;
      font-size: 18px;
    }
    .footer .social-icons a:hover {
      background: #00c3ff;
      color: #fff;
    }
    .footer .subscribe input {
      border-radius: 6px;
      border: 1px solid #ddd;
      padding: 8px 12px;
      flex: 1;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .footer .subscribe button {
      border-radius: 6px;
      background: #00c3ff;
      color: #fff;
      border: none;
      padding: 8px 16px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .footer .footer-bottom {
      border-top: 1px solid #d1d1d1;
      padding-top: 15px;
      font-size: 14px;
      color: #666;
    }


/* footer css  */
.footerlogo{
    width: 200px;
}