* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  font-family: "Inter";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
	width: 1300px;
  }
}

.aic {
  align-items: center;
}

button {
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.content-section{
	margin-top: 10px;
}
.cta-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cta-forms-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
}
#submitBtn_new{
  padding:13px 14px;
}
.cta-buttons button{
  padding: 13px 40px;
}
.primary_btn {
  background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
  color: white;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
  border: none;
}

.primary_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
}

.secondary_btn {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.secondary_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.banner_section {
  background-image: url("../../../../themes/clean-blog/new-images/web-development-new/banner_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}


.content-section span {
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;

  strong {
    color: #1468FB;
	font-weight: 600;
  }
}


.rocket {
  margin-left: 8px;
  font-size: 16px;
}

.main-headline {
  font-size: 45px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 0px;
  background: linear-gradient(135deg, #FFFFFF 0%, #E0E7FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 30px;
  margin-right: 20px;
}

.subheading {
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
  margin-top: 10px;
}

.banner_section .form-section {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  border-radius: 25px 25px 0 0;
  padding: 20px 20px;
  position: relative;
}

.form-section::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  left: -20px;
  bottom: 0;
}

.form-section::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 20px 0px;
  width: 20px;
  height: 20px;
  background-color: #460084;
  left: -20px;
  z-index: 1;
  bottom: 0;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.form-group {
  margin-bottom: 25px;
}

input[type="radio"] {
  accent-color: rgba(28, 28, 28, 1);
}

input[type="checkbox"] {
  accent-color: rgba(20, 104, 251, 1);
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
}

.banner_section .intl-tel-input.allow-dropdown{
	border-bottom: 1px solid #9B9B9B;
}
.banner_section .intl-tel-input .form__field{
	border-bottom: none !important;
}
.banner_section .flag-container {
    background: transparent !important;
    border: none !important;
	height: 37px;
}
.banner_section .intl-tel-input .selected-flag .iti-arrow{
	border-top: 5px solid #2b2929 !important;
}
.banner_section .intl-tel-input.separate-dial-code .selected-dial-code{
	width: auto !important;
}
.banner_section .intl-tel-input.separate-dial-code .selected-dial-code{
	font-size: 14px;
}
.banner_section input#demo{
	width: 80%;
}

.form__field {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #9B9B9B !important;
  outline: 0;
  font-size: 14px;
  padding: 7px 0 !important;
  margin-bottom: 14px;

}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 13px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 13px;
  pointer-events: none;
  font-weight: 600;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
}

.form__label sup {
  color: red;
  font-size: 13px;
}

.form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  font-size: 13px;
  color: #180e88;
  font-weight: 600;
}

.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.found {
  font-size: 13px;
  font-weight: 600;

}
.banner_section .form-group{
	margin-top: 15px;
}
.form__group.text_field{
	padding: 0;
}
.text_field textarea#comments_val {
    height: 75px !important;
    margin-bottom: 20px;
    text-indent: 0px !important;
    font-size: 14px !important;
	color:#000 !important;
}

.radio-group {
  display: flex;
  gap: 13px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.radio-option input[type="radio"] {
  margin: 0;
  transform: scale(1.2);
  margin-top: -5px;
}

.radio-option label {
  font-size: 13px;
  color: rgba(28, 28, 28, 1);
  font-weight: 600;
  cursor: pointer;
}

.textarea {
  min-height: 100px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.checkbox-group input[type="checkbox"] {
  transform: scale(1.2);
  margin-top: -6px;
}

.checkbox-label {
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  font-weight: 600;
}

.cta-buttons img {
  width: 48%;
}


/*----------------Trusted Clients------------------*/



.trusted_globally {
  margin-top: 55px;
  gap: 40px;
  align-items: center;
  display:flex;
}
.trusted_globally p {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.trusted_globally div img {
  width: 110px;
  margin: 0px 18px;
}
.ban-clt-logo{
	width: 77%;
    display: flex;
}
.ban-clt-logo .owl-item {
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}
.owl-dots{
	display:none;
}


.ban-clt-logo .banner-logo-slider{width:173px;height:105px;background:url(../../../../themes/clean-blog/new-images/web-development-new/web-development-client-logos.webp)}
.ban-clt-logo .banner-logo-slider.banner-logo-1{background-position:-11px -8px}.ban-clt-logo .banner-logo-slider.banner-logo-2{background-position:-190px -8px}.ban-clt-logo .banner-logo-slider.banner-logo-3{background-position:-371px -8px}.ban-clt-logo .banner-logo-slider.banner-logo-4{background-position:-551px -9px}.ban-clt-logo .banner-logo-slider.banner-logo-5{background-position:-729px -9px}.ban-clt-logo .banner-logo-slider.banner-logo-6{background-position:-909px -9px}.ban-clt-logo .banner-logo-slider.banner-logo-7{background-position:-1087px -9px}.ban-clt-logo .banner-logo-slider.banner-logo-8{background-position:-1264px -9px}.ban-clt-logo .banner-logo-slider.banner-logo-9{background-position:-1456px -125px}.ban-clt-logo .banner-logo-slider.banner-logo-10{background-position:-1637px -125px}.ban-clt-logo .banner-logo-slider.banner-logo-11{background-position:-1815px -125px}.ban-clt-logo .banner-logo-slider.banner-logo-12{background-position:-1994px -125px}.ban-clt-logo .banner-logo-slider.banner-logo-13{background-position:-2173px -125px}.ban-clt-logo .banner-logo-slider.banner-logo-14{background-position:-2353px -124px}.ban-clt-logo .banner-logo-slider.banner-logo-15{background-position:-2531px -123px}.ban-clt-logo .banner-logo-slider.banner-logo-16{background-position:-2709px -121px}.ban-clt-logo .banner-logo-slider.banner-logo-17{background-position:-2900px -241px}.ban-clt-logo .banner-logo-slider.banner-logo-18{background-position:-3080px -238px}.ban-clt-logo .banner-logo-slider.banner-logo-19{background-position:-3259px -238px}.ban-clt-logo .banner-logo-slider.banner-logo-20{background-position:-3438px -238px}.ban-clt-logo .banner-logo-slider.banner-logo-21{background-position:-3616px -235px}.ban-clt-logo .banner-logo-slider.banner-logo-22{background-position:-3803px -237px}.ban-clt-logo .banner-logo-slider.banner-logo-23{background-position:-3982px -237px}.ban-clt-logo .banner-logo-slider.banner-logo-24{background-position:-4159px -241px}.ban-clt-logo .banner-logo-slider.banner-logo-25{background-position:-4349px -351px}.ban-clt-logo .banner-logo-slider.banner-logo-26{background-position:-4525px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-27{background-position:-4709px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-28{background-position:-4878px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-29{background-position:-5065px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-30{background-position:-5238px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-31{background-position:-5421px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-32{background-position:-5600px -352px}.ban-clt-logo .banner-logo-slider.banner-logo-33{background-position:-4349px -463px}.ban-clt-logo .banner-logo-slider.banner-logo-34{background-position:-4521px -463px}.ban-clt-logo .banner-logo-slider.banner-logo-35{background-position:-4709px -471px}.ban-clt-logo .banner-logo-slider.banner-logo-36{background-position:-4883px -471px}.ban-clt-logo .banner-logo-slider.banner-logo-37{background-position:-5058px -471px}.ban-clt-logo .banner-logo-slider.banner-logo-38{background-position:-5241px -471px}.ban-clt-logo .banner-logo-slider.banner-logo-39{background-position:-5417px -471px}.ban-clt-logo .banner-logo-slider.banner-logo-40{background-position:-5601px -471px}



/*--------------------------Banner-Section---------------------------*/

/*-------------------Get Best Web Development Services----------------------*/

.why_team_tweaks.best-develop{
	margin-bottom: 80px;
}
.why_team_tweaks.best-develop .why_showcasingp {
	line-height: 32px;
	font-size: 16px;
}

/* Best Section Styles - Updated with Left Alignment */
.best-section {
  background-color: #f8f9fa;
  padding: 80px 0px 80px 0 !important;
}

.section-title {
  font-size: 40px !important;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
}

.section-description {
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.6;
  width: 92%;
  margin: 0px;
  /* Removed auto centering */
  text-align: left;
  /* Changed from center to left */
}

.stat-card {
  background: white;
  border: 1px solid #0072FF;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  /* Keep cards centered */
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 200px;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #1468FB;
  margin-bottom: 0px;
  line-height: 1;
  position: relative;
}

.stat-label {
  font-size: 14px;
  color: #1C1C1C;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  width: 100%;
}

/* Quality dot for 99% stat */
.quality-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #10B981;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 992px) {
  .section-title {
    font-size: 32px;
  }

  .stat-card {
    padding: 30px 15px;
  }

  .stat-number {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .best-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  .section-description {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .stat-card {
    padding: 25px 15px;
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .stat-label {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 23px !important;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 12px;
  }
}




/*-----------------------Prcing-Section------------------*/

/* Pricing Section */


/* Root Variables */
:root {
  --primary-purple: #6366f1;
  --secondary-purple: #8b5cf6;
  --accent-green: #10b981;
  --text-white: #ffffff;
  --text-light: rgba(255, 255, 255, 0.8);
  --card-bg: rgba(255, 255, 255, 0.1);
  --card-border: rgba(255, 255, 255, 0.2);
  --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pricing-section {
  background: url("../../../../themes/clean-blog/new-images/web-development-new/pricing-bg.webp");
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.bg-decoration-1 {
  width: 300px;
  height: 300px;
  background: var(--accent-green);
  top: 10%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.bg-decoration-2 {
  width: 200px;
  height: 200px;
  background: var(--text-white);
  top: 70%;
  right: 10%;
  animation: float 8s ease-in-out infinite reverse;
}

.bg-decoration-3 {
  width: 150px;
  height: 150px;
  background: var(--accent-green);
  bottom: 20%;
  right: 80%;
  animation: float 7s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Header Styles */
.pricing-title {
  font-size: 46px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.pricing-title .highlight {
  color: var(--accent-green);
}

.pricing-subtitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Pricing Cards */
.pricing-card {
  background: var(--card-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 830px;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card);
  border-color: var(--accent-green);
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-green);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.pricing-card:hover::before {
  transform: scaleX(1);
}

/* Card Header */
.card-header {
  text-align: center;
  margin-bottom: 2rem;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}

.card-description {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
  min-height: 84px;
}

/* Card Pricing */
.card-pricing {
  text-align: center;
  margin-bottom: 2rem;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.price-label {
  font-size: 24px;
  color: var(--text-light);
  font-weight: 500;
  line-height: 50px;
}
.price-label.text-strike{
	text-decoration: line-through;
}
.price-label.get-more-btn{
	font-size: 16px;
    border: 1px solid #fff;
    width: 60%;
    margin: 0 auto;
    line-height: 44px;
    border-radius: 5px;
	cursor:pointer;
}
.price-label.get-more-btn a{
	color:#ffffff;
}

/* Call to Action */
.card-cta {
  text-align: center;
  margin-bottom: 2.5rem;
}

.btn-get-started {
  background: var(--accent-green);
  color: var(--text-white);
  border: none;
  border-radius: 12px;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-get-started:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  color: var(--text-white);
}

/* Card Features */
.card-features {
    min-height: 520px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}

.feature-item i {
  color: var(--accent-green);
  margin-right: 10px;
  margin-top: -1px;
  font-size: 1rem;
  flex-shrink: 0;
}

.feature-item i img {
  width: 20px;
}

.feature-item span {
  flex: 1;
}

/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.ripple {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .pricing-title {
    font-size: 3rem;
  }

  .pricing-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .pricing-section {
    padding: 60px 0;
  }

  .pricing-title {
    font-size: 2.5rem;
  }

  .pricing-subtitle {
    font-size: 1rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .pricing-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .pricing-subtitle {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .pricing-card {
    padding: 1.5rem 1rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-description {
    font-size: 0.9rem;
  }

  .feature-item {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .pricing-section {
    padding: 40px 0;
  }

  .pricing-title {
    font-size: 1.8rem;
  }

  .pricing-subtitle br {
    display: none;
  }

  .price {
    font-size: 2rem;
  }

  .btn-get-started {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
  }
}

/* Accessibility */
.pricing-card:focus-within {
  outline: 2px solid var(--accent-green);
  outline-offset: 2px;
}

.btn-get-started:focus {
  outline: 2px solid var(--text-white);
  outline-offset: 2px;
}






/*------------ Web Development Process Section---------------- */


.web-development-process {
  background: linear-gradient(135deg, #f8faff 0%, #e8f4fd 100%);
  padding: 80px 0;
}

.process-title {
  font-size: 40px;
  font-weight: 800;
  color: #1C1C1C;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

.process-description {
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.6;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.process-card {
  background: white;
  border-radius: 20px;
  padding: 30px 25px;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.process-card.first-card {
  background: linear-gradient(135deg, #9fd4f5 0%, #d9f3ff 50%, #ffffff 100%);
  border-radius: 16px;
}


.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(20, 104, 251, 0.15);
}


.process-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-icon img {
  transition: all 0.3s ease;
  width: 70px;
}

.process-card:hover .process-icon img {
  transform: scale(1.1);
}

.process-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 15px;
  line-height: 1.4;
}

.process-step-description {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

.process-card.last-process-card {
  Background: url("../../../../themes/clean-blog/new-images/web-development-new/beyond-delivery.webp") no-repeat;
  background-position: center center;
  background-size: cover;
}

.process-card.last-process-card .process-icon {
  height: 379px;
}


/* Responsive Design */
@media (max-width: 1199px) {
  .process-title {
    font-size: 32px;
  }

  .process-card {
    padding: 25px 20px;
  }

  .process-icon svg {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 991px) {
  .web-development-process {
    padding: 60px 0;
  }

  .process-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .process-description {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .process-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .process-title {
    font-size: 24px;
    text-align: center;
  }

  .process-description {
    text-align: center;
    margin-bottom: 30px;
  }

  .process-card {
    padding: 20px 15px;
  }

  .process-step-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .process-step-description {
    font-size: 13px;
  }

  .process-icon svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .process-title {
    font-size: 22px;
  }

  .process-step-title {
    font-size: 16px;
  }

  .process-step-description {
    font-size: 12px;
  }
}



/* -----------------Custom Website Solution--------------------------- */


.custom_website_sec {
  padding: 50px 0px;
}

.main_content {
  text-align: start;
  margin-bottom: 40px;
}

.main_content h5 {
  font-size: 36px;
  font-weight: 800;
}

.main_content p {
  font-size: 14px;
}

.cws {
  position: relative;

}

.cws .item {
  color: #fff;
  /* padding: 15px; */
  position: relative;
}

.sub-content {
  padding: 10px;
  position: absolute;
  /* top: 110px; */
  bottom: 5px;

  img {
    width: 32px !important;
  }
}

.sub-content h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top:20px;
  color:#f4b806;
}

.sub-content p {
  font-size: 12px;
  line-height: 18px;
  color:#fff;
}

.cws_img {
  width: 100%;
}

.custom_website_sec .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}

.custom_website_sec .owl-nav .owl-next {
  background: #1468FB !important;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 0px !important;

  span {
    color: #fff;
	font-size: 30px !important;
	line-height: 30px;

  }
}

.custom_website_sec .owl-nav .owl-prev {
  background: #ccc !important;
  border-radius: 0px !important;
  margin-right:10px;
  width: 30px;
  height: 30px;

  span {
    color: #000000;
	font-size: 30px !important;
	line-height: 30px;

  }
}

.custom_website_sec .owl-nav .owl-next:after {
  content: "";
}

@media screen and (max-width: 1200px) {
  .form-title {
    font-size: 22px;
    line-height: 31px;
  }

  /* .radio-group {
    gap: 5px;
  } */

  .main-headline {
    font-size: 38px;
    font-weight: 800;
    line-height: 55px;
  }

  .subheading {
    font-size: 12px;
    line-height: 26px;
  }
}

@media (max-width: 1024px) {


  .content-section {
    padding-right: 0;
  }

  .main-headline {
    font-size: 27px;
  }

  .form-title {
    font-size: 20px;
  }

}

@media (max-width: 1024px) {


  .content-section {
    padding-right: 0;
  }

  .main-headline {
    font-size: 27px;
  }

  .form-title {
    font-size: 20px;
  }

}

@media screen and (max-width: 992px) {
  .content-section {
    text-align: center;
    margin-bottom: 30px;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }

  .main-headline {
    font-size: 32px;
    line-height: 41px;
  }

  .subheading {
    font-size: 13px;
    line-height: 25px;
  }

  .custom_website_sec .owl-nav {
    position: unset;

  }
}

@media (max-width: 768px) {
  .main-headline {
    font-size: 24px;
    line-height: 39px;
  }

  .form-section {
    padding: 25px;
  }


  .form-title {
    text-align: center;
    font-size: 21px;
  }
}

@media (max-width: 532px) {

  /* button {
    padding: 11px 10px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
} */
  form .cta-buttons {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .content-section span {
    font-size: 10px;

  }

  .main-headline {
    font-size: 23px;
    line-height: 33px;
  }

  button {
    font-size: 10px;
    padding: 10px 19px;

  }

}


/*----------------- Why Choose Us Section----------------- */


.why-choose-us {
  background: linear-gradient(135deg, #1468FB 0%, #0d5ce8 50%, #0b4fd1 100%);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><circle cx="20" cy="20" r="2" fill="white"/><circle cx="80" cy="30" r="1.5" fill="white"/><circle cx="60" cy="70" r="2.5" fill="white"/><circle cx="30" cy="80" r="1" fill="white"/></svg>') repeat;
  pointer-events: none;
}

.why-choose-title {
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.why-choose-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.feature-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 25px 20px 25px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, #ffffff 0%, #f5fcff 40%, #e3f7ff 100%);
  border-radius: 20px;
}

.feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
}

.feature-icon img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  width: 50px;
}

.feature-card:hover .feature-icon img {
  transform: scale(1.1) rotateY(360deg);
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: left;
}

.feature-description {
  font-size: 14px;
  color: #1C1C1C;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
  min-height: 135px;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .why-choose-title {
    font-size: 38px;
  }

  .feature-card {
    padding: 25px 20px;
  }

  .feature-icon svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 60px 0;
  }

  .why-choose-title {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .why-choose-description {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .feature-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .why-choose-title {
    font-size: 28px;
  }

  .why-choose-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .feature-card {
    padding: 20px 15px;
  }

  .feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .feature-description {
    font-size: 13px;
  }

  .feature-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .why-choose-title {
    font-size: 24px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-description {
    font-size: 12px;
  }
}



/*--------------team-group-----------------*/


/* Team Group Section */
.team-group-section {
    background: url(../../../../themes/clean-blog/new-images/web-development-new/team-img.webp);
    padding: 50px 0 20px 0px;
	height:540px;
    position: relative;
    overflow: hidden;
	margin:40px 0px 0px 0px;
}

.team-image-container {
    position: relative;
    width: 100%;
    height: 490px;
    border-radius: 20px;
    overflow: hidden;
}
.team-title-bg{
	position: relative;
	padding-left: 15px;
}
.team-title-bg::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 78px;
  background: #ffffff;
  z-index: 1;
  top: 0;
  Left:0px;
}


/* Left Content Overlay */
.team-content-left {
    position: absolute;
    bottom: 25px;
    left: 40px;
    max-width: 500px;
    z-index: 10;
}

.content-badge {
    display: inline-block;
    color: #0097FB;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-title {
    font-size: 40px;
    font-weight: 600;
    color: #0097FB;
    margin-bottom: 15px;
    line-height: 28px;
	margin-top: 0;
}

.team-description {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 20px 0px 0px 0px;
}

/* Right Content Overlay */
.team-content-right {
    position: absolute;
    bottom: 25px;
    right: 40px;
    max-width: 500px;
    z-index: 10;
}

.content-badge-right {
    display: inline-block;
    color: #0097FB;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-title-right {
    font-size: 40px;
    font-weight: 600;
    color: #0097FB;
    margin-bottom: 15px;
    line-height: 28px;
	margin-top: 0;
}

.team-description-right {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 20px 0px 0px 0px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .team-image-container {
        height: 500px;
    }
    
    .team-content-left,
    .team-content-right {
        max-width: 280px;
        padding: 25px;
    }
    
    .team-title,
    .team-title-right {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .team-group-section {
        padding: 60px 0;
    }
    
    .team-image-container {
        height: 450px;
    }
    
    .team-content-left {
        left: 20px;
        max-width: 250px;
        padding: 20px;
    }
    
    .team-content-right {
        right: 20px;
        max-width: 250px;
        padding: 20px;
    }
    
    .team-title,
    .team-title-right {
        font-size: 24px;
    }
    
    .team-description,
    .team-description-right {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .team-image-container {
        height: 400px;
    }
    
    .team-content-left {
        left: 15px;
        max-width: 220px;
        padding: 18px;
        top: 30%;
    }
    
    .team-content-right {
        right: 15px;
        max-width: 220px;
        padding: 18px;
        top: 70%;
    }
    
    .team-title,
    .team-title-right {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .team-description,
    .team-description-right {
        font-size: 12px;
    }
    
    .content-badge,
    .content-badge-right {
        font-size: 11px;
        padding: 5px 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .team-image-container {
        height: 350px;
    }
    
    .team-content-left {
        left: 10px;
        max-width: 180px;
        padding: 15px;
        top: 25%;
    }
    
    .team-content-right {
        right: 10px;
        max-width: 180px;
        padding: 15px;
        top: 75%;
    }
    
    .team-title,
    .team-title-right {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .team-description,
    .team-description-right {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .team-content-left,
    .team-content-right {
        position: static;
        transform: none;
        margin: 20px auto;
        max-width: 100%;
    }
    
    .team-image-container {
        height: auto;
        padding-bottom: 20px;
    }
    
    .team-group-image {
        height: 300px;
        margin-bottom: 20px;
    }
}





/*-----------------------Awards--------------------*/


.why_team_tweaks {
  margin-top: 80px;
}

.why_team_tweaks .why_showcasingh1,
.showcasing .why_showcasingh1,
.riwttmads .why_showcasingh1,
.technologies h1,
.tbbw h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
}

.why_team_tweaks .why_showcasingp,
.showcasing .why_showcasingp,
.riwttmads .why_showcasingp {
  color: #1C1C1C;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  width: 85%;
}

.customers-part {
  margin: 100px 0px;
}

.why_team_tweaks .why_tt_icons {
  margin: 20px 0px;

  img {
    width: 70px;
  }

  h5 {
    margin: 20px 0px 20px;
    font-size: 22px;
    font-weight: 600;
  }

  p {
    color: #1A202C;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
}

.why_team_tweaks .item {
  margin: 30px;
}



/*---------------- Digital Experiences Hero Section------------------ */


.digital-experiences-hero {
  Background: url("../../../../themes/clean-blog/new-images/web-development-new/digital-experiences-bg.webp") no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0px 50px;
  background-size: cover;
  border-radius: 40px
}

.digital-experiences-hero .hero-content {
  padding-right: 2rem;
  z-index: 5;
  position: relative;
}

.digital-experiences-hero .hero-title {
  font-size: 46px;
  font-weight: 700 !important;
  line-height: 1.2;
  color: white;
  margin-bottom: 30px;
}

.text-gradient {
  background: linear-gradient(135deg, #60A5FA 0%, #34D399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.digital-experiences-hero .hero-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 500px;
}

.cta-btn {
  background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
  color: white;
}

.hero-visual {
  position: relative;
  height: 500px;
}

/*.digital-experiences-hero .hero-cta {
  margin-bottom: 85px;
}*/

.hero-visual img {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.hero-visual .digital_gif{
  width: 35%!important;
  top: 70px;

}




/*------------------- Small Beginnings Hero Section ---------------------------*/


/* Small Beginnings Section - Exact Design */
.small-beginnings-section {
  display: flex;
  align-items: center;
  padding: 80px 0px 30px 0;
}

.content-wrapper {
  padding-right: 2rem;
}

.badge-text {
  display: inline-block;
  background: rgba(20, 104, 251, 0.1);
  border: 1px solid rgba(20, 104, 251, 0.2);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  color: #374151;
  margin-bottom: 20px;
  font-weight: 500;
}

.badge-text .text-blue {
  color: #1468FB;
  font-weight: 700;
}

.main-heading h2 {
  line-height: 55px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* .main-heading h4 span{
color: #1468FB;
} */
.main-heading .text-blue {
  color: #0C3E95;
  font-size: 35px ;
  font-weight: 700;
  /* display: block; */
}

/* .main-heading .sub-heading {
  color: #374151;
  font-size: 36px;
  font-weight: 700;
  display: block;
} */

.description-text {
      font-size: 15px;
    line-height: 1.6;
    color: #1C1C1C;
    margin-bottom: 30px;
}

.cta-button {
  background-color: #1C1C1C;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px;
  cursor: pointer;

}

.woman-container img {
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .main-heading .text-blue {
    font-size: 35px;
   
}
.main-heading h2 {
    line-height: 38px;
    font-size: 25px;
  
}
.description-text {
    font-size: 12px;
    line-height: 23px;
  
}
}
@media screen and (max-width: 992px){
      .main-heading h2 {
        line-height: 44px;
        font-size: 31px;
    }
    .description-text {
    font-size: 13px;
    line-height: 24px;
   
}
}
@media screen and (max-width: 768px) {
      .main-heading h2 {
        line-height: 30px;
        font-size: 22px;
    }
     .main-heading .text-blue {
    font-size: 22px;
   
}
}
/* --------------creating digital solution------------------- */
.digital_solution .main_content{
  color: white;
  text-align: center;
}
.digital_solution .main_content h2{
  font-weight: 800;
  font-size: 33px;
  margin-bottom: 15px;
}
.digital_solution .main_content p{
  font-size: 14px;
  font-weight: 300;
}
.cdss img{
  width: 100%;
}
/*-----------------------------Client-Logos---------------------------*/

.client-section{
  overflow: hidden;
}

.client-section .client-section-card {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.client-section i {
  position: relative;
  top: 50px;
}

.client-section .client-section-card h5 {
  color: #000;
  font-weight: 700;
  font-size: 50px;
  line-height: 66px;
}

.client-section .client-section-card p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  width: 74%;
  margin: 0 auto 25px;
  justify-content: center;
  display: flex;
}

.client-section {
  height: 1000px;
  margin-bottom: 20px;
  background-size: contain;
  padding: 220px 50px 0px 50px;
  position: relative;
}

.client-section .client-section-card .bl_bg_btn.unlock-btn {
  width: 231px;
}

.bl_bg_btn {
  background-color: #0c8ce9;
  color: #fff;
  width: 160px;
  height: 50px;
  border-radius: 36px;
  border: 1px solid #fff;
  font-size: 14px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.bl_bg_btn.unlock-btn:hover img {
  transition: all 0.3s linear;
  transform: translateX(163px);
  -webkit-transform: translateX(163px);
  -moz-transform: translateX(163px);
  -ms-transform: translateX(163px);
  -o-transform: translateX(163px);
}

.bl_bg_btn:hover span {
  position: relative;
  left: -40px;
  transition: 0.5s;
  color: #ffffff;
}

.client-section .client-section-card .bl_bg_btn.unlock-btn:hover {
  text-decoration: none;
}

.bl_bg_btn img {
  width: 20px;
  margin-right: 17px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(158deg) brightness(101%) contrast(100%);
}

.trigger-section {
  position: relative;
}

.trigger-section img {
  width: 94px;
  transition: transform 2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(50%, 50%):
}

.img-1.move {
  transform: translate(-852%, -130%);
}

.img-2.move {
  transform: translate(-681px, -122px);
}

.img-3.move {
  transform: translate(-598%, -66%);
}

.img-4.move {
  transform: translate(-470%, 134%);
}

.img-5.move {
  transform: translate(-596%, 61%);
}

.img-6.move {
  transform: translate(-724%, -3%);
}

.img-7.move {
  transform: translate(-852%, -3%);
}

.img-8.move {
  transform: translate(-851%, 134%);
}

.img-9.move {
  transform: translate(-725%, 133%);
}

.img-10.move {
  transform: translate(-596%, 187%);
}

.img-11.move {
  transform: translate(-468%, 260%);
}

.img-12.move {
  transform: translate(-598%, 316%);
}

.img-13.move {
  transform: translate(-724%, 262%);
}

.img-14.move {
  transform: translate(-853%, 262%);
}

.img-15.move {
  transform: translate(-853%, 392%);
}

.img-16.move {
  transform: translate(-853%, 514%);
}

.img-17.move {
  transform: translate(-725%, 396%);
}

.img-18.move {
  transform: translate(-724%, 518%);
}

.img-19.move {
  transform: translate(-595%, 448%);
}

.img-20.move {
  transform: translate(-596%, 570%);
}

.img-21.move {
  transform: translate(-724%, 653%);
}

.img-22.move {
  transform: translate(-852%, 646%);
}

.img-23.move {
  transform: translate(-470%, 400%);
}

.img-24.move {
  transform: translate(734%, -4%);
}

.img-25.move {
  transform: translate(734%, 124%);
}

.img-26.move {
  transform: translate(734%, -130%);
}

.img-27.move {
  transform: translate(734%, 384%);
}

.img-28.move {
  transform: translate(606%, 126%);
}

.img-29.move {
  transform: translate(350%, 112%);
}

.img-30.move {
  transform: translate(350%, 239%);
}

.img-31.move {
  transform: translate(350%, 369%);
}

.img-32.move {
  transform: translate(478%, 571%);
}

.img-33.move {
  transform: translate(478%, 449%);
}

.img-34.move {
  transform: translate(478%, 317%);
}

.img-35.move {
  transform: translate(478%, 187%);
}

.img-36.move {
  transform: translate(478%, 59%);
}

.img-37.move {
  transform: translate(478%, -66%);
}

.img-38.move {
  transform: translate(607%, -130%);
}

.img-39.move {
  transform: translate(606%, -1%);
}

.img-40.move {
  transform: translate(606%, 251%);
}

.img-41.move {
  transform: translate(606%, 384%);
}

.img-42.move {
  transform: translate(606%, 508%);
}

.img-43.move {
  transform: translate(606%, 652%);
}

.img-44.move {
  transform: translate(734%, 653%);
}

.img-45.move {
  transform: translate(734%, 507%);
}

.img-46.move {
  transform: translate(734%, 252%);
}





/*-------------- Feedback starts -----------------*/

.real-results .e-booking-head h3 {
  color: #000;
}

.real-results .e-booking-head p {
  font-size: 18px;
  text-align: center;
  color: #000000;
  width: 486px;
  margin: 0 auto;
}

.real-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.first-col {
  width: 25%;
}

.second-col {
  width: 45%;
}

.real-box-list .second-col:nth-child(3) {
  width: 25%;
}

.real-box {
  border: 1.2px solid #E9ECF2;
  border-radius: 19px;
  margin-bottom: 20px;
}

.e-r-boxed p {
  font-size: 14px;
  color: #232527;
  line-height: 175%;
  margin: 0;
  margin-bottom: 0px;
}

.e-r-boxed {
  padding: 16px;
}

.e-user-detail {
  padding: 0px 16px 16px 16px;
}

.e-r-box-1 img {
  width: 100%;
}

.e-user-detail h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.e-user-detail img {
  width: auto;
  margin-top: -10px;
}

.e-user-detail p {
  margin: 0;
  color: #7D7A7A;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.e-r-box-2 .e-user-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.e-r-box-2 .e-user-detail span img {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  object-fit: cover;
}

.real-box.e-r-box-3 {
  display: flex;
}

.real-box.e-r-box-3 .e-user-detail {
  padding-top: 10px;
}

.real-box.e-r-box-3 img {
  height: auto;
  width: 48%;
  object-fit: cover;
  border-radius: 20px;
}

.e-r-box-3 .e-user-detail {
  padding: 0;
}

.e-r-box-3 .e-user-detail img {
  width: auto;
}

.real-results .e-booking-head {
  margin-bottom: 36px;
}

.sec_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 30px;
}



.feedback_2 {
  margin: 45px 0px;
}

.feedback_2 .client-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecf2;
  border-radius: 15px;
  position: relative;
}

.feedback_2 .col-lg-3:first-child .client-item:nth-child(1) .review_para,
.feedback_2 .col-lg-5 .client-item:nth-child(1) .review_para {
  color: #232527;
}

.feedback_2 .client-item .review_para_1 {
  padding: 0px 10px 10px 73px;
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  line-height: 23px;
  margin: unset;
}

.feedback_2 .client-item .review_para {
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  padding: 15px 10px 10px 15px;
  line-height: 23px;
  margin: unset;
}

.feedback_2 .client-item h6 {
  color: #293238;
  font-family: "Poppins";
}

.feedback_2 .client-item .reviewer_name_type1 {
  padding: 15px;
}

.feedback_2 .client-item .reviewer_name_type1 h6 {
  font-size: 10px;
  font-weight: 700;
  margin: unset;
}

.feedback_2 .client-item .reviewer_name_type1 p {
  font-size: 10px;
  font-weight: 300;
  color: #7d7a7a;
  padding: unset;
  margin: unset;
}

.feedback_2 .client-item .verify_icon {
  color: #758090;
  margin: 5px 0px;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.feedback_2 .client-item .reviewer_name_type2 {
  display: flex;
  gap: 5px;
  padding: 10px 0px 0px 15px;
}

.feedback_2 .client-item .reviewer_name_type2 img {
  width: 40px;
  height: 40px;
}

.feedback_2 .client-item .reviewer_name_type2 .review_header h6 {
  font-size: 9px;
  font-weight: 700;
  margin: unset;
}

.feedback_2 .client-item .reviewer_name_type2 .review_header p {
  font-size: 9px;
  font-family: "Poppins";
  font-weight: 300;
  margin: unset;
}

.feedback_2 .client-item-2 {
  flex-direction: row;
}

.feedback_2 .client-item-2 img {
  width: 36%;
}

.feedback_2 .col-lg-5 .client-item {
  padding: 0px 20px;
}

.feedback_2 .col-lg-5 .client-item:first-child {
  padding: unset;
}

.feedback_2 .col-lg-4 .client-item img {
  width: 45px;
  height: 45px;
  margin: 10px 0px 0px 10px;
}

.feedback_2 .col-lg-4 .client-item .reviewer_name_type1 .review_para {
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  line-height: 23px;
}

/* Feedback ends */




.tech_partner .tech_partner_content {
  /*background-image: url(../../../../themes/clean-blog/new-images/web-development-new/tech_partner.webp);
  background-repeat: no-repeat;*/
  background-size: 100%;
  min-height: 455px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.tech_partner_content_child{
  position: absolute;
  right: 10%;
  bottom: 18%;
}

.tech_partner .tech_partner_content h2 {
  transform: translate(-230px, 30px);
  font-size: 36px;
  width: 38%;
  line-height: 50px;
}

.tech_partner .tech_partner_content h2 span {
  color: #0cffd8;
}

.tech_partner .tech_partner_content button {
  background: linear-gradient(to right,
      #fc72ff 0%,
      #8f68ff 25%,
      #487bff 50%,
      #2cd9ff 75%,
      #2cffcc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  transform: translate(-391px, 59px);
  font-size: 22px;
}

.tech_partner .tech_partner_content button img {
  width: 30px;
}

.tech_partner .tech_partner_content .blue_button_main {
  transform: translate(-325px, 35px);
  display: flex;
  gap: 20px;
}

.tech_partner .tech_partner_content .blue_button {
  background-color: #016cf3;
  margin-top: 20px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 24px;
  border: 1px solid #016cf3;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.tech_partner .tech_partner_content .blue_button img {
  width: 20px;
  filter: brightness(0) invert(1);
}




/* --------------creating digital solution------------------- */
.digital_solution {
  /*background-image: url("../../../../themes/clean-blog/new-images/web-development-new/digital_solution_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 31px;*/
  padding: 30px;

}

.digital_solution .main_content {
  color: #000000;
  text-align: center;
}

.digital_solution .main_content h2 {
  font-weight: 800;
  font-size: 33px;
  margin-bottom: 15px;
}

.digital_solution .main_content p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #000000;

}

.cdss img {
  width: 80%;
  margin: auto;
  margin-bottom: 0px;
}

.cdss h6 {
  font-size: 18px;
  color: #000000;
  text-align: center;
}

/* .owl-nav .owl-prev  */

.digital_solution .sub-head {
  font-size: 13px;
  font-style: italic;
    text-align: center;
    color: #000;
}
.digital_solution {
  .owl-nav {

    span {
      display: none;
    }

button{
  height: 33px;
}
    .owl-prev::before {
      content: "";
      background-image: url("../../../../themes/clean-blog/new-images/web-development-new/next.webp");
      background-repeat: no-repeat;
      width: 40px;
      background-size: 40px;
      height: 33px;
      display: inline-block;
	  transform: rotate(180deg);

    }

    .owl-next::before {
      content: "";
      background-image: url("../../../../themes/clean-blog/new-images/web-development-new/next.webp");
      background-repeat: no-repeat;
      width: 40px;
      background-size: 40px;
      height: 33px;
      display: inline-block;

    }
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav {
    margin: 10px 0px;
}
.digital_solution .owl-theme .owl-nav{
	gap: 10px;
    display: flex;
    justify-content: center;
	margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .digital_solution .main_content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .digital_solution .main_content h2 {
    font-size: 24px;
  }

  .digital_solution .main_content p {
    font-size: 14px;
  }
}






/* --------------creating digital solution- end------------------ */
/* -------------------------------- */
@media screen and (max-width: 1200px) {
  .expert_android_app .col-lg-6:nth-child(2)::after {
    display: none;
    content: none;
  }
  .hero-title {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin-bottom: 30px;
}
.tech_partner_content_child{
  position: absolute;
  right: 10%;
  bottom: 33%;
}
.tech_partner .tech_partner_content h2 {
    font-size: 26px;
    line-height: 38px;
}
}
@media screen and (max-width: 1024px) {
    .expert_android_app .android_app_development {
    padding: 20px 0px;
	min-height: auto;
    /* text-align: center; */
  }
  .expert_android_app {
    text-align: center;
  }
  .expert_android_app .col-lg-6:nth-child(2)::after {
    display: none;
  }
  .expert_android_app .col-lg-6:nth-child(1) {
    margin-top: 0px;
  }
   .expert_android_app::after{
	  display:none;
  }
}
@media screen and (max-width: 992px){
  .hero-visual{
    display: none;
  }
  .hero-content{
    padding: 25px 0px;
  }
   .client-section{
    display: none;
   }
   .real-results{
    display: none;
   }
   .process-card.last-process-card {
    display: none;
   }
   .why_team_tweaks .why_showcasingh1, .showcasing .why_showcasingh1, .riwttmads .why_showcasingh1, .technologies h1, .tbbw h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.tech_partner{
  display: none;
}

}
@media screen and (max-width: 768px) {
  .team-group-section{
    display: none;
  }
  .why_team_tweaks .why_showcasingh1{
            font-weight: 800;
        font-size: 22px;
        line-height: 35px;
        text-align: center;
    }
  }
@media screen and (max-width: 767px){
  .expert_android_app .col-lg-6:first-child br {
    display: none;
  }
  .expert_android_app .companies_dubai {
    position: relative;
  }
  .expert_android_app .companies_dubai img {
    position: absolute;
    height: 350px;
    width: 17%;
    transform: rotate(90deg);
    left: 272px;
    top: -83px;
    z-index: 1;
  }
  .expert_android_app .companies_dubai .companies {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 650px){
      .hero-title {
        font-size: 25px;
        font-weight: 800;
        line-height: 1.2;
        color: white;
        margin-bottom: 20px;
    }
    .hero-description {
    font-size: 13px;
    margin-bottom: 20px;
}
.cta-btn {
    padding: 10px 20px;
    font-size: 10px;
}
.why_team_tweaks .why_showcasingh1 br{ 
  display: none;
}
.why_team_tweaks .why_showcasingp{
  font-size: 12px;
}
}
@media screen and (max-width: 540px) {
  .expert_android_app .companies_dubai img {
    display: none;
  }
  .expert_android_app {
    margin: 30px 10px;
  }}



#mobile-exit-popup.fade:not(.show){
	opacity: 1;
}


#webdev.fade:not(.show) {
    opacity: 1 !important;
}
.modal-backdrop.fade {
    opacity: 0.5 !important;
}


.banner-content-btn{
	padding: 10px 18px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
.banner-content-btn:hover{
	color:#ffffff;
}



/*----------------------Responsive-Design--------------------------*/


@media screen and (max-width: 767px){

.content-section span{
	font-size: 12px;
}
.ban-clt-logo{
	width: 67%;
}
.trusted_globally{
	gap: 0;
}
.banner_section .form-title {
	font-size: 18px !important;
}
.stat-card{
	min-height: auto;
}
.section-description{
	width: 100%;
}
.main_content h4{
	font-size: 24px;
}
.feature-description{
	min-height: auto;
}
.digital-experiences-hero{
	padding: 0px 20px;
}
.digital-experiences-hero .hero-title{
	line-height: 40px;
	font-size: 27px;
	margin-bottom: 15px;
}
.digital-experiences-hero .hero-description{
	margin-bottom: 20px;
}
.small-beginnings-section{
	padding: 0;
}
.content-wrapper {
    padding-right: 0;
}
.faq h6{
	font-size: 23px;
}
#accordion .col-lg-6.col-md-12{
	padding-right: 0px;
}
.main_content h5{
	font-size: 23px;
}

.banner_section{
	background: #270160;
	background-image: none;
}
.pricing-section{
	background: #040827;
}
.digital-experiences-hero{
	background: #1a042b;
}


}



#g-recaptcha {
    transform: scale(0.72);
    -webkit-transform: scale(0.72);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    font-size: 18px !important;
}