@import "main.css";

/* ***** Web site style ***** */

/* Global var */
:root {
  /* Colors */
  --clrGray: #717171;
  --clrSoftGray: #f9f9f9;
  --clrLighterGray: #f5f5f5;
  --clrLightGray: #c9c9c9;
  --clrGray2: #D9D9D9;
  --clrMidLightGray: #a1a1a1;
  --clrDark: #24293d;
  --clrDarkTransparent: rgba(36, 41, 61, 0.79);
  --clrBrightGreen: #60eb3d;
  --clrBlue: #728bf1;
  --clrRed: #e22525;
  --clrCrimson: crimson;
  --clrDot70: rgba(0, 0, 0, 0.70);
  --clrDot32: rgba(0, 0, 0, 0.32);
  --clrDot20: rgba(0, 0, 0, 0.20);
  --clrActiveLink: rgb(183, 232, 207);
}

.clRed {
  color: var(--clrRed);
}

.clBackRed {
  background-color: var(--clrCrimson);
}

.clBackPostTitle {
  background-color: var(--clrGray2) !important;
  max-width: 100% !important;
}

.clBackPostTitle h4 {
  text-decoration: underline;
}

.clBackLighterGray {
  background-color: var(--clrLighterGray);
  border: var(--clrBrightGreen) solid 15px;
}

.clSolidBorder {
  border: black solid 7px;
}

.clBrightGreen {
  color: var(--clrBrightGreen);
}

.clGreen {
  color: var(--clrGreenGED_REPAIR);
}

.clLogGreen {
  background-color: var(--clrBrightGreen);
  color: white;
  border-radius: 2.78px;
}

.clFormGreen {
  background-color: var(--clrGreenGED_REPAIR);
  color: white;
  border-radius: 2.78px;
}

p,
.clDarkGray {
  color: var(--clrDark);
}

.clDarkGray {
  font-size: large;
  font-weight: 900;
}

.clLineHeight {
  line-height: 1.8;
}

.gray {
  color: var(--clrGray);
}

.clBackWhite {
  background-color: white;
}

body.clBackWhite {
  background-color: var(--clrSoftGray);
}

.clBackSoftGray {
  background-color: var(--clrSoftGray);
}

.clBorderTop {
  border-top: solid 4px var(--clrLightGray);
}

.sizeImg {
  display: none;
  object-fit: cover;
  max-height: 250px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  
}

.clBottomIcon {
  width: 40%;
  max-width: 128px;
}

@media screen and (max-width: 767px) {
  .clBottomIcon {
    width: 30%;
  }
}

.clSlideHowImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.49;
}

.textOnSlide {
  position: absolute;
  top: 50%;
  left: 7%;
}

.h-1-onSlide {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.subTitleOnSlide, .lowerSubTitleOnSlide {
  position: absolute;
  bottom: 10px;
}

@media screen and (max-width: 362px) {
  .lowerSubTitleOnSlide {
    position: absolute;
    bottom: 1px;
  }
}



.h-1-onSlide .h-1, .subTitleOnSlide {
  width: 100%;
}

.clLeft-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clBlogSummary {
  position: absolute;
  top: 95%;
  left: 0;
  max-width: 700px;
  background-color: var(--clrBrightGreen);
}

.clBlogSummary p {
  color: white;
}

.clBlogDate {
  background-color: var(--clrDarkTransparent);
}

.clBlogDate span {
  color: white;
}

.clDivBlogDate {
  position: absolute;
  top: 5%;
  right: 3%;
}

div:has(>input.inputOnSlide) {
  position: absolute;
  height: fit-content;
  width: 100%;
  top: 20%;
}

.inputOnSlide {
  /* height: 15%; */
  border-radius: 195px;
  opacity: 0.67;
  background-image: url("/images/Icons/search.png");
  background-size: 8%;
  background-position: 10% 50%;
  background-repeat: no-repeat;
  font-size: 3rem;
  line-height: 0.7;
  color: var(--clrDark);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.clDivCarouselDots {
  position: absolute;
  bottom: 2%;
  width: 100%;
}

.clDivCarouselDots ul {
  margin-bottom:0;
}

.clDivCarouselDots li, .clDivCarouselDots ul {
  width: 13px;
  padding: 0;
  height: 13px;
  list-style-position: inside;
}

.clDivCarouselDots button {
  margin-right: 13px;
}

.leftArrow {
  position: absolute;
  z-index: 2;
  top: 1%;
  left: 1%;
}

.leftArrow img {
  width: 50px !important;
}

.clLogoSofTech58 img {
  min-width: 150px;
}

.clLogoSofTech58 {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .inputOnSlide {
    width: 70%;
    /* height: 20%; */
    border-radius: 195px;
    opacity: 0.67;
    text-align: center;
    background-image: url("/images/Icons/search.png");
    background-size: 10%;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
    line-height: 0.7;
    color: var(--clrDark);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.inputOnSlide::placeholder {
  font-size: 1.5rem;
  line-height: 0;
  color: var(--clrDark);
  vertical-align: middle;
}

/* For legacy browsers */

.inputOnSlide::-webkit-input-placeholder {
  text-align: center;
  vertical-align: middle;
}

.inputOnSlide:-moz-placeholder { /* Firefox 18- */
  text-align: center;
  vertical-align: middle;
}

.inputOnSlide::-moz-placeholder {  /* Firefox 19+ */
  text-align: center; 
  vertical-align: middle; 
  line-height: 0;
}

.inputOnSlide:-ms-input-placeholder {  
  text-align: center; 
  vertical-align: middle;
}

.h0 {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 0.7;
  text-shadow: 0px 0.2px, 0.2px 0px, 0.2px 0.2px;
}

.h0.slide1 {
  line-height: 1.2;
}

@media screen and (width > 991px) {
  .h0 {
    font-size: 3.5rem;
    line-height: 1;
    text-shadow: 0px 1.5px, 1.5px 0px, 1.5px 1.5px;
  }

  .inputOnSlide::placeholder {
    vertical-align: middle;
    font-size: 2.5rem;
    line-height: 0;
    color: var(--clrDark);
  }

  .slideHowContainer, .clHeaderImg {
    position: relative;
    height: 500px;
  }
}

@media screen and (width < 450px) {
  .clTitleOnSlide p {
    font-size: 1.1rem;
    line-height: 0.7;
    display: inline;
  }

  .slideHowContainer, .clHeaderImg {
    position: relative;
    height: 190px;
  }
}

@media screen and (width > 449px) and (width < 576px) {
  .h0 {
    font-size: 1.3rem;
    line-height: 0.7;
  }

  .slideHowContainer, .clHeaderImg {
    position: relative;
    height: 190px;
  }
}

@media screen and (width > 575px) and (width < 768px) {
  .h0 {
    font-size: 1.6rem;
    line-height: 0.7;
    text-shadow: 0px 0.5px, 0.5px 0px, 0.5px 0.5px;
  }

  .slideHowContainer, .clHeaderImg {
    position: relative;
    height: 260px;
  }
}

@media screen and (width > 768px) and (width < 992px) {
  .h0 {
    font-size: 2rem;
    line-height: 0.7;
    text-shadow: 0px 1.3px, 1.3px 0px, 1.3px 1.3px;
  }

  .slideHowContainer, .clHeaderImg {
    position: relative;
    height: 310px;
  }
}

@media screen and (width > 991px) and (width < 1200px) {
  .h0 {
    font-size: 2.5rem;
    line-height: 0.7;
    text-shadow: 0px 1.5px, 1.5px 0px, 1.5px 1.5px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
  .inputOnSlide {
    width: 50%;
    /* height: 15%; */
    font-size: 2rem;
    padding-top: 0;
  }
}

.clSlides {
  display: none;
}

.clBlogImg img {
  width: 100%;
}

.clBlogImg {
  position: relative;
}

@media screen and (width > 991px){
  .clBlogImg img {
    /*height: 230px;*/
    width:100%;
    object-fit: cover;
  }
}

.h3,
h2,
h1,
h5,
h4,
h3 {
  color: var(--clrDark);
  font-weight: 600;
}

ul {
  color: var(--clrDark);
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  nav .btn,
  nav a {
    font-size: small;
  }
}

nav a {
  color: var(--clrDark);
  font-weight: 100;
}

#id_Footer > div {
  margin: 0;
}

.clGridImgContainer {
  margin-top: 0;
  margin-bottom: 5%;
}

.clMargBot {
  margin-bottom: 5%;
}

.clGridImgContainer .row {
  max-height: 250px;
}

.clJustify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .clParagraph {
    border-radius: 10px;
    text-align: justify;
    margin-bottom: 5%;
    background-color: white;
  }
}

div.clBeforeSection {
  padding-top: 3rem !important;
}

.clLargeText {
  margin-bottom: 7rem;
}

.clLaureat {
  max-width: 350px;
}

.botFullImg {
  max-height: 400px;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 7%;
}

@media screen and (width < 768px) {
  .verticalImg {
    width: 300px !important;
    height: 300px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 7%;
  }
}

@media screen and (width > 992px) {
  .verticalImg {
    max-height: 800px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 7%;
  }
}

.cropImg {
  max-height:300px;
  aspect-ratio: 1;
  object-fit: cover;
}

.botHeadingbullet {
  margin-bottom: 7%;
}

@media screen and (width < 992px) {
  .botFullImg {
    max-height: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 7%;
  }
  .botHeadingbullet {
    margin-bottom: 7%;
  }
  img.limitedSize {
    max-width: 320px;
  }
}

.botFullImg.clNotCover {
  aspect-ratio: 0;
  object-fit: fill;
}

.margbot4 {
  margin-bottom: 6.2rem;
}

.lowerSubTitleOnSlide {
  width: 100%;
}

@media screen and (width < 321px) {
  .subTitleOnSlide, .lowerSubTitleOnSlide {
    width: 100%;
    font-size: 11px;
  }
}

/* * under 500 and upper 320 px width screen* */
@media screen and (width > 320px) and (width < 500px) {
  .subTitleOnSlide, .lowerSubTitleOnSlide {
    font-size: 12px;
  }
}
/* * /under 500 and upper 320 px width screen* */

/* * under 767 and upper 499 px width screen* */
@media screen and (width > 499px) and (width < 767px) {
  .subTitleOnSlide, .lowerSubTitleOnSlide {
    font-size: 15px;
  }
}
/* * /under 500 and upper 320 px width screen* */

/* * Medium screen and under * */
@media screen and (width < 767px) {
  .txtAndImg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blocTxtSpaceTop {
    padding-top: 1.5rem;
  }

  .blockSpaceBot {
    padding-bottom: 1.5rem;
  }

  .txtAndImg img {
    max-width: 320px;
  }

  .txtAndImg img.left {
    padding-bottom: 2.5rem;
  }

  .biggerHeadline {
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    letter-spacing: 1px;
  }

  .mainHeadline {
    font-size: 1.2rem;
  }

  .mainHeadlineBis {
    font-size: 1.1rem;
  }

  .secondaryHeadline {
    font-size: 1rem;
  }

  .clLargeText p, .clLargeText li {
    font-size: small;
  }

  .margbot4 {
    margin-bottom: 0rem;
  }

}
/* * /Medium screen and under * */

/* * Screen under medium size * */
@media screen and (width > 766px) and (width < 992px) {
  .txtAndImg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blocTxtSpaceTop {
    padding-top: 1.5rem;
  }

  .blockSpaceBot {
    padding-bottom: 1.5rem;
  }

  .txtAndImg img {
    max-width: 320px;
  }

  .biggerHeadline {
    font-size: 4rem;
    font-weight: 900;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    letter-spacing: 4px;
  }

  .mainHeadline {
    font-size: 1.2rem;
  }

  .mainHeadlineBis {
    font-size: 1.1rem;
  }

  .secondaryHeadline {
    font-size: 1rem;
  }

  .clLargeText p, .clLargeText li {
    font-size: small;
  }

  .margbot4 {
    margin-bottom: 0rem;
  }

  .subTitleOnSlide, .lowerSubTitleOnSlide {
    font-size: 20px;
  }
}
/* * /Screen under medium size * */

/* * Lg screen * */
@media screen and (width > 991px) {
  .txtAndImg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blocTxtSpaceTop {
    padding-top: 1.5rem;
  }

  .blockSpaceBot {
    padding-bottom: 1.5rem;
  }

  .txtAndImg img {
    max-width: 600px;
  }

  .biggerHeadline {
    font-size: 6rem;
    font-weight: 900;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    letter-spacing: 4px;
    line-height: 1.1;
  }
  .mainHeadline {
    font-size: 1.4rem;
  }

  .mainHeadlineBis {
    font-size: 1.3rem;
  }

  .secondaryHeadline {
    font-size: 1.2rem;
  }

  .clLargeText p, .clLargeText li {
    font-size: 1.1rem;
  }
  .subTitleOnSlide, .lowerSubTitleOnSlide {
    font-size: 20px;
  }
}
/* * /Lg screen * */

/* * XL screen * */
@media screen and (width > 1200px) {
  .txtAndImg {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .blocTxtSpaceTop {
    padding-top: 2rem;
  }

  .blockSpaceBot {
    padding-bottom: 2rem;
  }

  .txtAndImg img {
    max-width: 600px;
  }

  .biggerHeadline {
    font-size: 6rem;
    font-weight: 900;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    letter-spacing: 4px;
  }

  .mainHeadline {
    font-size: 1.4rem;
  }

  .mainHeadlineBis {
    font-size: 1.3rem;
  }

  .secondaryHeadline {
    font-size: 1.28rem;
  }

  .clLargeText p, .clLargeText li {
    font-size: 1.27rem;
  }

  .subTitleOnSlide, .lowerSubTitleOnSlide {
    font-size: 30px;
  }
}
/* * /XL screen * */

/* * XXL screen * */
@media screen and (width > 1400px) {
  .txtAndImg {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .blocTxtSpaceTop {
    padding-top: 3rem;
  }

  .blockSpaceBot {
    padding-bottom: 3rem;
  }

  .txtAndImg img {
    max-width: 600px;
  }
  
  .biggerHeadline {
    font-size: 8rem;
    font-weight: 900;
    text-shadow: 0px 1.5px, 1.5px 0px, 1.5px 1.5px;
    letter-spacing: 4px;
  }
  
  .mainHeadline {
    font-size: 2rem;
  }

  .mainHeadlineBis {
    font-size: 1.8rem;
  }

  .secondaryHeadline {
    font-size: 1.55rem;
  }

  .clLargeText p, .clLargeText li {
    font-size: 1.5rem;
  }

  .botFullImg {
    margin-bottom: 5.9% !important;
  }

  .botHeadingbullet {
    margin-bottom: 4% !important;
  }
}
/* * /XXL screen * */

/** Phone style **/
@media screen and (max-width: 767px) {
  .leftArrow img {
    width: 30px !important;
  }

  .cl1stLine.clInsideGreen {
    padding-top: 10px;
  }

  .clBeforeSocialLink {
    margin-bottom: 0;
  }

  div.clBeforeSection {
    padding-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .clWarning {
    margin-bottom: 2rem !important;
  }

  .clParagraph {
    border-radius: 10px;
    text-align: justify;
    margin-bottom: 5%;
    background-color: white;
    font-size: small;
  }

  .clParagraph .h3,
  .clLargeText p,
  .clSmall p,
  .clLargeText ul,
  .clLargeText ol {
    font-size: small;
  }

  /*.clLargeText h4 {
    font-size: medium;
  }*/

  .clLargeText p.pb-5 {
    padding-bottom: 5px !important;
  }

  .clLargeText p.clBeforeSection {
    padding-bottom: 3rem !important;
  }

  .clLargeText p.pt-5 {
    padding-top: 5px !important;
  }

  /*.clLargeText p.mb-5 {
    margin-bottom: 5px !important;
  }*/

  .clLargeText h1.pt-4.mb-5 {
    padding-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .clLargeText h1.pt-5.mb-5 {
    margin-bottom: 5px !important;
  }

  .clLargeText h2.mb-5 {
    font-size: large;
    margin-bottom: 5px !important;
  }

  .clLargeText h4.mb-5 {
    margin-bottom: 30px !important;
  }

  .clLargeText h4.mt-4.pb-4 {
    margin-top: 10px !important;
  }

  .clLargeText h3.mt-5.mb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .clLargeText h4.pt-5 {
    padding-top: 5px !important;
  }

  .clLargeText ul.mb-5, .clLargeText li.mb-5 {
    margin-bottom: 10px !important;
  }

  .clFaq ul.pt-5 {
    padding-top: 10px !important;
  }

  .clFaq ul, .clImbricatedUl ul {
    padding-left: 1.3rem !important;
  }

  .clFaq ul ul, .clImbricatedUl ul ul {
    padding-left: 0.5rem !important;
  }

  .clLargeText ul.clBeforeSection {
    padding-bottom: 3rem !important;
  }

  .clBlogSummary h1 {
    font-size: 1rem;
  }

  .clLaureat {
    max-width: 200px;
  }

}
/** /Phone style **/

.cl1stLine, .cl3remTop {
  margin-top: 3rem;
}

.clLastElem {
  margin-bottom: 5rem;
}

.pagePh .dropdown-menu {
  border: solid 1px var(--clrMidLightGray);
  width: 255px !important;
}

@media screen and (width < 1200px) {
  .pagePc .dropdown-menu {
    transform: translateY(60px) !important;
    min-width: 100%;
    border: solid 1px var(--clrMidLightGray);
    border-top: none;
    padding: 10% 0% 10% 20%;
    list-style-type: disc;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (width > 1199px) {
  .pagePc .dropdown-menu {
    transform: translateY(50px) !important;
    min-width: 100%;
    border: solid 1px var(--clrMidLightGray);
    border-top: none;
    padding: 10% 0% 10% 20%;
    list-style-type: disc;
    border-radius: 0 0 10px 10px;
  }
}

.dropdown-menu a.dropdown-item {
  color: var(--clrDark);
}

.pagePc .dropdown-menu li {
  color: var(--clrMidLightGray);
  &::marker {
    font-size: 1.3em;
    line-height: 2;
  }
}


.pagePc .dropdown-toggle {
  min-width: 130px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  &:after {
    content: none;
  }
}

.pagePc .dropdown-toggle.show {
  min-width: 130px;
  text-shadow: var(--clrBrightGreen) 1px 1px;
  border: solid 1px var(--clrMidLightGray);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  &:after {
    content: none;
  }
}

.greenShadowTxt {
  text-shadow: var(--clrBrightGreen) 1px 1px;
}

.pagePc .dropdown:has(button.show) {
  width: max-content !important;
}

/** Functionality navbar dropdown menu **/

#id_Header_Pc_10 {
  min-width: 130px;
}

@media screen and (width > 1199px) {
  #id_Header_Pc_10 {
    width: 220px;
  }
}

@media screen and (width > 1199px) {
  #id_Header_Pc_13A {
    padding: 1.5rem 0% 10% 12%;
  }
}

/** /Functionality navbar dropdown menu **/

.dropdown-item {
  text-decoration: underline !important;
  padding-left: 2%;
  color: var(--clrMidLightGray);
}

.clHrReadMore, .clHrReadLess {
  border: 2px solid var(--clrBrightGreen);
  opacity: 1;
  width: 10rem;
  margin: 0 0 0 2vw;
}

.clHrReadLess {
  border: 2px solid var(--clrCrimson);
}

.clReadLess {
  color: var(--clrCrimson);
}

.closerNavContainer > a, .clNotUnderlined {
  text-decoration: none;
}

.clBlue a {
  color: var(--clrBlue);
  text-decoration: underline;
  list-style-type: disc;
}

.articleTitle, .postContentMargTop {
  margin-top: calc(8rem + 1vw) !important;
}

@media screen and (max-width: 640px) {
  .postContentMargTop {
    margin-top: calc(7rem + 1vw) !important;
  }
}

@media screen and (max-width: 576px) {
  .clBrightGreen {
    font-size: 4vw;
  }
}

.blogSummaryText {
  color: white;
}

@media (min-width: 1200px) {
  .clBackLighterGray {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
}

#Id_Tg_Nav {
  font-size: small;
}

.clFitContent {
  width: fit-content;
}

.clTitleOnSlide {
  margin-top: calc(4rem + 10vw);
  margin-left: -8%;
}

@media screen and (max-width: 500px) {
  .clTitleOnSlide {
    margin-top: calc(2rem + 10vw);
  }
}

ul.carousel-dots li {
  &::marker {
    font-size: 35px;
    line-height: 13px;
  }
}

.clDot70 {
  color: var(--clrDot70);
}

.clDot32 {
  color: var(--clrDot32);
}

.clDot20 {
  color: var(--clrDot20);
}

.clContainerDiv {
  width: 100%;
  height: min-content;
}

.clTextDiv {
  width: 60%;
}

.clLogo {
  width: 115px;
  padding: 5px 0 10px 0;
}

.pagePh img:nth-of-type(1) {
  max-width: 115px;
}

@media screen and (width < 1200px) {
  .clLogo {
    width: 120px;
  }
}

@media screen and (width < 992px) {
  .imgDivLeft, .imgDivRight, .fullWidthImg {
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0; 
  }
}

.clCommitment {
  font-size: x-large;
}

@media screen and (width < 500px) {
  .clPrev img, .clNext img {
    max-width: 30px;
  }
}

@media screen and (width > 499px) and (width < 601px) {
  .clPrev img, .clNext img {
    max-width: 40px;
  }
}

@media screen and (width > 600px) {
  .clPrev img, .clNext img {
    width: 65px;
  }
}

.baseStyle textarea {
  border: solid 1px #D9D9D9;
  padding-top: 6px;
  border-radius: 5px;
}

.clSocialLink img {
  width: 2.5em;
}

.logoGED_REPAIR {
  max-width: 300px;
}

.laboSMart_CQ {
  padding-top: 110px;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .clSocialLink {
    font-size: small;
  }

  .logoGED_REPAIR {
    max-width: 230px;
  }
  
  .laboSMart_CQ {
    padding-top: 50px;
    max-width: 250px;
  }
}

.clRounded {
  border-radius: 10px;
}

.clBackWhite:has(form#contactForm) {
  border-radius: 7px;
}

.clFormGreen {
  border-radius: 7px 7px 0 0;
}

.clBlogContainer {
  max-width: 864px;
}

.redBtn {
  color: white;
  background-color: crimson;
  box-shadow: 7px 7px 7px palevioletred,
  inset 0 -5px 4px rgba(0, 0, 0, 0.25),
  inset 0 -7px 7px red;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: large;
  font-weight:500;
  border-radius: 12px;
  transition: all 100ms ease-in-out;
  border: none;
  outline: none;

  &:hover {
    color: white;
    background-color: rgb(231, 22, 64);
    box-shadow: 7px 12px 7px palevioletred,
    inset 0 -7px 7px rgba(0, 0, 0, 0.25),
    inset 0 -10px 10px red;
    margin-top: -2px;
    margin-bottom: 2px;
    border: none;
    outline: none;
  }

  &:active {
    color: white !important;
    background-color: rgb(231, 22, 64) !important;
    box-shadow: 3px 3px 3px palevioletred,
    inset 0 -7px 7px rgba(0, 0, 0, 0.25),
    inset 0 -10px 10px red;
    margin-top: -2px;
    margin-bottom: 2px;
    border: none;
    outline: none;
  }

}

.firstBullet h5.fw-bold {
  font-weight: 600 !important;
}

#Id_Head_B_01:hover {
  color:var(--clrDark);
}

@media screen and (width > 991px)  {
  .clMt-6 {
    margin-top: 6rem;
  }

  .clTop4rem {
    margin-top: 4.5rem;
  }
}

@media screen and (width < 768px)  {
  .clTop4rem {
    margin-top: 30px;
  }
}

#Id_Footer_00 {
  right: 0;
  left: 0;
}

.clTruncate {
  width: 100%;
  height: 85px;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

@media screen and (width > 992px) {
  .clTruncate {
    width: 100%;
    height: 80px;
    line-height: 35px;
  }
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: rgb(241, 241, 241);
}

.clDontKnowImg, .lowHeightFullImg {
  max-height: 300px;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 7%;
}