/* Banner Section */
.serviceBanner-section{
    background: linear-gradient(169deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%);
    padding: 46px 0 66px;
}
.banner-shadow{
     position: relative;
    border-radius: 30px;
    box-shadow: 0px 4px 40.3px 0px #DAEAFEB2; /* Drop shadow */
    /* overflow: hidden;  */
}
.banner-wrapper {
  position: relative;
  background: #fff;
  padding: 55px 50px 102px;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}

/* Glass shadow (top inner glow) */
/* .banner-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11px; 
  background: linear-gradient(
    to bottom,
    rgb(244, 245, 246), 
    rgba(218, 234, 254, 0) 
  );
  pointer-events: none;
  z-index: 1;
} */
.banner-col1{
    max-width: 642px;
    width: 100%;

}
.banner-col1 h1{
    font-weight: 400;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #231F20;
    margin-bottom: 20px;
}
.banner-col1 h1 span{
    color: #14A4CD;
    font-weight: 500;
}
.banner-col1 p{
    font-weight: 450;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #657077;
}
.banner-cardList{
    max-width: 520px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 44px;
    gap: 20px;
}
.banner-card{
    max-width: 250px;
    width: 100%;
    border-radius: 8px;
    border-left: 3px solid #14A4CD;
    border: 1px solid #D0E9FF;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    box-shadow: inset 3px 0 0 #14A4CD, 0 2px 6px rgba(0, 0, 0, 0.05);
    background: white;
    transition: transform 0.5s 
    ease;
}
.banner-card:hover{
  transform: scale(1.04);
}
.bannerCard-icon{
    width: 33px;
    height: 33px;
    border-radius: 5px;
    background: #EEF7FF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerCard-content p{
    font-weight: 450;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #231F20;
    margin-bottom: 0;
}
.service-bannerBtn{
    max-width: 221px;
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    background: #00387E;
    border-bottom: 4px solid #14A4CD;
    border-radius: 22px;
    transition: all 0.5s ease;
}
.service-bannerBtn:hover{
    transform: translateY(3px);
    color: white;
}
.banner-ctaWrapper{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 802px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #CFDEF0;
    box-shadow: 0px 4px 7.3px 0px #DAEAFE;
    background: white;
    padding: 14px 20px 14px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    bottom: -37px;
}
.writers-profile {
    width: 187px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #f3f9fc;
    background: #EAF7FF;
    text-align: center;
    margin-left: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.profile-img::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 17px;
    background-image: url(../images/writer-badge.svg);
    bottom: 0;
    right: 0;
    top: 37px;
    left: 34px;
}
.writers-profile .profile-img:first-child {
    margin-left: 0;
    z-index: 4;
}
.writers-profile .profile-img:nth-of-type(2) {
    z-index: 3;
}
.writers-profile .profile-img:nth-of-type(3){
    z-index: 2;
}
.writers-profile .profile-img:nth-of-type(4) {
    z-index: 1;
    justify-content: flex-end;
}
.writers-profile .profile-img:nth-of-type(4)::after{
    content: unset;
}
.profile-img img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    border: 1px solid white;
}
.profile-img span {
    font-weight: 600;
    font-size: 9.61px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #00387E;
    text-align: center;
    padding-right: 4px;
    padding-left: 10px;
}
.banner-ctaList{
    display: flex;
    gap: 15px;

}
.banner-ctaList p{
    margin-bottom: 0;
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
     color: #657077;
     display: flex;
     gap: 6px;
     justify-content: flex-start;
     align-items: center;
}
/* /Banner Section */

/* Services Section */
.feature-section{
   padding: 120px 0 85px;
}
.feature-section h2{
    font-weight: 450;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(35, 31, 32, 1);
    text-align: center;
}
.feature-wrapper{
    margin: 68px 0 85px;
    display: flex;
    justify-content: center;
    column-gap: 48px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.feature-card{
    max-width: 348px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #DFF4F9;
    padding: 25px 22px 25px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    box-shadow: 
    inset 0 6px 0 #14A4CD,   /* top accent shadow */
    0 5px 25px rgba(126, 126, 126, 0.25); /* outer soft shadow */
    background: #F6FDFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}
/* subtle lift on hover */
.feature-card:hover {
  transform: scale(1.06);
  box-shadow:
  inset 0 6px 0 #14A4CD, 0 8px 30px rgb(126 126 126 / 35%);
}
.featureCard-icon{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #DDF8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-card:hover .featureCard-icon{
  transform: rotate(7deg);
  transition: transform 0.5s ease;
}
.featureCard-content span{
    font-weight: 450;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #231F20;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.featureCard-content span::after{
  content: '';
  position: absolute;
  width: 45px;
  height: 3px;
  background: #0CBBE3;
  left: 0;
  bottom: -9px;
  border-radius: 100px;
  transition: width 0.4s ease;
}
.feature-card:hover .featureCard-content span::after{
  width: 90px;
}
.featureCard-content p{
    font-weight: 450;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #657077;
}

.section-btns{
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    background: #00387E;
    border-bottom: 4px solid #14A4CD;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.section-btns:hover{
    transform: translateY(3px);
    color: white;
}


/* Services Section */

/* Testimonials Section */
.testimonials-section{
    padding: 80px 0 105px;
    /* background: linear-gradient(125.14deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%); */

}
.testimonials-head h2{
    font-weight: 450;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    margin-bottom: 15px;
}
.testimonials-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(101, 112, 119, 1);
}
.testimonials-wrapper{
    margin-top: 40px;
    position: relative;
}
.review-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    width: 331px;
    box-shadow: 0px 0px 25px 0px rgba(126, 126, 126, 0.25);
  }
  
  /* .review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 40px rgba(218, 234, 254, 1);
  } */
  
  .review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .review-avatar {
    width: 40px;
    height: 40px;
    background: rgba(0, 56, 126, 1);
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .review-info p {
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(70, 72, 96, 1);
    margin-bottom: 0;
  }
  
  .review-rating {
     display: flex;
     gap: 5px;
     align-items: center;
  }
  
  .review-rating span {
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0%;
    color: rgba(119, 140, 166, 1);
  }
  .review-text {
    font-weight: 450;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0%;
    color: rgba(101, 112, 119, 1);
    margin: 0 ;
    min-height: 152px;
    margin-bottom: 27px;
  } 
  .review-meta {
    font-weight: 450;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(113, 136, 166, 1);
    padding-top: 15px;
    border-top: 1px solid rgba(231, 236, 242, 1);
    margin: 0 ;
  }
  .writerSwiper {
    position: relative !important;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px 45px 20px !important;
}
.testimonials-wrapper .swiper-button-next-service,
.testimonials-wrapper .swiper-button-prev-service{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.1s;
    bottom: -57px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border: 1px solid rgba(221, 234, 250, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .swiper-button-prev-service::after {
    content: "";
    position: absolute;
    background-image: url(../images/next-arrow.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;

    transform: rotate(180deg);
    bottom: 7px;
    right: 6px;
  }

  .swiper-button-prev-service {
    left: 34%;
  }
  .swiper-button-next-service.swiper-button-disabled,
  .swiper-button-prev-service.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next-service::after {
    content: "";
    position: absolute;
    background-image: url(../images/next-arrow.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 7px;
    left: 6px;
  }
  .swiper-button-next-service {
    left: 62%;
  }
  .swiper-button-next-service:hover,
  .swiper-button-prev-service:hover {
    border-color: rgba(0, 56, 126, 1);
  }
  .swiper-pagination-service {
    position: absolute;
    left: 0;
    right: 0;
    max-width: max-content;
    margin: 0 auto;
    bottom: -29px !important;
    display: block;
}
.swiper-pagination-service .swiper-pagination-bullet-active {
  width: 30px !important;
  height: 9px !important;
  border-radius: 100px !important;
  background: rgba(0, 56, 126, 1) !important;
}
.swiper-pagination-service .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  background: rgb(209 224 251);
  opacity: unset;
}
/* /Testimonials Section */

/* Writers Section */
.writers-section{
    padding: 85px 0 120px;
    background: linear-gradient(169deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%);
}
.writers-head h2{
    font-weight: 450;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    margin-bottom: 15px;
}
.writers-head p{
    max-width: 752px;
    width: 100%;
    margin: 0 auto;
    font-weight: 450;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(101, 112, 119, 1);
}
.writers-wrapper{
    max-width: 1140px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.expert-card {
    background: #fff;
    border: 1px solid rgba(215, 230, 248, 1);
    border-radius: 30px;
    padding: 33px 16px 33px 20px;
    width: 360px;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .expert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 40px rgba(218, 234, 254, 0.9);
  }

  .expertSwiper {
    position: relative !important;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px 45px 0px !important;
}
.writers-wrapper .swiper-button-next-expert,
.writers-wrapper .swiper-button-prev-expert{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.1s;
    bottom: -57px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border: 1px solid rgba(221, 234, 250, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .swiper-button-prev-expert::after {
    content: "";
    position: absolute;
    background-image: url(../images/next-arrow.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;

    transform: rotate(180deg);
    bottom: 7px;
    right: 6px;
  }

  .swiper-button-prev-expert {
    left: 34%;
  }
  .swiper-button-next-expert.swiper-button-disabled,
  .swiper-button-prev-expert.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next-expert::after {
    content: "";
    position: absolute;
    background-image: url(../images/next-arrow.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 7px;
    left: 6px;
  }
  .swiper-button-next-expert {
    left: 62%;
  }
  .swiper-button-next-expert:hover,
  .swiper-button-prev-expert:hover {
    border-color: rgba(0, 56, 126, 1);
  }
  .swiper-pagination-expert {
    position: absolute;
    left: 0;
    right: 0;
    max-width: max-content;
    margin: 0 auto;
    bottom: -29px !important;
    display: block;
}
.swiper-pagination-expert .swiper-pagination-bullet-active {
  width: 30px !important;
  height: 9px !important;
  border-radius: 100px !important;
  background: rgba(0, 56, 126, 1) !important;
}
.swiper-pagination-expert .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  background: rgb(209 224 251);
  opacity: unset;
}
  /* Green Badge */
  .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(230, 255, 238, 1);
    color: rgba(0, 159, 107, 1);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    padding: 3px 15px;
    border-radius: 100px;
    border: 1px solid rgba(186, 248, 206, 1);
  }
  
  /* Header */
  .expert-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
  }
  
  .expert-photo {
    width: 73px;
    height: 73px;
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 4.5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;

  }
  .add3-container, .add4, .writers-section ul {
    float: unset;
    width: unset;
}
  .expert-info p:nth-of-type(1) {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(70, 72, 96, 1);
  }
  .expert-info p:nth-of-type(2) {
    margin-bottom: 6px;
    font-weight: 450;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(0, 56, 126, 1);
  }

  .expert-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    height: 14px;
  }
  
  .expert-rating span {
    color: rgba(119, 140, 166, 1);
    font-weight: 450;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0%;
    vertical-align: middle;

  }
  
  /* Details */
  .expert-details {
    list-style: none;
    padding: 0;
    margin: 0px 0 25px;
  }
  
  .expert-details li {
    display: flex;
    align-items: center;
    gap: 9px;
font-weight: 450;
font-style: Book;
font-size: 12px;
line-height: 160%;
letter-spacing: 0%;
vertical-align: middle;

    color: #555;
    margin-bottom: 6px;
  }
  
  .expert-details img {
    width: 16px;
    height: 16px;
  }
  
  /* Expertise */
  .expert-expertise{
    padding-top: 25px;
    border-top: 1px solid rgba(231, 236, 242, 1)
  }
  .expert-expertise p {
    font-weight: 450;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 15px;
    color: rgba(70, 72, 96, 1);
  }
  
  .expert-expertise ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  
  .expert-expertise li {
    font-weight: 450;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(95, 114, 139, 1);
    position: relative;
    padding-left: 34px;
  }
  .expert-expertise li::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background-image: url(../images/expertise-check.svg);
    left: 0;
  }
  .expert-expertise img {
    width: 16px;
    height: 16px;
  }
  
  /* CTA Button */
  .expert-btn {
    display: block;
    background: rgba(0, 56, 126, 1);
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    border-radius: 25px;
    padding: 13px 0;
    transition: all 0.3s ease;
  }
  
  .expert-btn:hover {
    background: #035C95;
  }
  
/* /Writers Section */

/* Pricing Section */
.pricing-section{
  padding: 80px 0;
  background: linear-gradient(169deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%);
}
.pricing-head h2{
  font-weight: 450;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(35, 31, 32, 1);
  margin-bottom: 15px;
}
.pricing-head p{
  font-weight: 450;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(101, 112, 119, 1);
}
.pricing-wrapper{
  max-width: 868px;
  width: 100%;
  margin: 78px auto 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* price old */
.price-calWrapper{
  max-width: 390px;
  width: 100%;
  padding: 30px 0 30px;
  margin-right: -20px;

}
.price-calWrapper .costCalculator{
  max-width: 390px;
  border: 1px solid #CFDEF0;
  background: #F4FAFF;
  box-shadow: unset;
}
.price-calWrapper .priceForm {
  padding: 0 35px;
  padding-bottom: 38px;
}

.price-calWrapper .formFields label {
    font-weight: 450;
    font-size: 14px;
    color: #01305C;
    line-height: 165%;
    padding-bottom: 6px;
    margin: 0;
}
.price-calWrapper .priceHead{
  background: unset;
  padding: 40px 0;
  margin-bottom: 0;
}
.price-calWrapper .priceHead p{
  color: #231F20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.price-calWrapper .priceHead p::after{
  content: '';
  position: absolute;
  background-image: url(../images/fire-icon.svg);
  width: 19px;
  height: 19px;
  top: -2px;
  right: 82px;
}
.price-calWrapper .priceForm .input-wrapper {
  background-color: white;
  border: 1px solid #DDEBF8;
  border-radius: 10px;
  padding: 13px 15px 14px;
  cursor: pointer;
  margin-bottom: 0;
}
.price-calWrapper .priceForm .input-wrapper input {
  background-color: white;
}
/* .price-calWrapper .formFields select, .price-calWrapper .formFields input {
  min-height: 44px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #DDEBF8;
  font-weight: 400;
  color: #6F8BAD;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  padding: 13px 15px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.price-calWrapper .formFields input[type='date']{
  border: 1px solid #DDEBF8;
}
.price-calWrapper .formFields span#ddPlaceholder {
  position: absolute;
  left: 17px;
  z-index: 2;
  top: 60%;
  background-color: white;
  width: 60%;
  pointer-events: none;
  font-size: 14px;
  color: #6F8BAD;
  font-weight: 450;
  line-height: 100%;
} */
.price-calWrapper .formBtn a {
  display: block;
  width: 100%;
  padding: 11px 0;
  background-color: #00387E;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  transition: 0.4s 
ease;
}
.price-calWrapper .formBtn a{
  position: relative;
}
.price-calWrapper .formBtn a::after{
  content: '';
  position:absolute;
  background-image: url(../images/cta-arrow.svg);
  width: 16px;
  height: 8px;
  right: 82px;
  top: 18px;
}
.formFields input[type='date']:hover, .formFields.select select:hover{
  border-color: #00387E !important;
}
.price-calWrapper .select-pages #minus.disabled{
  background: #f0f6ff;
}
/* price old */
.price-calWrapper .cal-content {
  align-items: center;
  padding: 14px 35px;
  background: white;
  margin-left: 0;
  width: 100%;
  margin-top: 11px;
  position: relative;
  width: calc(100% + 70px);
  transform: translateX(-35px);
}
.price-calWrapper .cal-content p:nth-of-type(1){
  font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #233f8c;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.price-calWrapper .cal-content p:first-of-type span {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
}
.price-includes {
  background-color: #fff;
  border: 1px solid #CFDEF0;
  border-radius: 15px;
  position: relative;
  max-width: 492px;
  width: 100%;
  padding: 25px 20px 52px;
  box-shadow: 0px 0px 16px 0px #469FDF33;
  transition: all 0.3s  ease;
  padding: 30px 20px;
}
.price-includes__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  background: #F9FAFA;
  border-radius: 10px;
  margin-bottom: 10px;
}
.price-includes .price-includes__item:last-child{
  margin-bottom: 0;
}
.price-includes__head{
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.price-includes__name p {
  font-weight: 450;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #5F728B;
  position: relative;
  padding-left: 28px;
  margin: 0;
}
.price-includes__name p::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/price-check.svg);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.price-includes__value {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.price-includes__was {
  font-weight: 450;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-decoration: line-through;
  color: #9FA8B3;
}
.price-includes__free {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #EF0000;
}

.pricing-logosWrapper p{
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: #231F20;
  margin-bottom: 40px;
}
.pricing-logosWrapper span{
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: #5F728B;
  display: block;
}
.pricing-logos{
  max-width: 547px;
  width: 100%;
  margin: 19px auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* Services Section */
.service-section{
  padding: 80px 0;
  background: linear-gradient(169deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%);
}
.service-head h2{
   font-weight: 450;
   font-size: 30px;
   line-height: 130%;
   letter-spacing: 0%;
   color: rgba(35, 31, 32, 1);
   text-align: center;
   margin-bottom: 15px;
}
.service-head p{
  font-weight: 450;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  color: #657077;
  text-align: center;
}
.service-wrapper{
   margin: 80px 0 50px;
   display: flex;
   justify-content: center;
   gap: 24px;
   flex-wrap: wrap;
}
.service-card{
   max-width: 364px;
   width: 100%;
   border-radius: 15px;
   border: 1px solid #D0E9FF;
   padding: 30px 26px 30px 42px;
   box-shadow: inset 6px 0 0 #14A4CD, 0 2px 6px rgba(0, 0, 0, 0.05);
   background: rgba(255, 255, 255, 1);
   transition: transform 0.5s 
   ease;
}
.service-card:hover{
  transform: scale(1.04);
}
.serviceCard-icon{
   width: 60px;
   height: 60px;
   border-radius: 15px;
   background: #eef7ff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.serviceCard-content span{
   font-weight: 450;
   font-size: 17px;
   line-height: 130%;
   letter-spacing: 0%;
   color: #231F20;
   margin-bottom: 13px;
   display: block;
}
.serviceCard-content p{
   font-weight: 450;
   font-size: 14px;
   line-height: 170%;
   letter-spacing: 0%;
   color: rgba(101, 112, 119, 1);
   margin-bottom: 0;
}
.service-wrapper .service-card:nth-child(even), .service-wrapper .service-card:last-child{
   box-shadow: inset 6px 0 0 #00387e, 0 2px 6px rgba(0, 0, 0, 0.05);
   background: rgba(248, 252, 255, 1);

}
.service-bottom{
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.service-bottom p{
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #231F20;
}
.service-bottom ul{
  list-style: none;
  display: flex;
  row-gap: 20px;
  margin-top: 25px;
  flex-direction: column;
}
.service-bottom ul li{
  position: relative;
  font-weight: 450;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #5F728B;
  padding-left: 34px;
  text-align: left;
}
.service-bottom ul li::before{
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  background-image: url(../images/expertise-check.svg);
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Services Section */
@media (max-width: 768px) {
  .top-row, .bottom-row {
    flex-direction: column;
  }

  .calculate-card, .price-includes, .payment-options, .budget-info {
    flex: 1 1 100%;
  }
}

/* /Pricing Section */

/* Step Section */
.steps-section{
  padding: 100px 0;

}
.step-head h2{
  font-weight: 450;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(35, 31, 32, 1);
}
.step-wrapper{
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.step-card{
  position: relative;
  border: 1px solid #CFDEF0;
  max-width: 265px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 16px 0px #469FDF33;
  border-radius: 15px;
  padding: 40px 15px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: transform 0.5s 
ease;
}
.step-card:hover{
  border-color: #769bc8;
  transform: scale(1.02);
}
.step-card::after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/steps-arrow.svg);
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.step-wrapper .step-card:last-child:after{
  content: unset;
}
.step-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF0DE;
  padding: 3px 12px;
  border-radius: 100px;
  border: 1px solid #FFF0DE;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  max-width: max-content;
    width: 100%;
}
.step-badge p{
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FF6A00;
}
.step-image{
  width: 103px;
  height: 103px;
  margin: 0 auto;
  border-radius: 15px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s 
  ease;
}
.step-card:hover .step-image{
  transform: rotate(7deg);
}
.step-content{
  margin-top: 30px;
}
.step-content span{
  font-weight: 450;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: #231F20;
  display: block;
  margin-bottom: 10px;
}
.step-content p{
  font-weight: 450;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  color: #5F728B;
}
/* /Step Section */

.seo-section{
  padding: 80px 0 100px;
}
.seo-main{
  border-top: 1px solid #DAEAF8;
  padding-top: 70px;
}
.seo-head h2{
  font-weight: 450;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #161616;
  margin-bottom: 46px;
}
.seo-head p{
  font-weight: 450;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #575E62;
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}
.seo-head p strong{
  color: #231F20;
  font-weight: 500;
}
.seo-wrapper{
  max-width: 1139px;
  width: 100%;
  margin: 69px auto 0;
  max-height: 750px;
  padding-right: 29px;
  height: 100%;
  overflow-y: scroll;
}
.servicePagesWrapper::-webkit-scrollbar {
  width: 5px;
  max-height: 5px;
  display: block;
}
.seo-wrapper::-webkit-scrollbar-thumb{
    background: #0CBBE3;
    border-radius: 100px;
}
.seo-wrapper::-webkit-scrollbar-track {
    background: #E9F4FF;
}
::-webkit-scrollbar {
  width: 5px;
  height: 276px;
}

.seo-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}
.seoColumn {
  max-width: 100%;
  width: 100%;
}
.seoContent-card{
   border-radius: 15px;
   border: 1px solid #DEEDFF;
   padding: 27px 30px;
   margin-bottom: 20px;
}
.seoContent-card p:first-child strong, .seoContent-card h2, .seoContent-card h3:first-child{
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #161616;
  margin-bottom: 25px;
  text-align: left;
}
.seoContent-card h3{
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #161616;
  margin-bottom: 20px;
}
.seoContent-card p{
  font-weight: 450;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #575E62;
  margin-bottom: 20px;
}
.seoContent-card p:last-child{
  margin-bottom: 0;
}
.seoContent-card p strong{
  font-weight: 700;
  color: #161616;
}
.seoContent-card .noStyle{
  list-style: none;
}
.seoContent-card ul.noStyle{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 30px;
  padding: 0;
}
.seoContent-card ul{
  margin: 20px 0;
  padding-left: 30px;
}
.seoContent-card ol{
  margin: 20px 0;
  padding-left: 35px;
}
.seoContent-card ul li, .seoContent-card ol li{
  font-weight: 450;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #575E62;
  
}
.seoContent-card ul li::marker{
   color: #575E62;
   font-size: 22px;
}
.seoContent-card ol li::marker{
  color: #575E62;
  font-size: 15px;
}
.seoContent-card ul li strong, .seoContent-card ol li strong{
  font-weight: 700;
  color: #161616;
}
table tr th{
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #161616;
}
table tr td{
  text-align: left;
  font-weight: 450;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #575E62;
  padding: 14px 23px 16px 0;
}
.faq-section {
  background: linear-gradient(169deg, rgba(229, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 31.65%, rgba(251, 252, 255, 0.8) 70.91%, rgba(229, 250, 255, 0.8) 100%);
  padding: 80px 0
}

.faq-section h2 {
  font-weight: 450;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto 70px;
  color: #161616;
}

.faq-section .faqDesc {
  max-width: 909px;
  width: 100%;
  font-weight: 450;
  font-size: 18px;
  margin: auto
}

.faq-section .faq-card,.faq-section .faqWraper .col-cstm {
  max-width: 578px;
  width: 100%
}

.faq-section .faqWraper {
  display: flex;
  column-gap: 30px;
  row-gap: 14px;
  width: 100%;
  align-items: self-start;
  margin-bottom: 70px;
  padding-top: 0;
}

.faq-section .faq-card {
  background: #fff;
  border: 1px solid #C8D9EE;
  border-radius: 12px;
  margin-bottom: 20px;
}

.faq-section .faq-card.show,.faq-section .faq-card:hover {
  box-shadow: 0px 0px 16px 0px #469FDF33;

}

.faq-section .faq-accord-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px 28px;
  cursor: pointer
}

.faq-section .faq-accord-card-head h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding-right: 13px;
  color: #1B1A2E;
}

.faq-section .faq-icon {
  display: flex;
  width: 18px;
  height: 18px;
  background-image: url(../images/faqSvg-lb.svg);
  flex: 0 0 18px
}

.faq-section .faq-accord-card-body {
  padding: 0 20px 30px
}

.faq-section .faq-accord-card-body p {
  font-family: CircularStd;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 164.5%;
  color: #213d56
}
.faq-card.show .faq-accord-card-head h3,.faq-card:hover .faq-accord-card-head h3 {
  /* color: #4caeff; */
  /* fill: #4CAEFF */
}

.faq-section .faq-card.show .faq-icon,.faq-section .faq-card:hover .faq-icon {
  background: url(../images/faqSvg-lb.svg)
}

.faq-section .faq-card.show .faq-accord-card-head .faq-icon {
  transform: rotate(135deg)
}
/* Cta section */
.serviceCta-section{
  padding: 100px 0 136px;
}
.serviceCta-wrapper{
  background: #00387E;
  position: relative;
  padding: 90px 61px 84px;
  text-align: center;
  border-radius: 31px;
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.serviceCta-wrapper::before{
  content: '';
  position: absolute;
  background-image: url(../images/service-cta-bg.svg);
  width: 945px;
  height: 100%;
  top: 19px;
  left: 37px;
  z-index: -1;
}
.serviceCta-wrapper h2{
  font-weight: 700;
  font-size: 33px;
  line-height: 150%;
  letter-spacing: 0px;
  color: white;
  margin: 0 auto 15px;
  max-width: 711px;
  width: 100%;
}
.serviceCta-wrapper p{
  font-weight: 450;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0px; 
  color: white;
  margin-bottom: 15px;
  max-width: 727px;
  width: 100%;
  margin:0 auto  30px;
}
.serviceCta-wrapper a{
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00387E;
  background: white;
  border-radius: 22px;
  transition: all 0.5s ease;
}
.serviceCta-wrapper a img{
  transition: transform 0.3s ease;
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(44%) saturate(5099%) hue-rotate(203deg) brightness(91%) contrast(104%);
}
.serviceCta-wrapper a:hover img {
  transform: translateX(3px);
}
/* Cta section */

@media (max-width: 575px) {
  .price-calWrapper .priceHead p::after{
    right: 60px;
  }
  .feature-section {
    padding: 50px 0 50px;
}
.writers-section {
  padding: 50px 0 100px;
}
  h2{
    font-size: 25px !important;
  }
  .step-wrapper{
    flex-wrap: wrap;
    gap: 55px;
  }
  .seo-row{
    flex-direction: column;
  }
  .faq-accord-card-head {
    padding: 14px 16px;
}
.faqWraper{
  flex-wrap: wrap;
}
.writers-section {
    padding: 50px 0 50px;
}
.seo-wrapper{
  overflow-x: hidden;
  max-height: 675px;
}
.serviceCta-wrapper h2 {
  font-size: 26px;
}
.serviceCta-wrapper p {
  font-size: 15px;
}
.serviceCta-wrapper{
  padding: 60px 32px 60px;
}
.serviceCta-wrapper::before{
  content: unset;
}
    /* Banner Section */
    .serviceBanner-section{
        padding: 46px 0 160px;
    }
    .banner-wrapper{
        padding: 40px 40px 170px;
    }
    .banner-col2 img{
        display: none;
    }
    .banner-ctaWrapper{
        justify-content: center;
        gap: 35px;
        bottom: -120px;
        flex-direction: column;
        max-width: 279px;
        width: 100%;
        border-radius: 36px;
        padding: 30px 20px 30px 26px;
    }
    .banner-cardList{
        justify-content: center;
    }
    .service-bannerBtn{
        margin: 0 auto;
    }
    .writers-profile{
        margin-top: -47px;
    }
    .banner-ctaList{
        flex-direction: column;
    }
    /* /Banner Section */
    .swiper-button-next-service, .swiper-button-next-expert {
      left: 75%;
  }
  .swiper-button-prev-service, .swiper-button-prev-expert {
    left: 15%;
}
.price-calWrapper {
  max-width: 390px;
  width: 100%;
  padding: 0 ;
  margin-right: unset;
}
.pricing-wrapper{
  gap: 25px;
}
.pricing-logosWrapper{
  margin-top: 50px;
}
.pricing-logos {
  max-width: 300px;
  width: 100%;
  margin: 19px auto 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-logos img{
  width: 100px;
  height: 73px;
}
.pricing-section{
  padding: 50px 0;
}
.price-includes{
  padding: 20px 15px;
}
.price-includes__name p{
  font-size: 13px !important;
  line-height: 150%;
}
.price-includes__name p::before{
  width: 15px;
  height: 15px;
  top: 3px;
}
.price-includes__free{
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
}
.price-includes__was{
  font-size: 13px;
}

.pricing-section p {
    font-size: 20px;
}
.price-calWrapper .formBtn a::after{
  right: 64px;
}
.step-card::after{
  bottom: -10%;
  left: 44%;
  right: unset;
  top: unset;
  transform: rotate(90deg);
}
.steps-section{
  padding: 50px 0;
}
.seo-main{
  padding-top: 50px;
}
.seo-section{
  padding: 0 0 50px;
}

.serviceCta-section {
    padding: 50px 0 100px;
}
}