

.RedColor {
  color: #d43939;
}

.Button {
    text-decoration:none;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 100px;
  height: 30px;
  border-radius: 16px;
  background-color: #d43939;
  border: none;
  color: white;
  align-content: center;
  padding: 0px 15px;
}
    .Button:focus{
        outline:none;
    }
    .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

.Shapecontainer {
  width: 100%;
  height: fit-content;
  min-height: 250px;
  background-color: white;
}

.custom-rectangle_Top {
  width: 55%;
  align-self: start;
  height: 80px;
  background-color: white;
}

.custom-rectangle_Top_gray {
    height:70px;
  width: 85%;
  align-self: start;
  height: 100px;
  background-color: #f0f2f4;
}

.custom-rectangle_Bottom {
  width: 55%;
  align-self: start;
  height: 80px;
  background-color: white;
}

.custom-rectangle_Top_gray {
  /* clip-path: polygon(
    0% 0%,
    77.11% 0.55%,
    79.16% 1.81%,
    81.11% 7.46%,
    98.69% 100%,
    0% 100%
  ); */
  clip-path: polygon(0% 0%, 77.11% 0.55%, 78.43% 1.31%, 78.76% 2.54%, 78.86% 3.06%, 79.71% 7.46%, 80.51% 13.71%, 88.29% 101.25%, 0% 100%);
}

.custom-rectangle_Top {
  clip-path: polygon(
    0% 0%,
    77.11% 0.55%,
    79.16% 1.81%,
    81.11% 7.46%,
    98.69% 100%,
    0% 100%
  );
}

.custom-rectangle_Bottom {
  /* Mirrored vertically (symmetrical) version of .custom-rectangle_Top */
  clip-path: polygon(
    0% 0%,
    98.69% 0%,
    /* mirror of 98.69% 100% */ 81.11% 92.54%,
    /* mirror of 81.11% 7.46% */ 79.16% 98.19%,
    /* mirror of 79.16% 1.81% */ 77.11% 99.45%,
    /* mirror of 77.11% 0.55% */ 0% 100%
  );
}

footer {
  margin-top: 100px;
}

.letterSpacing-1 {
  letter-spacing: -1px;
}
.LineHeight20 {
    line-height: 20px;
    line-height: 24px;
}
.FS-15{
  font-size: 15px;
}
.FS-14 {
    /*  font-size: 14px;*/
    font-size: 20px;
}
.Fs-25{
    font-size:24px;
}
.FontSize17 {
    /* font-size:17px;*/
    font-size: 16px;
}
.FS-20 {
    /* font-size: 20px;*/
    font-size: 24px;
}
.address15{
    font-size:15px;
}
.phoneText{
    font-size:14px;
}
.FS-13 {
    /*font-size: 13px;*/
    font-size: 16px;
}
.FS-12px {
    /*font-size: 12px;*/
    font-size: 16px;
}
.FS-10px {
    /*font-size: 10px;*/
    font-size: 16px;
}
.g-recaptcha{
    margin: 10px 0px;
}

.LineHeight25 {
    line-height: 25px;
}
.LetterSpace_3{
  letter-spacing: -2px;
}
.whiteBG{
    background-color:white;
}
.V-P-Title {
    /* padding:32px 0px*/
    padding: 24px 0px
}
.V-P-Img {
    padding: 32px 0px
}
.fw-500{
    font-weight:500 !important;
}
.pb15{
    padding-bottom:15px !important;
}
@media (max-width: 850px) {
    .FS-10pxFontResponsive {
        font-size: 12px;
    }
    #rc-anchor-container{
        width:90% !important;
    }
    .Center-Tab {
        justify-content: center;
        display: flex;
    }
  
}
.RowToReverseCol-Mob {
    flex-direction: row;
    display:flex;
} 
@media (max-width: 600px) {
    .RowToReverseCol-Mob{
        flex-direction:column-reverse;
    } 
}


.waring {
    font-size: 10px;
    font-weight: 600;
}










.w-fit{
    width:fit-content;
}
/* Chat bot styles */
.chat-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .chat-btn:hover {
        transform: scale(1.1);
        background: #2980b9;
    }

    .chat-btn i {
        font-size: 1.5rem;
    }

.chat-popup {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 350px;
    height: 450px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

    .chat-popup.active {
        z-index:999;
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

.chat-header {
 
    background: #D43939;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

    .chat-header h3 {
        font-weight: 600;
    }

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.chat-body {
    overflow-x:hidden;
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chat-message {
    max-width: 80%;
    padding: 12px 15px;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.bot-message {
   font-size: 12px;
    font-weight: 600;
    background: #F0F2F4;
    align-self: flex-start;
    border-bottom-left-radius: 5px;
}

.user-message {
    overflow-wrap: break-word;
    font-size: 12px;
    font-weight: 600;
    background: #D43939;
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
}

.question-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.question-btn {
    font-size: 12px;
    font-weight: 600;
    background: #F0F2F4;
    border: 0px solid;
    border-radius: 20px;
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
   
    color: #D43939;
}

    .question-btn:hover {
        background: #D43939;
        color: white;
    }

.chat-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.chat-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 0.95rem;
}

.send-btn {
    align-self:center;
    background: #D43939;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructions {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-top: 40px;
    text-align: left;
}

    .instructions h2 {
        color: #2c3e50;
        margin-bottom: 15px;
        text-align: center;
    }

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

    .feature h3 {
        color: #3498db;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .feature i {
        color: #3498db;
    }

@media (max-width: 768px) {
    .chat-popup {
        width: 320px;
        height: 400px;
        right: 20px;
        bottom: 90px;
    }

    .chat-btn {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 480px) {
   /* send-btn {
        background: #D43939;
        color: white;
        border: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        margin-right: 10px;
    }*/
    .chat-input {
        flex: 1;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 20px;
        outline: none;
        font-size: 0.95rem;
        width: 95%;
    }
    .chat-popup {
        width: 300px;
        right: 10px;
    }

    .container {
        padding: 20px;
    }
}

/* End of Chat bot styles */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: grab;
    z-index: 2;
}