@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


.nav{
    margin: 0px;
    padding: 0px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F4F9F7;
  transform: translateX(-23%);
  box-shadow: #3c40434d 0px 1px 2px 0px,#b87c7c 0px 1px 3px 1px !important;
  border-radius: 5px;
  border: 2px solid black;
}

.dropdown:hover .dropdown-content {
  display: flex;
  box-shadow: 0 0 15px #F4F9F7;
  width: 320px;
}
.navbar{
    border-bottom: 1px solid black;
    box-shadow: 0 0 20px;
}
.nav .nav-link{
    color: #1E2C2B;
    font-weight: bold;
    font-family: Amaranth;
    font-size: 21px;
}
.nav .nav-link:hover{
    color: #f85606;
    font-weight: bold;
    font-family: Amaranth;
    font-size: 21px;
}
.card-main{
    background: linear-gradient(95deg,#ffe6a2  0%, #b1e0dc 100%);
}
.nd-nav{
    color: #264653;
    font-weight: bold;
}

/* end top section  */


/* 1st page view  */

.name-color{
    color: #f85606;
    font-size: 70px;
    font-weight: bold;
    font-family: Times;
    margin-bottom: 0px;
}
.name-color1{
    color: #f85606;
    font-size: 55px;
    font-weight: bold;
    font-family: Times;
}
#element{
    color: #f55d76;
    font-size: 30px;
    font-weight: bold;
    font-family: Times;
}
.font-description{
    font-size: 25px;
}


@media (max-width: 768px) {
    .name-color {
      font-size: 40px;
    }

    .name-color1 {
      font-size: 30px;
    }

    #element {
      font-size: 22px;
    }
    .font-description{
        font-size: 17px;
    }
}

.progress {
    background-color: black !important; /* Change the background color to black */
    height: 30px !important; /* Optional: Adjust the height */
    /* width: 80% !important; Adjust the width */
}

.skill-label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: white;
}
/* Custom colors for progress bars */
.progress-bar.progress-bar-seo {
    background-color: #f85606; /* Blue */
}
.progress-bar.progress-bar-smm {
    background-color: #f85606; /* Green */
}
.progress-bar.progress-bar-sem {
    background-color: #f85606; /* Yellow */
}
.progress-bar.progress-bar-wa {
    background-color: #f85606; /* Red */
}



/* progress circle start  */
.progress-circle-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 30px;

}
.progress-circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f85606;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(20, 17, 17, 0.1);
}
.progress-circle .percentage {
    font-weight: bold;
    color: #ffffff;
}
.progress-circle .label {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    color: black;
}



.progress-circle .circle-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid black;
}
.progress-circle .circle-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: green; 
    transform: rotate(-90deg);
    animation: progress-animation 3s linear forwards;
}
@keyframes progress-animation {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(calc(var(--percentage) * 3.6deg - 90deg));
    }
}

@media (max-width: 768px) {
    .progress-circle-container {
      margin: 10px 2px;
      gap: 0px;
    }
}



.card-color{
    background: #ffffff !important;
    padding: 38px  5px 5px 5px !important;
    border-start-end-radius: 20px !important;
    border-start-start-radius: 20px !important;
}
.card-color:hover{
    background: #b1e0dc !important;
    padding: 5px  5px 38px 5px !important;
    border-start-end-radius: 5px !important;
    border-start-start-radius: 5px !important;
    border-end-end-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    transition: all 0.8s ease;
}

.card-body .rounded-circle{
    background-color: #f3caf0;
    border: 2px solid #f85606;
}

.card-body {
    background-color: #000000 ;
    border-start-end-radius: 20px ;
    border-start-start-radius: 20px ;
    color: white !important;
}

.card-color:hover{
  .card-body {
    background-color: #f85606 ;
    border-end-end-radius: 20px ;
    border-bottom-left-radius: 20px ;
    border-start-end-radius: 5px ;
    border-start-start-radius: 5px ;
    transition: all 0.6s ease; 
    color: #ffffff; 
} 
.card-body .rounded-circle{
    background-color: #f85606;
    border: 2px solid #ffffff;
    transition: all 0.6s ease;
}

}


.card-body .button-color{
    background-color: #f85606;
    color: black;
    font-weight: 600; 
}
.card-color:hover .button-color{
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-weight: 600; 
    transition: all 0.6s ease;
}

.service{
    background-color: #f85606;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 20px;
    border-radius: 15px;
}

.col-sm-6 .button-color{
    background-color: #f85606;
    color: #f0f0f0;
    font-size: 24px;
    padding: 3px 10px;
    border: 3px solid #000000;
}
.col-sm-6 .button-color:hover{
    background-color: #000000;
    color: #f85606;
    font-size: 24px;
    padding: 3px 10px;
    border: 3px solid #f85606;
    .bi-arrow-right-circle{
        margin-left: 18px;
        transition: all 0.6s ease-in-out;
    }
}



.gallery-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.left-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 580px;
    overflow: hidden;
    width: 300px;
}

.left-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s ease-in-out
}

.left-gallery img:hover {
    transform: scale(1.05);
}

.right-gallery img {
    width: 970px;
    object-fit: cover;
    border-radius: 5px;
}

.arrow-btn {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s;
}
.arrow-btn:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .gallery-container {
      display: flex;
      justify-content: center;
    }
}



 /* ...........................contentoption 
 ............................................*/

.contact .info-item {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 24px 0 30px 0;
  }
  
.contact .info-item i {
    font-size: 20px;
    color: #dc3545;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #dc3545, transparent 40%);
}
  
.contact .info-item h3 {
    font-size: 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}
  
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}
  
.contact .php-email-form {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 30px;
}
  
@media (max-width: 575px) {
    .contact .php-email-form {
      padding: 20px;
    }
}


.testimonial-section {
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    background: linear-gradient(95deg,#ffe6a2  0%, #b1e0dc 100%) !important;
    border-radius: 8px;
    box-shadow: #3c40434d 0px 1px 2px 0px,
    #f85606 0px 1px 3px 1px !important;
    border: 1px solid black;
  }

  .testimonial-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
  }

  .testimonial-slider {
    position: relative;
    display: flex;
    overflow: hidden;
  }

  .testimonial-slider .testimonial {
    flex: 0 0 50%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
  }

  .testimonial-slider .testimonial.active {
    display: block;
  }

  .testimonial{
    background-color: #2c1b1a !important;
  }

  .testimonial p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .testimonial .author {
    font-weight: bold;
    color: #ee1a1a !important;
  }

  .testimonial .role {
    color: #e74c3c;
    font-size: 0.9rem;
  }

  .navigation {
    margin-top: 20px;
  }

  .navigation span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  .navigation span.active {
    background: #e74c3c;
  }

  .controls {
    margin-top: 20px;
  }

  .controls button {
    padding: 10px 20px;
    font-size: 1rem;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
  }

  .controls button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .testimonial-slider .testimonial {
        flex: 0 0 100%;
    }
}


.gallery-container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .left-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 540px;
    overflow: hidden;
    width: 260px;
  }
  
  .left-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s ease-in-out
  }
  
  .left-gallery img:hover {
    transform: scale(1.05);
  }
  .end-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 540px;
    overflow: hidden;
    width: 260px;
  }
  
  .end-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s ease-in-out
  }
  
  .end-gallery img:hover {
    transform: scale(1.05);
  }
  
  .right-gallery img {
    width: 730px;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .arrow-btn {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s;
  }
  .arrow-btn:hover {
    transform: scale(1.1);
  }
  
  @media (max-width: 768px) {
    .gallery-container {
      display: flex;
      justify-content: center;
    }
  } 
  /* gallery end */

  .testimonial-section {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
  background: #2a3d40;
  border-radius: 8px;
  box-shadow: 0 4px 18px #58fff4;
}

.testimonial-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-slider {
  position: relative;
  display: flex;
  overflow: hidden;
}

.testimonial-slider .testimonial {
  flex: 0 0 48%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  border: 2px solid #00bc94;
  margin: 8px;
  border-radius: 20px;
  background-color: #000000;
}

.testimonial-slider .testimonial.active {
  display: block;
}

.testimonial p {
  font-size: 1rem;
  color: #09eaff;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial .author {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.6rem;
}

.testimonial .role {
  color: #e74c3c;
  font-size: 1.1rem;
}
.testimonial img {
  border: 3px solid #c32aa3;
}

.navigation {
  margin-top: 20px;
}

.navigation span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.navigation span.active {
  background: #e74c3c;
}

.controls {
  margin-top: 20px;
}

.controls button {
  padding: 3px 30px;
  font-size: 1.7rem;
  background: #e74c3c;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 15px;
}

.controls button:disabled {
  background: #5ef5a2;
  cursor: not-allowed;
}

@media (max-width: 575px) {
  .testimonial-slider .testimonial {
      flex: 0 0 93%;
  }
}





.social-link {
    color: #300e03;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 26px;
  }
  
  .social-link.facebook:hover {
    color: #1d59da;
  }
  .social-link.twitter:hover {
    color: #000000;
  }
  .social-link.linkedin:hover {
    color: #0a66c2;
  }
  .social-link.instagram:hover {
    color: #c32aa3;
  }
  .social-link.whatsapp:hover {
    color: #25d366;
  }
  .social-link.pinterest:hover {
    color: #ee4056;
}


/* testimonial */

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
.card {
    border-radius: 25px;
    background-color: #FFF;
}
.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
}
.image-content {
    position: relative;
    row-gap: 5px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}
.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.pb-3 i {
    color: #f9ca24;
    font-size: 18px;
}
.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}
.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #4070F4;
}
@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
}
