*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Poppins;
}
a{
    text-decoration: none;
    display: inline-block;
}
ul{
    list-style-type: none;
}
img{
    display: inline-block;
}

h1 h2 h3 h4 h5 h6{
    margin: 0;
}

.title{
  text-align: center;
}
.title h2{
    color: #ebb884;
    font-size: 22px !important;
    font: bold !important;
    text-transform: uppercase;
    padding: 7px 30px;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 1px solid #ebb884;
    display: inline-block;
}
.title h3{
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 36px !important;
    text-transform: capitalize;
}



/* ======================================================================== */
/* ====================nav start============================== */
#navbar{
    padding: 14px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
#navbar .navbar-nav{
    margin-right: 120px;
    gap: 24px;
}
#navbar .navbar-nav .nav-item .nav-link{
    color: white;
    font-size: 16px;
    font-weight: 700;
}
#navbar .navbar-nav .nav-item .nav-link:hover{
    color: #D0A578;
    
}
#navbar .navbar-nav .nav-item .active{
    color: #D0A578;
   
}

/* Navbar default */
#navbar {
  transition: all 0.3s ease;
  padding: 15px 0;
}

/* Sticky হলে */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Sticky হলে link color black হবে */
.sticky .nav-link,
.sticky .navbar-brand,
.sticky .navbar-brand img {
  color: #000 !important;
}
.sticky .active {
  color: #D0A578 !important;
}

.sticky .nav-link:hover {
  color: #007bff !important; 
}


/* ====================nav end============================== */


/* ====================banner start============================== */
#banner{
    background: url(../img/banner/bannerbg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#banner .main{
   display: flex !important;
}

#banner .top{
   max-width: 630px;
   padding-top: 160px;
}

#banner .top p{
       color: rgba(255, 255, 255, 0.793)  ;
}

#banner .top h4{
    padding-top: 10px;
    font-size: 38px ;
    font-weight: 600 ;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffffff ;
}

#banner .top h4 span{
     color: #ebb884  !important;
}

#banner .top h6 {
    padding-top: 20px;
     color: rgba(255, 255, 255, 0.793)  ;
}


 #banner .bottom .social-container {
    width: 500px;
    margin-top: 32px;
    margin-bottom: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    border-radius: 12px;
    border: 1px solid rgb(170, 145, 145);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
 #banner .bottom{
    padding-bottom: 70px;
 }
  #banner .bottom .social-container a {
    color: #555;
    font-size: 36px;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  #banner .bottom .social-container a.whatsapp {
    color: #25D366;
  }
  #banner .bottom .social-container a.email {
    color: #25D366;
  }
  #banner .bottom .social-container a.youtube {
    color: #FF0000;
  }
  #banner .bottom .social-container a.github {
    color: white;
  }
  #banner .bottom .social-container a.medium {
    color: #00ab6c;
  }
  #banner .bottom .social-container a.linkedin {
    color: #0077b5;
  }
  #banner .bottom .social-container a.facebook {
    color: 	#1877F2;
  }

  #banner .bottom .social-container a:hover {
    color: #0077b5; /* LinkedIn blue as default hover */
    transform: scale(1.2);
  }

  /* Individual brand colors on hover */
  #banner .bottom .social-container a.whatsapp:hover {
    color: #23b659;
  }
  #banner .bottom .social-container a.email:hover {
    color: #22934c;
  }
  #banner .bottom .social-container a.youtube:hover {
    color: #c30f0f;
  }
  #banner .bottom .social-container a.github:hover {
    color: #f2efefd2;
  }
  #banner .bottom .social-container a.medium:hover {
    color: #077b51;
  }
  #banner .bottom .social-container a.linkedin:hover {
    color: #0e76ae;
  }
  #banner .bottom .social-container a.facebook:hover {
    color: #1877F2;
  }

/* ====================banner end============================== */

/* ====================About Start============================== */
#about{
  padding: 150px 70px;
  background: #FFF !important;
}

.about-tab-section .about-tab .about-tab-pills {
  background-color: #e8bf9659 !important;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 30px;
}

#about .expe-year{
  margin-left: -8px;
}
#about .expe-company{
  color: black;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.about-tab-section .about-tab .about-tab-pills .custom-nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  text-align: center;
}

.about-tab-section .about-tab .about-tab-pills .custom-nav-item .nav-link {
  display: inline-block;
  padding: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  border-radius: 100px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  display: block;
}
#about .about-tab-content .title{
  text-align: start;
  font-weight: 600;
}
.about-tab-section .about-tab .about-tab-pills .custom-nav-item .nav-link.active {
  color: #1d1d1d;
  background-color: #e8bf96;
}

.about-tab-section .about-tab .about-tab-content .about-data li {
  padding-left: 0px;
  margin-left: 0px;
  display: -ms-grid;
  display: grid;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 5px;
  -ms-grid-columns: 130px 40px auto;
      grid-template-columns: 130px 40px auto;
}



.about-tab-section .about-tab .experience-item {
  border-radius: 15px;
  padding: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.about-tab-section .about-tab .experience-item .expe-year-section i {
  color: #e8bf96;
}

.about-tab-section .about-tab .experience-item .expe-year {
  font-size: 14px !important;
  color: #e8bf96;
  font-weight: 400 !important;
}

.about-tab-section .about-tab .experience-item .expe-company {
  font-size: 14px !important;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #696969;
  font-weight: 400 !important;
}

.about-tab-section .about-tab .experience-item .expe-title {
  font-size: 22px !important;
}

.about-tab-section .about-tab .skill-area {
  background-color: #262629;
  padding: 74px 30px 74px;
  border-radius: 150px;
  margin: 0px 20px;
}

.about-tab-section .about-tab .skill-area:hover .skill-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.about-tab-section .about-tab .skill-area .skill-img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center !important;
  margin-bottom: 32px;
}

.about-tab-section .about-tab .skill-area .skill-percentage {
  color: #ffffff;
  font-weight: 500 !important;
  line-height: 1.1;
  font-size: 30px !important;
  text-transform: capitalize;
  text-align: center;
}

.about-tab-section .about-tab .skill-area .skill-pare {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize !important;
  line-height: 1.8;
  text-align: center;
  color: #ddd;
}

/* --------- skill start -------- */

.Skill .progress_bar{
            display: flex;
            justify-content: center; 
        }

        .Skill .container{
          margin-top: 100px;
          margin-bottom: 20px;
          padding: 0;
         
        }
        .skill_row{
          display: flex !important;
          justify-content: center !important;
        }

        .Skill .skill_main{
          display: flex;
          column-gap: 36px;
        }

        .Skill .progress_bar .skill{
            width: 160px;
            height: 160px;
            position: relative;
            text-align: center;
            margin-top: 26px;
            margin-bottom: 100px;
        }
        .Skill .progress_bar .outer{
            width: 160px;
            height: 160px;
            border-radius: 50%;
            box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
                        -6px -6px 10px -1px rgba(255,255,255,0.7);
            padding: 20px;
        }

        .Skill h6{
          font-size: 24px !important;
          margin-top: 16px;
          text-align: center;
        }
        .Skill  .progress_bar .inner{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                        inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                        -0.5px -0.5px 0px rgba(255,255,255,1),
                        0.5px 0.5px 0px rgba(0,0,0,0.15),
                        0px 12px 10px -10px rgba(0,0,0,0.5);
        }

        .Skill .progress_bar #number{
            font-weight: 600;
            color: #555;
        }

        .Skill .progress_bar svg{
          position: absolute;
          top: 0;
          left: 0;
        }

        .Skill .progress_bar .one circle{
            fill: none;
            stroke: #ff4b5c; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim1 3s linear forwards;
        }
        .Skill .progress_bar .two circle{
            fill: none;
            stroke: #ff9f1c; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim2 3s linear forwards;
        }
        .Skill .progress_bar .three circle{
            fill: none;
            stroke: #2ec4b6; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim3 3s linear forwards;
        }
        .Skill .progress_bar .four circle{
            fill: none;
            stroke: #3a86ff; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim4 3s linear forwards;
        }
        .Skill .progress_bar .five circle{
            fill: none;
            stroke: #8338ec; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim5 3s linear forwards;
        }
        .Skill .progress_bar .six circle{
            fill: none;
            stroke: #f6900b; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim6 3s linear forwards;
        }
        .Skill .progress_bar .seven circle{
            fill: none;
            stroke: #06d6a0; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim7 3s linear forwards;
        }
        .Skill .progress_bar .eight circle{
            fill: none;
            stroke: #ffd60a; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim8 3s linear forwards;
        }
        .Skill .progress_bar .nine circle{
            fill: none;
            stroke: #fb5607; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim9 3s linear forwards;
        }
        .Skill .progress_bar .ten circle{
            fill: none;
            stroke: #118ab2; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim10 3s linear forwards;
        }
        .Skill .progress_bar .eleven circle{
            fill: none;
            stroke: #ab54ee; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim11 3s linear forwards;
        }
        .Skill .progress_bar .twelve circle{
            fill: none;
            stroke: #ff006e; 
            stroke-width: 20px;
            stroke-dasharray: 472;
            stroke-dashoffset: 472;
            animation: anim12 3s linear forwards;
        }

        .Skill img{
          height: 65px;
          width: 65px;
        }
        .Skill .three img{
          height: 100px;
          width: 100px;
        }
        .Skill .four img{
          height: 60px;
          width: 60px;
        }
        .Skill .eight img {
          height: 67px;
          width: 85px;
        }
        .Skill .nine img {
          height: 67px;
          width: 85px;
        }

        @keyframes anim1{ 100%{ stroke-dashoffset:65; } }
        @keyframes anim2{ 100%{ stroke-dashoffset:90; } }
        @keyframes anim3{ 100%{ stroke-dashoffset:110; } }
        @keyframes anim4{ 100%{ stroke-dashoffset:80; } }
        @keyframes anim5{ 100%{ stroke-dashoffset:140; } }
        @keyframes anim6{ 100%{ stroke-dashoffset:190; } }
        @keyframes anim7{ 100%{ stroke-dashoffset:180; } }
        @keyframes anim8{ 100%{ stroke-dashoffset:140; } }
        @keyframes anim9{ 100%{ stroke-dashoffset:150; } }
        @keyframes anim10{ 100%{ stroke-dashoffset:100; } }
        @keyframes anim11{ 100%{ stroke-dashoffset:65; } }
        @keyframes anim12{ 100%{ stroke-dashoffset:100; } }



/* --------- skill End -------- */


/* --------- Certificate Start -------- */


    .certificate-box {
      margin-top: 150px;
      margin-bottom: 60px;
      height: 450px;
      background: #fff;
      border: 5px solid #1565c0;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .certificate-box:hover {
      transform: scale(1.03);
      box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

    .certificate-box img {
      max-width: 95%;
      max-height: 90%;
      border-radius: 10px;
      border: 2px solid #ccc;
    }

   .certificate .title {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #1565c0;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  width: 300px;      
  text-align: center; 
}

  













/* --------- Certificate End -------- */
/* ====================About end============================== */

















/* ====================Work start============================== */
#work{
  padding: 150px;
  text-align: center;
  background: whitesmoke;
}
#work .projects-wrapper .work-container {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
    0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
    0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

#work .projects-wrapper .work-container:hover .overlay-work {
  opacity: 0.85;
}

#work .projects-wrapper .work-container:hover .content {
  opacity: 1;
}

#work .projects-wrapper .work-container:hover .card-body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* 🔹 Fixed Image Height */
#work .projects-wrapper .work-container .card-body {
  width: 100%;
  height: 300px; /*  fixed height */
  overflow: hidden;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#work .projects-wrapper .work-container .card-body img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: all 1s;
}

#work .projects-wrapper .work-container .card-body:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#work .projects-wrapper .work-container .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-25%, #ebb884),
    to(#161c2d)
  ) !important;
  background-image: linear-gradient(#ebb884 -25%, #161c2d) !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
}

#work .projects-wrapper .work-container .content {
  position: absolute;
  opacity: 0;
  z-index: 1;
  bottom: 25px;
  left: 45% !important;
  transform: translateX(-45%);
  inset-inline-start: 40px;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
}

#work .projects-wrapper .work-container .content .content-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.8;
  padding: 6px 15px;
  border-radius: 3px;
  background-color: #1d1d1d;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 1px solid #00ab6c;
}

#work .projects-wrapper .work-container .content .content-title:hover {
  color: #ebb884 !important;
}

#work .projects-wrapper .work-container .content .tag {
  display: inline-block;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1.8;
  border-radius: 3px;
  padding: 5px 15px;
  color: #ced4da;
  text-transform: capitalize;
  background-color: #1d1d1d;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#work .projects-wrapper .work-container .content .tag:hover {
  color: #ebb884 !important;
}

#work .filter-options .categories {
  cursor: pointer;   
}

#work .filter-options .categories {
    cursor: pointer;
    font-weight: 800;
    color: #FFF;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-size: 18px;
    word-spacing: 5px;
    border-radius: 10px;
}

#work .filter-options .categories:hover {
  color: #ebb884;    
}

#work .filter-options .categories.active {
  color: #ebb884;      
}

  

  /* ===== button Section ===== */

  #work .filter-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Base button */
  .categories {
    --border-radius: 50px;
    --color: #ff004f; /* default glow color */
    position: relative;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff; /* readable on dark bg */
    background: #1d1d1d;
    border-radius: var(--border-radius);
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
    border: none;
    transition: color 0.3s ease;
  }

  /* Rotating Glow Border */
  .categories::before {
    content: "";
    position: absolute;
    inset: -3px; /* thickness of the glow border */
    border-radius: inherit;
    background-image: conic-gradient(
      var(--color) 0deg,
      #fff0 120deg,
      var(--color) 240deg,
      #fff0 360deg
    );
    z-index: -1;
    animation: rotate 3s linear infinite;
  }

  /* Inner area to cover background inside the glow border */
  .categories::after {
    content: "";
    position: absolute;
    inset: 3px; /* same as border thickness */
    border-radius: inherit;
    background: #1d1d1d;
    z-index: -1;
  }

  /* Button Active & Hover */
  .categories.active,
  .categories:hover {
    color: var(--color);
    font-weight: 700;
  }

  /* Rotation Animation */
  @keyframes rotate {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }




/* ====================Work end============================== */




































/* ==================== Services start============================== */
#services{
  background: whitesmoke !important;
  padding: 150px 0 150px;
}

#services .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
}

#services .card {
  --border-radius: 1rem;
  --bg-color: #393e41;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: 400px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  color: #fff;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  isolation: isolate;
  overflow: hidden;
}

.card::before,
.card::after {
    content: '';
    position: absolute;
}

.card::before {
    width: 200%;
    height: 200%;
    background-image: conic-gradient(var(--color) 0deg,
            transparent 60deg, transparent 180deg, var(--color) 180deg,
            transparent 240deg);
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
}

.card:hover::before {
    animation-play-state: paused;
}

@keyframes borderanimation {
    to {
        transform: rotate(-360deg);
    }
}

.card::after {
    --inset: 4px;
    background: #111;
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear;
}

.card:hover::after {
    background: var(--bg-color);
}

.card i {
    font-size: 3.5rem;
    color: transparent;
    -webkit-text-stroke: thin var(--color);
}

.card:hover i {
    color: var(--color);
    -webkit-text-stroke-width: 0;
}

.card .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-block: 2.5rem 1.5rem;
    color: var(--color);
}

.card .description {
    line-height: 1.5rem;
    text-align: center;
    opacity: 0.75;
}

/* ==================== Services end ============================== */











/* ==================== Testimonial Start ============================ */

#my-team {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5 !important;
}
#my-team .title-section{
  text-align: center;
}

#my-team .container-slide {
  width: 1120px;
  max-width: 100%;
}

#my-team .slider-wrapper {
  margin: 0 30px 20px;
  padding: 20px 30px;
  overflow: hidden;
}

#my-team .card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 20px #00000030;
  position: relative;
  overflow: hidden;
}

#my-team .content-img,
#my-team .content-box {
  padding: 30px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#my-team .content-img {
  position: relative;
  row-gap: 5px;
}

#my-team .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00039d; 
  border-radius: 25px 25px 25px 0;
  z-index: 0;
}


#my-team .overlay::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background: #00039d;
  left: 0;
  bottom: -40px;
}

#my-team .overlay::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background: #ffffff;
  left: 0;
  bottom: -40px;
  border-radius: 25px 0 0 0;
}

#my-team .card-img {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  z-index: 1;
}

#my-team .card-img .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #00039d;
}

#my-team .content-box{
  background: white;
}

#my-team .content-box .username {
  font-size: 20px !important;
  font-weight: 600;
  color: #3a0001;
  padding-bottom: 6px;
  z-index: 1;
}

#my-team .content-box .user-profession {
  font-size: 16px;
  font-weight: 500;
  color: #09003a;
}

#my-team .social-icon {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#my-team .social-icon li {
  list-style: none;
}

#my-team .social-icon li a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00039d;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#my-team .social-icon li a::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 0;
  top: 0;
  left: 0;
  background: #ff008c;
  transition: 0.5s;
  z-index: -1;
}

#my-team .social-icon li a:hover::before {
  width: 100%;
}


#my-team .text {
  margin-bottom: 20px !important;
  width: 250px;
  
}


#my-team .btn {
  cursor: pointer;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: #00039d;
  color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#my-team .btn::before {
  content: '';
  position: absolute;
  height: 44px;
  width: 0;
  top: 0;
  left: 0;
  background: #ff008c;
  transition: 0.5s;
  z-index: -1;
}

#my-team .btn:hover::before {
  width: 100%;
}



/* ==================== Testimonial end ============================== */









/* ==================== Blog Start ============================== */
#blog{
  background: white !important;
  padding: 150px 0 150px;
}
#blog .blog-content h6  {
    text-align: center;

}
#blog .blog-content h6 a{
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}
#blog .read-link {
  text-align: center;
}
#blog .read-link a button:hover {
    color: rgb(3, 3, 2);
    background: #09e0ebdc;
}

#blogBtnOne {
  background-color: #007bff;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

h6.blog-title.mt-4 {
  height: 30px;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
/* ----------------- blogbtn2----------- */
#blogBtnTwo {
  background-color: #007bff;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}


/* ----------------- blogbtn3----------- */
#blogBtnThree {
  background-color: #007bff ;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}


/* ==================== Blog end ============================== */


/* ==================== Contact Part Start ============================== */
#Contact_us{
    padding:150px 0;
    background: var(--Soft-Colors-Background, linear-gradient(180deg, #FFF7E7 0%, #FFF1DC 100%));
}
#Contact_us .title h2{
   margin-bottom: 120px;
}

#Contact_us .container .from{
    max-width: 870px;
    margin: 0 auto;
 
}
#Contact_us .container .row .left h2{
    margin-top: 36px;
    color: var(--Theme-Colors-Danger, #F95C19);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#Contact_us .container .row .left h3{
    margin-top: 20px;
    width: 412.869px;
    color: black;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 39px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

#Contact_us .container .row .left h4{
    margin-top: 10px;
    width: 352px;
    color: var(--Gray-500, #242323);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
}
#Contact_us .container .row .right form {
    margin-top: 40px;
}
#Contact_us .container .row .right form input {
     margin-top: 15px;
     padding: 15px  200px 15px 20px;
     border-radius: 8px;
     border: 2px solid #C5C5D2;
     background: var(--Soft-Colors-Background, linear-gradient(180deg, #FFF7E7 0%, #FFF1DC 100%));
}
#Contact_us .container .row .right form .message input {
     margin-top: 15px;
     padding: 15px  200px 118px 20px;
     border-radius: 8px;
     border: 2px solid #C5C5D2;
     background: var(--Soft-Colors-Background, linear-gradient(180deg, #FFF7E7 0%, #FFF1DC 100%));
}

#Contact_us .container .row .right button {
  padding: 12px 90px;
  color: var(--Theme-Colors-White, #FFF);
  text-align: center;
  font-family: Oxanium;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Theme-Colors-Danger, #F95C19);
  border-radius: 5px;  
  display: flex;
  column-gap: 10px;
  border: 0;
}
#Contact_us .container .row .right button{
  margin: 36px auto;
}

.contact-left .title-section p {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.8;
  color: #6c757d;
}

.contact-left .contact-grid .contact-type .contact-icon {
  width: 50px;
  height: 50px;
  border: 1px solid salmon;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ebb884;
  border-radius: 50px;
}

.contact-left .contact-grid .contact-type .contact-name {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1d1d1d;
  text-transform: capitalize;
}
/* ==================== Contact Part end ============================== */



/* ==================== Footer Start ============================== */
  footer {
      background: #111;
      color: #eee;
      padding: 120px 0 20px;
    }
    footer h5 {
      color: #ffce00;
      margin-bottom: 20px;
    }
    footer p, footer a {
      color: #ddd;
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
    }
    footer .social-icons{
       margin-left: -28px;
    }
    footer a:hover {
      color: #ffce00;
    }
    footer .social-icons a {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-size: 15px;
      gap: 10px;
    }
    footer .social-icons i {
    font-size: 20px; /* Icon size */
    border: 1px solid rgb(222, 228, 222); /* Light gray border */
    padding: 8px; /* Add more padding so the circle is bigger */
    border-radius: 50%; /* Makes the border perfectly circular */
    display: inline-block; /* Ensures padding and border work correctly */
    text-align: center; /* Center icon inside the circle */
    transition: all 0.3s ease; /* Optional: smooth hover effect */
}

/* Optional hover effect to make it look better */
footer .social-icons i:hover {
    border-color: #007bff; /* Change border color on hover */
    color: #007bff; /* Change icon color on hover */
    background-color: #e6f0ff; /* Optional light background on hover */
}
footer .social-icons .github i:hover {
    border-color: #007bff; /* Change border color on hover */
    color: #eff2f5; /* Change icon color on hover */
    background-color: #07080a; /* Optional light background on hover */
}
footer .social-icons .medium i{
  font-size: 16px;

}

    /* Social Icon Brand Colors */
   footer .social-icons a.facebook i { color: #1877F2; }
   footer .social-icons a.linkedin i { color: #0A66C2; }
   footer .social-icons a.github i { color: #f8f8f8; }
   footer .social-icons a.youtube i { color: #FF0000; }
   footer .social-icons a.medium i { color: #00ab6c; }
   footer .social-icons a.email i { color: #D44638; }
   footer .social-icons a.whatsapp i { color: #25D366; }

    /* Newsletter */
    footer .newsletter input {
      padding: 10px;
      border-radius: 25px 0 0 25px;
      border: none;
      outline: none;
    }
     footer .last p {
         margin-bottom: 24px;
    }

   footer .newsletter button {
        padding: 6px 15px; /* Reduced padding to make the button smaller */
        border: none;
        border-radius: 0 25px 25px 0;
        background: #ffce00;
        color: #111;
        font-weight: bold;
        font-size: 14px; /* Smaller font size */
        cursor: pointer;
        transition: 0.3s;
}

footer .newsletter button:hover {
  background: #e6b800;
}


    .footer-bottom {
      text-align: center;
      border-top: 1px solid #333;
      padding-top: 15px;
      margin-top: 30px;
      font-size: 14px;
      color: #aaa;
    }
    .footer-bottom span{
      font-size: 15px;
      color: #ffce00;
      font-weight: 500;
    }
/* ==================== Footer end ============================== */














