/**====================== 
COMMON CSS START 
=========================**/
section {
    padding: 90px 0;
}

/** TEXT & BACKGROUND CSS **/
.text-outline-white {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}

.bg-black {
    background-color: #101010;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #FCFCFC;
}

.text-black {
    color: #010205;
}

.text-white {
    color: #fff;
}

.text-grey {
    color:#8E8E93;
}

.text-red {
    color:#d32f2f;
}

.para-color {
    color: #434343;
}

.para-text {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}


/** RED BUTTON CSS **/
.red-bg-button {
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #EC2024;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
    padding: 13px 20px;
    transition: all 0.5s ease;
}

.red-bg-button:hover {
    transform:translateY(-5px);
    background: #EC2024;
    transition: all 0.5s ease;
    border-color:rgba(255, 255, 255, 0.40);
}

/** OUTLINE BUTTON CSS **/
.outline-button {
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #151515;
    padding: 13px 20px;
    transition: all 0.5s ease;
}

.outline-button:hover {
    transform:translateY(-5px);
    transition: all 0.5s ease;
        border-color: rgba(255, 255, 255, 0.40);
    background: #EC2024;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
}


/** HEADING CSS **/
.heading-box h2 {
    font-size: 30px;
}

.heading-box p {
    line-height: 30px;
}

/**====================== 
COMMON CSS FINISH 
=========================**/

/**====================== 
SIDEBAR HEADER CSS START 
=========================**/
.sidebar-box {
    background-color: #000;
    height: 100%;
    border-right: 0.5px solid #fffcfc1a;
    padding: 30px 30px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.schdule-call-button .btn-primary {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    background-color: #ec2226 !important;
    border: none;
}

.schdule-call-button .btn-primary span svg {
    margin-bottom: 2px;
}

.sidebar-sticky-box {
    position: sticky;
    top: 35px;
}

.sidebar-link-list-box {
    margin-top: 25px;
}

.sidebar-link-list-box ul.sidebar-link {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30px;
    list-style: none;
}

.sidebar-link-list-box ul.sidebar-link li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-link-list-box ul.sidebar-link li a svg {
    width: 18px;
    height: 18px;
}

/**====================== 
SIDEBAR HEADER CSS FINISH 
=========================**/

/******* ====================== HOME PAGE CSS START ====================== *******/


/**====================== 
BANNER SEC CSS START 
=========================**/

.home-banner-content h1 {
    font-size: 50px;
    line-height: 66px;
}

.home-banner-content p {
    margin-bottom: 20px;
    color: #ffffffd1;
    line-height: 32px;
}

.banner-action-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/**====================== 
BANNER SEC CSS FINISH 
=========================**/

/**====================== 
DEMO READY SEC CSS START 
=========================**/

.demo-card {
    border: 1px solid #e5e5ea;
    border-radius: 12px;
    padding: 35px 30px;
    transition: all 0.5s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
        height: 100%;
}

.demo-card:hover {
    transform: translateY(-7px);
    transition: all 0.5s ease;
}

.demo-content h3 {
    font-size: 24px;
}

.demo-content p {
    line-height: 29px;
}

/**====================== 
DEMO READY SEC CSS FINISH 
=========================**/

/**============================
OFFERING SOLUTION SEC CSS START 
===============================**/

.solution-video-box {
    border-radius: 14px;
    background: #F2F2F7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
}

.solution-video-box video {
     border-radius: 14px;
}

.solution-content-inner-wrapper {
    margin-bottom: 43px;
    padding: 10px 15px;
}

.solution-content-inner-wrapper h3 {
    font-size: 22px;
}

.solution-content-inner-wrapper p {
    line-height: 27px;
}

.solution-content-inner-wrapper .progress {
    height: 11px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.solution-content-inner-wrapper .progress .progress-bar {
    height: 7px;
    border-radius: 8px;
    margin-left: 5px;
    margin-bottom: 0;
}

.progress-one {
    background:#FCE0E0;
}

.red-progress {
    background:#EC2226;
}
.progress-two {
    background:#F2F2F7;
}

.black-progress {
    background:#C7C7CC;
}

.solution-button-box {
    padding-left: 16px;
}

/**==============================
OFFERING SOLUTION SEC CSS FINISH 
=================================**/


/**==============================
ENTERPRISE SEC CSS START 
=================================**/

.enterprise-wrapper {
    padding: 20px 20px;
    border-radius: 10px;
    border: 0.8px solid #E5E5EA;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
    transition:all 0.5s ease;
    height:350px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.enterprise-wrapper:hover {
     transition:all 0.5s ease;
    transform:translateY(-7px);
}

.enterprise-content h3 {
    font-size: 28px;
}

.enterprise-content p {
    line-height: 32px;
}

.enterprise-small-text h4 {
    font-size: 16px;
}

.enterprise-small-text p {
    line-height: 26px;
}

.enterprise-action-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enterprise-action-button button.enterprise-btn {
    display: flex;
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 16px;
}

.btn-fill {
    background-color: #000;
    border-color: #000;
    transition:all 0.5s ease;
}

.btn-fill:hover {
    background: #EC2024;
    border-color: #EC2024 !important;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
      transition:all 0.5s ease;
}

.btn-fill a {
    color: #fff;
}

.btn-border {
    background-color: #fff;
    border: 1px solid #000;
}

.btn-border:hover {
        background: #EC2024;
    border-color: #EC2024 !important;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
      transition:all 0.5s ease;
      color:#fff;
}
/**==============================
ENTERPRISE SEC CSS FINISH 
=================================**/


/**==============================
CLIENT TESTIMONIAL SEC CSS START 
=================================**/

.testimonial-card-box {
    border-radius: 20px;
    border: 1px solid #E5E5EA;
    background: rgba(251, 251, 253, 0.70);
    padding: 15px 15px;
        height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-image {
    position:relative;
    overflow:hidden;
    border-radius: 16px;
    z-index:2;
    transition: all 0.5s ease;
}

.testimonial-image img  {
           transition: all 0.5s ease;
           border-radius: 16px;
}


.testimonial-card-box:hover .testimonial-image img {
        transition: all 0.5s ease;
        transform:scale(1.1);
} 

.testimonial-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.11%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.11%, rgba(0, 0, 0, 0.80) 100%);
        z-index: 1;
}

.testimonial-image img {
    border-radius:16px;
}


.play-video-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    border: 1px solid #191D2F;
    background: #111;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
            transition: all 0.5s ease;
                z-index: 2;
                cursor:pointer;
}

.testimonial-card-box:hover .play-video-btn {
        background: #ec2024;
        border-color: #ec2024;
                transition: all 0.5s ease;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
} 

.play-video-btn span {
    text-shadow: 0 2px 3px rgba(47, 5, 97, 0.20);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.testimonial-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 15px 15px;
    border-radius: 0 0 16px 16px;
         z-index: 2;
}

.testimonial-overlay p {
    line-height: 27px;
}

.client-testimonial-content {
    display: flex;
    justify-content: space-between;
}

.client-name-box h4 {
    font-size: 17px;
}
.client-name-box h5 {
    font-size: 15px;
}
/**==============================
CLIENT TESTIMONIAL SEC CSS FINISH 
=================================**/


/**==============================
HOME CONTACT FORM SEC CSS START 
=================================**/

.contact-inner-wrapper {
    border-radius: 20px;
    border: 1px solid var(--Grays-Gray-5, #E5E5EA);
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
    padding: 60px 50px;
}

.form-input .input-group .form-control {
    border-radius: 7px;
    border: 0.4px solid var(--Grays-Gray-4, #D1D1D6);
    background: rgba(249, 249, 249, 0.60);
    padding: 17px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.form-input .input-group .form-control::placeholder {
    color: #6B6B6B;
}

.book-meeting-box {
    padding: 15px 15px;
    padding-top: 0;
    background-image: url(https://nsfwcoders.com/wp-content/uploads/2025/10/Group-597.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.book-meeting-box h3 {
    font-size: 18px;
}

.book-meeting-box ul.meeting-list {
    list-style: none;
    display: flex
;
    flex-direction: column;
    gap: 11px;
}

.book-meeting-box ul.meeting-list li a {
    font-size: 14px;
    font-weight: 500;
}
/**==============================
HOME CONTACT FORM SEC CSS FINISH 
=================================**/


/******* ====================== HOME PAGE CSS FINISH ====================== *******/


/******* ====================== CANDY AI CLONE PAGE CSS START ====================== *******/

/**====================== 
BANNER SEC CSS START 
=========================**/
.banner-sec {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('https://nsfwcoders.com/wp-content/uploads/2025/10/10016491_27230-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.banner-content h1 {
    font-size: 40px;
}

.banner-content p {
    line-height: 28px !important;
}

.banner-content .action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-image img {
    max-width: 78%;
}


/**====================== 
BANNER SEC CSS FINISH 
=========================**/


/**====================== 
TRUSTED SEC CSS START 
=========================**/
.stats-box span {
    font-size: 40px;
}

.stats-box p {
    margin: 0;
    font-size:15px;
}

/**====================== 
TRUSTED SEC CSS FINISH 
=========================**/


/**====================== 
HUMANIZING SEC CSS FINISH 
=========================**/

.tabs-main-box .nav-pills {
    gap:15px;
}

.tabs-main-box .nav-pills .nav-link {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid #AEAEB2;
    background: #FDFDFD;
    color:#000 !important;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    font-weight:500;
}

.tabs-main-box .nav-pills .nav-link.active {
    background: #EC2226;
    color:#fff !important;
    border-color:#EC2226;
}

.candy-clone-feature-card {
    border: 1px solid #e5e5ea;
    border-radius: 12px;
    padding: 35px 30px;
    transition: all 0.5s ease;
    position:relative;
    z-index:2;
    overflow:hidden;
    height:100%;
}

.candy-clone-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://nsfwcoders.com/wp-content/uploads/2025/10/Group-1707482300.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.candy-clone-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}

.candy-clone-feature-card h3 {
    font-size: 20px;
}

.candy-clone-feature-card p {
    line-height: 28px;
}

.candy-clone-feature-image {
    position: relative;
    overflow: hidden;
}

.candy-clone-feature-image .play-btn {
    position: absolute;
    bottom: -9px;
    right: -9px;
    max-width: 13%;
}

/**====================== 
HUMANIZING SEC CSS FINISH 
=========================**/

/**=============================
POWERFUL FEATURES SEC CSS START 
================================**/

.inner-wrapper {
    border: 1px solid #ffffff3b;
    border-radius: 20px;
    padding: 30px 50px;
}

.candy-feature-box .candy-icon {
    margin-bottom: 20px;
}

.candy-feature-box .candy-content h3 {
    font-size: 20px;
}

.candy-feature-box .candy-content p {
    line-height: 30px;
    color:#9A9A9A;
}

/**=============================
POWERFUL FEATURES SEC CSS FINISH 
================================**/


/**=============================
FULLY COMPLIANT SEC CSS START 
================================**/

.ai-image-box img {
    max-width: 70%;
}

.ai-content h3 {
    font-size: 30px;
    line-height: 42px;
}

.ai-content p {
    margin-bottom: 20px;
    line-height: 29px;
}   

/**=============================
FULLY COMPLIANT SEC CSS FINISH 
================================**/


/**=======================
PLATFORM SEC CSS START 
==========================**/

.case-study-big-text {
    overflow:hidden;
}

.case-study-big-text h4 {
color: #FBFBFB;
text-align: center;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #EDEDED;
font-family: Roboto;
font-size: 190px;
font-style: normal;
font-weight: 900;
}

.project-showcase-box .project-image {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    position:relative;
    overflow:hidden;
}

.project-showcase-box .project-image img {
    border-radius:8px;
      transition: all 0.4s ease;
}

.project-showcase-box:hover .project-image img {
      transform: scale(1.1);
        transition: all 0.4s ease;
}

.figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(20px);
  text-align: center;
      padding: 0 15px;
}

.project-showcase-box:hover .figcaption {
    transition: all 0.4s ease;
      transform: translateY(0);
      opacity: 1;
}
.figcaption p {
    color:#fff;
    line-height:30px;
}

.project-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-name h3 {
    font-size: 24px;
}

.project-name .view-btn {
    padding: 8px 29px;
    border-radius: 40px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition:all 0.5s ease;
}

.project-showcase-box:hover .project-name .view-btn {
    background-color: #ec2226;
    border-color: #ec2226;
    transition: all 0.5s ease;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
        color: #fff;
            transform: translateY(-2px);
}

/**=======================
PLATFORM SEC CSS FINISH 
==========================**/

/**=======================
INDUSTRIES SEC CSS START 
==========================**/

div#candyfeature-slider .step-box {
border-right: 2px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.06);
padding: 20px 20px;
}

div#candyfeature-slider .step-box h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

div#candyfeature-slider .step-box h4 {
    font-size: 24px;
}

div#candyfeature-slider .step-box p {
    font-weight: 300;
    color: #C7C7CC;
    line-height: 27px;
    margin:0;
}
/**=======================
INDUSTRIES SEC CSS FINISH 
==========================**/

/**=======================
SOLUTION SEC CSS START 
==========================**/

.solution-box {
    border-top: 1px solid #C7C7CC;
    border-bottom: 1px solid #C7C7CC;
    padding: 30px 0;
    position: relative;
}

.solution-image img {
    width: 275px;
    height: 160px;
    object-fit: cover;
    transform: rotate(-10deg);
    transition: all 0.4s ease;
        opacity: 0;
}

.solution-box:hover img {
    transition: all 0.4s ease;
            opacity: 1;

}

.solution-content-wrapper {
    display: flex;
    gap: 20px;
}

.solution-content h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.solution-content p {
    margin: 0;
    line-height: 28px;
}

.solution-action-arrow .action-button {
    background: #fff;
    border-radius: 60px;
    border: 1px solid #8E8E93;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
}

.solution-action-arrow .action-button svg {
    fill:#434343;
}

.solution-box:hover .solution-action-arrow .action-button {
        background-color: #ec2226;
    border-color: #ec2226;
    transition: all 0.5s ease;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
        color: #fff;
              transform: translateY(-5px);
}

.solution-box:hover .solution-action-arrow .action-button svg {
        fill:#fff; 
}




.solution-action-arrow .action-button img {
    max-width: 50px;
}
/**=======================
SOLUTION SEC CSS FINISH 
==========================**/


/**=======================
CTA SEC CSS START 
==========================**/
.cta-sec {
    background-image:url('https://nsfwcoders.com/wp-content/uploads/2025/10/image-60.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.cta-content h2 {
    font-size: 30px;
}

.cta-button-box {
    display:flex;
    align-items:center;
    justify-content:center;
}
/**=======================
CTA SEC CSS FINISH 
==========================**/

/**=======================
TYPE IMAGE SEC CSS START 
==========================**/

.type-card {
    border: 1px solid #C7C7CC;
    border-radius: 10px;
    padding: 30px 15px;
    background: #fff;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.type-card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
        transition: all 0.5s ease;
}

.type-card h3 {
    font-size: 18px;
}


/**=======================
TYPE IMAGE SEC CSS FINISH 
==========================**/

/**=======================
MONETIZE SEC CSS START 
==========================**/

.proven-image-content p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 26px;
    color: #434343;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.process-step::before {
    content: " ";
    position: absolute;
    height: 100%;
    border-left: 3px dashed #EC2024;
    left: 68px;
    z-index: -1;
    top: 23px;
}

.process-number {
    background: #FCD7D8;
    color: #EC2024;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
}

.process-text {
    margin-top: 4px;
}

.process-text h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.process-text p {
    margin-top: 0;
    line-height: 27px;
    font-size: 16px;
}
/**=======================
MONETIZE SEC CSS FINISH 
==========================**/

/**=======================
TECH STACK SEC CSS START 
==========================**/

.contact-cto-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-slide {
    font-size: 18px;
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(34, 34, 34);
    border-image: initial;
    transition: 0.3s;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0.12) 100%);
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tech-slide p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/**=======================
TECH STACK SEC CSS FINISH 
==========================**/

/**=======================
LAUNCHING COST SEC CSS START 
==========================**/

.launching-cost-sec {
    background-color: #ec2226;
}

.cost-content {
    text-align: center;
}

.cost-content h2 {
    font-size: 35px;
}

.cost-content p {
    line-height: 30px;
}
/**=======================
LAUNCHING COST SEC CSS FINISH 
==========================**/


/**=======================
TESTIMONIAL SEC CSS START 
==========================**/

.testimonial-content {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow:hidden;
}

.testimonial-content h3 {
    font-size: 215px;
    font-weight: 600;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    pointer-events: none;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    text-align: center;
}

.testimonial-content img {
    max-width: 25%;
}

.client-content-box {
    display: flex;
    justify-content: space-between;
}

.client-name h5 {
    font-size: 22px;
}

.client-name span.text-white {
    font-size: 15px;
    font-weight: 500;
}

.testimonial-contact-button .testimonial-btn {
    background: #101010;
    border-radius: 60px;
    border: 1px solid #FFF;
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.testimonial-contact-button .testimonial-btn:hover {
     background-color: #ec2226;
    border-color: #ec2226;
    transition: all 0.5s ease;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
        transform: translateY(-5px);
}

/**=======================
WHY CHOOSE SEC CSS START 
==========================**/

.why-choose-box {
    border: 1px solid #D1D1D6;
    border-radius: 15px;
    padding: 25px 25px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.why-choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}

.why-choose-content h3 {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
}

.why-choose-content h3 span.dot {
    width: 10px;
    height: 9px;
    border-radius: 30px;
    display: inline-block;
    position: unset;
    line-height: 0;
    transform: translateY(6px);
}

.why-choose-content p {
    line-height: 31px;
}

.why-choose-contact-button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.why-choose-contact-button a {
    border-radius: 70px;
    border: 1px solid #000;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
        transition: all 0.5s ease;
}

.why-choose-contact-button a svg {
        stroke:#111111;
}

.why-choose-box:hover .why-choose-contact-button a {
    background-color: #ec2226;
    border-color:#ec2226;
        transition: all 0.5s ease;
        box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
    transform: translateY(-5px);
}

.why-choose-box:hover .why-choose-contact-button a svg {
    stroke:#fff;
}
/**=======================
WHY CHOOSE SEC CSS FINISH 
==========================**/


/**=======================
FAQ SEC CSS START 
==========================**/

.accordion .accordion-item {
    margin-bottom: 25px;
    border-radius: 14px;
    border: 0.6px solid #D1D1D6;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03);
    overflow:hidden;
}
.accordion .accordion-item h3.accordion-header.accordion-button {
    background: #FFF;
    border-radius: 14px !important;
    box-shadow: none;
      padding: 20px 27px;
    font-size: 16px;
    color: #434343;
    font-weight: 500;
}

.accordion-body {
    padding: 0 0 15px 30px;
}   

.accordion-body p {
    line-height: 28px;
}


/**=======================
FAQ SEC CSS FINISH 
==========================**/

/******* ====================== CANDY AI CLONE PAGE CSS FINISH ====================== *******/
