p{
    font-size:16px;
    color:#535356;
}

body {
  font-family: "DM Sans", sans-serif;
  
}
img{
    height:auto;
    max-width:100%;
}
.specks-header{
   
    padding: 10px 0;
    position: fixed;
    width:100%;
    z-index: 999;
    
    background-color: #f3f2ef ;
}
ul.navbar {
      list-style: none;
      display: flex;
      padding: 0;
      margin: 0;
      justify-content: center;
    gap: 27px;
    }

    ul.navbar > li {
      position: relative;
    }

    ul.navbar > li > a {
     color: #000;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    }

    ul.navbar > li a:hover {
      color:#ff3644;
    }
    ul.navbar > li a.active{
          color:#ff3644;
        
    }
    .dropdown-content li a.active{
         background-color: #1f1f1f;
    }
    .dropdown-content li a:hover {
      background-color: #1f1f1f;
    }
    /* Dropdown menu */
    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left:-62px;
      background-color: #fff;
      min-width: 220px;
      z-index: 1;
    }

    .dropdown-content li a {
      padding: 12px 16px;
      color: #000;
      display: block;
      text-decoration: none;
    }


    /* Show dropdown on hover */
    li.dropdown:hover .dropdown-content {
      display: block;
      padding:0;
    }

    /* Add dropdown arrow */
    li.dropdown > a::after {
    content: "\f104";;
    font-family: flaticon_normal-icon !important;
    font-size: 0.8em;
   
    position: absolute;
    padding: 0 5px;
    top: 18px;
    }
    .dropdown-content li{
        list-style-type:none;
    }
    .dropdown{
        padding-right:10px;
    }
    .sara-btn{
        background:linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    color: #fff;
    transition: all .5s ease;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
    overflow: hidden;
    padding: 0 24px;
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration:none;
    font-weight: 500;
    position: relative;
    height: 50px;
    border:none;
    }
    .menu_btn{
        text-align:end;
    }
    .sara-btn:hover:before {
    width: 1000px;
    height: 1000px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.sara-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .sara-btn:hover {
    color: #fff;
    transition: all .5s ease;
    box-shadow: #0000001a 0 1px 3px, #0000000f 0 1px 2px;
  }
  .banner-image{
      background: radial-gradient(circle at top right, rgba(255, 54, 68, 0.4) 0%, rgba(255, 54, 68, 0.2) 30%, rgb(255 246 246) 70%);
  padding: 8rem 0 0;
    position: relative;
    overflow:hidden;
  }
  
 .hero-tuitle .banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #000;
  }
.hero-tuitle .banner-title span  {
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(232.42deg, #ff3644 1.36%, #fe747e94 99.95%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
  }
  
  .hero-tuitle p{
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .video-btns span{
    width: 60px;
    margin-right: 1.2rem;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #051b05;
    color: #051b05;
    font-size: 20px;
    display: inline-block;
    transform: rotate(90deg);

  }
  .video-btns{
       position: relative;
    display: block;
    color: #000;
    text-shadow: 0px 0px 15px #EC6C00;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .playbtnanim::after, .playbtnanim::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}
@keyframes video-animation{
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}
  @keyframes shine{
     100% {
    background-position: -200% center;
    }
  }
  
  .banner-picture{
      text-align:center;
      position:relative;
  }
  .banner-picture img{
      /*height: 550px;*/
  }
  .hero-tuitle{
      margin-top: 2rem;
  }
  .banner-picture::before{
    content: "";
  position: absolute;
  top: 0;
  left: 6%;
  background: url(../images/home/star-logo.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(var(--scroll-rotate, 0deg));
  transition: transform 0.1s linear;
  opacity:0.2;
  }
  .banner-image::before{
       position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
    top: -13%;
    left: -97px;
    background-size: cover;
    background-position: center;
    width: 254px;
    height: 198px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    opacity:0.2;
  }
  @keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.reqitemnt-imges{
    position:relative;
}
.banner-one-star{
        position: absolute;
    left: 9%;
    top: 10%;
    filter: invert(25%) sepia(100%) saturate(1799%) hue-rotate(337deg) brightness(109%) contrast(101%);
    animation: starZoom 5s linear infinite;
    background-image: url(../images/home/banner-two-star.png);
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
}
@keyframes starZoom{
    0% {
    
    transform: scale(0.5);
}

50% {
   
    transform: scale(1);
}
100% {
   
    transform: scale(0.5);
}
}
.banner-two-star{
    position: absolute;
    right: 5%;
    top: -54px;
    filter: invert(25%) sepia(100%) saturate(1799%) hue-rotate(337deg) brightness(109%) contrast(101%);
    animation: starZoom 7s linear infinite;
    background-image: url(../images/home/banner-two-star.png);
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
}


.book-btn .sara-btn:hover::after {
    transform: translateY(-50%);
}

.book-btn .sara-btn::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color-white);
    opacity: 0.1;
    border-radius: 50%;
    transition: 500ms ease-in;
}


.book-btn{
    position: relative;
    display: flex
;
    align-items: center;
    gap: 40px;
}

.about-us{
    padding:4rem 0 3.5rem;
    position:relative;
  
}
.siva-speaksimage{
    text-align:-webkit-center;
}
.specks-header.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background:#f3f2ef !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background:#fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.specks-header.service-header-bg{
    /*background:#f3f2ef;*/
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
.big-title{
    font-size:35px;
    font-weight:700;
}


.first-spantah,.seconf-saontag{
    font-size: 60px;
    font-weight: 500;
    line-height: 120px;
    margin-bottom: 0;
}
.ignt-titl{
        font-size: 1.2rem;
    color: #fff;
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 600;
}
.organic-trafic p{
    color:#fff;
    margin: 0;
    font-size: 15px;
}
.creartive-spak ul{
    padding:0;
    margin:0;
}
.creartive-spak ul li{
    list-style-type:none;
    display:flex;
    align-items: center;
   
}
.creartive-spak ul li:not(:last-child) {
  margin-bottom: 23px;
}

.creartive-spak ul li img{
    margin-right:10px;
    filter: invert(35%) sepia(100%) saturate(3905%) hue-rotate(338deg) brightness(102%) contrast(99%);
}
.creartive-spak ul li p{
    margin:0;
}
.keunumber-secton p{
    margin:0;
}
.creartive-spak ul li h4{
    font-size:19px;
    font-weight:600;
}
.keunumber-secton{
    padding: 23px 0px;
    padding-right: 40px;
    min-width: 220px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about-wrapper{
        position: relative;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    gap: 20px;
    display: flex;
    align-items: center;
}

.sive-spesk-content .book-btn{
    margin-top:25px;
}

.experinec-class{
    padding: 1rem;
    align-self: stretch;
    border-radius: 16px;
    position: relative;
    z-index: 0;
    text-align: center;
    flex-grow: 1;
   
    background:linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    width:100%;
}
.keynumbers-section{
    display:flex;
    gap:30px;
}
.keunumber p{
    margin:0;
}
.keunumber{
    line-height:0;
}
.keunumber span{
    font-size:50px;
    font-weight:600;
}
.service-section{
    padding:5rem 0;
    position: relative;
    overflow-x: hidden;
}

.tj-u-shape::before,.tj-u-shape::after{
    content: "";
    position: absolute;
    left: 0;
    top: -58%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
}
.tj-u-shape{
        position: absolute;
    top: 33%;
    left: 100%;
    /* transform: translateY(-50%); */
    width: 31px;
    height: 60px;
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    transform: rotateZ(180deg);
}
.tj-u-shape::after {
    top: 58%;
}
.keunumber span ,.keunumber p{
    color:#fff !important;
    font-weight: 600;
}
.content-about{
        padding: 30px;
        background:#F3F2EF;
            border-radius: 16px;
            position: relative;
}
.content-about .big-title{
    font-size: 30px;
    font-style: italic;
}
.dsign-cokmmab{
       display: flex;
    flex-direction: column;
    gap: 30px;
}
.content-about p{
   
    color:#000;
    text-align:justify;
}

.content-about .tj-u-shape{
    top:16% !important;
    background:#F3F2EF !important;
}

.service-section .row .col-md-6{
    padding:0 15px;
}

.service-listing{
    position: relative;
    padding: 5rem 0 2.5rem;
   
}

.service-listing .row{
    row-gap:27px
}

.title{
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration:none;
    font-weight: 600;
}
.service-btn span {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: block;
}
.service-btn {
        color: #fff;
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
}
.service-btn i{
   width: 36px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 63%);
    border-radius: 50%;
    margin-left: -25%;
    transition: 0.4s;
    transform: rotateZ(180deg);
    display: block;
}
.service-btn:hover span {
    opacity: 1;
    visibility: visible;
}
.service-btn:hover i {
    margin-left: 10px;
    background-color:#ff3644;
    color: #fff;
}

.shape {
    position: absolute;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    transition: 0.4s;
}
.shape img{
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);
}
.leader-ship:hover{
        background-color: #ff3644;
    border-color: transparent;
}
.leader-ship:hover .shape{
    opacity:1;
}

.motivational-speaker{
    margin-bottom:3rem;
    display: flex;
    justify-content: space-between;
}
.motivational-speaker span{
    font-style: italic;
    background: linear-gradient(82.84deg, #ff3644 0.86%, #f3707a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-about img{
       width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius:8px;
}
.service-comon{
    gap: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.service-images{
    margin-top:2rem;
}

.service-images img{
    width: 100%;
    height: 358px;
    object-fit: cover;
}

.motivational-speaker .sara-btn{
    background:#F3F2EF;
    color:#000;
}





/*footer*/

.footer-section{
        padding: 2rem 0 0;
    background: #1f1f1f;
    position: relative;
    overflow-x: hidden;
}
.footer-section:before{
    content:"";
    background-image:url(../images/home/dual-circle.png);
    animation: rotateY 30s linear infinite;
        width: 420px;
    height: 509px;
    position: absolute;
    right: -250px;
    bottom: 100px;
}

.footer-cta{
    position: relative;
    z-index: 1;
    background-color:#F2F1EF;
    padding: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-cta h3{
        font-size: 35px;
    font-weight: 700;
}
.foosection-tile{
        max-width: 570px;
}

.cta-image{
    background-image: url(../images/home/cta-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 420px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.key-not-spes{
    position: absolute;
    bottom: 0;
    right: 100px;
}
.mic-image{
        position: absolute;
    top: 35%;
    left: 61%;
   animation: arryLeftRight 2s ease infinite alternate;
    
}

@keyframes arryLeftRight{
    0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
}


.footer-navgitom{
    padding:3rem 0 2rem ;
    border-bottom: 1px solid #ffffff3d;
    position:relative;
}
.footer-logo p{
    color:#fff;
    
}

.foosection-tile p{
   
}

.quick-links h4 ,.contact-detsils h4{
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

.quick-links ul{
    padding-left:1rem;
    margin:0;
    position:relative;
}

.quick-links ul li{
    list-style-type:none;
    position:relative;
    font-size:15px;
    
    margin:10px;
}
.quick-links ul li a{
    color:#fff;
    text-decoration:none;
}

.quick-links ul li::before{
        content: '';
    position: absolute;
    background: url(../images/svg/star.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(37%) sepia(41%) saturate(4892%) hue-rotate(334deg) brightness(98%) contrast(108%);
    left: -24px;
    top: 4px;
    
}
.contact-detsils ul{
    padding:0;
    margin:0;
}

.contact-detsils ul li{
        list-style-type: none;
    color: #fff;
    display: flex;
    gap: 14px;
    margin:20px 0;
}
.contact-detsils ul li p{
    margin:0;
    color: #fff;
    font-size: 15px;
}
.contact-detsils ul li a{
    color: #fff;
    text-decoration: none;
    line-height: 39px;
    font-size: 15px;
}
.contact-detsils ul li i{
    height: 35px;
    width: 35px;
    background: #ff3a48;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.footer-logo ul{
    padding:0;
    margin:0;
    display:flex;
}
.footer-logo ul li{
    list-style-type:none;
}
.footer-logo ul li i{
    height: 35px;
    width: 35px;
    background: #ff3a48;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color:#fff;
}
.footer-logo ul li a{
    text-decoration:none;
    display: inline-block;
    margin: 0 3px;
}
.goTop-btn{
       overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    color: #fff;
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    position: absolute;
    left: 50%;
    border: none;
    z-index: 99;
    bottom: -6%;
    align-items: center;
    justify-content: center;
}

 .goTop-btn i {
    height:20px;
    width:20px;
    transition: all 300ms ease;
    display: inline-block;
    font-size: 20px;
    transform: rotateZ(270deg) !important;
}
.goTop-btn i:first-child {
    position: absolute;
   
}

.about-siva-speaks{
    position:relative;
    padding: 4rem 0;
    background: #1f1f1f;
    border-bottom: 1px solid #0000001c;
    overflow: hidden;
}
.about-siva-speaks:before{
    content: "";
    position: absolute;
    background-image: url(../images/reff/case-three-shape.webp);
    height: 540px;
    width: 241px;
    bottom: 150px;
}
.about-siva-speaks:after{
    content: "";
    position: absolute;
    background-image: url(../images/reff/stategy-globe.webp);
    height: 450px;
    width: 450px;
    bottom: -50px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotateAndScale 20s linear infinite;
    filter: invert(35%) sepia(100%) saturate(3905%) hue-rotate(338deg) brightness(102%) contrast(99%);
}
@keyframes rotateAndScale{
    0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
}
100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}
}
.goTop-btn i:last-child {
  position: absolute;
   bottom:-40px;
  
    
}
.goTop-btn:hover i:first-child {
    top: -40px;
}
.goTop-btn:hover i:last-child {
    bottom:10px;
   
}

.copy-riggts{
    padding:10px 0;
    display: flex;
    justify-content: space-between;
}

.copy-riggts p,.copy-riggts a{
    color:#fff;
    text-decoration:none;
    margin:0;
}
.copy-riggts a{
    font-size:14px;
}
.sec-shape{
    position: absolute;
    top: 0;
    right: -24%;
    /*z-index: -1;*/
}

.animation-rotatey {
    animation: rotateY 30s linear infinite;
}
@keyframes  rotateY{
    0% {
    
    transform: rotate(0deg);
}

100% {
   
    transform: rotate(-360deg);
}
}


.keynote-speaker{
   padding: 40px 30px;
    background-color: #F3F2EF;
    border: 1px solid #dadfe7;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    height: 100%;
    transition: all 500ms ease;
}

.keynote-speaker .btn-two-rounded {
        min-width: 164px;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid rgba(32, 33, 36, 0.102);
    color: #000;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
}
.btn-two-rounded:hover::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.keynote-speaker .btn-two-rounded:hover{
    color:#fff;
}
.keynote-speaker .btn-two-rounded:hover a{
     color:#fff;
}
.btn-two-rounded::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
   
    background-color: #1f1f1f;
  
    border-radius: 50%;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}
.keynote-speaker::before{
    content: '';
    position: absolute;
    background-image: url(../images/home/service-block-shape.png);
    background-size: cover;
    height: 340px;
    width: 85%;
    left: 22px;
    top: 26px;
    /* margin: 0 auto; */
    /* bottom: 0; */
        opacity: 0.6;
}
.btn-two-rounded span{
    position:relative;
    z-index:2;
}
.keynote-speaker:hover::before{
    opacity: 0.8;
    filter: brightness(0) invert(1);
}
.keynote-speaker .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-cjoose-us{
    position:relative;
    padding:4rem 0 5rem;
    background:#F3F2EF;
}

.keynote-speaker .title{
    color:#000;
        position: relative;
    z-index: 2;
} 

.why-cjoose-us .row .col-md-3{
    padding:0;
}

.keynote-speaker:hover{
    background:linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
}

 .keynote-speaker .icon::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1f1f1f;
    content: "";
    border-radius: 50%;
    transition: all 300ms ease;
    transform: scale(0);
}

.keynote-speaker:hover .icon::after {
    
     transform: scale(1); 
}
.keynote-speaker:hover .title,.keynote-speaker:hover p{
    color:#fff;
}
.keynote-speaker .icon img{
    transition: all 900ms ease;
    filter: invert(99%) sepia(3%) saturate(3%) hue-rotate(242deg) brightness(104%) contrast(100%);
}

.keynote-speaker:hover .icon img{
    transform: rotateY(360deg);
   
}

.why-cjoose-us .row .col-md-3:last-child .keynote-speaker{
    border-right:unset;
   border-radius: 0 20px 20px 0;
}
.why-cjoose-us .row .col-md-3:first-child .keynote-speaker{
    border-radius: 20px 0 0 20px;
}
.keynote-speaker p{
    margin:0;
        position: relative;
    z-index: 2;
}

.why-cjoose-us .big-title{
    margin-bottom:2rem;
    text-align:center;
}

.choose-block-four {
    padding: 30px;
    border-radius: 10px;
    background-color:#343434;
   margin: 1.5rem 0;
            border: 1px solid #0000001c;
}
.secdtitle{
    font-size: 22px;
    color: #fff;
    margin-bottom: 1rem;
}
.text-wgray{
    color:#f0f0f0;
}
.choose-block-four a{
    color:#000;
    text-decoration:none;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.choose-block-four p{
    margin:0;
}
.choose-block-four i{
        height: 30px;
    width: 30px;
    background: #ff3a48;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 5px;
    position: relative;
    text-align: center;
    margin-right: 5px;
    color:#fff;
    align-items: center;

}
.about-siva-speaks .row{
    row-gap:24px;
}
.choose-block-four ul{
    padding-left:1rem;
}
.choose-block-four ul li:before{
    content: '';
    position: absolute;
    background: url(../images/svg/star.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(37%) sepia(41%) saturate(4892%) hue-rotate(334deg) brightness(98%) contrast(108%);
    left: -24px;
    top: 4px;
}
.choose-block-four ul li{
    position:relative;
    list-style-type:none;
    margin:10px 0;
}

.about-siva-speaks .motivational-speaker{
    border-bottom: 1px solid #f2f2f214;
    padding-bottom: 2rem;
}
.more-about-siv{
    position:relative;
    z-index: 2;
}
.siva-aboutsd{
    position: absolute;
    bottom: 0;
    background: #fff;
    max-width: 70%;
    padding: 1.4rem;
    font-style:italic;
}
.siva-aboutsd h4{
    font-size:1.6rem;
    color:#ff3644;
}
.siva-aboutsd i{
    font-size: 2.5rem;
    right: 15px;
    top: 5px;
    opacity: 0.5;
    position: absolute;
}
.siva-aboutsd p{
    margin-bottom:0
}
/*.more-about-siv img{*/
/*    width:100%;*/
/*}*/

.banner-keynumnersd{
    position:relative;
    margin-top:-50px;
}

.bane-kyne-sec{
    background:#1f1f1f;
    padding: 3.1rem 2.5rem;
    border-radius: 8px;
    position:relative;
    overflow:hidden;
}
.bane-kyne-sec:before{
    content: "";
    position: absolute;
    background-image: url(../images/reff/funface-dual-circle.png);
    width: 420px;
    height: 509px;
    background-repeat: no-repeat;
    right: 0;
    right: -200px;
    bottom: -150px;
    animation: rotateAndScale 20s linear infinite;
}
.ban-tra-title{
   color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

@keyframes rotateAndScale{
    0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
}
100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}
}
.bane-kyne-sec p{
    color: #f0f0f0;
    font-size: 1rem;
    margin-bottom: 0;
    border-right: 1px solid #F4F4F41A;
    padding-right: 1rem;
}
.ui-colorsd{
   list-style: none;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    color: #f0f0f0;
    padding-left: 0rem;
        margin: 0;
}
.spec-count{
    font-size: 2.5rem;
    font-weight: 700;
}
.ui-colorsd em{
    display:block;
}
.ui-colorsd li{
    text-align:center;
    min-width: fit-content;
}

.siv-tilsd{
   color: #fff;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.clientsd .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear !important;
}


/*why choose us*/
.wy-choosesd{
    position:relative;
    padding:4rem 0;
}
.you-procesd{
    position:relative;
        padding: 50px 0px 0;
}
.you-procesd h4{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0;
    padding-bottom: 20px;
    line-height: 1.6;
    position: relative;
}
.you-procesd h4:before{
    background-color: #000000;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 5px;
}
.you-procesd h4:after{
    background-color: rgb(0 0 0 / 10%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 82px;
    width: 110%;
}
.btla-btns{
    background:linear-gradient(82.84deg, #010101 .86%, #222121);
}
.galler-swiper .swiper-slide {
  transition: transform 0.4s ease;
  overflow:visible;
}
.galler-swiper .swiper-slide-prev,
.galler-swiper .swiper-slide-next {
  transform: scale(0.9) !important; /* Optional: slightly smaller adjacent slides */
  z-index: 1;
}
.gallery-sections p{
    font-size: 1.1rem;
    margin-top: 1rem;
    color: #000;
    text-align: center;
    transition:0.3s linear
}
.galler-swiper .swiper-slide p{
    opacity:0;
}
.galler-swiper .swiper-slide.swiper-slide-active p{
    opacity:1;
}
.galler-swiper .swiper-button-next,.galler-swiper .swiper-button-prev{
   top: 45% !important;
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
    background: #1f1f1f;
}
.swiper-button-next:after, .swiper-button-prev:after{
     font-size: 1rem !important;
}

/*cta*/
.cta-sectrwe{
    position:relative;
    background:url(../images/reff/background-dark.webp) no-repeat center center;
    padding:5rem 0 0rem;
    background-size: cover;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 30px;
}
.siva-images img{
    border-radius:10px;
}
.testiminia-card{
    position:relative;
   
}
.cta-sectrwe .col-lg-8{
    padding-left:2rem;
}
.testiminia-card i{
   font-size: 4rem;
    color: #fff;
    opacity: 0.9;
}
.testiminia-card p{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 3rem;
}
.testiminia-card h5{
        color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}
.testiminia-card span{
    color:#fff
}
.testimonialsf .swiper-button-next:after, .testimonialsf .swiper-button-prev:after{
    content: "\f1bd";
    font-family: flaticon_normal-icon !important;
    color:#fff;
    font-size:1.5rem !important;
}
.testimonialsf .swiper-button-next, .testimonialsf .swiper-button-prev{
    bottom:0;
    top:unset !important;
}
.siwepr-btnsd{
    margin-top: 4rem;
}
.testimonialsf .swiper-button-prev{
    transform:rotate(180deg);
}
.testimonialsf .swiper-button-next{
    right:unset !important;
    left: 70px;
}

.books-stoery-telling ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.books-stoery-telling ul li{
    list-style-type:none;
    width:136px;
}

.books-section{
    padding:1rem 0 3rem;
    position:relative;
}

.books-stoery-telling{
    text-align:center;
}

.book-storty{
    margin-top:1.5rem;
}
.site-icon-aac {
    position: fixed;
    top: 50%;
    right: 6px;
    z-index: 1;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site-icon-aac .whatsapps{
    
}

.specks-header.service-specks{
    background:unset;
}


/*recent-books-section*/

.recent-books-section {
    position:relative;
    padding:4rem 0 3rem;
}
.recent-books-section .row{
      row-gap: 20px;
    justify-content: center;
}
.recent-books{
   display: flex;
    justify-content: space-around;
}

/*.recent-books-section .big-title {*/
/*    max-width: 76%;*/
/*}*/
.recent-books p {
    max-width: 36%;
    margin: 0;
}
.books-sections{
    position: relative;
    display: flex;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 40px;
    background-color: #f3f2ef;
    align-items: center;
    justify-content: space-around;
    height:100%;
}
.book-info{
    position: relative;
    
}
.book-contact-details{
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    background-color: #f3f2ef;
}
.book-info h4{
    margin: 20px 0;
}
.book-info h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    text-transform:capitalize;
}

.book-image {
  max-width: 40%;
  text-align: center;
}

.book-image img {
  /*width: 100%;*/
  /*max-width: 150px;*/
  /*height: auto;*/
  border-radius: 8px;
}

.book-image p {
  margin-top: 10px;
  font-style: italic;
  color: #555;
}
.book-contact-details p{
    font-size: 25px;
}

.book-contact-details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/*our-planners-sec-start*/


.our-planners-sec {
    position:relative;
    padding:4rem 0 3rem;
}
.our-planner-organisers {
    max-width: 90%;
}
.our-planer-quote{
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
}
.our-planner-organisers p{
    margin: 10px 0;
}
.travel-availability{
    position:relative;
    padding:4rem 0 3rem;
}
.events-travel-availability .motivational-speaker {
    margin-bottom: 1rem;
}
.events-travel-availability {
    max-width:55%;
}

.travel-box-sed{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 30px;
    background-color: #F3F2EF;
    border: 1px solid #dadfe7;
    /* box-shadow: 0px 0px 47px 0px rgb(78 111 178 / 6%); */
    border-radius: 0 150px 0 150px;
    transition: all 0.4s ease;
    flex-direction: row-reverse;
}
.resource-section {
    margin: 0 auto;
    position: relative;
}
.resource-card {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  gap: 20px;
}
.resource-card a{
    text-decoration: none;
    position: relative;
}
.resource-section .number {
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}
.resource-section .content {
  flex: 1;
}
.resource-section .content h4 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}
.resource-section .content p {
  margin: 0;
  line-height: 1.6;
}
.resource-section .icon {
    flex-shrink: 0;
    margin-left: auto;
}
.resource-section .icon {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:45px;
    height:45px;
    border: 1px solid #e53935;
    border-radius: 50%;
    padding: 5px;
    max-width: 60px;
}
.resource-section .icon img{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    filter: invert(30%) sepia(78%) saturate(1992%) hue-rotate(335deg) brightness(109%) contrast(116%);
}
.choose-keynote-speaker{
    position: relative;
    padding: 4rem 0;
    background: #1f1f1f;
}

.advantasde-keynote-speaker{
       position: relative;
    padding: 2rem 0 4rem;
}
.advantasde-keynote-speaker .choose-keynote-box{
    position: relative;
    padding: 23px;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.choose-keynote-speaker .row{
    row-gap:20px;
}
.choose-keynote-box{
    position: relative;
    padding: 23px;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}
.choose-keynote-box h4{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}
.choose-keynote-box p{
    margin:0;
}
.choose-keynote-box .icon{
    font-size: 41px;
    line-height: 1;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: rgb(31, 31, 31);
    border: 1px solid #dadfe7;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
}
.choose-keynote-box .icon img{
    filter: brightness(0) invert(1);
}
.choose-keynote-box:hover .icon {
    background-color: #ff3644;
    border-color: #dadfe7;
}


/*mobile view*/


.mobile-menu-top, 
.memnu-clos-open{
    display:none;
}
.dropn-btnmobile{
    position: absolute;
    right: 0;
    width:25px;
    height:25px;
    text-align: center;
    line-height:25px;
    top: 0;
    background: #ff3846;
    display: none;
    border-radius: 50px;
}
.dropn-btnmobile i {
    color: #fff;
    font-size: 20px;
}

.experience-emotion{
    padding:4rem 0;
    position:relative
}

.corparete-epth .title{
    color:#000;
}

.emotion-impact{
    margin-bottom:2rem;
}
.corparete-epth{
    position: relative;
   
    border: 1px solid #E8E8E8;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}

.experience-emotion .row{
    row-gap:24px;
}
.corparete-epth:hover{
     box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.0784313725);
}
.corparete-epth p{
    margin:0;
}

.multilingual .title{
    color:#000;
}

.multilingual{
    border: 1px solid #f3707a;
    padding:20px;
    border-radius: 10px;
    height:100%;
}
.culturally-fluent .row{
    row-gap:24px
}

.multilingual p{
    margin:0;
}

.culturally-fluent{
    padding:1rem 0 4rem;
    position:relative;
}

.career-dreams{
       display: flex
;
    position: relative;
}

.empaty-agility{
    background:linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    padding: 30px;
     width:75%;
   
}

.empaty-agility p{
    color:#fff;
    margin:0;
    text-align:justify;
}

.empaty-agi{
    width:79%;
}

.purpose-driven{
   background: #f3f2ef;
    padding: 30px;
    width: 40%;
    position: absolute;
    right: 0;
        bottom: -40%;
}
.purpose-driven .big-title{
    font-size:28px;
}
.about-siva-speaking{
    position:relative;
    padding:3rem 0 5rem;
    overflow-x:hidden;
}
.motivational-experience{
    position:relative;
    padding:0rem 0 12rem;
        overflow-x: clip;
}
.about-siva-speaking .smal-aboutsd{
       font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.purpose-driven .reasons-our::before{
       top: -12rem;
    left: -2rem;

    background-position: center;
    background-repeat: no-repeat;
}
.meaningful-action img{
    width:100%;
}
.maximum-aduyinece{
        width: 100%;
    height: 600px;
}
.about-image img{
   /*height: 588px;*/
}

.keynote-speaker .title a{
    color:#000;
    text-decoration:none;
}

.keynote-speaker:hover .title a{
    color:#fff;
}

.rgts-reserved li{
    list-style-type:none;
    position:relative;
}

.rgts-reserved {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    position:relative;
    flex-wrap: wrap;
}

.rgts-reserved li a,.rgts-reserved li{
    color:#fff;
    text-decoration:none;
}

.rgts-reserved li::before{
    content:'|';
    position:absolute;
    top:0;
    left:0;
    left: -11px;
    color: #fff;
}
.rgts-reserved li:first-child::before {
    content: unset;
}
.locatiobas-target{
    margin-top: 1.2rem;
    /*margin-bottom: 1.3rem;*/
}

.whatsapp img{
   filter: invert(43%) sepia(61%) saturate(7487%) hue-rotate(337deg) brightness(107%) contrast(112%);
}
.whatsapp{
    position:relative;
    background-color:#fff;
    border-radius: 20px;
    display:none;
}

label.error{
    color:red !important;
    font-size:12px !important;
}

.blog-bredcrumb{
    background-color: #F2F1EF;
    padding:10rem 0 8rem;
}

.blog-title-tag .banner-title{
        display: inline-block;
    font-size: 36px;
    font-weight: 600;
}

.blog-title-tag{
    text-align:center;
}

.blog-title-tag .breadcurmb-navigation li{
    color:#000;
    font-weight:600;
}
.blog-title-tag .breadcurmb-navigation li a{
    color:#000;
}

.blog-title-tag .breadcurmb-navigation li:not(:first-child):before{
    color:#000;
}
.blog-title-tag .breadcurmb-navigation{
        justify-content: center;
}

.blog-smal-title{
        font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.blog-section{
    position:relative;
    padding:4rem 0;
}

.date-blog{
    display:block;
    font-weight:600;
    margin-bottom:1.5rem;
}
.date-blog i{
    margin-right:5px;
}



/* Modal Base */
.ebook-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
}

/* Modal Box */
.ebook-modal-content {
  background-color: #fff;
    margin: 11% auto;
    padding: 20px;
    width: 54%;
    max-width: 900px;
    border-radius: 8px;
    position: relative;
}

/* Close Button */
.ebook-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: red;
}

/* Modal Inner Layout */
.ebook-modal-inner {
  display: flex;
 flex-direction: column;
  gap: 30px;
}

/*.ebook-modal-inner .left,*/
/*.ebook-modal-inner .right {*/
/*  flex: 1 1 45%;*/
/*}*/

/* Form Styling */
.ebook-modal-content form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.download-btn {
  background-color: #ff2d2d;
  color: white;
  padding: 15px;
  width: 100%;
  border: none;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

.download-btn:hover {
  background-color: #cc0000;
}


.blog-list{
    list-style-type: none;
}

.left span{
    font-style: italic;
    background: linear-gradient(82.84deg, #ff3644 0.86%, #f3707a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.principls-book{
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-sivakumar img{
    width:100%;
    margin-bottom:15px;
}


.blog-sivakumar p {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-title a{
    display:block;
    line-height:24px;
}
.leadership-keynote{
    overflow: clip;
}
.leadership-keynote .reasons-our{
       z-index: 9;
}
.leadership-keynote .reasons-our::before{
    top: -1.6rem;
    left: 10rem;
}


  .email-course-section {
  
  padding: 1rem 0 ;
  text-align: center;
}

.course-header .banner-title {
  font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 0px;
    
    background: linear-gradient(82.84deg, #ff3644 0.86%, #f3707a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-header h4 {
  font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #424242;
}

/* Content layout */
.course-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  margin-top:2rem;
      align-items: center;
}

/* Left image */
.course-image img {
 
  
  border: none;
  display: block;
  
}

/* Right form */
.course-form {
      background: #fafafa;
    border: 1px solid #ddd;
    padding: 25px;
    max-width: 400px;
    width: 400px;
    text-align: left;
    height: 400px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.course-form h2 {
  color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.course-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.course-form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.course-form input[type="text"],
.course-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 14px;
}

.course-form small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.course-form button {
  background: #222;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 3px;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
}

.course-form button:hover {
  background: #444;
}

/* Footer */
.course-footer {
  margin-top: 40px;
}

.course-footer p {
  font-size: 18px;
  color: #444;
}





/* Icon overlay hidden by default */
.download-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.download-icon img {
  width: 20px;
  height: 20px;
  
}

/* Show icon on hover */
.planner-images:hover .download-icon {
  opacity: 1;
}
.planner-images{
    position:relative;
}

.feature__icon img{
    filter: invert(34%) sepia(58%) saturate(6397%) hue-rotate(339deg) brightness(103%) contrast(100%);
}

.para-title{
    font-size:20px;
}

.abdul-kalam-sir{
    padding:2rem 0 4rem;
    position:relative;
}


.link {
       text-decoration: none;
    color: #ff3644;
    font-weight: 700;
}