.smyoutube,.sminstagram
        {

        height:90%!important;
        width:100%!important;

        }

.card-with-icon {
    display: flex;
    align-items: center;
    background-color: #9DBDFF; /* Card background */
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0px;
    font-family: Arial, sans-serif;
  }

.card-with-icon .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%; /* Optional for rounded icons */
    background-color: #7695FF; /* Icon background */
    padding: 5px;
  }

.card-with-icon .title {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }


.container-fluid1{
        height:100vh!important;
        position: relative;
        z-index: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

}

.twitter-embed-container {
      width: 500px; /* Adjust the width */
      max-width: 100%; /* Make it responsive */
      height: 587px; /* Adjust the height */
      overflow: hidden!important;
      margin: 0 auto; /* Center the container */
    }

.framed {
  position: relative;
  background-color: #fff;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: all 0.3s ease; /* Smooth transition */
  overflow: hidden;
  padding:2%;
}


/*
.framed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 100, 255, 0.3), rgba(255, 255, 255, 0.5));
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

*/
.framed:hover {
  transform: scale(1.05); /* Slight zoom effect */
}

.framed:hover::after {
  opacity: 1; /* Show the gradient effect on hover */
}


.social-icon {
    width: 3px!important;
    height: 30px!important;
}

@keyframes softGlow {
  0% {
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(0, 153, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.3);
  }
}

/*
.framed:hover {
  animation: softGlow 1.5s ease-in-out infinite; 
}

*/

@media screen and (min-width: 320px) and (max-width: 767px){
        .container-fluid1{
                display:none;
        }
        .gallery-container {
                margin-top:20px;
        }

        .coreservices-wrap
        {
                display:none;
        }

        .twitter-embed-container{
                margin:auto!important;
                width:80%!important;
        }
}

.social-div h2{
  font-size: 2rem;
}

