/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Folioflix
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / #navbar
3. banner section / #banner
4. service section / #service
5.  Skills section / #Skills
6. Portfolio section / #Portfolio
7. testimonials section / #testimonials
8. Blog section/ #Blog
9. Contact section /#Contact
10. weight footer section / #weight footer
11. footer section / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

    --primary-color:#3f396d;
    --secondary-color:#07003b;
    --accent:#fca61f;
    --text-color: #7d7789;
    --off-white-color: #f0f4ff;
    --light-purple-color:#6f34fe;
    --white-color:#fff;
    --light-grey-color:#f2f2ff;
# */
/*------------------------------------------------------------------
[Typography]

Body copy:     'Josefin Sans', sans-serif;

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Lato&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    overflow-x:hidden;
}
/***** navbar banner css****/
.header-and-banner-con{
    background: rgb(242,242,255);
background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    overflow: hidden;
}
.header-con{
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-con .nav-item{
    padding: 0 18px;
    font-size: 20px;
}
.banner-main-con{
    padding-top: 20px;
}
.banner-main-con2 {
    padding-top: 130px;
}
.navbar-nav .nav-item:last-child{
    padding-right: 50px;
}
.header-con .nav-item a:hover{
    color: #ba1d32 !important;
}
.header-con .nav-item a{
    color: #184797 !important;
}
.header-con .nav-item .is-active{
    color: #184797 !important;
}
.banner-heading h2{
    color: #184797;
    font-weight: 600;
}
.banner-heading h1{
    font-weight: 700;
    color: #ba1d32;
    margin-bottom: 6px;
}
.banner-heading p{
    color: var(--text-color);
    margin-bottom: 26px;
    font-family: 'Lato', sans-serif;
}
.See-btn{
    margin-left: 28px;
    font-size: 20px;
    line-height: 20px;
    color: #184797;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--light-purple-color);
}
.See-btn:hover{
    color: #ba1d32;
}
.banner-con a{
    text-decoration: none;
}
.best-award-con{
    background: #feffff;
    padding: 24px 33px;
    position: absolute;
    top: 40%;
    left: -74px;
    opacity: 0.9;
    border-radius: 17px;
}
.best-award-con:hover figure{
    transform: translateY(-8px);
}
.happy-con{
    padding: 15px 33px;
}
.best-award-inner-con figure{
    position: absolute;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.best-award-title p{
    line-height: 28px;
}
.best-award-title{
    margin-left: 70px;
}
.happy-con figure{
    position: relative;
    margin-bottom: 8px;
}
.happy-con{
    right: -42%;
    left: initial;
    top: 20%;
}
.best-award-title span{
    font-size: 14px;
    color: var(--text-color);
    line-height: 14px;
    font-family: 'Lato', sans-serif;
}
.banner-right-con::before{
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 25%;
    left: 0;
    background: url(../image/curn-icon.png) no-repeat top left;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.banner-right-con::after{
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom:100px;
    right: -58%;
    background: url(../image/triangle-icon.png) no-repeat top left;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.happy-con::before{
    content: "";
    width:52px;
    height: 59px;
    position: absolute;
    top: -131px;
    left: 0;
    background: url(../image/half-circle.png) no-repeat top left;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
.banner-social-icon{
    position: absolute;
    left: 88px;
    top: 43%;
}
.banner-social-icon ul li a i{
    width: 48px !important;
    height: 48px !important;
}
/***** navbar banner css****/
/***** service section css****/
.generic-title h6{
    font-weight: 600;
    margin-bottom: 14px;
}
.generic-title h2{
    font-weight: 700;
}
.generic-title{
    margin-bottom: 46px;
}
.service-con::before{
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    left: 0;
    background: url(../image/new-shape.png) no-repeat top left;
    animation: right-mover 1s infinite alternate;
    -webkit-animation: right-mover 1s infinite alternate;
}
.service-con::after{
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    left: 72px;
    background: url(../image/half-circle-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.service-inner-con:after {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 190px;
    right: -116px;
    background: url(../image/corn-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.service-inner-con h2{
    color: var(--primary-color);
}
.service-box{
    perspective: 100px;
}
.service-box-item{
    background: #fff;
    border: 1px solid transparent;
    padding:40px 36px;
    border-radius: 20px;
    box-shadow: 0 0 85px 0 #e9eefc;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.service-box-item:hover{
    border-color: #ba1d32;
}
.service-box-item:hover .service-box-item-content h4{
    color: #ba1d32;
}
.service-box-item figure{
    width: 130px;
    height: 130px;
    display: flex;
    background: #f4f9ff;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 50%;   
}
.service-box-item figure img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.service-box-item:hover figure img{
    transform: translateY(-8px);
}
.service-box-item-content {
    margin-left: 156px;
}
.service-box-item-content h4{
    color: #184797;
    font-weight: 700;
}
.service-box-item-content p{
    font-size: 18px;
    line-height: 28px;
    color: var( --text-color);
    font-family: 'Lato', sans-serif;
}
.service-box-item-content a{
    font-size: 18px;
    color: #184797;
    padding-bottom: 5px;
    position: relative;
}
.service-box-item-content a:hover{
    color: var(--light-purple-color);
}
.service-box-item-content a::after{
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    transition: ease-in-out 0.3s;
    background: var(--light-purple-color);
}
.service-box-item-content a:hover::after {
    width: 100%;
}
.service-box .row:first-child{
    margin-bottom: 30px;
}
.service-box .row:last-child{
    margin-bottom: 40px;
}
.service-box-item a{
    text-decoration: none;
}
/***** service section css****/
/*******portfolio section******/
.portfolio-con{
    height: 544px;
    position: relative;
    background: #184797;
}
.portfolio-body-con{
    overflow: hidden;
}
.portfolio-con::before{
    top: 0;
    left: 0;
    content: "";
    width: 352px;
    height: 344px;
    position: absolute;
    background: url(../image/portfolio-left-img.png) no-repeat top left;
}
.portfolio-con:after{
    bottom: 0;
    right: 0;
    content: "";
    width: 361px;
    height: 292px;
    position: absolute;
    background: url(../image/portfolio-right-img.png) no-repeat top right;
}
.filterDiv {
    float: left;
    width: 100px;
    text-align: center;
    display: none;
}  
.filterDiv.show{
    display: block;
}
#myBtnContainer{
      margin-bottom: 45px;
}
#myBtnContainer button{
    border: none;
    color: var(--white-color);
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;   
    display: inline-block;
    margin: 0 25px;
}
  #myBtnContainer button.active_button{
    border-bottom: 4px solid #bb1f34;
    color: #ffffff;
}

#myBtnContainer button:focus{
      outline: none;
}
  .portfolio-img-con{
      margin: 0 -15px;
}
.portfolio-img-con .filterDiv:first-child{
      width: 66.6667%;
      padding: 0 15px;
}
.portfolio-img-con .filterDiv:nth-child(2){
      margin-bottom: 13px;
}
.portfolio-img-con .filterDiv:nth-child(2),
.portfolio-img-con .filterDiv:nth-child(3),
.portfolio-img-con .filterDiv:nth-child(4),
.portfolio-img-con .filterDiv:last-child{
    width: 33.33333%;
    padding: 0 15px;
}
.portfolio-img-content{
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 48px 0 20px;
}
.portfolio-img-title h4{
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}
.portfolio-img-title p{
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}
.portfolio-img-content a i{
    background: #184797;
    color: var(--white-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 20px;
}
.portfolio-img-content a{
    text-decoration: none;
}
.portfolio-img figure:after{
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.0032387955182072714) 0%, rgba(17,19,43,0.6755077030812324) 70%); 
    position: absolute;
    top: 0;
    border-radius: 19px;
    width:100%;
    height: 320px;
    left: 0;
    display: none;
}
.portfolio-img figure{
    display: inline-block;
}
.portfolio-img-con .filterDiv:first-child .portfolio-img figure:after{
    width: 100%;
    height: 322px;
    left: 0;
}
.portfolio-img-content{
    display: none;
}
.portfolio-img-con .filterDiv:hover .portfolio-img-content,
.portfolio-img-con .filterDiv:hover .portfolio-img figure:after{
    display: block;
}
.portfolio-body-con{
    margin-top: -207px;
}
.portfolio-img-con:after {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 64px;
    right: -116px;
    background: url(../image/icon-new.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.portfolio-btn {
    margin-top: 26px;
}
/*******portfolio section******/
/***** skill section css****/
.skill-con{
    background: rgb(242,242,255);
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    overflow: hidden;
}
.skill-con:after {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    right: 0;
    background: url(../image/circle-bg-img.png) no-repeat top right;
    animation: left-mover 1s infinite alternate;
    -webkit-animation: left-mover 1s infinite alternate;
}
.skill-con::before {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    right:72px;
    background: url(../image/half-circle-right-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.skill-inner-con::before {
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 26px;
    left: -116px;
    background: url(../image/triangle-icon.png) no-repeat top left;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.download-bnt a{
    padding: 20px 32px 19px;
}
.skill-inner-con{
    z-index: 1;
}
.skill-right-con{
    padding-left: 40px;
}
.skill-right-con h6{
    font-weight: 600;
    margin-bottom: 15px;
}
.skill-right-con h2{
    font-weight: 700;
    color: var(--primary-color); 
    margin-bottom: 11px;   
}
.skill-right-con p{
    font-family: 'Lato', sans-serif;
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 20px;
}
.skill-right-con p:nth-child(4){
    margin-bottom: 30px;
}
.circle-wrap {
    width: 140px;
    height: 140px;
    border: 4px solid #eef6ff;
    border-radius: 50%;
    margin: 0 auto 18px;
}

  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill {
      width: 140px;
      height: 140px;
      position: absolute;
      border-radius: 50%;
      top: inherit;
  }
  .service-skill-sttaf-item-title {
    width: 140px;
    height: 140px;
}
  .circle-wrap .circle .mask {
      clip: rect(0px, 150px, 150px, 74px);
  }
  .circle-wrap .circle .mask .fill {
      clip: rect(0px, 75px, 150px, 0px);
      border:4px solid #184797;
  }
  .circle-wrap.firstPercentage .circle .mask.full,
  .circle-wrap.firstPercentage .circle .fill {
      animation: firstPercentage ease-in-out 4s forwards;
  }
  .circle-wrap.secondPercentage .circle .mask.full,
  .circle-wrap.secondPercentage .circle .fill {
      animation: secondPercentage ease-in-out 4s forwards;
  }
  .circle{
      margin-top: -6px;
      margin-left: -6px;
  }
  .circle-wrap.thirdPercentage .circle .mask.full,
  .circle-wrap.thirdPercentage .circle .fill {
      animation: thirdPercentage ease-in-out 4s forwards;
  }
  .circle-wrap.fourPercentage .circle .mask.full,
  .circle-wrap.fourPercentage .circle .fill {
      animation: fourPercentage ease-in-out 4s forwards;
  }
  .secondPercentage .circle .mask .fill{
    border: 4px solid #184797;
  }
  .secondPercentage h4{
      color: #ba1d32  !important;
  }  
  .secondPercentage span{
    color: #ba1d32;
}
.thirdPercentage .circle .mask .fill{
    border: 4px solid #184797;
  }
  .thirdPercentage h4{
      color: #ba1d32 !important;
  }  
  .thirdPercentage span{
    color: #ba1d32;
}
.fourPercentage .circle .mask .fill{
    border: 4px solid #184797;
}
.fourPercentage h4{
    color: #ba1d32 !important;
}
.fourPercentage span{
    color: #ba1d32;
}
  @keyframes firstPercentage {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(135deg);
      }
  }

  @keyframes secondPercentage {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(170deg);
      }
  }

  @keyframes thirdPercentage {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(150deg);
      }
  }
  @keyframes fourPercentage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(140deg);
    }
}

  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
.static-txt{
    font-size: 22px;
    top: -5px;
    right: -8px;
    line-height: 22px;
}
.static-txt2{
    font-size: 42px;
    font-weight: 700;
    color: var(--accent);
}
.skill-left-con .skill-left-item-con{
    background: var(--white-color);
    padding: 33px 28px 35px;
    box-shadow: 0 0 85px 0 #e9eefc;
    border-radius: 20px;
}
.service-skill-sttaf-con:first-child{
    margin-bottom: 30px;
}
.service-skill-sttaf-item-heading p{
    font-weight: 600;
    font-size: 20px;
}
.service-skill-sttaf-item-title h4{
    font-size: 42px;
    color: #ba1d32;
    font-weight: 700;
}
.service-skill-sttaf-con .col-lg-6:first-child .skill-left-item-con{
    margin-top: -27px;
}
/***** skill section css****/
/******blog section****/
.blog-con{
    background: var(--light-grey-color);
    overflow: hidden;
}
.blog-box-item:hover .blog-img img{
    transition: ease-in-out 0.5s;
}
.blog-box-item{
    overflow: hidden;
}
.blog-box-item:hover .blog-img img{
    transform: scale(1.1);
}
.blog-box-item{
    background: var(--white-color);
    border-radius: 20px;
}
.blog-content {
    padding: 27px 27px 30px;
}
.blog-auteher-title {
    margin-bottom: 16px;
}
.blog-auteher-title span{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #184797;
}
.blog-auteher-title span:last-child{
    color: var(--text-color);
}
.blog-content h4 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 11px;
}
.blog-content p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 28px;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
}
.blog-content a{
    color:#184797;
    /* border-bottom: 2px solid var(--accent); */
    font-size: 18px;
    padding-bottom: 6px;
    text-decoration: none;
    position: relative;
}
.blog-content a:hover{
    color: #ba1d32;
    /* border-color: var(--light-purple-color); */
}
.blog-content a:hover::after {
    width: 100%;
}
.blog-content a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    background: var(--light-purple-color);
    transition: ease-in-out 0.3s;
}
.blog-inner-con::before{
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 26px;
    left: -116px;
    background: url(../image/triangle-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.blog-inner-con h2{
    color: var(--primary-color);
}
.blog-con:after{
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 207px;
    right: -6px;
    background: url(../image/circle-bg-img.png) no-repeat top right;
    animation: left-mover 1s infinite alternate;
    -webkit-animation: left-mover 1s infinite alternate;
}
.blog-con::before {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 154px;
    right: 72px;
    background: url(../image/half-circle-right-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
/******blog section****/
/******form section******/
.form-main-con{
    overflow: hidden;
}
.form-main-inner-con h2{
    color: var(--primary-color);
}
.contact-information{
    background: #184797;
    border-radius: 28px;
    padding: 70px 40px 50px;
}
.contact-information li figure{
    width: 60px;
    height: 60px;
    background: #ba1d32;
    border-radius: 50%;
    position: absolute;
}
.contact-information-content {
    margin-left: 76px;
}
.contact-information-content h5{
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 4px;
}
.contact-information-content p{
    font-size: 16px;
    line-height: 22px;
    color: var(--white-color);
    font-family: 'Lato', sans-serif;
}
.contact-information ul li{
    margin-bottom: 32px;
}
.contact-information ul li img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.contact-information ul li:hover img{
    transform: translateY(-8px);
}
.contact-form input,
.contact-form textarea{
    background: #fefeff;
    border: none;
    box-shadow: 0 0 85px 0 #e9eefc;
    font-size: 16px;
    color: var(--text-color);
    padding: 17px 30px;
    border-radius: 30px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 23px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: var(--text-color);
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.contact-form input:focus,
.contact-form textarea:focus{
    outline: 1px solid #6f34fe;
    box-shadow: 0 0 85px 0 #d9e3ff;
}
.contact-form textarea{
    height: 148px;
    resize: none;
    margin-bottom: 29px;
}
.contact-form button{
    border: none;
    padding: 19px 64px 18px;
    background: #184797;
    color: var(--white-color);
    font-size: 20px;
    line-height: 22px;
    border-radius: 36px;
    cursor: pointer;
    box-shadow: 0 0 85px 0 #e9eefc;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
.contact-form button:hover{
    border-color: var(--light-purple-color);
    background: var(--light-purple-color);
    transform: translateY(-8px);
}
.form-main-inner-con:after{
    content: "";
    width: 35px;
    height: 38px;
    position: absolute;
    bottom: 140px;
    right: -116px;
    background: url(../image/corn-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
/******form section******/
/******footer section*******/
.weight-footer-con{
    padding-top: 68px;
    padding-bottom: 20px;
    background: 
    #000000;
}
.footer-navbar ul li{
    padding: 0 18px;
    border-left: 2px solid #184797;
    line-height: 18px;
}
.footer-navbar ul li a{
    text-decoration: none;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.footer-navbar ul li a:hover{
    color: var(--accent);
}
.weight-footer-content figure{
    margin-bottom: 38px;
}
.footer-social-icon ul li a {
    text-decoration: none;
}
.footer-social-icon ul li a i{
    background: var(--white-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #255afc;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.footer-social-icon ul li a i:hover{
    color: var(--white-color);
    background-color:#255afc ;
    transform: translateY(-8px);
}
.footer-social-icon ul li:nth-child(2) a i{
    color: #f33a7e;
    margin-left: 11px;
    margin-right: 11px;
}
.footer-social-icon ul li:nth-child(2) a i:hover{
    background: #f33a7e;
    color: var(--white-color);
    transform: translateY(-8px);
}
.footer-social-icon ul li:last-child a i{
    color: #1d74b1;
}
.footer-social-icon ul li:last-child a i:hover{
    color: var(--white-color);
    background: #1d74b1;
    transform: translateY(-8px);
}
.footer-navbar ul{
    margin-bottom: 36px;
}
.footer-social-icon{
    margin-bottom: 70px;
}
.copy-right-content{
    border-top: 1px solid #38354d;
}
.copy-right-content p{
    font-size: 14px;
    color: #9692b0;
    padding-top: 26px;
    font-family: 'Lato', sans-serif;
}
.weight-footer-con::before{
    content: "";
    width: 286px;
    height: 288px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/footer-left-dotted-img.png) no-repeat top left;
}
.weight-footer-con:after{
    content: "";
    width: 286px;
    height: 288px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../image/footer-dotted-right-img.png) no-repeat top right;
}
/******footer section*******/
/**** tastimonials section****/
.tastimonials-con{
    overflow: hidden;
}
.testimonials-content h6{
    font-weight: 600;
    margin-bottom: 14px;
}
.testimonials-content figure{
    position: absolute;
    margin-top: 9px;
}
.testimonials-inner-content{
    margin-left: 52px;
}
.testimonials-content h2{
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 12px;
}
.testimonials-content p{
    font-size: 20px;
    line-height: 33px;
    color: var(--text-color);
    font-family: 'Lato', sans-serif;
}
.carousel-control-prev {
    left: 47px;
}
.testimonials-inner-content span:last-child{
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
    font-family: 'Lato', sans-serif;
}
.auther-name{
    color: var(--primary-color) !important;
    font-size: 20px;
    line-height: 22px;
    margin-bottom:6px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
    top: inherit;
    bottom: -86px;
    width: auto;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: none;
}
.carousel-control-prev:hover{
    
    left: 37px;
}
.carousel-control-next:hover{
    padding-left: 10px;
}
.carousel-control-next,
.carousel-control-prev{
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.carousel-control-prev i,
.carousel-control-next i{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #184797;
    font-size: 24px;
    font-weight: 300;
}
.carousel-control-prev i:hover,
.carousel-control-next i:hover{
    background: #184797;
}
.carousel-control-next {
    left: 114px;
    right: initial;
}
.tastimonials-con::after{
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 115px;
    left: 72px;
    background: url(../image/half-circle-left-icon.png) no-repeat top left;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}
.tastimonials-con::before {
    content: "";
    width: 127px;
    height: 404px;
    position: absolute;
    top: 132px;
    left: 0;
    background: url(../image/new-shape.png) no-repeat top left;
    animation: right-mover 1s infinite alternate;
    -webkit-animation: right-mover 1s infinite alternate;
}
/**** tastimonials section****/
/***********/
#button {
    display: inline-block;
    background-color:#184797;
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;   
}
@-webkit-keyframes spineer {
    from {
    box-shadow: 0 0 0 0 #ba1d32
    }
    to {
    box-shadow: 0 0 0 45px rgba(255, 161, 34, .01)
    }
    }    
    
    @keyframes spineer {
    from {
    box-shadow: 0 0 0 0 #ba1d32
    }
    to {
    box-shadow: 0 0 0 45px rgba(255, 161, 34, .01)
    }
    }

  #button::after {
    content: "\f062";
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    font-size: 26px;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .modal-dialog {
    max-width: 48%;
}
.modal-header button{
    background: var(--accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    
    justify-content: center;
}
.modal-header{
    border-bottom:none;
}
.modal-header button i{
    color: var(--white-color);
    font-weight: 300;
    font-size: 18px;
}
.close:focus, .close:hover{
    opacity: 1;
}
.modal-header button:focus{
    outline: none;
}
.service-model-content h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 20px;
}
.service-model-content p{
    font-size: 18px;
    line-height: 28px;
    color: var( --text-color);
    font-family: 'Lato', sans-serif;
}
/***********/
.fixed-header {
    background: #fff;
    z-index: 3;
    transition: top 5s linear;
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slide-down 0.7s;
    box-shadow: 0 0 12px 0 #e9eefc;
}
.modal-body img {
    width: 100%;
}
.service-model-content{
    padding-bottom: 40px;
}
.blog-model-con .blog-box-item:hover .blog-img img{
    transform: scale(1);
}
.modal-body .blog-box-item{
    border-radius: 0;
}
.modal-body{
    padding-left: 30px;
    padding-right: 30px;
}
.See-btn{
    position: relative;
}
.footer-navbar ul li a::after,
.See-btn:after{
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    background: var(--accent);
    transition: ease-in-out 0.3s;
}
.See-btn:after{
    bottom: -2px;
}
.footer-navbar ul li a:hover::after,
.See-btn:hover:after{
    width: 100%;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@-webkit-keyframes left-mover{
    0% { transform: translatex(0); }
    100% { transform: translatex(10px); }
}
@-webkit-keyframes right-mover{
    0% { transform: translatex(0); }
    100% { transform: translatex(-10px); }
}
.tastimonials-left-con img,
.skill-left-con .skill-left-item-con{
    transform: scale(1);
    transition: transform ease-in-out 0.5s;
}
.tastimonials-left-con img:hover,
.skill-left-con .skill-left-item-con:hover{
    transform: scale(1.1);
}
.skill-left-con .skill-left-item-con:hover{
    box-shadow: 0 0 85px 0 #d9e3ff;
}
/************/
  .cursor {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    visibility: hidden;
    z-index: 9;
  }
  
  .cursor2 {
    width: 20px;
    height: 20px;
    visibility: hidden;
    border-radius: 100%;
    background-color: var(--accent);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9;
  }
  .hover {
    background-color: var(--primary-color);
    opacity: 0.8;
  }
  .cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
  }
  /******/
 .static-txt{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
  }
 .dynamic-txts{
    height: 88px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
  }
  .dynamic-txts li{
    list-style: none;
    animation: slide 12s steps(4) infinite;
  }
  @keyframes slide {
    100%{
      top: -360px;
    }
  }
  .dynamic-txts li h1{
    position: relative;
  }
  .dynamic-txts li h1::after{
    content: "";
    position: absolute;
    left: 0;
    height: 89%;
    width: 100%;
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    border-left: 2px solid var(--accent);
    animation: typing 3s steps(10) infinite;
  }
  @keyframes typing {
    40%, 60%{
      left: calc(100% + 30px);
    }
    100%{
      left: 0;
    }
  }
.blog-content .footer-social-icon ul li a i{
      background: var(--primary-color);
      color: var(--white-color);
      width: 40px;
      height: 40px;
      font-size: 16px;
}
.blog-model-con .contact-form{
    padding: 0 3px;
  }
.blog-model-con .contact-form input,.blog-model-con .contact-form textarea {
    box-shadow: 1px 6px 16px 0 #e9eefc;
}
.blog-content h4:hover,
#myBtnContainer button:hover{
    color: #ba1d32;
}
.model-list li{
    font-size: 18px;
    color: var(--primary-color);
    margin-left: 28px;
    margin-bottom: 10px;
    position: relative;
}
.model-list li i{
    font-size: 18px;
    color: var(--accent);
    position: absolute;
    left: -28px;
    top: 2px;
}
.service-model-content{
    height: 800px;
    overflow-y: scroll;
}
.blog-model-form input{
    margin-bottom: 12px;
}
.blog-model-form textarea {
    height: 130px;
    margin-bottom: 20px;
}
.blog-model-form button {
    padding: 16px 52px;
}
.blog-model-con .modal-body{
    height: 900px;
    overflow-y: auto;
}
.blog-model-con h4:hover{
    color: var(--primary-color);
}
.comment-title {
    border-top: 1px solid var(--light-grey-color);
    margin-bottom: 30px !important;
    padding-top: 62px;
}
.blog-content .footer-social-icon ul li a .fab.fa-behance:hover{
    background-color: #255afc;
}
.banner-right-con img[alt="banner-right-img"]{
    animation: right-mover 1s ease-in-out infinite alternate;
}
.blog-model-con p{
    margin-bottom: 60px !important;
}



/* ===============================
   PREMIUM COACHING CALENDAR v2
================================= */

.coaching-calendar-con {
    background: linear-gradient(120deg, #f2f2ff, #eef5ff);
    padding: 100px 0;
}

.calendar-wrapper {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 35px;
    box-shadow: 0 40px 80px rgba(24,71,151,0.08);
    position: relative;
}

.calendar-header h4 {
    font-weight: 700;
    font-size: 26px;
    color: #184797;
    letter-spacing: 1px;
}

.month-nav {
    background: #ffffff;
    border: 2px solid #184797;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #184797;
    transition: 0.3s;
}

.month-nav:hover {
    background: #184797;
    color: #fff;
    transform: scale(1.15);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
        margin-top: 35px;
}



.calendar-day {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    transition: 0.4s;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    border: 1px solid transparent;
}

.calendar-day:hover {
    transform: translateY(-15px);
    border-color: #ba1d32;
    box-shadow: 0 25px 60px rgba(24,71,151,0.12);
}

/* Date Number */

.calendar-day .date {
    font-size: 48px;
    font-weight: 700;
    color: #184797;
    display: block;
    margin-bottom: 12px;
}

/* Session Label */

.calendar-day p {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #7d7789;
    margin-bottom: 20px;
}

/* Availability Badge */

.calendar-day::before {
    content: "Available";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    padding: 5px 12px;
    background: rgba(24,71,151,0.1);
    color: #184797;
    border-radius: 20px;
    font-weight: 600;
}

/* Book Button */

.calendar-day a {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 40px;
    background: linear-gradient(90deg,  #ba1d32, #184797);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(24,71,151,0.25);
}

.calendar-day a:hover {
    background: linear-gradient(90deg, #ba1d32, #ff4d6d);
    transform: scale(1.08);
}


/* SECTION SPACING */
.training-section {
    padding: 120px 0;
    background: #f5f7fb;
}

#trainee {
  scroll-margin-top: 120px;
}

#trainee::before {
  content: "";
  display: block;
  height: 120px;   /* navbar height */
  margin-top: -120px;
}


.training-row {
    row-gap: 40px;
}

/* CARD */
.training-card-simple {
    background: #ffffff;
    padding: 50px 35px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.training-card-simple:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* DATE BADGE */
.date-badge {
    background: #184797;
    color: #fff;
    padding: 14px 20px;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 25px;
}

.date-badge span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.date-badge small {
    font-size: 11px;
    letter-spacing: 1px;
}

/* TITLE */
.training-card-simple h3 {
    font-weight: 700;
    color: #184797;
    margin-bottom: 12px;
    line-height: 1.3;
}

.meta {
    color: #7d7789;
    font-size: 15px;
    margin-bottom: 22px;
}

/* TAGS */
.tag-line {
    margin-bottom: 28px;
}

.tag-line span {
    background: #eef3ff;
    color: #184797;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 6px;
    display: inline-block;
}

/* BUTTON ROW */
.btn-row {
    margin-top: auto;
}

.btn-light {
    border: 1px solid #184797;
    color: #184797;
    padding: 8px 22px;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-light:hover {
    background: #184797;
    color: #fff;
}

.btn-main {
    background: #184797;
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.btn-main:hover {
    background: #ba1d32;
}

.training-header {
    margin-bottom: 70px;
}

.training-header .sub-title {
    display: inline-block;
    color: #184797;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.training-header h2 {
    font-weight: 700;
    font-size: 38px;
    color: #184797;
    margin-bottom: 12px;
}

.training-header p {
    color: #7d7789;
    font-size: 16px;
}

.admin-nav-btn {
   margin-left: 20px;
   display: flex;
   align-items: center;
   gap: 10px;
}

.admin-btn {
   padding: 8px 20px;
   background: transparent;
   border: 2px solid #1e3a8a;
   color: #1e3a8a;
   border-radius: 30px;
   font-size: 14px;
   font-weight: 500;
   text-decoration: none;
   transition: all 0.3s ease;
   white-space: nowrap;
}

.admin-btn:hover {
   background: #1e3a8a;
   color: #fff;
}

.logout-btn {
   border-color: #c0392b;
   color: #c0392b;
}

.logout-btn:hover {
   background: #c0392b;
   color: #fff;
}

.booking-modal{
   display:none;
   position:fixed;
   inset:0;
   background:rgba(0,0,0,0.6);
   backdrop-filter:blur(6px);
   justify-content:center;
   align-items:center;
   z-index:9999;
}

.booking-box{
   background:#fff;
   width:95%;
   max-width:520px;
   padding:35px;
   border-radius:16px;
   position:relative;
   box-shadow:0 20px 60px rgba(0,0,0,0.2);
}

.form-group{
   margin-bottom:15px;
}

.form-group input,
.form-group select,
.form-group textarea{
   width:100%;
   padding:10px;
   border-radius:8px;
   border:1px solid #ddd;
}

.confirm-btn{
   width:100%;
   padding:12px;
   background:linear-gradient(135deg,#e52d27,#3a7bd5);
   border:none;
   color:#fff;
   font-weight:bold;
   border-radius:8px;
}

.close-booking{
   position:absolute;
   right:20px;
   top:10px;
   font-size:22px;
   cursor:pointer;
}

.book-btn{
   background:linear-gradient(135deg,#e52d27,#3a7bd5);
   border:none;
   color:white;
   padding:6px 12px;
   border-radius:20px;
   cursor:pointer;
}

.booked-label{
   background:#ccc;
   padding:6px 12px;
   border-radius:20px;
   font-size:12px;
}

.slots-wrapper{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:center;
}

.slot-btn{
    background:linear-gradient(135deg,#e63946,#3a86ff);
    color:#fff;
    border:none;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    cursor:pointer;
    transition:0.3s;
}

.slot-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 5px 12px rgba(0,0,0,0.15);
}



.slot-booked{
    background:#ccc;
    color:#555;
    padding:8px 12px;
    border-radius:20px;
    font-size:12px;
}

.no-slots{
    display:inline-block;
    background:#eee;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    color:#777;
}

.session-title{
    margin-top:10px;
    font-weight:500;
}
.entry-popup{
    position:fixed;
    inset:0;
    background:rgba(15,23,42,0.55);
    backdrop-filter:blur(6px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    animation:fadeIn 0.4s ease;
}

/* Card */
.popup-card{
    background:#fff;
    width:420px;
    padding:50px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 30px 80px rgba(0,0,0,0.15);
    position:relative;
    animation:slideUp 0.4s ease;
}

.popup-content h2{
    font-size:24px;
    margin-bottom:15px;
    color:#1e293b;
}

.popup-content p{
    font-size:14px;
    color:#64748b;
    margin-bottom:30px;
    line-height:1.6;
}

/* Button */
.popup-btn{
    background:linear-gradient(135deg,#1e3a8a,#2563eb);
    color:#fff;
    border:none;
    padding:14px 28px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(37,99,235,0.4);
}

.popup-btn:hover{
    transform:translateY(-3px);
}

/* Close */
.popup-close{
    position:absolute;
    right:18px;
    top:18px;
    font-size:20px;
    cursor:pointer;
    color:#94a3b8;
}

.popup-close:hover{
    color:#1e293b;
}

/* Animations */
@keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
}

@keyframes slideUp{
    from{transform:translateY(30px);opacity:0;}
    to{transform:translateY(0);opacity:1;}
}


/* ================= CLIENT LOGO SLIDER ================= */

.client-logo-section {
    padding: 60px 0;
    background: #ffffff;
}

.logo-slider {
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 25s linear infinite;
}

.logo-track img {
    width: 180px;
    height: auto;
    margin: 0 35px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.logo-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Infinite Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



/* ===============================
   TRUSTED CLIENT SECTION (THEME)
================================= */

.trusted-section {
    padding: 100px 0;
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    position: relative;
    overflow: hidden;
}

/* Optional decorative shape like your other sections */
.trusted-section::after {
    content: "";
    width: 52px;
    height: 59px;
    position: absolute;
    top: 120px;
    right: 72px;
    background: url(../image/half-circle-right-icon.png) no-repeat;
    animation: mover 1s infinite alternate;
}

/* Wrapper card feel */
.trusted-wrapper {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 30px 80px rgba(24,71,151,0.08);
    overflow: hidden;
    position: relative;
}

/* Track */
.trusted-track {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: trustedMove 35s linear infinite;
    align-items: center;
}

/* Logos */
.trusted-track img {
    height: 65px;
    width: auto;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

/* Hover effect theme style */
.trusted-track img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.12);
}

/* Smooth infinite scroll */
@keyframes trustedMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* CARD */

.training-card{
background:#fff;
border-radius:18px;
padding:0;
box-shadow:0 15px 35px rgba(0,0,0,0.06);
transition:all .35s ease;
height:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.training-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 45px rgba(0,0,0,0.12);
}

/* HEADER */

.card-head{
padding:28px;
background:linear-gradient(135deg,#1e3a8a,#2563eb);
color:#fff;
border-radius:18px 18px 0 0;
text-align:left;
}

.card-head h3{
font-size:22px;
font-weight:700;
margin-bottom:6px;
}

.card-head span{
font-size:15px;
opacity:.9;
}

/* LIST */

.level-list{
padding:28px;
margin:0;
list-style:none;
}

.level-list li{
position:relative;
padding-left:28px;
margin-bottom:14px;
font-size:15px;
color:#374151;
}

/* custom bullet */

.level-list li:before{
content:"";
width:10px;
height:10px;
background:#2563eb;
border-radius:50%;
position:absolute;
left:0;
top:6px;
}

/* BUTTON */

.btn-main{
margin:0 28px 28px;
display:inline-block;
padding:12px 28px;
border-radius:30px;
background:linear-gradient(90deg,#e11d48,#2563eb);
color:#fff;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.btn-main:hover{
transform:scale(1.05);
color:#fff;
}

/* HIGHLIGHT CARD */

.highlight-card{
border:2px solid #2563eb;
position:relative;
}

.highlight-card:after{
content:"POPULAR";
position:absolute;
top:-12px;
right:20px;
background:#2563eb;
color:#fff;
font-size:11px;
padding:4px 10px;
border-radius:20px;
}
/* ===============================
   HEADER BASE
=================================*/
.main-header {
  padding: 12px 0;              /* reduced height */
  background: #eef3f9;
  transition: all 0.3s ease;
}

/* Prevent shrink on scroll */
.main-header.sticky,
.main-header.fixed,
.main-header.scrolled {
  padding: 12px 0 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* ===============================
   NAVBAR HEIGHT CONTROL
=================================*/
.navbar {
  min-height: 70px;             /* controlled height */
  align-items: center !important;
}

/* ===============================
   LOGO
=================================*/
.navbar-brand {
  padding: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.main-logo {
  height: 55px;                 /* balanced size */
  width: auto;
  display: block;
}

/* Keep logo same on scroll */
.main-header.sticky .main-logo,
.main-header.scrolled .main-logo {
  height: 55px !important;
}

/* ===============================
   NAV LINKS
=================================*/
.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  font-size: 16px;              /* slightly reduced */
  font-weight: 600;
  color: #1d3557 !important;
  margin: 0 16px;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #3a86ff !important;
}

/* ===============================
   RIGHT SIDE BUTTONS
=================================*/
.nav-right-buttons {
  display: flex;
  align-items: center;
  margin-left: 25px;
  gap: 12px;
}

/* CONTACT BUTTON */
.contact-btn {
  background: #1d4ed8;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #163fa0;
}

/* ADMIN LOGIN OUTLINE */
.admin-outline-btn {
  border: 1.5px solid #1d4ed8;
  color: #1d4ed8;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.admin-outline-btn:hover {
  background: #1d4ed8;
  color: #fff;
}

/* DASHBOARD BUTTON */
.admin-btn {
  background: #ba1d32;
  color: #fff;
  padding: 7px 18px;
  border-radius: 25px;
  font-size: 13px;
  text-decoration: none;
}

.logout-btn {
  background: #6b7280;
}

html {
  scroll-behavior: smooth;
}

#programs-section {
  scroll-margin-top: 120px; /* header height ke hisaab se adjust */
}




/* ===============================
   GLOBAL RESPONSIVE FIX
=================================*/
@media (max-width: 991px) {

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  p  { font-size: 14px; }

}

/* ================= MOBILE HEADER FIX ================= */
@media (max-width: 991px) {

  .main-header {
    background: #ffffff;          /* white background */
    padding: 10px 0;
    position: relative;
    z-index: 999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  }

  .navbar {
    min-height: 60px;
  }

  .main-logo {
    height: 42px;
  }

  /* Show proper hamburger icon */
  .navbar-toggler {
    border: none;
    font-size: 24px;
    outline: none;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }

  .navbar-toggler::before {
    content: "\2630";  /* hamburger symbol */
    font-size: 26px;
    color: #1d3557;
  }

  /* Mobile menu background */
  .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }

}

/* ===============================
   BANNER RESPONSIVE
=================================*/
@media (max-width: 991px) {

  .banner-con {
    padding: 40px 0;
  }

  .banner-left-con {
    text-align: center;
  }

  .banner-left-con h1 {
    font-size: 30px;
  }

  .banner-left-con h3 {
    font-size: 18px;
  }

  .banner-right-con {
    margin-top: 30px;
    text-align: center;
  }

  #banner-right-img {
    max-width: 80%;
  }

}

/* ===============================
   SERVICE BOX RESPONSIVE
=================================*/
@media (max-width: 767px) {

  .service-box-item {
    margin-bottom: 25px;
  }

  .service-box-item h4 {
    font-size: 18px;
  }

}

/* ===============================
   SKILL SECTION RESPONSIVE
=================================*/
@media (max-width: 991px) {

  .skill-left-con {
    margin-bottom: 40px;
  }

  .skill-right-con {
    text-align: center;
  }

  .skill-right-con h2 {
    font-size: 24px;
  }

}

/* ===============================
   TRUSTED LOGO SLIDER
=================================*/
@media (max-width: 767px) {

  .trusted-track img {
    height: 40px;
  }

}

/* ===============================
   CALENDAR RESPONSIVE
=================================*/
@media (max-width: 991px) {

  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

}

@media (max-width: 576px) {

  .calendar-grid {
    grid-template-columns: 1fr;
  }

  .calendar-day {
    padding: 15px;
  }

  .slot-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

}

/* ===============================
   TRAINING CARDS RESPONSIVE
=================================*/
@media (max-width: 991px) {

  .training-card-simple {
    padding: 25px 20px;
  }

  .level-list li {
    font-size: 14px;
  }

}

/* ===============================
   FORM RESPONSIVE
=================================*/
@media (max-width: 991px) {

  .contact-information {
    margin-bottom: 30px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }

}

/* ===============================
   FOOTER RESPONSIVE
=================================*/
@media (max-width: 767px) {

  .footer-navbar ul li {
    display: block;
    margin: 8px 0;
  }

  .weight-footer-content img {
    max-width: 120px;
  }

}

/* ===============================
   MODAL RESPONSIVE
=================================*/
@media (max-width: 576px) {

  .booking-box {
    width: 95%;
    padding: 20px;
  }

  .popup-card {
    width: 90%;
  }

}



/* ===============================
   GALLERY SECTION
================================= */

.gallery-section {
    padding: 120px 0;
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    position: relative;
    overflow: hidden;
}

.gallery-header {
    margin-bottom: 70px;
}

.gallery-header .sub-title {
    display: inline-block;
    color: #184797;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.gallery-header h2 {
    font-weight: 700;
    font-size: 38px;
    color: #184797;
    margin-bottom: 15px;
}

.gallery-header p {
    color: #7d7789;
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
}

/* GRID */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ITEM */

.gallery-item {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* Hover Effects */

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(24,71,151,0.15);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Overlay */

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(17,19,43,0.75) 100%);
    color: #fff;
}

.gallery-overlay h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive */

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 220px;
    }
}


#programs-section,
#Gallery {
  scroll-margin-top: 120px;

}

#programs-section {
  scroll-margin-top: 140px;
}


/* ===============================
   CLIENT LOGO SLIDER
================================= */

.client-logo-section {
    padding: 80px 0;
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    position: relative;
    overflow: hidden;
}

/* remove fade white edges */
.client-logo-section::before,
.client-logo-section::after {
    display:none;
}

.logo-slider {
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: logoScroll 30s linear infinite;
}

.logo-track img {
    height: 90px;
    width: auto;
    opacity: 1;
    filter: none;   /* original colors */
    transition: all 0.4s ease;
}

.logo-track img:hover {
    transform: scale(1.08);
}

@keyframes logoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

#trainee{
scroll-margin-top:120px;
}


.calendar-header h6{
   color:#184797;
   letter-spacing:1px;
}

.calendar-title{
   font-size:32px;
   font-weight:700;
   color:#ba1d32;
   margin:10px 0;
}

