@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Unbounded:wght@200..900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,ul,ol,li{
font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

.bredcrumb , .bredcrumbp{
    font-size: 16px;
    line-height: 24px;
  
}
.bredcrumb{
  font-weight:800;
}
.robo_img>img{
    max-width: 460px;
    max-height: 400px;
    border-radius: 10px;
}
.dialer > p:nth-of-type(1){
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
}
.dialer > p:nth-of-type(2){
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 44px;
}
.dialer>a{
    background-color: #02033C;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 25px;
    cursor: pointer;  /* Add pointer cursor */
    transition: all 0.3s;  /* Smooth hover effect */
    text-decoration: none;
}
.dialer > button:hover {
    opacity: 0.9;  /* Hover effect */
}
.what-is>h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.what-is > ul > p,.what-is > ul > li{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.what-is > ul > p{
    margin-top: 40px;
}
.what-is > ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.what-is > ul > li {
  position: relative;
  padding-left: 2em;
}

.what-is > ul > li::before {
  content: "•"; /* Custom bullet */
  position: absolute;
  left: 0.5em;
  color: #000; /* Bullet color */
}

.Agent-Controls>h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.Agent-Controls h3{
    font-size: 20px;
    font-weight: 600;
}
.Agent-Controls p{
    font-size: 18px;
    font-weight: 400;
}
.Agent-Controls img{
    max-width: 264px;
    max-height: 264px;
    border-radius: 10px;
}
.Agent-Controls .col-lg-4{
    position: relative;
}
.Agent-Controls svg{
    position: absolute;
    top: 150px;
    right: -20px;

}

.Key-Features > h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.Key-Features h3{
    font-size: 20px;
    font-weight: 600;
}
.Key-Features-top{
    margin-top: 180px;
}

.Best-For > h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.Best-For h3{
    font-size: 20px;
    font-weight: 600;
}
.Best-For img{
    max-width: 267px;
    max-height: 160px;
    border-radius: 10px;
}
.discover{
    margin-top: 100px;
}
.discover > p{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 50px;
}

.discover>a{
    background-color: #F3710E;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 25px;
    cursor: pointer;  /* Add pointer cursor */
    transition: all 0.3s;  /* Smooth hover effect */
    margin: 50px 0px;
    border: none;
    text-decoration: none;
}
.discover > button:hover {
    opacity: 0.9;  /* Hover effect */
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    /* Large tablets and small laptops */
    .dialer > p:nth-of-type(1) {
        font-size: 56px;
    }
    .dialer > p:nth-of-type(2) {
        font-size: 28px;
    }
    .dialer > button,
    .discover > a {
        font-size: 28px;
    }
    .discover > p {
        font-size: 36px;
    }
    .costumer-support > p:nth-of-type(1) {
        font-size: 56px;
    }
    .costumer-support > p:nth-of-type(2) {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    /* Tablets */
    .robo_img > img {
        max-width: 100%;
        height: auto;
    }
    .dialer > button {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .Agent-Controls svg {
        display: none;
    }
    .Key-Features-top {
        margin-top: 0;
    }
        .service-description {
        margin-top: 30px;
    }
    .our-process .col-lg-4 {
        margin-bottom: 40px;
    }
    .your-business .col-lg-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    /* Small tablets and large phones */
    .bredcrumb, .bredcrumbp {
        font-size: 14px;
    }
    .dialer > p:nth-of-type(1) {
        font-size: 48px;
    }
    .dialer > p:nth-of-type(2) {
        font-size: 24px;
        margin-top: 30px;
    }
    .dialer > button,
    .discover > a {
        font-size: 24px;
        padding: 12px 24px;
    }
    .what-is > ul > p,
    .what-is > ul > li {
        font-size: 18px;
    }
    .discover > p {
        font-size: 32px;
    }
    .Agent-Controls .col-lg-4 {
        margin-bottom: 40px;
    }
    .Best-For .col-lg-3 {
        margin-bottom: 30px;
    }
        .costumer-support > p:nth-of-type(1) {
        font-size: 48px;
    }
    .costumer-support > p:nth-of-type(2) {
        font-size: 24px;
        margin-top: 30px;
    }
    .service-description {
        font-size: 18px;
    }
    .our-process > h2,
    .your-business > h2 {
        font-size: 28px;
    }
    .our-process h3,
    .your-business h3 {
        font-size: 18px;
    }
    .our-process p {
        font-size: 16px;
    }
        .costumer-support {
        text-align: center;
    }
    .robo_img {
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    /* Small phones */
    .dialer > p:nth-of-type(1) {
        font-size: 36px;
    }
    .dialer > p:nth-of-type(2) {
        font-size: 20px;
    }
    .dialer > button {
        margin-top: 40px;
        width: 100%;
    }
    .what-is > h2,
    .Agent-Controls > h2,
    .Key-Features > h2,
    .Best-For > h2 {
        font-size: 28px;
    }
    .discover > p {
        font-size: 24px;
    }
    .discover > a {
        font-size: 20px;
        width: 100%;
    }
    .Agent-Controls img,
    .Best-For img {
        max-width: 100%;
        height: auto;
    }
     .costumer-support > p:nth-of-type(1) {
        font-size: 36px;
    }
    .costumer-support > p:nth-of-type(2) {
        font-size: 20px;
    }
    .service-description {
        font-size: 16px;
        margin-top: 20px;
    }
    .our-process > h2,
    .your-business > h2 {
        font-size: 24px;
    }
    .our-process img {
        max-width: 140px;
        max-height: 140px;
    }
    .your-business img {
        max-width: 120px;
        max-height: 120px;
    }
}

/* General responsive improvements */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

img {
    max-width: 100%;
    height: auto;
}
.costumer-support {
    padding-top: 20px;
}
/* avatar-dailer end */

.service-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 50px;
}

.our-process img{
    max-width: 170px;
    max-height: 170px;
    border-radius: 10px;
}
.our-process > h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.our-process h3{
    font-size: 20px;
    font-weight: 600;
}
.our-process p{
    font-size: 18px;
    font-weight: 400;
}

.costumer-support > p:nth-of-type(1){
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
}
.costumer-support > p:nth-of-type(2){
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 44px;
}

.your-business > h2{
    font-size:32px;
    font-weight: 700;
    color: #000;
}
.your-business h3{
    font-size: 20px;
    font-weight: 600;
}
.your-business img{
    max-width: 150px;
    max-height: 150px;
    border-radius: 10px;
}

/* costumer-support end */

.issue-resolution h2{
    font-size: 32px;
    font-weight: 600;
}
.issue-resolution img {
    max-width: 267px;
    max-height: 267px;
    border-radius: 12px;
}
.issue-resolution p {
    font-size: 32px;
    font-weight: 500;
}

/* Responsive additions */
@media (max-width: 1199.98px) {
    .issue-resolution p {
        font-size: 28px;
    }
    .issue-resolution img {
        max-width: 240px;
        max-height: 240px;
    }
}

@media (max-width: 991.98px) {
    .issue-resolution p {
        font-size: 24px;
    }
    .issue-resolution img {
        max-width: 200px;
        max-height: 200px;
    }
}

@media (max-width: 767.98px) {
    .issue-resolution p {
        font-size: 20px;
        margin-top: 15px !important;
    }
    .issue-resolution img {
        max-width: 180px;
        max-height: 180px;
    }
    .issue-resolution .row {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 575.98px) {
    .issue-resolution p {
        font-size: 18px;
    }
    .issue-resolution img {
        max-width: 150px;
        max-height: 150px;
    }
}

/* Ensure proper spacing and alignment */
.issue-resolution .row {
    margin-left: 0;
    margin-right: 0;
}

.mt_class{
    margin-bottom: 120px;
}
/* section.html */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}