body{
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
}
.hero-section {
    padding: 4rem 0;
    background-color: #e5e6e77d;
}

.hero-title {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-text {
        color: #000000;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.6;
}

.btn-call {
    background-color: #FFFFFF00;
    font-family: "Greenads DMSans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    fill: #25D366;
    color: #25D366;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #25D366;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 15px 12px 15px;
}

.btn-book {
    background-color: #FFFFFF00;
    font-family: "Greenads DMSans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    fill: #0477A9;
    color: #0477A9;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0477A9;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 15px 12px 15px;
}


.why_section {
    padding: 80px 0;
    padding-top: 35px;
}

.why_section h2 {
    color: #0477A9;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.why_section p {
    font-size: 18px;
    font-weight: 400;
        color: #000000;
    line-height: 30px;

}

/*.home-demo .item {
    background: #ff3f4d;
}*/
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.rcm-section {
    padding: 80px 0;
    background-color: #e5e6e77d;
}

.rcm-heading {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    text-align: center;
    
    margin: 0 auto 60px;
    line-height: 1.3;
}

.feature-card {
    background-color: #f0f7f0;
    border-radius: 20px;
    padding: 30px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-title {
    font-size: 1.25rem;
    color: #2d1f3f;
    margin-bottom: 30px;
    text-align: center;
}

.feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

button.owl-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    background: linear-gradient(112deg, #db2b69 0%, #b72d7a 55%, #742f83 100%) !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
}

button.owl-prev span {
    font-size: 60px;
    color: #fff;
    position: relative;
    bottom: 7px;


}

button.owl-next {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    background: linear-gradient(112deg, #db2b69 0%, #b72d7a 55%, #742f83 100%) !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;

}

button.owl-next span {
    font-size: 60px;
    color: #fff;
    position: relative;
    bottom: 7px;

}
.accordion-button {
      padding: 1rem 1.25rem;
      font-size: 1rem;
      color: #212529;
      background-color: #fff;
      border: 0;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .accordion-button:not(.collapsed) {
      color: #0c63e4;
      background-color: #e7f1ff;
    }

    .accordion-button::after {
      display: none;
    }

    #featureImage {
      transition: opacity 0.3s ease-in-out;
    }
    button.accordion-button.bg-transparent {
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .accordion-button.bg-transparent.active .right_column_img{
     display: none;
   }
   .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}
button.accordion-button.bg-transparent.active {
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
button.accordion-button.bg-transparent span {
    color: #dd285e !important;
    background: linear-gradient(100deg, #dd285e 5%, #793c8c 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.messaging_capabilities {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
                background-color: #e5e6e77d;
        }

        .section-title {
            color: #2D1441;
            font-size: 2.5rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 60px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .phone-container {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
        }

        .curved-line {
            position: absolute;
            left: -50px;
            top: 50%;
            width: 200px;
            height: 400px;
            border: 2px solid #90EE90;
            border-right: none;
            border-radius: 200px 0 0 200px;
            z-index: -1;
        }

        .phone-mockup {
            width: 100%;
            height: auto;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-radius: 20px;
        }

        .promotional-tag {
            margin-bottom: 2rem;
            color: #000;
            font-size: 24px;
            font-weight: 700;
        }

        .content-text {
            line-height: 1.5;
            font-size: 18px;
                color: #000000;
            font-weight: 400;
        }

        .instances-text {
            margin-top: 1.5rem;
            color: #555;
        }

        /* Custom styles */
        .rcs_faqs{
             margin-bottom: 170px; 
        }
.worldwide_industries {
  background-color: #ffffff;

}

.worldwide_industries h2 {
      margin: 0 auto 0px;
}

.worldwide_industries h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.bg-dangerss {
    --bs-bg-opacity: 1;
    background-color: #0477A9;
}
.text-mutedss {
    font-size: 16px;
    color: #23291fcc;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}


.chat-us-btn a {
    margin-left: 10px;
    height: auto !important;
}
.rem-calendly-btn {
    padding: 0px !important;
    margin: 0;
    background-color: transparent !important;
    border: 0px !important;
}

.faq-title {
            color: #1a237e;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 2rem;
        }
        
        .accordion-button {
            font-weight: 500;
            color: #000;
            background-color: #fff;
            border: none;
            padding: 1.5rem 1.25rem;
        }
        
        .accordion-button:not(.collapsed) {
            color: #000;
            background-color: #fff3ef;
            box-shadow: none;
        }
        
        .accordion-item {
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 8px !important;
            margin-bottom: 1rem;
        }
        
        .accordion-body {
            padding: 1.5rem !important;
            color: #424242;
            
        }
       
        .text-highlight {
            font-weight: 500;
        }
        button.accordion-button {
    font-size: 22px !important;
}
.accordion-button-faq:not(.collapsed)::after {
    background-image: url("https://cdn.getitsms.com/images/rcm-messaging%20/angle_down_arrow.svg") !important;
}
.accordion-button-faq:not(.collapsed) {
    color: #fff !important;
    background-color: #32a3c3 !important;
}
.accordion-button-faq::after {
    content: '';
    display: inline-block;
    margin-left: auto;
    transition: transform 0.2s ease;
    /*border: solid transparent;*/
    border-width: 0.4em 0.4em 0 0.4em;
    border-top-color: #000; /* Arrow color */
}

.accordion-button-faq:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}
ul.clients-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.accordion-body p{
    line-height: 24px;
    color: #000000;
   
}
.worldwide_industries_box{
    box-shadow: -2px 1px 1px 0px #D8DAF0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 30px 30px 30px 30px;
    padding: 25px 10px 10px 10px;
        text-align: center;
        height:400px;
}
.footer-back {
    padding-top: 14rem !important;
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    /*.btn-group {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: 1rem;*/
    /*}*/

    .btn-call,
    .btn-book {
        /*width: 100%;*/
        margin: 10px;
    }
        .rcm-heading {
        font-size: 25px;
        padding: 0 0px;
        margin: 0 auto 0px;
    }
    .worldwide_industries {
    margin-bottom: 0px;
}
.rcs_faqs{
             margin-bottom: 0px; 
        }
.hero-section {
    padding: 1rem 0;
}

    .feature-card {
        margin-bottom: 30px;
    }
    .section-title {
                font-size: 2rem;
                padding: 0 20px;
            }
            
            .curved-line {
                display: none;
            }
            
            .content-container {
                margin-top: 40px;
                text-align: center;
            }
            .worldwide_industries h2 {
    font-size: 2rem;
  }
  
  .worldwide_industries h3 {
    font-size: 1.25rem;
  }
  .column-reverse{
    flex-direction: column-reverse;
  }
}


@media (max-width: 991px) {
  .worldwide_industries {
    background-color: #ffffff;
    margin-bottom: 0px;
}  
.footer-back {
    background: #1E282D;
    border-bottom: 1px solid #c1ced5;
    padding-top: 17rem !important;
}
}


/* priya-css--*/

.top-images{
    display:none;
}

@media (min-width: 768px) {
  .top-images {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .right-images {
    display: block !important;
  }
}

/* Hide the right image on mobile */
@media (max-width: 767px) {
  .right-images {
    display: none !important;
  }
}
.faq-item {
    background: #f2f3f3;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px!important;
    color: #000;
    line-height: 1.75;
}

.faq-item:hover {
    background: #0477a9;
    color: #fff;
}

/* Answer Box */
.faq-answer {
    background: #fff;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    border-left: 5px solid #d1327c;
    color: #000000;
    line-height: 1.75!important;
}
.why-rcs{
    margin:0 auto 28px!important;
}
.leads {
    font-size: 18px;
    font-weight: 400;
        color: #000000;
    line-height: 30px;
    text-align:center;

}

