
.about-section{
  position: relative;
}

.about-section .image-box .image{
  position: relative;
  display: block;
}

.about-section .image-box .image img{
  max-width: none;
  float: right;
}

.about-section .image-box .shape{
  position: absolute;
  top: -78px;
  right: -91px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.content_block_one .content-box{
  position: relative;
}

.content_block_one .content-box .text-box p{
  margin-bottom: 20px;
  text-align: justify;
}

.content_block_one .content-box .theme-btn{
  padding: 18px 49px;
  box-shadow: 0px 20px 30px rgba(52, 163, 213, 0.2);
}


/** about-style-two **/

.about-style-two{
  position: relative;
  overflow: hidden;
  background:white;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_one .image-box .image img{
  width: 100%;
  background: #a3daef;
}

.image_block_one .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_one .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .support-box{
  position: absolute;
  left: 0px;
  bottom: 55px;
  width: 330px;
  background: #FFFFFF;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
  padding: 32px 20px 32px 110px;
  z-index: 1;
}

.image_block_one .image-box .support-box .icon-box{
  position: absolute;
  left: 19px;
  top: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(19, 197, 221, 0.1);
  font-size: 30px;
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}

.image_block_one .image-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--theme-color);
}

.image_block_one .image-box .support-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.image_block_one .image-box .support-box h3 a{
  display: inline-block;
  color: #222;
}

.image_block_one .image-box .support-box h3 a:hover{
  color: var(--theme-color);
}

.image_block_one .image-box .video-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 330px;
  border: 20px solid #fff;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 0px;
  text-align: center;
  z-index: 1;
}

.image_block_one .image-box .video-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.image_block_one .image-box .video-box a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.image_block_one .image-box .video-box a:before,
.image_block_one .image-box .video-box a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_one .image-box .video-box a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.image_block_one .image-box .shape{
  position: absolute;
  left: -60px;
  top: 410px;
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-style-two .pattern-layer{
  position: absolute;
  left: 170px;
  top: -95px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 7px 0px 7px 100px;
  margin-bottom: 50px;
  min-height: 80px;
}

.content_block_four .content-box .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #E9F1F2;
  width: 2px;
  height: 80px;
  top: 0px;
  right: 0px;
}

.content_block_four .content-box .inner-box .single-column:last-child .single-item:before{
  display: none;
}

.content_block_four .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  background: #E7F9FC;
  color: var(--theme-color);
}

.content_block_four .content-box .inner-box .single-item .count-outer{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 700;
  color: #222;
}

.content_block_four .content-box .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.content_block_four .content-box .theme-btn{
  padding: 18px 45px;
}

.about-style-three .image-box{
  position: relative;
  display: block;
}

.about-style-three .image-box .image{
  position: relative;
  display: block;
}

.about-style-three .image-box .image img{
  max-width: none;
  float: left;
}

.about-style-three .image-box .shape {
  position: absolute;
  left: -95px;
  bottom: -80px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


#icon{
  font-size: 7px;
}


#title{
  font-size: 18px;
}




.swartattvam-thanyou {
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 60px 15px; */
  text-align: center;
}

.swartattvam-thanyou .container {
  max-width:100%;
  margin: 0 auto;
}

.thankyou-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.8s ease both;
}

.thankyou-icon {
  margin-bottom: 25px;
  animation: pop 1s ease both;
}

.thankyou-box h1 {
  color: #0e1d40;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.thankyou-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.back-home {
  display: inline-block;
  background: #0e1d40;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.back-home:hover {
  background: #f2bf33;
  color: #0e1d40;
}

/* === Animations === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* === Responsive === */
@media (max-width: 768px) {
  .thankyou-box {
    padding: 40px 25px;
  }
  .thankyou-box h1 {
    font-size: 26px;
  }
  .thankyou-box p {
    font-size: 15px;
  }
}




.swartattvam-error {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  text-align: center;
}

.swartattvam-error .container {
  max-width: 100%;
  margin: 0 auto;
}

.error-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.8s ease both;
}

.error-icon {
  margin-bottom: 25px;
  animation: shake 1s ease both;
}

.error-box h1 {
  color: #0e1d40;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.back-home {
  display: inline-block;
  background: #0e1d40;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.back-home:hover {
  background: #f2bf33;
  color: #0e1d40;
}

/* === Animations === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

/* === Responsive === */
@media (max-width: 768px) {
  .error-box {
    padding: 40px 25px;
  }
  .error-box h1 {
    font-size: 26px;
  }
  .error-box p {
    font-size: 15px;
  }
}






















