/* General Reset */

body, h1, h2, h3, h4, h5, h6, .afacad-font {  font-family: "Afacad", sans-serif !important;}

body, p { font-family: "Poppins", sans-serif !important;}

body, p a{ font-family: "Poppins", sans-serif !important;}

.readmore{ font-family: "Poppins", sans-serif !important;}

  body {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
    line-height: 1.6;
    font-style: 400;
    background-color: #f8f8f8;
  }
  
  .navbar-brand img {height: auto;}
  /* Container styling */

  .main-section {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    color: #333; 
    overflow: hidden; 
  }
  
  .main-section::before,
  .main-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .main-section::before {
    background-image: url('../image/wrap-up/background-top.png'); 
    background-position: top center; 
    opacity: 1; 
  }
  
  .main-section::after {
    /* background-image: url('../image/wrap-up/background-bottom.png');  */
    background-position: bottom center; /* Position the bottom image */
    opacity: 1; /* Adjust transparency for blending */
    background: linear-gradient(0deg, rgba(113,14,166,1) 0%, rgba(255,255,255,0) 100%);
  }
  
  .intro h1 {
    font-size: 2.5rem;
    color: #333;
  }
  
  .tool-icons {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .tool-icons img {
    width: 50px;
    height: 50px;
  }
  
  .intro p {
    max-width: 901px;
    margin: 0 auto;
    color:#fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-top: 45px;

  }
  
  /* Creativity Tool Section */
  .creativity-tool-section {
    background-color: transparent;
    padding: 60px 0;
  }
  .Internal-Communication-section {
    background-color: transparent;
    padding: 60px 0;
  }
  .Productivity-tool-section{
    background-color: transparent;
    padding: 60px 0;
  }
  
  .common-heading h2 {
    font-size: 70px;
    color:#000000;
    margin-bottom: 20px;
    display: inline-block;
    position:relative;
    top: 0;
    left: 20px;
    text-transform: uppercase;
  }
  
  .content {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px; */
  }
  
  .image img {
    width: 700px;
    border-radius: 10px;
    margin-left: -80px;
    margin-top: 70px;
  }
  
  .details {
    max-width: 100%;
    text-align: left;
  }
  
  .tool h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
  }
  
  .tool p {
    color: #666;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
  strong {
    /* font-weight: bolder; */
    font-weight: 700;
}
  
  /* .creativity-tool-section .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    background: url('../image/wrap-up/Ellipsebackground.png') no-repeat center center;
    background-size: cover; 
    border-radius: 10px;
    position: relative; 
  } */
  

  .icon-text-box {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .icon {
    width: 118px;
    height: 118px;
   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-right: -25px;
  }
  .text-box {
    max-width: 100%;
    padding: 15px 15px 15px 45px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.1);
  }
  .text-box p {
    margin: 0;
    line-height: 1.5;
    color: #333;
  }
  .svg-icon{
    z-index: 10;
  }

  /* Footer Section */
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
  }
   
.creativity-tool-section {position: relative;}
.bg-graph {position: absolute; top:0; left: -20%; width: 100%; height: 100%;}

.Internal-Communication-section {position: relative;}
.bg-graph-ic {position: absolute; top:-43%; right: -20%; width: 100%; height: 100%;}

.Productivity-tool-section {position: relative;}
.bg-graph-pro {position: absolute; top:-20%; left: -26%; width: 100%; height: 100%;}


.creativity-tool-section h2:after {
  content: '';
  border: 1px solid red;
  width: 105%;
  height: 82px;
  position: absolute;
  left: -15px;
  top: -8px;
}
.creativity-tool-section h2:after {
  content: '';
  border: 1px solid red;
  width: 105%;
  height: 116%;
  position: absolute;
  left: -15px;
  top: -8px;
}
.Internal-communication h2:after {
  content: '';
  border: 1px solid red;
  width: 103%;
  height: 116%;
  position: absolute;
  left: -15px;
  top: -8px;
}
.productivity h2:after {
  content: '';
  border: 1px solid red;
  width: 106%;
  height: 116%;
  position: absolute;
  left: -15px;
  top: -8px;
}
.common-heading h2 span {border: 1px solid rgba(227, 20, 55, 1); width: 15px;height: 15px;position: absolute;background-color: #fff;z-index: 1;}
.common-heading h2 span:nth-child(1) {top:-15px;left: -20px;}
.common-heading h2 span:nth-child(2) {bottom: -10px;left: -20px;}
.common-heading h2 span:nth-child(3) {top: -15px; right: -20px;}
.common-heading h2 span:nth-child(4) {bottom:-10px; right: -20px;}


.max-padding {padding: 0 60px;}
.intro {position: relative; z-index: 1;}
.other-article-list::before{background: none!important;}
.other-article-list{background: none!important;}
@media (min-width: 1920px){
    .main-bodycontainer .container{max-width: 1536px;}
}
@media (min-width: 1680px){
    .main-bodycontainer .container{max-width: 1320px;}
}
@media (min-width: 1366px){
    .main-articlebodycontainer .container{max-width: 1320px;}
    .image img {margin-left: -41px;}

}
@media (max-width: 1024px){
  .common-heading h2 {
    font-size: 46px;
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;}
  .image img {width: 538px;border-radius: 10px;margin-left: -1px;margin-top: 70px;} 

}

@media (max-width: 992px){
  .max-padding {padding: 0 20px;}
  .common-heading h2 {left: 0;  margin-bottom: 30px;}
}

@media screen and (max-width: 768px) {
	.bg-graph{top: 0px;}
	.creativity-tool-section{margin-top: 220px;}
	.caseStudy-section{padding: 60px 20px;         height: 100% !important;	}
	.div-image{padding-bottom: 40px;}
.image img {width: 538px;border-radius: 10px;margin-left:122px;margin-top: 32px;}
.common-heading h2 { }
.Internal-communication h2:after {
  content: '';
  border: 1px solid red;
  width: 104%;
  height: 123%;
  position: absolute;
  left: -15px;
  top: -8px;
}
.creativity-tool-section h2:after {
  content: '';
  border: 1px solid red;
  width: 104%;
  height: 121%;
  position: absolute;
  left: -15px;
  top: -8px;
}
.productivity h2:after {
  content: '';
  border: 1px solid red;
  width: 104%;
  height: 121%;
  position: absolute;
  left: -15px;
  top: -8px;
}

}
@media screen and (max-width: 767px) {
	.bg-graph{top: 0px;}
	.creativity-tool-section{margin-top: 0px;}
	.caseStudy-section{padding: 60px 20px; height: 100%;}
	.div-image{padding-bottom: 40px;}
  .common-heading h2 {
    font-size: 27px;}
    .creativity-tool-section h2:after {
      width: 107%;
      height: 142%;}
      .Internal-communication h2:after {
        width: 107%;
      height: 142%;}
      .productivity h2:after {
        width: 107%;
        height: 148%;}
       .image img { width: 460px;
          border-radius: 10px;
          margin-left: -1%;;
          margin-top: 4%;
      }

      .icon-text-box {
        display: flex;
        align-items: center;
        margin: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
      .icon {
        width: 80px;
        height: 80px;
        margin-bottom: -15px;
    }
    .text-box {
      max-width: 100%;
      padding: 40px 20px 20px 20px;
}
.details{margin-bottom: 50px;}
.Internal-Communication-section, .Productivity-tool-section {padding-top: 0;}

}

@media screen and (max-width: 393px)  {
	.bg-graph{top: 0px;}
.image img {
  width:295px;}
}


@media screen and (max-width: 375px)  {
	.bg-graph{top: 0px;}
  .common-heading h2 {font-size: 24px;}
  .creativity-tool-section h2:after {left: -10px;top: -5px;}
  .productivity h2:after {left: -10px;top: -5px;}
  .Internal-communication h2:after {left: -10px;top: -5px;}
}