.cta-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    column-gap: 1rem;
    row-gap: 3rem;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem 2rem;
}

a{
    width: 100%;
    text-decoration: none;
}

.cta-image {
    max-width: 70px !important;
    max-height: 70px;
  
}

.cta-item:hover {
    background-color: rgb(23, 68, 96);
   
}

.cta-item:hover h4{
     color: white;
}

.cta-item {
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    gap: 0.5rem;
       border: 2.5px solid rgb(3, 9, 96);
       border-radius: 5px;
    padding: 30px 10px;
    width: 100%;
    height: auto;
}

.cta-item h4 {
    color: rgb(23, 68, 96);
}



@media(max-width: 768px){
 

 

     .cta-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
            row-gap:2rem;
    }
}

@media(max-width:576px){
    .cta-grid-wrapper {
   
            padding: 1rem 2rem;
    }

    .cta-item{
        padding: 35px 5px;
    }
}






/* SideBar Styles */
.sidebar {
          width: 300px;
          justify-self: center;
          float: right;
      
        }

        @media (max-width: 767px) {
          .sidebar {
            clear: both;
            float: none;
            margin-left: auto;
            margin-right: auto;
          }

          .contentDiv {
            width: 100%;
          }
        }

                #didYouKnow_Right_Container {
                  background-image: url("../image/didYouKnow_Right_bg.webp");
                  background-repeat: no-repeat;
                  border: 1px solid #000;
                  color: #000;
                  cursor: pointer;
                  font-family: "Courier New", Courier, "Lucida Sans Typewriter",
                    "Lucida Typewriter", monospace;
                  font-weight: bold;
                  height: 448px;
                  overflow: hidden;
                  position: relative;
                  width: 100%;
                }

                #didYouKnow_Right_Photo {
                  animation-name: didYouKnow_Right_PhotoAnim;
                  -moz-animation-name: didYouKnow_Right_PhotoAnim;
                  animation-duration: 1000ms;
                  -moz-animation-duration: 1000ms;
                  position: absolute;
                  top: -4px;
                  z-index: 300;
                }

                @keyframes didYouKnow_Right_PhotoAnim {
                  from {
                    top: -250px;
                  }

                  to {
                    top: -4px;
                  }
                }

                #didYouKnow_Right_Date {
                  font-size: 17px;
                  position: absolute;
                  right: 10px;
                  text-decoration: none;
                  top: 0;
                  z-index: 300;
                }

                .didYouKnow_Right_Btn {
                  background-color: #4eaee8;
                  border: 2px solid #000;
                  color: #fff;
                  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                  font-size: 20px;
                  font-weight: bold;
                  height: 40px;
                  padding: 3px 0 0;
                  position: absolute;
                  text-align: center;
                  -webkit-transition: -webkit-transform 0.2s ease-out;
                  -moz-transition: -moz-transform 0.2s ease-out;
                  -o-transition: -o-transform 0.2s ease-out;
                  -ms-transition: -ms-transform 0.2s ease-out;
                  transition: transform 0.2s ease-out;
                  width: 120px;
                  z-index: 300;
                }

                .didYouKnow_Right_Btn:hover {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  transform: scale(1.2);
                }

                #didYouKnow_Right_Btn1 {
                  animation-delay: 1000ms;
                  -moz-animation-delay: 1000ms;
                  animation-duration: 3s;
                  -moz-animation-duration: 3s;
                  animation-iteration-count: infinite;
                  -moz-animation-iteration-count: infinite;
                  animation-name: didYouKnow_Right_Btn1Anim;
                  -moz-animation-name: didYouKnow_Right_Btn1Anim;
                  left: 25px;
                  top: 271px;
                }

                @keyframes didYouKnow_Right_Btn1Anim {
                  0% {
                    top: 271px;
                  }

                  10% {
                    top: 261px;
                  }

                  20% {
                    top: 271px;
                  }
                }

                #didYouKnow_Right_Btn2 {
                  animation-delay: 1250ms;
                  -moz-animation-delay: 1250ms;
                  animation-duration: 3s;
                  -moz-animation-duration: 3s;
                  animation-iteration-count: infinite;
                  -moz-animation-iteration-count: infinite;
                  animation-name: didYouKnow_Right_Btn2Anim;
                  -moz-animation-name: didYouKnow_Right_Btn2Anim;
                  left: 155px;
                  top: 271px;
                }

                @keyframes didYouKnow_Right_Btn2Anim {
                  0% {
                    top: 271px;
                  }

                  10% {
                    top: 261px;
                  }

                  20% {
                    top: 271px;
                  }
                }

                #didYouKnow_Right_Btn3 {
                  animation-delay: 1500ms;
                  -moz-animation-delay: 1500ms;
                  animation-duration: 3s;
                  -moz-animation-duration: 3s;
                  animation-iteration-count: infinite;
                  -moz-animation-iteration-count: infinite;
                  animation-name: didYouKnow_Right_Btn3Anim;
                  -moz-animation-name: didYouKnow_Right_Btn3Anim;
                  left: 25px;
                  top: 321px;
                }

                @keyframes didYouKnow_Right_Btn3Anim {
                  0% {
                    top: 321px;
                  }

                  10% {
                    top: 311px;
                  }

                  20% {
                    top: 321px;
                  }
                }

                #didYouKnow_Right_Btn4 {
                  animation-delay: 1750ms;
                  -moz-animation-delay: 1750ms;
                  animation-duration: 3s;
                  -moz-animation-duration: 3s;
                  animation-iteration-count: infinite;
                  -moz-animation-iteration-count: infinite;
                  animation-name: didYouKnow_Right_Btn4Anim;
                  -moz-animation-name: didYouKnow_Right_Btn4Anim;
                  left: 155px;
                  top: 321px;
                }

                @keyframes didYouKnow_Right_Btn4Anim {
                  0% {
                    top: 321px;
                  }

                  10% {
                    top: 311px;
                  }

                  20% {
                    top: 321px;
                  }
                }

                #didYouKnow_Right_Btn5 {
                  animation-delay: 2000ms;
                  -moz-animation-delay: 2000ms;
                  animation-duration: 3s;
                  -moz-animation-duration: 3s;
                  animation-iteration-count: infinite;
                  -moz-animation-iteration-count: infinite;
                  animation-name: didYouKnow_Right_Btn5Anim;
                  -moz-animation-name: didYouKnow_Right_Btn5Anim;
                  left: 90px;
                  top: 371px;
                }

                @keyframes didYouKnow_Right_Btn5Anim {
                  0% {
                    top: 371px;
                  }

                  10% {
                    top: 361px;
                  }

                  20% {
                    top: 371px;
                  }
                }


/* Nga Grid ne Flex Containerin e madh */
   
#iwfmr {
  display: flex !important;
  gap: 2rem 
}

                 @media(max-width:992px){
                  

                  #iwfmr {
flex-direction: column !important;
align-items: center !important;
}
                }

a{
  text-decoration: none;
}