/*
Theme Name: coderwolves
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 3.9
Tested up to: 6.3
Requires at least: 3.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.gdpr-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.gdpr-d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	text-align: left;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 1151px){
.masthead__utility {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1150px) {
	
	.masthead__nav{
		display:none !important;
		}
} 
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}
@media (min-width: 576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:500px;
		margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));
    }
}

.gdpr-modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
    background-color: transparent;
    border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
    display: none;
}
.gdpr-tab-content>.active {
    display: block;
}
.gdpr-fade {
    transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px;
}
.cli-switch input:checked + .cli-slider {
    background-color: #000
}
.cli-switch input:checked + .cli-slider:before {
    transform: translateX(26px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-tab-pane {
    display: none;
}
.cli-tab-content>.cli-active {
    display: block;
}
.cli-fade {
    transition: opacity .15s linear;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #000;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #000;
    border: 1px solid #000;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.social-media-icon-footer{
	display:flex;
	justify-content:start;
	align-items:center;
	gap:5px;
}
.social-media-icon-footer img{
	width:20px;
	height:20px;
}

/* =============upadtes css by noor================= */
/* =======seo our process========== */




    .cwt-container {
      display: flex;
      gap: 20px;
      padding: 20px;
      transition: all 0.3s ease-in-out;
    }

    .panel {
      position: relative;
      flex: 0.5;
      background-color: #fac200;
      height: 60vh;
      border-radius: 30px;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px 20px;
      overflow: hidden;
    }

    .panel > h2 {
      text-orientation: mixed;
      writing-mode: sideways-lr;
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 1.5rem;
    }

    .panel-content {
      opacity: 0;
      max-height: 0;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
    }

    .panel.active {
      flex: 5;
    }

    .panel.active .panel-content {
      opacity: 1;
      max-height: 1000px;
    }

    .panel.active > h2 {
      display: none;
    }

    /* ✅ Responsive for Mobile */
    @media (max-width: 768px) {
      .cwt-container {
        flex-direction: column;
      }

      .panel {
        height: auto;
        flex: unset;
      }

      .panel > h2 {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        position: static;
        transform: none;
        margin-bottom: 10px;
        font-size: 1.2rem;
      }

      .panel-content {
        transition: all 0.3s ease-in-out;
      }

      .panel.active {
        flex: unset;
      }

      .panel.active > h2 {
        display: none;
      }
    }


    
/* =======seo our process========== */

/* why choose us */



.why-choose__wrapper {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.why-choose__img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc0;
  min-height: 400px;
}
.cst-photo img {
    width: 80% !important;
    margin: 0 auto ;
    display: block;
}
.why-choose__content {
  flex: 1;
  padding: 40px;
}

.why-choose__title {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #111;
}

.why-choose__desc {
  font-size: 1.05rem;
  margin-bottom: 30px;
  color: #555;
}

.why-choose__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.why-choose__item:last-child{
    margin-bottom: 0;
}
.why-choose__item:last-child p{
    margin-bottom: 0;
}
.why-choose__icon {
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #fdc700;
    background: #591c6f;
    width: 60px;
    border-radius: 50%;
    height: 59px;
    text-align: center;
    align-content: center;
}

.why-choose__text-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #222;
}

.why-choose__text-desc {
  font-size: 0.95rem;
  color: #666;
}

@media (max-width: 768px) {
  .why-choose__wrapper {
    flex-direction: column;
  }

  .why-choose__img {
    height: 250px;
  }

  .why-choose__content {
    padding: 30px 20px;
  }
}

/* why choose us */
/* ================graphics design=========== */
.hexagon-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.hexagon-box{

	  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='%23ffcc00' d='M9.166.33a2.25 2.25 0 00-2.332 0l-5.25 3.182A2.25 2.25 0 00.5 5.436v5.128a2.25 2.25 0 001.084 1.924l5.25 3.182a2.25 2.25 0 002.332 0l5.25-3.182a2.25 2.25 0 001.084-1.924V5.436a2.25 2.25 0 00-1.084-1.924L9.166.33z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover; /* or contain, or set a custom size */
  background-position: center;
	box-shadow: none;
    padding: 70px;
    text-align: center;

}
.hexagon-content .photo img {
	width: 60px;
	object-fit: contain;
}


.hexagon-content h4 {
    font-size: 22px;
    color: #526;
    font-weight: 600;
}

/* ================graphics design=========== */
/* ====================monthly maintenece============ */
.maintenece-service-item {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
	border-radius: 12px;
	overflow: hidden;
}
.maintenece-service-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: fill;
}
.service-item-contents {
    padding: 30px 30px;
}
.maintenence-plan-block {
    background: linear-gradient(90deg, #652d88 0, #404 100%);
}
.content-wrapper.maintence-plant-desc h2 span {
    color: #ffcc00;
}

/* ==========pricing-card======== */
.maintenence-plane-card-container .content-block__column--card {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(251 196 0 / 20%);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.cwt-card-top {
    flex: 1;
}
        .pricing-card:hover {
            transform: translateY(-5px);
            background: rgba(255,255,255,0.15);
        }

        .pricing-card.featured {
            border: 2px solid #FFD700;
            transform: scale(1.05);
        }

        .plan-name {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 10px;
			color: #fff;
        }

        .plan-price {
            font-size: 3rem;
            font-weight: bold;
            color: #FFD700;
            margin-bottom: 10px;
        }

        .plan-period {
            font-size: 1rem;
            opacity: 0.8;
            margin-bottom: 30px;
			color: #fff;
        }

        .plan-features {
            list-style: none;
            margin-left: 0;
            margin-bottom: 30px;
        }

        .plan-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgb(251 196 0 / 20%);
    color: #fff;
    display: flex;
    justify-content: start;
    gap: 12px;
}
.plan-features li i {
    font-size: 24px;
    color: #fff;
}

        .plan-features li:last-child {
            border-bottom: none;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #FFD700, #FFA500);
            color: #333;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        }
/* ====================monthly maintenece============ */
/* ========================testimonial===================== */
.cst-testimonial {
    background: linear-gradient(180deg, #652d88 0, #404 100%);
}

#testimonials {
    margin: auto;
    text-align: left
}
.testimonial-slider {
    visibility: hidden;
    padding-block: 40px;
  }
 

.testimonial-box .client-name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    margin-top: 16px;
}

.testimonial-box .client-name .author{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-box .location {
    background: #fc0;
    border-radius: 0 40px 40px 0;
    padding: 8px 16px 8px 40px;
    display: inline-block;
    margin-left: -40px;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: .3px
}

.testimonial-box p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: .5px;
    margin-bottom: 0px;
    z-index: 9;
}
.testimonial-box p::before {
    position: absolute;
    content: "\0022";
    top: 25px;
    left: -25px;
    font-size: 150px;
    color: #fac200;
    opacity: 0.3;
}
.testimonial-box h4 {
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a88136;
    font-size: 22px
}


span.star-icons svg {
    fill: #ffcc00;
    width: 16px;
    height: 16px;
}
.testimonial-box .morelink {
    color: #b58b3b!important;
    margin-top: 5px
}
.abt-author {
    display: flex;
    flex-direction: column;
}

.client-img {
    width: 60px !important;
    height: 60px;
    margin-right: 5px;
    border-radius: 50%;
}
.testimonial-slider > .swiper-wrapper{
    padding-block: 80px;
}
.testimonial-slider > .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffd400;
    width: 14px;
    height: 14px;
}
.testimonial-slider >  .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ffd400;
}
.testimonial-slider .swiper-slide {
    height: auto;
}

.testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
   
}

.testimonial-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
  padding: 1px; /* border thickness */
  background: linear-gradient(45deg, #ff00cc00, #ffffff59);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.testimonial-box .client-review {
    flex: 1;
}
.cwt-slider-track {
    bottom: calc(10px + -10px) !important;
}

/* =======digital Marekting========== */
.photo.dgm-img img {
    width: 100px;
}
/* =======digital Marekting========== */
/* ===========contact us=========== */
.cwt-qn-box {
    position: sticky;
    top: 20px;
}
.cwt-cst-form {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    padding: 20px !important;
}
.cwt-cst-form .gfield_radio {
    display: flex;
}
.form-radio .wpcf7-list-item label  {
   display:flex;
   align-items:center;
   gap:0.5rem;
}

.form-radio .wpcf7-list-item label input {
    margin: 0;
}
.cwt-cst-form  input {
    height: 2.3rem !important;
}
.cwt-cst-form  .form-textarea {
    height: 100px !important;
}
.cwt-cst-form .btn.btn-success {
    background: #77aa33;
    border: none;
    min-width: 140px;
    padding: 8px 16px;
    color: #fff;
    margin-top: 30px;
}
/* softwrae development bubbles technologies slider */
      .bubble-wrap {
        overflow: hidden;
        height: 800px;
        width: 100%;
        padding-block: 100px;
      }

      .bubbles {
        position: relative;
        background: #ffffff;
        height: 100%;
      }

      .bubble {
        position: absolute;
        width: 152px;
        height: 152px;
        border-radius: 50%;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
          0 3px 10px rgba(0, 0, 0, 0.1);
        border: 2px solid #00a6ff;
        background-image: url(../images/logo_set.png); /* make sure this file exists */
        background-size: 1076px 1076px;
      }

      .logo1 { background-position: 0 0 }
      .logo2 { background-position: -154px 0 }
      .logo3 { background-position: -308px 0 }
      .logo4 { background-position: -462px 0 }
      .logo5 { background-position: -616px 0 }
      .logo6 { background-position: -770px 0 }
      .logo7 { background-position: -924px 0 }
      .logo8 { background-position: 0 -154px }
      .logo9 { background-position: -154px -154px }
      .logo10 { background-position: -308px -154px }
      .logo11 { background-position: -462px -154px }
      .logo12 { background-position: -616px -154px }
      .logo13 { background-position: -770px -154px }
      .logo14 { background-position: -924px -154px }
      .logo15 { background-position: 0 -308px }
      .logo16 { background-position: -154px -308px }
      .logo17 { background-position: -308px -308px }
      .logo18 { background-position: -462px -308px }
      .logo19 { background-position: -616px -308px }
      .logo20 { background-position: -770px -308px }
      .logo21 { background-position: -924px -308px }
      .logo22 { background-position: 0 -462px }
      .logo23 { background-position: -154px -462px }
      .logo24 { background-position: -308px -462px }
      .logo25 { background-position: -462px -462px }
      .logo26 { background-position: -616px -462px }
      .logo27 { background-position: -770px -462px }
      .logo28 { background-position: -924px -462px }
      .logo29 { background-position: 0 -616px }
      .logo30 { background-position: -154px -616px }
      .logo31 { background-position: -308px -616px }
      .logo32 { background-position: -462px -616px }
      .logo33 { background-position: -616px -616px }



/* softwrae development bubbles technologies slider */
 @media (max-width: 1024px) {
    .hexagon-container {
    grid-template-columns: repeat(2, 1fr);
 }
 .hexagon-box {
    background-size: contain;
}
}
 @media (max-width: 768px) {
    .hexagon-container {
    grid-template-columns: repeat(1, 1fr);
 }
 .hexagon-box {
    width: 400px;
    background-size: contain;
    margin: 0 auto;
}

}
 @media (max-width: 576px) {
   
 .hexagon-box {
    width: 100%;
    background-size: cover;
    margin: 0 auto;
    padding: 50px;
}
.testimonial-box .client-name {
    flex-direction: column;
    align-items: start;
}
.marquee.marquee--reverse.marquee--vertical {
    display: none;
}

}