/* Section-03 */
.equal-section {
  padding: 40px 0;
}

.uk-voip-03
{
  background-color: var(--light-section-color);
}

.uk-voip-03 .cta-section {
  text-align: center;
  padding: 40px 30px;
  background: var(--dark-blue-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}

.uk-voip-03 .cta-section h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.uk-voip-03 .cta-section p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
  font-weight: 300;
  color: #fff;
}

.uk-voip-03 .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: white;
  color: var(--dark-blue-color);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid white;
}

.uk-voip-03 .cta-button:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .uk-voip-03 .cta-section {
    padding: 40px 25px;
  }

  .uk-voip-03 .cta-section h2 {
    font-size: 1.8rem;
  }
}
/* Section-03 */

/* Section-04 */

.uk-voip-04 {
  margin-bottom: 80px;
}

.package-global-wrapper .vo-package-equivalent-price .equivalent-text
{
  font-size: 11px;
}

.uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one {
  padding: 30px 15px 50px 15px;
}

.uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .pricing-header-start {
  margin-bottom: 15px;
}

.uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .package-title {
  margin: 10px 0;
}

.uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .pre-title-2 {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  width: 100%;
  align-items: baseline;
  text-align: left;
}

.package-global-wrapper
  .vo-pricing-wrapper-one
  .pricing-header-start
  .package-title {
  font-size: 28px;
}

.uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .pre-title-2 i {
  color: var(--light-green-color);
  margin-right: 10px;
}
/* Section-04 */

/* Table CSS */

#callcharges .thead-dark th {
  vertical-align: middle;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 2;
}

#callcharges td {
  text-align: center;
}

#callcharges .table-wrap {
  height: 500px;
}

#callcharges .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  box-shadow: 1px 6px 9px 0px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 768px) {
  #callcharges .thead-dark th {
    width: 35%;
    font-size: 11px;
    line-height: 15px;
  }

  #callcharges td {
    text-align: center;
    font-size: 13px;
  }
}

/* Section 05 */

.uk-voip-05 {
  background-color: var(--light-section-color);
  padding: 40px 0;
}

.uk-voip-05 .content-02 h3 {
  margin: 30px 0;
}

.uk-voip-05 .content-02 ul li {
  line-height: 40px;
}

.uk-voip-05 .content-02 ul li i {
  margin-right: 10px;
  color: #28a745;
}

.uk-voip-05 .content-02 .theme-button {
  margin-top: 25px;
  display: inline-block;
}
/* Section 05 */

/* VOIP Services */
.uk-voip-services {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.uk-voip-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.uk-voip-pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.uk-voip-pricing-card:hover {
  border-color: var(--dark-blue-color);
  box-shadow: 0 20px 40px rgba(32, 40, 45, 0.1);
  transform: translateY(-4px);
}

.uk-voip-pricing-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.uk-voip-pricing-badge-free {
  background: #e8f5e9;
  color: #2e7d32;
}

.uk-voip-pricing-badge-paid {
  background: var(--dark-blue-color);
  color: #ffffff;
}

.uk-voip-pricing-card-title {
  font-size: 23px;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.uk-voip-pricing-card-description {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px;
  min-height: 50px;
}

.uk-voip-pricing-price {
  font-size: 42px;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.uk-voip-pricing-price-unit {
  font-size: 16px;
  color: #999;
  font-weight: 500;
  margin-left: 8px;
}

.uk-voip-btn {
  width: 100%;
  display: block;
  text-align: center;
}

@media (max-width: 992px) {
  .global-hero-section {
    padding-bottom: 40px;
  }

  .uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .pre-title-2 {
    justify-content: start;
  }
  .uk-voip-04 .vo-packages-table .vo-pricing-wrapper-one .pre-title-2 i {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .uk-voip-pricing-price {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .package-global-wrapper .vo-main-wrapper-here {
    padding-top: 0;
  }
}

.uk-voip-pricing-tag {
  display: inline-block;
  padding: 8px 16px;
  background: #f0f4f7;
  color: var(--dark-blue-color);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
}
/* VOIP Services */

/* Form CSS */

.payment-frequency {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-checkbox-content {
  display: flex;
  align-items: baseline;
}

.form-checkbox-content input {
  width: 4%;
  margin-right: 4px;
}

.radio-pricing-heading p,
.yearly-price-red-head p {
  font-size: 20px;
  text-align: center;
  margin-top: 21px;
  font-weight: 600;
}

.yearly-price-red-head p {
  color: red;
}

.extra-info-pkg p {
  margin-bottom: 5px;
  font-size: 16px;
}

/* Media Query */

@media (max-width: 1400px) {
.hidden1500
{
  display: none;
}

}
@media (max-width: 1200px) {
  .uk-voip-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
.uk-voip-pricing-card-title
{

  font-size: 21px;
} 
.uk-voip-btn
{
  padding: 12px 0;
}
}

@media (max-width: 768px) {
  .uk-voip-pricing-grid {
    grid-template-columns: 1fr;
  }
  .uk-voip-05 .content-01 h3,
  .uk-voip-05 .content-02 h3
  {
    text-align: left;
  }

  .uk-voip-05 .content-02 ul li
  {
    line-height: 30px;
  }
}