@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    /* font-family: 'Urbanist'; */
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
p {
    /* font-family: system-ui; */
    line-height: 30px;
    font-weight:500;
    /* font-family: 'Urbanist'; */
}
img{
    width: 100%;
}
.web-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.web-text-white{
    color:#fff
}
.web-text-black{
    color:#111111
}
.web-py-sec{
    padding: 80px 0;
}
.web-pb-sec{
    padding-bottom: 80px;
}
.web-pt-sec{
    padding-top: 80px;
}
.web-mb-sec{
    margin-bottom: 80px;
}
.web-mt-sec{
    margin-top: 80px;
}
.web-py-30-sec{
    padding: 30px;
}
.web-py-40-sec{
    padding: 40px;
}
.web-pb-20-sec{
    padding-bottom: 20px;
}
.web-pt-20-sec{
    padding-top: 20px;
}
.web-pb-40-sec{
    padding-bottom: 40px;
}
.web-pt-40-sec{
    padding-top: 40px;
}
.web-d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap ;
}
.second-head-sec {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}
.web-second-heading-style{
    font-size: 40px;
    text-transform: capitalize;
    color:#2563EB;
}
.web-text-center{
    text-align: center;
}
.web-border-radius{
    border-radius: 20px;
}
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
    background: #fff;
}

/* Continuous rotation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.counting-no {
    background: #fff;
    width: 60px;
    padding: 20px;
    border-radius: 10px;
    height: 60px;
    color: #2563eb;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.counting-no-active{
    background: #2563eb;
    width: 60px;
    padding: 20px;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;   
}
.cs-cta-content-bg {
    padding: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #e2ebff;
    border-radius: 20px;
}
.main-logo-img img {
    position: absolute;
    top: 37%;
    left: 37%;
    width: 85px;
}
h4.title-four-style {
    padding: 0 0 15px;
}
/* Apply to element */
.rotate {
  animation: rotate 15s linear infinite;
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.slick-dots li button {
    font-size: 0;
    border: none;
    background: #a9c1e2;
    width: 15px;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
    background: #2563EB;
    width: 35px;
}
.slick-dots li {
    margin: 0 3px;
}

/* hero section css  */

.web-des-hero-bg-sec {
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/10/Portfolio-CTA-Modal-2.webp);
    background-size: cover;
    min-height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding:40px 0;
    background-color: #020916;
}
.all-inner-page-bg {
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/11/inner-page-bg-new.webp);
    background-size: cover;
    min-height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding:40px 0;
    background-color: #020916;
}
.web-hero-sec-two-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: #fff;
}

.web-hero-content-sec {
    width: 50%;
}
.web-contact-form-sec {
    width: 45%;
    box-shadow: 0px 0px 44px 0px #0000001A;
}
.cs-padding-sec {
    padding: 60px 0;
}
.web-heading-style{
    color: #2563EB;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
}
.web-btn-sec a {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  animation: pulse 2s infinite;
  transition: background-color 0.3s ease;
  transition: color 0.4s ease, background 0.4s ease;
  z-index: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}
.web-btn-sec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: max-content;
  height: 100%;
  background: #000;
  transition: left 0.4s ease;
  z-index: -1;
}
.web-btn-sec a:hover {
  color: #fff;
}
.web-btn-sec a:hover::before {
  left: 0;
}
.web-btn-sec a:active {
  background: #007BFF; /* blue on click */
  color: #fff;
  border-color: #007BFF;
}
.sft-readmore-btn {
    color: #007BFF;
    cursor: pointer;
    margin-left: 4px;
    text-decoration: none;
}
.sft-readmore .sft-more-text {
    display: none;
}
.web-hero-sub-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
}
.web-hero-content-sec p {
    font-size: 18px;
}
/* higher conver section */
.web-higher-content-sec{
    width: 52%;
}
.web-higher-img-sec{
    width: 45%;
}
.website-that-bg-sec {
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/10/SECOND-SEC-BG.webp);
    background-size: cover;
    min-height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.web-three-grid-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.web-frist-box img {
    width: 60px;
}
.web-three-grid-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border: 2px solid #E0E0E0;
    padding: 60px 50px;
    border-radius: 20px;
}
.web-btn-sec a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}
.web-btn-sec a {
    background-color: #2563EB;
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

/* .web-btn-style a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
} */
.web-btn-style a {
    background-color: #2563EB;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.5s;
}
.web-btn-style {
    display: flex;
    justify-content: center;
}
.web-btn-sec {
    display: flex;
    justify-content: center;
    margin-top: -35px;
}
.margin-top{
    margin-top: 30px;
}
.cs-cta-content-sec {
    max-width: 800px;
    margin: auto;
}
.web-sec-tag {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.web-sec-tag p {
    background-color: #F7F7FA;
    border: 2px solid #C5D7FF;
    border-radius: 50px;
    padding: 10px 20px;
}
/* five points section css */

.orange-bg-sec {
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/10/five-bg-sec.webp);
    background-size: contain;
    min-height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.five-points-stategic-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.frist-five-points-sec {
    width: 340px;
    position: relative;
}
.last-five-points-sec {
    margin: 0 auto;
    width: 400px;
}
span.five-point-no {
    width: 50px;
    height: 50px;
    background-color: #2563EB;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
}
.num-point-one {
    display: flex;
    align-items: center;
    gap: 20px;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: unset;
    padding: 15px 0;
}
/* slick slider css */

.commitments-section {
    padding: 80px 0;
    position: relative;
    background: #fff;
}
.commitments-slider {
    display: flex;
    align-items: stretch;
}
.commitment-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    padding: 25px;
    margin: 10px;
    height: 220px;
    text-align: left;
}
.commitment-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #111;
}
.slider-title-arrow-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #222;
    margin-left: 10px;
    transition: all 0.3s ease;
}
.slider-arrows button:hover {
    color: #0056ff;
}
.title-bottom-border {
    border-bottom: 2px solid #dddbdb;
}


/* sticky ten card section */
.sticky-card-bg{
    background-color: #111111;
}
.frist-sticky-card-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.all-sticky-card-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.all-sticky-card-sec {
    position: sticky;
    top: 150px;
    height: 300px;
}
.sticky-section-title {
    position: sticky;
    top: 50px;
    height: 120px;
}
.frist-sticky-crad-content {
    width: 70%;
}
.sticky-crad-icon {
    width: 15%;
}
.all-sticky-card-sec {
    background: #111;
}
.all-sticky-card-sec {
    background: #111;
    border-left: 2px solid #FFD4B5;
    padding-left: 60px;
}
.frist-all-sticky-card-sec::before {
    content: '';
    background: #F97316;
    position: absolute;
    top: 0;
    left: -2px;
    height: 250px;
    width: 2px;
    z-index: 9;
}
/* sticky ten card section */
.sticky-card-bg {
  background-color: #111111;

}
.all-sticky-card-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 40px 60px;
  position: sticky;
  top: 150px;
  height: 300px;
  background: #111;
  border-left: 2px solid #FFD4B5;
  opacity: 0.4;
  transition: opacity 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
}
.all-sticky-card-sec.active {
  border-left-color: #F97316;
  opacity: 1;
  z-index: 2;
}
.sticky-section-title {
  position: sticky;
  top: 50px;
  height: 120px;
}
.frist-sticky-crad-content {
  width: 70%;
}
.sticky-crad-icon {
  width: 15%;
}

/* left sticky card css */
.img-and-title {
    position: sticky;
    top: 80px;
    height: max-content;
    width: 40%;
}

.hover-card-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.hover-card {
  position: relative;
  width: 680px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  transition: all 0.4s ease;
}
.hover-card:hover{
  height: 380px;
  transform: 1s;
} 
.card-front,
.card-back {
  padding: 40px;
  transition: all 0.4s ease;
}
.card-front {
  background: #fff;
  color: #000;
}
.card-front h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
}
.card-front p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.card-back {
    position: absolute;
    inset: 0;
    background: #2563eb;
    color: #fff;
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.4s ease;
}
.card-back h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}
.card-back p {
    font-size: 15px;
    line-height: 1.6;
    color: #e8e8e8;
}
.left-right-stcky-box h3 {
    font-size: 22px;
    font-weight: 600;
}
.card-back-one {
    background-color: #2563EB;
    padding: 40px;
    color: #fff;
}
.card-back-one h3{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
.flip-card-inner-one {
    text-align: left;
    justify-content: flex-start;
    background-color: #2563EB;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.hover-card:hover .card-back {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;

}

.hover-card:hover .card-front {
    opacity: 0;
    transform: translateY(-10%);
}
.hover-img {
    width: 100%;
    border-radius: 8px;
    margin: 10px 0 20px;
}
.icon img {
    width: 80px;
    height: 80px;
}

.left-sticky-img-content-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 40px;
}
.right-card-sec {
    width: 55%;
}
/* flip crads section css */

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.highlight {
    color: #3b82f6;
}

.partner-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.grid-item {
    border-radius: 10px;
    min-height: 200px;
    box-sizing: border-box;
}
.intro-box {
    background-color: #3b82f6;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.5);
    padding: 30px;
    display: flex;
    align-items: center;

}

.intro-box p {
    font-size: 16px;
    line-height: 1.6;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-placeholder {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #a0a0a0;
    border-radius: 50%;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    text-align: left;
}

.service-card {
    perspective: 1000px;
    text-align: initial;
    padding: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;

}
.service-card:hover .flip-card-inner {
    transform: rotateY(180deg);

}
.flip-card-front,

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 280px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.margin-top-sec {
    padding-top: 50px;
}
.flip-card-front {
    padding-top: 50px;
}
.flip-card-back {
    transform: rotateY(180deg);
    text-align: left;
    justify-content: flex-start;
    background-color: #2563EB;
    color: #fff;
}
.flip-card-back h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.flip-card-back p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}
.flip-card-back a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}
/* timeline section */

.time-line-sec-bg{
    background-color: #000;
}

.time-line-box.slick-slide {
    color: #fff;
    margin: 10px;
    background-color: #111;
    padding: 20px;
    border-radius: 20px;
}

.timeline-icon i {
    display: none;
}
/* faq section */

:root {
    --primary-blue: #4a86f9;
    --primary-dark: #333333;
    --accent-orange: #4a86f9;
    --bg-light: #ffffff;
    --border-color: #ededed;
    --toggle-bg-dark: #333333;
    --toggle-bg-light: #ffffff;
    --text-color-light: #666666;

}
.faq-section {
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 8px;
}

li.faq-item.open {
    background-color: #F7F7FA;
    padding: 20px 40px;
}
.faq-header {
    text-align: center;
    margin-bottom: 40px;
}
.faq-title-blue {
    font-size: 1.5rem;
    color: var(--primary-blue);
    font-weight: 700;
    letter-spacing: 1px;
}
.faq-title-dark {
    font-size: 2.2rem;
    color: var(--primary-dark);
    font-weight: 700;
    margin-top: 5px;
}
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--bg-light);
    padding: 20px 40px;
    border-radius: 8px;
}
.faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 40px;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 60px;
}
.faq-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-right: 25px;
    min-width: 40px;
    text-align: center;
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-dark);
    flex-grow: 1;
    margin: 0;
}

.faq-toggle-btn {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: var(--toggle-bg-light);
    color: var(--primary-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s;
}

.faq-item.open .faq-toggle-btn {
    background-color: var(--toggle-bg-dark);
    color: var(--toggle-bg-light);
}

.toggle-icon {
    font-style: normal;
    font-weight: 300;
}

.faq-answer-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding-top 0.3s;
    padding-left: 65px;
}

.faq-answer {
    font-size: 0.95rem;
    color: var(--text-color-light);
    line-height: 1.6;
    margin: 0;
    padding-top: 15px;
}

.faq-item.open .faq-answer-container {
    max-height: 200px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: unset !important;
}

/* .slider-title::before {
    content: '';
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/10/time-line-border.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 1%;
    left: 0;
} */
.slider-title-sec {
    position: relative;
}
.seo-tab-section {
  padding: 80px 0;
}
section.cs-our-vision-mission-sec {
    background-color: #bed2ff;
}
.cs-mision-vis-section {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.cs-vision-sec {
    background-color: #2563eb;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
}
.btn-left-position{
    justify-content: left;
}
.seo-tabs {
    width: 40%;
}
.seo-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%px;
}
.cs-tab-flex {
    display: flex;
    gap: 0 40px;
    flex-wrap: wrap;
}
.seo-tabs li {
  padding: 16px 20px;
  /* margin-bottom: 10px; */
  background: transparent;
  font-size: 16px;
  color: #000000c2;
  cursor: pointer;
  border-left: 2px solid #67676733;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 600;
}
.tab-content p {
    font-size: 18px;
    line-height: 34px;
}
.seo-tabs li.active {
    background: #d8e4ff;
    border-left: 3px solid #2563EB;
    color: #2563eb;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
}
.icon-class-sec {
    background: #fff;
    width: 100%;
    width: 60px;
    padding: 20px;
    border-radius: 10px;
    height: 60px;
    color: #2563eb;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.seo-tab-content {
    flex: 1;
    height: -webkit-fill-available;
    background-color: #2563EB;
    border-radius: 20px;
    padding: 25px;
    align-items: center;
    display: flex;
    background: url(https://www.webdesigningcompany.com/wp-content/uploads/2025/11/bg-for-web-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.web-nine-grid-sec {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 10px;
    padding-bottom: 20px;
}
.contact-box-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.our-web-instant-market-sec span {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(90.07deg, #2563EB -19.26%, #2F78FF 109.34%);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.our-web-instant-market-sec {
    box-shadow: 0px 0px 44px 0px #0025691a;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
}


/* LEFT TEXT CONTENT */
.seo-left {
    flex: 1 1 45%;
}

.seo-left h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.seo-left p {
    margin: 16px 0;
    line-height: 1.6;
}

/* RIGHT SIDE ACCORDION */
.seo-right {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 0 20px;
}

/* Card base */
.seo-card {
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(12px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    transition: 0.3s ease;
}

/* Header row */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.card-header h3 {
    font-size: 24px;
    margin: 0;
}

.card-header .toggle {
    font-size: 26px;
    transition: 0.3s;
}

.cs-grid-four-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    color: #fff;
}
.grid-box-style-sec {
    background-color: #ffffff;
    color: #091d43;
    padding: 20px;
    border-radius: 20px;
}
.ideal-partner-section{
    padding-bottom: 90px;
}
.img-and-title img {
    margin-top: 20px;
}
/* performance improve css  */
section {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
img {
  aspect-ratio: attr(width) / attr(height);
  image-rendering: optimizeQuality;
}
body {
  scroll-behavior: smooth;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}
.web-width-sec{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.tab-content.active {
  display: block;
}

.tab-content img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}

.tab-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab-content p {
  color: #ffffff;
}
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* blog css  */
.cs-single-row {
    display: flex;
    gap: 30px;
}
.cs-post-container {
    padding: 40px 20px 80px 20px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.cs-post-form-sec h4 {
    line-height: 25px;
}
.cs-post-form-sec p {
	color:#fff;
    line-height: 20px;
    margin-bottom: 10px;
}
.cs-meta p {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
    gap: 5px;
    font-size: 18px;
    margin: 0;
    color: #222222;
}
.cs-meta p svg {
    width: 24px;
    height: 24px;
}
.cs-single-content {
    max-width: calc(100% - 330px);
    width: 100%;
}
.cs-single-aside {
    max-width: 350px;
    width: 100%;
}
.cs-single-aside {
    position: sticky;
    top: 100px;
    height: fit-content;
}
.single-post .cs-post-thumbnail img {
    border-radius: 40px;
    width: 100%;
}
.cs-post-thumbnail {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.cs-post-form-sec {
    background-color: #042A2D;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #042A2D;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cs-post-head h1 {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 20px;
}
span.cs-post-style-title {
    font-weight: 700;
    line-height: 44px;
}
.cs-post-form-sec strong {
    display: block;
    padding-bottom: 50px;
    font-weight: 600;
}
.cs-post-main-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.cs-post-main-row .cs-post-item {
    max-width: calc((100% - 60px) / 3);
    width: 100%;
}
.cs-post-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #0644B71F;
}
.cs-post-item img {
    border-radius: 20px;
    width: 100%;
}
h5.cs-post-title a {
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 700;
    padding: 10px 0;
    display: block;
    color:#222;
}
.cs-blog-contact-form-sec {
    background-color: #042A2D;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #042A2D;
}
.cs-blog-contact-form-sec h4 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.cs-blog-contact-form-sec strong {
	color:#fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.cs-blog-contact-form-sec label{
	color:#fff;
}
.cs-meta-date {
	margin-bottom:10px;
    display: block;
}
.wbd-btn-primary {
    background-image: linear-gradient(to right, #099896 0%, #68E47F 50%, #099896 100%);
    color: rgba(var(--wbd-white-color), 1);
    background-position: top left;
    background-size: 200% auto;
}
.wbd-btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 28px;
    line-height: 28px;
    display: table;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s ease all;
}
input[type="tel"] {
    border-radius: 0 6px 6px 0 !important;
    margin-left: -1px;
    height: 48px;
}
.web-contact-form-sec {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
select#country_code {
    display: none;
}
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
    background: #fff;
}
.input-flex-sec {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Responsive stacking */
}
a {
    color: #222;
}
p{
	margin:0;
}
.faq-list button:hover{
	background-color:#2563EB !important;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.slick-dots li {
    margin: 0 3px;
}
label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
	padding-top:20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #101010;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #2563EB;
}

textarea {
  height: 130px;
  resize: vertical;
}

.phone-input-wrapper {
  display: flex;
  align-items: stretch;
	justify-content: space-between;
  width: 100%;
}

.phone-input-wrapper select {
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    padding: 13.5px 10px;
    font-size: 13px;
    background: #fff;
    min-width: 100px;
}

.phone-input-wrapper input {
  flex: 1;
  border: 1px solid #ccc;
/*   border-left: 0; */
  padding: 12px 20px;
  font-size: 14px;
}

.form-submit {
  margin-top: 20px;
}

.form-submit input[type="submit"] {
  background: #2563EB;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.form-submit input[type="submit"]:hover {
  background: #000;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  background: #a9c1e2;
  width: 15px;
  /* height: 4px; */
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
  /* background: #0644B7; */
  width: 35px;
}
[type=button], [type=submit], button {
    padding: 2px;
}
.cs-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 35px;
}
.testimonials-box-sec {
    background-color: #d9e5ff;
    padding: 30px;
    border-radius: 20px;
}
.testimonials-box-sec img {
    margin-top: -21%;
    border: 2px dotted #81a8ff;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 15px;
    width: 35%;
    display: block;
}
.testimonials-box-sec h4 {
    padding: 10px 0;
    font-weight: 600;
}
.card-back-one p {
    font-size: 15px;
    line-height: 1.6;
}
.cs-flex-two-sec {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.list-style-icons {
    background-color: #bbd2ff;
    color: #0d0d15;
    padding: 20px 60px;
    border-radius: 20px;
    margin: 0;
    position: relative;
}
ul.list-style-icons li::before {
    content: '';
    background: url(https://www.seo-services-consultants.com/wp-content/uploads/2025/11/arrow-black.webp);
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    background-repeat: no-repeat;
}
.list-style-icons li {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    padding-left: 10px;
    list-style: none;
}
section.sticky-crads-sec {
    background: linear-gradient(90.07deg, #0644B7 -19.26%, #2F78FF 109.34%);
    color: #fff;
}
.advanced-research-sec {
    width: 40%;
	height: fit-content;
    position: sticky;
    top: 130px;
}
.cards-points-box {
    width: 60%;
    position: sticky;
    top: var(--stick-top, 0px);
    transition: top 0.3s ease;
    z-index: 1s;
}
.sticky-box {
    border-bottom: 1px solid #ffffff3d;
    padding: 25px;
    border-radius: 0;
    margin-bottom: 30px;
    background-image: linear-gradient(to top, #0998962b 0%, #68e47f00 100% 50%);
}
.sticky-cards-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.cs-grid-point-sec {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 40px 20px;
}
.cs-border-box {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}
.counter-box-sec {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.counter-box {
    width: 260px;
    padding: 20px;
    text-align: center;
    border: 1px solid #68e47f8a;
    border-radius: 30px 0;
    text-align: center;
}
.counter-box h3 {
    font-size: 35px;
	font-weight:700;
}
.counter-box p {
    line-height:25px;
}
.cs-width-sec {
    max-width: 1000px;
    margin: 0 auto;
}
.sft-faq-accordion {
    max-width: 1100px;
    margin: 0 auto;
}
.sft-faq-main {
    border-bottom: 1px solid #eeeff1;
	padding-bottom:10px;
    border-radius: 10px;
}
.sft-faq-main + .sft-faq-main {
    margin-top: 10px;
}
.sft-faq-accordion-content {
    display: none;
    padding: 15px 85px;
    padding-top: 0;
}
.sft-table-accordion-heading.sft-table-active td strong, .sft-faq-accordion-header.sft-faq-active {
    background-image: url("https://www.webdesigningcompany.com/wp-content/uploads/2025/12/faq-icon-active.svg");
}
.sft-table-accordion-heading td strong, .sft-faq-accordion-header {
    cursor: pointer;
    padding: 15px 45px 15px 15px;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #020810;
    line-height: 1.3 !important;
    background-image: url("https://www.webdesigningcompany.com/wp-content/uploads/2025/12/faq-icon.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.seo-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    border-radius: 10px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end: 15px;
    width: 100%;
}
.seo-compare-table {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 0;
}
thead {
    background: #2563EB;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.seo-compare-table td {
    padding: 15px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
}
table td, table th {
    border: 1px solid hsla(0,0%,50%,.502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50%,.071);
}
.last-box-btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-image-box-stcky {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: 0.5s;
    position: sticky;
    top: 100px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.cs-image-box-stcky:hover .cs-card-front,
.cs-image-box-stcky:hover .cs-card-front h4,
.cs-image-box-stcky:hover .cs-card-front p {
    color: #fff;
	transition: 0.5s;
}
.cs-image-box-stcky:hover {
    background: #042a2d;
    color: #fff;
    transition: 0.5s;
}
.cs-image-box-stcky h4:hover {
    color: #fff;
}
.cs-card-front {
    width: 62%;
}
.cs-sticky-img {
    width: 35%;
}



/* media css statrt */



@media (min-width: 1024px) {
.partner-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
}
.intro-box {
    grid-column: span 1;
}
}

@media (max-width:1330px){
    .logo-five-sec {
    display: none;
}
.five-points-stategic-sec {
    justify-content: center;
}
.partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
}
}



@media (max-width: 768px) {
.seo-container {
    flex-direction: column;
    align-items: center;
}
.slider-title-arrow-sec {
    flex-direction: column;
    align-items: baseline;
    padding: 10px 0;
}
.cs-image-box-stcky {
    flex-direction: column;
}
.cs-image-box-stcky {
    gap: 10px;
}
.ver-scroll-sec {
    height: auto !important;
}	
.cs-sticky-img {
    width: 100%;
    margin-top: 20px;
}
.cs-card-front {
    width: 100%;
}
.cs-image-box-stcky {
    position: static;
}
.input-flex-sec {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.last-sricky-box-none{
    display: none !important;
}
.sft-faq-accordion-content {
    padding: 15px;
}
.tab-content h3 {
    font-size: 25px;
}
.cs-cta-content-bg {
    padding: 40px 20px;
}
.left-sticky-img-content-sec {
    gap: 40px;
}
.testimonials-box-sec img {
    margin-top: 0%;
    width: 50%;
}
.web-pt-sec {
    padding-top: 40px;
}
.web-pb-sec {
    padding-bottom: 40px;
}
  .cs-grid-four-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.sticky-img-box img {
    display: none;
}
.single-post .cs-post-thumbnail img {
    border-radius: 20px;
}
.cs-post-main-row {
    flex-direction: column;
}
.cs-post-main-row .cs-post-item {
    max-width: 100%;
    width: 100%;
}
.ideal-partner-section {
    padding-bottom: 10px;
}
  .web-nine-grid-sec {
    grid-template-columns: repeat(1, 1fr);
}
  .seo-tabs ul {
    width: 100%;
}
.cs-mision-vis-section{
    flex-wrap: wrap;
}
  .cs-tab-flex {
    gap: 20px;
}
.cs-single-row {
    flex-direction: column;
    gap: 0;
}
.cs-single-content {
    max-width: 100%;
    width: 100%;
}
.cs-post-head h1 {
    font-size: 30px;
}
.seo-tabs {
    width: 100%;
}
  .seo-tab-content {
    width: 100%;
  }
.partner-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 70px 20px;
}
.web-btn-sec a {
    z-index: 1;
}
.card-back-one {
    padding: 20px;
}
.flip-card-inner-one {
    height: 280px;
    padding: 30px;
}
.web-btn-sec {
    font-size: 14px;
}
.service-card {
    height: 300px !important;
}
.commitment-box {
    margin: 10px;
    height: 250px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}
.our-web-instant-market-sec {
    box-shadow: 0px 0px 14px 0px #0025691a;
}
.five-points-stategic-sec {
    gap: 0;
}
.web-sec-tag p {
    padding: 10px 16px;
    font-size: 14px;
    z-index: 1;
}
.sticky-card-left-border {
    padding-left: 5px;
}
.web-three-grid-sec {
    padding: 60px 15px;
}
.grid-item {
    min-height: 270px;
}
.all-sticky-card-sec.active {
    border-left-color: #f9731600;
}
.sticky-crad-icon {
    display: none;
}
.all-sticky-card-sec {
    border: none;
}
.hover-card {
    height: auto;
}
.card-front, .card-back {
    padding: 20px 15px;
}
.mobile-slider {
    display: block;
}
.second-head-sec {
    font-size: 30px;
}
.web-second-heading-style {
    font-size: 30px;
}
.web-hero-content-sec {
    width: 100%;
}
.web-contact-form-sec {
    width: 100%;
}
.web-higher-img-sec {
    width: 100%;
}
.web-higher-content-sec {
    width: 100%;
}
.img-and-title {
    width: 100%;
}
.img-and-title {
    position: static;
    height: auto;
}
.right-card-sec {
    width: 100%;
}
.logo-five-sec {
    display: none;
}
.last-five-points-sec {
    margin: 0;
    width: 100%;
    padding-top: 20px;
}
.frist-five-points-sec {
    width: 100%;
}
.web-py-sec {
    padding: 60px 0;
}
.all-sticky-card-sec {
    position: static;
    padding: 0;
    flex-direction: column;
    height: auto;
}
.frist-sticky-crad-content {
    width: 90%;
}
.sticky-section-title {
    position: static;
    height: auto;
}
li.faq-item.open {
    padding: 20px;
}
.commitments-section {
    padding: 60px 0;
}
.intro-box {
    grid-column: span 2;
}
.faq-list {
    padding: 15px 0px;
}
.faq-title-dark {
    font-size: 1.8rem;
}
.faq-number {
    font-size: 2rem;
    margin-right: 15px;
    min-width: 30px;
}
.faq-question {
    font-size: 1rem;
}
.faq-question-container {
    padding-right: 50px;
}
.faq-toggle-btn {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
}
.faq-answer-container {
    padding-left: 45px;
} 
.sticky-cards-content {
    flex-direction: column;
}
.cards-points-box {
    width: 100%;
}
.advanced-research-sec {
    width: 100%;
}
.advanced-research-sec {
    position: static;
}
.counter-box-sec {
    flex-wrap: wrap;
}
.faq-item.open .faq-answer-container {
    max-height: max-content;
}
table td, table th {
    white-space: nowrap;
}
}

@media (max-width: 480px) {
.faq-number {
    display: none;
}

.faq-answer-container {
    padding-left: 0;
}

.faq-question-container {
    align-items: flex-start;
}

.faq-item {
    padding: 15px 0;
}

.web-heading-style {
    font-size: 35px;
}
.web-hero-sub-title {
    font-size: 20px;
    line-height: 30px;
}
h4.title-four-style {
    font-size: 20px;
}
.margin-top-sec {
    margin-top: -60px;
}
}





