.custom-conversational-platform {
  padding: 60px 40px;
  text-align: center;
}
.custom-conversational-platform .page-center{
  max-width: 1210px !important;
}
.custom-conversational-platform h2 {
  font-size: 54.11px;
  font-family: GothamHTF-Bold;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
}
.content-wrapper {
  align-items: center;
  display: flex;
  max-width: 1180px;
  background: #fff;
  border-radius: 32px;
}
.custom-conversational-platform .subtitle {
  font-size: 23px !important;
  color: #000;
  margin: 0 0 45px;
}

.left-content {
  flex: 1;
  max-width: 764px;
  padding: 50px 75px 97px 35px;
  text-align: left;
  position:relative;
}
.left-content img.rec-icon {
    position: absolute;
    right: -49px;
    top: 43%;
}
.left-content h4 {
  color: #323548;
  font-size: 42px;
  margin-bottom: 30px;
  max-width: 454px;
  line-height: 1.2;
  font-weight: 400;
}
.left-content p {
  font-size: 20px !important;
  color: #323548;
  line-height: 1.29;
  margin: 0 0 30px;
}
.left-content .subtitle {
  color: #6c6c6c;
  margin-top: 5px;
  margin-bottom: 15px;
}

.left-content h5 {
  font-size: 18px;
  color: #3e3e3e;
  margin-bottom: 15px;
}

.left-content .btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 34px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 21px;
  min-width: 275px;
  text-align: center;
  margin-bottom: 44px;
}

.features h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #323548;
}

.features ul {
  list-style: none;
  margin: 8px 0 44px;
  padding: 0;
}

.features li {
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  font-size: 20px;
  color: #323548;
  font-family: "GothamHTF-Book";
}

.features li:before {
  color: #000;
  content: "›";
  left: 0;
  position: absolute;
  font-size: 27px;
  top: -7px;
}
.price-text {
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}
/* .left-content .btn:hover {
    background-color: #111;
    color: #fff;
} */
p.price-text {
  color: #000;
  font-size: 20px;
  max-width: 515px;
    font-weight: 400;
  margin: 0;
}
.right-image {
  flex: 1;
  text-align: right;
  max-width: 416px;
}

.right-image img {
  /* border-radius: 10px; */
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.submitted-message {
    color: #000;
    font-family: "GothamHTF-Book";
    text-align: center;
    font-size: 25px;
}
/* Responsive */
@media (max-width: 1280px) {
  .left-content h4 {    
    font-size: 38px;
    margin-bottom: 20px;
}
  .left-content p {
    font-size: 20px !important;
    margin: 0 0 20px;
}
  .left-content .btn {    
    margin-bottom: 35px;
  }
.features li {
    
    font-size: 20px;

}
  .features ul {
    list-style: none;
    margin: 8px 0 35px;
    padding: 0;
}
}
@media(max-width: 1120px){
  .left-content {
    padding: 20px 30px 30px 30px;    
}
  
}

}


/*--Add-on Section--*/

.custom-addons-section {
  padding: 60px 20px;
}
.addon-content p {
    font-size: 20px !important;
}
.addons-heading {
  text-align: center; 
}

.addons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.addon-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;

  max-width: 569px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.addon-image img {
  width: 100%;
  height: 326px;
  object-fit: cover;
}

.addon-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 58px 36px 90px;
}
.title-img img {
  max-width: max-content;  
}

.addon-content h3 {
  font-size: 1.25rem;
  color: #111;
}

.addon-content {
  color: #323548;
  font-size: 20px;
}
.addon-content .btn {
  display: inline-block;
  width: fit-content;
  background:none;
  border: 2px solid #323548;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #323548;
  font-weight: 500;
  transition: 0.3s;
  padding: 11px 40px;
  margin: 10px 0;
}

/* .addon-content .btn:hover {
  background-color: #111;
  color: #fff;
} */

.addon-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.addon-content ul li {
  position: relative;
  font-family: "GothamHTF-Book";
  font-weight: 400;
  line-height: 1.2;
  padding-left: 20px;
  margin-bottom: 16px;
}
.addon-content ul li:last-child {
  margin-bottom: 0px;
}

.addon-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.addon-content .pricing-note {
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .addons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .addon-card {
    max-width: 100%;
  }
}

/*-- Service Cards---*/
.custom-service-levels {
  padding: 65px 0px 145px;
}

.service-heading {
  font-family: "GothamHTF-Medium";
  font-size: 36px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 55px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.service-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 0px 33px 60px;
  flex: 1 1 365px;
  max-width: 365px;
  position: relative;
  overflow: visible;
}
.service-card img {
  margin-top: -14px;
  margin-bottom:40px;
}

.service-card p {
  font-size: 20px !important;
  color: #000000;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column;
  }
  .right-image {
    display: none;
  }
  .service-cards {
    gap: 68px;
  }
  .service-card {
    flex: 1 1 45%;
    max-width: 100%;
  }
  .left-content img.rec-icon {
    display: none;
}
  .custom-conversational-platform {
    padding: 60px 0px;
}
}

@media (max-width: 768px) {
  .service-cards {
    flex-direction: column;
    align-items: center;
  }
  .service-card {
    width: 100%;
    max-width: 400px;
  }
  .custom-conversational-platform h2 {    
    font-size: 36px;
    margin-bottom: 30px;
}
  .custom-conversational-platform .subtitle {
    margin: 0 0 70px;
}
  .custom-conversational-platform h3 {
    font-size: 24px;
    line-height: 1.1;
}
.left-content {
    padding: 54px 32px;
    }
  .left-content h4 {   
    font-size: 32px;
}
  .left-content p {    
    font-size: 20px !important;
}
  .left-content .btn {    
    margin-bottom: 35px;  
}
  .addons-heading {
    font-size: 24px;
    margin-bottom: 35px;
}
  .addon-content p {
    font-size: 20px !important;
    line-height: 1.2;
}
  .title-img img {
    max-width: 100%;
}
  .service-heading {    
    font-size: 24px;
}
}

