
/** discuss-section **/

.discuss-section {
    position: relative;
    padding: 37px 0px 0 0px;
}

.discuss-section .content-box{
  position: relative;
  display: block;
}

.discuss-section .content-box h1{
      display: block;
    font-size: 73px;
    line-height: 105px;
    font-weight: 500;
    margin-bottom: 97px;
}

.discuss-section .content-box h1 span{
  font-family: var(--text-font);
  font-weight: 700;
  font-style: italic;
}

.discuss-section .content-box .link-box {
    position: relative;
    display: inline-block;
    background: var(--secondary-color);
    border-radius: 80px;
    padding: 20px 50px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #fff;
}
.discuss-section .content-box .link-box h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #fff;
    font-weight: 400;
}
.discuss-section .content-box .link-box h2 span{
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.discuss-section .content-box .link-box a {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 28px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: #bf1b29;
    font-size: 28px;
    color: var(--title-color);
}

.discuss-section .content-box .link-box a:hover{
  color: #fff;
}

.discuss-section:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-50.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
  z-index: 1;
}

.discuss-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discuss-section .dark-pattern{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.discuss-section .pattern-2{
  position: absolute;
  left: 123px;
  top: 232px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}

.discuss-section .pattern-2-light{
  position: absolute;
  left: 123px;
  top: 232px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  opacity: 0;
}

.discuss-section .pattern-3{
  position: absolute;
  right: 56px;
  bottom: 99px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}

.discuss-section .pattern-3-light{
  position: absolute;
  right: 56px;
  bottom: 99px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  opacity: 0;
}

.discuss-section.alternat-2 .dark-pattern{
  height: calc(100% + 140px);
}
#sticky-icon {
  z-index: 1000;
  position: fixed;
  top: 25%;
  right: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
}

/* Common link style */
#sticky-icon a {
  transform: translateX(125px);
  border-radius: 50px 0 0 50px;
  text-decoration: none;
  padding: 10px 14px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  margin: 3px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
  color: #fff;
}

/* Hover animation */
#sticky-icon a:hover {
  transform: translateX(0);
}

/* Icon style */
#sticky-icon a i {
  background: #fff;
  color: #000;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  transition: transform 0.4s ease;
}

#sticky-icon a:hover i {
  transform: rotate(360deg);
}

/* Brand colors */
.whatsapp {
  background-color: #000;
}

.phone {
  background-color: #000;
}

.email {
  background-color: #000;
}

.instagram {
  background-color: #000;
}

.facebook {
  background-color: #000;
}

.youtube {
  background-color: #000;
}

.linkedin {
  background-color: #000;
}
/*.whatsapp {
  background-color: #25D366;
}

.phone {
  background-color: #0A66C2;
}

.email {
  background-color: #EA4335;
}

.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.facebook {
  background-color: #1877F2;
}

.youtube {
  background-color: #FF0000;
}

.linkedin {
  background-color: #0A66C2;
}*/
