
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "Impact";
  src: url("../fonts/impact.ttf") format("truetype");
}

img{
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Impact";
  text-transform: uppercase;
  font-weight: 400;
}

a {
  font-family: "Impact";
  text-transform: uppercase;
  text-decoration: none;
}

p,
button {
  font-family: "Inter";
}

button {
  font-weight: 600;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.Nav-logo {
  width: 135px;
  overflow: hidden;
}

.Nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-logo-area {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-parent {
  background-color: #fdb004;
  padding: 20px 0px;
}

.nav-list-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.navigation-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.navigation-list ul li a {
    text-decoration: none;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative; 
    padding-bottom: 5px;
}


.navigation-list ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #181818;
    transition: width 0.3s ease; 
}

.navigation-list ul li a:hover::after {
    width: 100%;
}

.navigation-list ul li a.active::after {
    width: 100%;
}
.navigation-list ul li {
  list-style: none;
}

button.header-btn {
  background: #000;
  border: 1px solid #181818;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -2%;
  transition: all 0.3s ease;
  color: #fff;
}

.hamburger-menu {
  display: none;
}

.mobile-menu-area {
  display: none;
}

.mobile-menu-area {
  position: fixed;
  top: 63px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu-area.active {
  left: 0;
}

.header-cta {
  display: flex;
  justify-content: end;
}
.navigation-list.desk-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30px;
    z-index: 9;
    background-color: #fcb004;
    padding: 30px 20px;
    width: 330px;
    align-items: baseline;
    opacity: 1;
    transition: all .5s;
    transform-origin: top;
    transform: scale(1, 0);
}

.navigation-list.desk-menu > ul > li {
    position: relative;
    padding: 5px 0;
}
.navigation-list.desk-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navigation-list.desk-menu ul li:hover ul.sub-menu {
    opacity: 1;
    transform: scale(1);
    transition: all.5s;
}

.navigation-list > ul > li {
    position: relative;
}

ul.responsive-sub-menu {
    gap: 7px;
    opacity: 1;
    transform: scale(1, 0);
    transition: all .6s;
    transform-origin: top;
    position: absolute;
    background-color: #fcb004;
    padding: 0 10px;
    width: 290px;
}

.navigation-list > ul > li:hover ul.responsive-sub-menu{
    transform: scale(1, 1);
    position: relative;
}
.mobile-menu-panel {
    height: 500px;
    overflow-y: scroll;
}

.mobile-menu-panel::-webkit-scrollbar {
    width: 10px;
    background-color: #000;
}

.mobile-menu-panel::-webkit-scrollbar-thumb {
    background: #656464;
    color: #1e1e1e;
    
}
ul.responsive-sub-menu li a {
    font-size: 14px !important;
    text-align: center;
}

ul.responsive-sub-menu li {
    text-align: center;
}
/* Banner Section Start */

.Banner-Hero-Section {
  background-image:
    linear-gradient(to right, #1b1b1b 0%, #1b1b1b 44%, #00000000 100%),
    url(/wp-content/uploads/2026/02/banner-image.png),
    url(/wp-content/uploads/2026/02/P1055410-1.png);
  background-size: auto, cover, auto;
  background-position:
    center left,
    center,
    top right;
  background-repeat: no-repeat;
  padding: 180px 0px 120px;
}

.Banner-content-area h1 {
  color: #fbfbfb;
  font-size: 140px;
  font-weight: 400;
}

.Banner-content-area h1 span {
  color: #fdb004;
}

.Banner-content-area .my-btn-popup {
    color: #181818 !important;
}

.Banner-content-area .my-btn-popup button{
    color: #181818 !important;
     color: -apple-system-blue;
      -webkit-appearance: none;

}


.Banner-content-area p {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
}

button.hero-btn,
.web-btn a{
  background-color: #ffc107;
  padding: 20px 36px;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid #ffc107;
}

button.hero-btn:hover,
.web-btn a:hover{
    background-color: transparent;
    color: #ffc107 !important;
    border: 1px solid #ffc107;
}

button.header-btn:hover {
    background-color: transparent;
    color: #000;
}

.para-cont p {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 51px;
}
.breadcrumbs p a{
    color: #535353;
    font-weight: 400;
    font-family: "Inter";
}
/* Banner Section End */

/* Who we Are Section Start */
.about-content {
    padding: 0px 80px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: start;
}
.who-section {
  padding: 80px 0px;
}

 span.section-subheading {
  background: #fdb004;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Impact";
  color: #181818;
  text-transform: uppercase;
}

.about-content h2 {
  font-size: 62px;
  font-weight: 400;
  margin-top: 24px;
}
.about-content p {
  color: #535353;
}

.about-image-area {
    width: 100%;
    overflow: hidden;
} 

.about-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Who we Are Section End */


/* Service Section Start */

.service-section {
    margin-bottom: 70px;
}

.service-left-area {
    background-color: #fdb004;
    padding: 50px 40px;
    height: 100%;
}

 .service-left-area .about-content span.section-subheading {
  background: #181818;
  color: #fdb004;
}

.service-left-area .about-content {
    justify-content: space-between;
    gap: 36px;
    height: 100%;
}
.service-info p {
    margin-bottom: 0px;
    color: #181818;
}

.service-right-area {
    background-color: #181818;
    padding: 20px 40px;
}

.service-right-area ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FBFBFB !important;
    font-size: 24px;
}

section.service-section .row .col-md-6 {
    padding: 0px;
}

section.service-section .row {
    padding: 0px 11px;
}

.service-right-area ul li {
    list-style: none;
    border-bottom: 1px solid #383838;
    padding: 30px 0px 30px 0px;
}

.service-right-area ul li:last-child {
    border-bottom: none;
}

/* Service Section End */

 /* Testimonial Section Start */
.below-fold-sections {
    background-color: #181818;
    padding: 80px 0;
}

.tesimonial-left {
    background-color: transparent;
    padding: 30px 0px 0px;
}

.tesimonial-left h2 {
    color: #FBFBFB;
}

.tesimonial-left span.section-subheading {
  background: #fdb004 !important;
  color: #181818 !important;
}

.tesimonial-left .service-info h2 {
    font-size: 72px;
}

.tesimonial-left .service-info p{
color: #A3A3A3;
}
.testimonial-content {
    position: relative;
}

.testimonial-personal-details {
    position: absolute;
    z-index: 999;
    background-color: #181818;
    bottom: 20px;
    left: 20px;
    padding: 15px 20px;
    width: 60%;
}

.testimonial-content img {
    position: relative;
    z-index: 0;
}



.testimonial-personal-details h3 {
    font-weight: 400;
    font-size: 24px;
    color: #FBFBFB;
}

.testimonial-personal-details p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    color: #A3A3A3;
}

.testimonial-content {
    position: relative;
    background-color: #fcae00;
    padding: 20px 20px;
}
.testimonial-content-img-box {
    position: relative;
    background-color: #fcae00;
    padding:0 ;
}

.slick-track > :nth-child(2) .testimonial-content-img-box img {
    background-color: #fff;
    height: 100%;
    object-fit: cover;
    padding:0px !important;
}

.testimonial-double-coln img {
    width: 36px;
    margin-bottom: 20px;
}

.testimonial-content > p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
}
.testimonial-personal-details {
    position: absolute;
    z-index: 999;
    background-color: #FDB004;
    bottom: 20px;
    left: 20px;
    padding: 15px 20px;
    width: 60%;
}
.testimonial-personal-details-black-box{
    background-color: #181818;
}

.testimonial-content img {
    position: relative;
    z-index: 0;
}
.testimonial-personal-details-yellow-box {
    padding: 0 20px;
}
.testimonial-personal-details h3 {
    font-weight: 400;
    font-size: 24px;
}
.custom-prev {
    position: absolute;
    bottom: 10%;
    right: 20%;
    transform: translate(-10%, -20%);
    z-index: 9;
}
.custom-next {
    position: absolute;
    bottom: 10%;
    right: 8%;
    transform: translate(-10%, -19%);
    
}
.custom-prev,
.custom-next{
    border: 0;
    background-color: #181818;
    color: #FDB004;
    padding: 15px 20px;
    border: 1px solid #181818;
    font-size: 20px;
    transition: all .5s;
    
}
.custom-prev:hover,
.custom-next:hover{
    background-color: #FDB004;
    color: #181818;
}
.testimonial-personal-details-black-box h3 {
    color: #FBFBFB;
}
.testimonial-personal-details-yellow-box h3 {
    color: #181818;
}

.testimonial-personal-details p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
}
.testimonial-personal-details-black-box p {
    color: #A3A3A3;
}
.testimonial-personal-details-yellow-box p {
    color: #181818;
}

.testimonial-content {
    height: 100%;
}

.testimonial-slider-content {
    height: 400px;
}
/* Testimonial Section End */
 /*why Dunzo section*/
 .why-dunzo-section {
    background-color: #181818;
    padding: 80px 0;
    padding-top: 0;
}
.why-dunzo-content{
    background:#FDB004;
    height: 100%;
    padding: 60px 50px;
}

.why-dunzo-content.home {
    background: url('/wp-content/uploads/2026/02/Image-1.png');
    height: 100%;
    padding: 60px 50px;
      background_color:#FDB004;
}

.why-dunzo-content h2 {
    font-size: 62px;
    font-weight: 400;
}

.why-dunzo-details ul li i {
    background-color: #181818;
    color: #FDB004;
    padding: 3px 3px;
    font-size: 12px;
    margin-right: 4px;
    margin-top: 6px;
}

.why-dunzo-details ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    margin-bottom: 50px;
}

.why-dunzo-details ul li {
    font-size: 18px;
    font-family: 'Inter';
    display: flex;
    align-items: flex-start;
    gap: 7px;
}


.why-dunzo-section .container .row .col-lg-6 {
    padding: 0;
}
.web-btn a{
    background-color: #181818;
    font-size: 18px;
    color: #FBFBFB;
    font-family: 'Inter';
    font-weight: 500;
    padding: 20px 50px;
}
.web-btn a:hover{
    color: #181818 !important;
    border: 1px solid #181818;
    background-color: #ffc107;
}
.why-dunzo-img {
    height: 100%;
}

.why-dunzo-img img {
    object-fit: cover;
    height: 100%;
}
/*why dunzo section*/
.footer-content {
    padding: 60px 0;
}

footer.footer {
    background-color: #181818;
}

.quick-links-col h2 {
    color: #FBFBFB;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.quick-links-col ul li a {
    font-family: 'Inter';
    font-weight: 500;
    color: #E5E5E5;
    font-size: 18px;
    position: relative;
    padding-bottom: 7px;
}

.quick-links-col ul {
    display: flex;
    flex-direction: column;
    gap: 7px 0;
}

.copy-right-content {
    padding: 10px 0;
}

.copy-right-col {
    text-align: end;
}
.service-right-area ul li img {
    width: 40px;
}
.copy-right-col p, .copy-right-col p a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    color: #383838;
}
.quick-links-col ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffae03;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}

.quick-links-col ul li a:hover::before {
    left: 0;
    opacity: 1;
}

.quick-links-col ul li {
    overflow: hidden;
    padding-bottom: 10px;
}

.quick-links-col ul li a:hover {
    color: #ffae03;
}
.footer-logo-col a img {
    width: 140px;
}


/*Service Pages Start*/
 .Hero-area-inner h1 {
     font-size:50px !important;
 }

.breadcrumbs {
    margin-bottom:70px;
}

.breadcrumbs p {
    color: #535353;
}

.breadcrumbs p span {
    color: #fff;
}


.Banner-inner {
    width: 100%;
background-image: 
        linear-gradient(to right, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.46) 44%, rgba(0, 0, 0, 0) 100%), 
        url('/wp-content/uploads/2026/02/black-deisgn-bg-scaled.png') !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat;
    padding:70px 0px 70px !important;
    position: relative; 
    overflow: hidden; 
}


.Banner-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /*background-image: url('/wp-content/uploads/2026/02/Automation.png');*/
    background-image: var(--bg-image-automation);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none; 
}

.inner-banner-content p {
    color:#E5E5E5;
}

.inner-banner-content {
    margin-top:35px;
}

.Hero-area-inner {
    padding-right: 60px;
}

section.service-section.problem-section .row .col-sm-12 {
    padding: 0px;
}

.problem-section {
    padding: 80px 0px;
    margin-bottom:0px;
}

.problem-left-area {
    background-image: 
        linear-gradient(to right, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.46) 44%, rgba(0, 0, 0, 0) 100%), 
        url('/wp-content/uploads/2026/02/black-deisgn-bg-scaled.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prob-info h2{
    color: #FBFBFB;
}

 .prob-info p{
    color: #E5E5E5;
}

.problem-left-area .section-subheading {
    background: #fdb004 !important;
    color: #181818 !important;
}

.databeat-section .problem-left-area {
    background: transparent !important;
}


.volume-sect .problem-left-area {
    background: transparent !important;
}

.problem-right-area {
    background-color: #FDB004 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.upper-cont h4 {
    font-size:24px;
    color:#181818;
    margin-bottom: 16px;
}

.prob-upper {
 display:flex;
 justify-content:space-between;
 flex-direction:column;
     padding: 40px;
     height: 100%;
}

.prob-upper img {
    width: 60px;
}

.upper-cont ul li img {
    width: 17px;
}


.upper-cont ul li {
    font-size:18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}


.prob-lower {
    background-color: #FD9F00;
        padding: 40px;
}

.upper-cont p {
    margin-bottom: 0px;
    font-size: 18px;
    
}

.step-sect  h2{
    color:#181818;
}

.steps-head {
    padding:0px;
}


.steps-cards span {
    background: #fdb004 !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Impact";
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-sections .container > .row:first-child{
    margin-bottom: 60px;
}

.steps-cards h3 {
    font-size: 24px;
    margin: 30px 0px 16px 0px;
}

.steps-cards p {
    font-size: 18px;
    color: #535353;
    padding-right: 10px;
}

.last-steps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fdb004 !important;
    padding: 20px 20px 15px;
    height: 100%;
}
.last-steps h3 {
    margin: 0px;
}

.last-steps h3 {
    margin: 0px 0px 35px;
}

.last-steps .web-btn a {
    padding: 16px 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: none;
}

.databeat-section .row {
    background-image: 
        linear-gradient(to right, 
            rgba(27, 27, 27, 1) 0%, 
            rgba(27, 27, 27, 0.46) 50%, 
            rgba(0, 0, 0, 0) 100%
        ), 
        url('/wp-content/uploads/2026/02/black-deisgn-bg-scaled.png') !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;

}

.databeat-right-area {
    padding: 30px;
}

.databeat-right-area .steps-cards h3 {
    margin: 20px 0px;
    color: #FBFBFB;
}

.databeat-right-area .steps-cards p {
    font-size: 18px;
    color: #E5E5E5; 
}

.databeat-right-area .steps-cards {
    border-bottom: 2px solid #383838;
    padding: 20px 0px 20px;
}

.databeat-right-area .steps-cards:last-child {
    border-bottom: none;
}

.databeat-right-area .steps-cards span {
    margin-top: 16px; 
}

.about-content.steps-head h2 {
    margin-top: 50px;
}

.step-sect {
    font-size:18px;
    color:#535353;
}

.about-content.steps-head {
    justify-content: space-between;
}


.electric-parent {
    padding-right: 20px;
}

.dunzo-difference {
    padding: 0px 0px 60px;
}

.steps-cards img {
    width: 40px;
}

.why-dunzo-details p {
    font-size: 18px;
    margin-bottom: 40px;
}

.inner-dunzo-sect {
    padding-top:80px !important;
}


.why-dunzo-details .upper-cont ul li {
    align-items: start;
}
.why-dunzo-details .upper-cont ul li img {
    margin-top: 7px;
}

/*Leads electrician Page*/

.electrician-lead-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('/wp-content/uploads/2026/02/leads-electrician.png');
    /*background-image: var(--bg-image-google);*/
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none; 
}


.volum-cont p{
    font-size:18px;
}

.volume-right-head {
        padding: 20px 0px 0px;
}

.volume-right-head p{
    font-size:18px;
    font-weight:700;
    color:#e5e5e5;
}

.precision-targeting .steps-cards img {
    width: 60px;
}

.precision-targeting .steps-cards {
    margin-bottom: 38px;
}

.build-left {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}


.built-step-row .steps-cards {
    background:url(/wp-content/uploads/2026/02/Hero.png);
    background-size:cover;
    background-repeat:no-repeat;
}

.built-step-row .steps-cards {
    background: url(/wp-content/uploads/2026/02/Hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    height: 100%;
}

.built-step-row .steps-cards span {
    background-color: transparent ! IMPORTANT;
    color: #ffc107 !important;
    padding: 0px !important;
    justify-content: flex-start;
}

.built-step-row .steps-cards h3 {
    color: #FBFBFB;
     margin: 16px 0px 16px 0px;
}

.built-step-row .steps-cards p {
    color: #E5E5E5;
}

.buil-section .container > .row:first-child {
    margin-bottom: 40px;
}


.hands-growth-section .upper-cont h4 {
    margin-bottom: 28px;
}


/*Leads electrician Page End*/

/*SEO for Electricians*/

.inner-hero-section {
    background-image: url(/wp-content/uploads/2026/02/Hero.png);
}

.seo-electrician::after {
    /*background-image: url('/wp-content/uploads/2026/02/Frame-707-1.png');*/
    background-image: var(--bg-image-seo);
}


.hands-subheading {
    margin-bottom:40px;
}

.hands-subheading h4 {
    font-size:24px;
    color:#181818;
}


.growth-sect .steps-cards {
    display: flex;
    align-items: baseline;
    gap: 17px;
    border-bottom: 2px solid #38383821;
    padding-bottom: 20px;
    margin-bottom: 14px;
}

.growth-sect .steps-cards img {
  width:17px;
}

.growth-sect .row > div:nth-last-child(-n+2) .steps-cards {
    border-bottom: none;
}


.growth-sect {
    padding: 60px 0px 40px;
}

.hands-subheading h4 {
    font-size: 24px;
    color: #181818;
    width: 450px;
}


/*SEO for Electricians*/

/*Rank Higher on Google with Local Page Start*/

.rank-higher-banner::after {
    background-image: url('/wp-content/uploads/2026/02/Frame-707-1-1.png');
}

.critical-matric-right .upper-cont ul li {
    align-items: baseline; 
}

.critical-matric-right .upper-cont ul li img {
    margin-top:10px;
}

.critical-matric-right .prob-upper {
    gap: 30px;
}


.cetrified-logo-area {
    background: #EAEAEA;
    padding: 28px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cetrified-logo-area img {
    width: 242px;
}

.stack-sect .container > .row:first-child {
    margin-bottom: 40px;
}

.lifting-section {
    padding: 30px 0px 80px;
    margin-bottom: 0px;
}

.refine-sect .container > .row {
    margin-bottom: 0px !important;
}

.volume-sect {
    margin-bottom: 0px;
}

/*Rank Higher on Google with Local Page End*/
.section-align {
    padding: 0px 0px 80px;
}

/*About page start*/
.about-banner::after {
    background-image: var(--bg-image);
}
.below-banner{
    padding-top:80px;
}
.inner-banner-content p {
    margin-bottom: 30px;
}
.bullet-cont-heading {
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 100% !important;
    margin-top:0px !important;
}
p.bullet-cont-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: Gray 400;
    color: rgba(83, 83, 83, 1);
}
.upper-cont ul {
    padding: 10px 0px 10px 0px;
}



.team-featured {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.team-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-main {
    display: flex;
    flex-direction: column;
}

.team-card-content h5 {
    font-size: 24px;
}

.team-card-content {
    background-color: #F5F5F5;
    padding: 20px;
}

.team-card-content p {
    font-size: 18px;
    color: #272727;
    margin-bottom: 0px;
}

.meet-team-sect .step-sect {
    margin-bottom: 40px;
}


.partner-own-area {
    background: #fdb004;
    padding: 40px;
    height: 100%;
}

.partner-own-area span.section-subheading {
    border: 1px solid;
}

.partner-area-cont h3 {
    font-size: 44px;
    color: #181818;
    margin: 40px 0px 20px;
}

.partner-area-cont p {
    font-size: 18px;
    color: #272727;
}


.partner-items h3 {
    font-size: 24px;
}

.partner-items p {
    font-size: 18px;
    color: #272727;
    padding-right: 10px;
}

.partner-area-cont {
    margin-bottom: 20px;
}

.partner-items {
    padding: 20px 0px 0px;
    border-bottom: 1px solid #18181833;
}

/*Contact start*/
.contact-banner {
    width: 100%;
background-image: 
        linear-gradient(to right, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.46) 44%, rgba(0, 0, 0, 0) 100%), 
        url('/wp-content/uploads/2026/02/black-deisgn-bg-scaled.png') !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat;
    padding:70px 0px 70px !important;
    position: relative; 
    overflow: hidden; 
}
.contact-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.15),
        rgba(0, 0, 0, 0.04)
    );
    pointer-events: none;
}
button.hero-btn.contact {
    padding: 20px 80px;
    margin-top: 145px;
}
.Banner-content-area.para-cont.Hero-area-inner.right {
    padding-left: 40px;
}
/* =========================
   Contact Form 7 – Full Styling
   ========================= */

/* Form wrapper */
.wpcf7 form {
    max-width: 100%;
}

/* Paragraph (CF7 default wrapper) */
.wpcf7 form p {
    margin-bottom: 14px !important;
}

/* Labels */
.wpcf7 label {
    display: block;
    margin-bottom: 6px !important;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.testimonial-content .testimonial-double-coln, .testimonial-content > p {
    padding: 0px 20px;
    padding-top: 30px;
}
.testimonial-content-img-box img {
    padding: 0px 20px;
}
/* Inputs & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    margin-top: 4px !important;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.12);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    margin-top: 6px;
    padding: 14px 32px;
    border: none;
    border-radius: 30px;
    background: #ffffff;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Submit hover */
.wpcf7 input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.85);
}

/* Validation error message */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ffb3b3;
    margin-top: 4px;
}

/* Response message */
.wpcf7-response-output {
    margin-top: 14px;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: white;
}

/*Case Studies*/
.banner-section {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
.bread-crumbs ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.bread-crumbs ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Impact';
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.bread-crumbs ul li.yellow-arrow,
.bread-crumbs ul li a {
    color: #fcb004;
}
.bread-crumbs ul li.yellow-arrow span {
    color: #fff;
}
.banner-content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 100%;
    text-transform: uppercase;
}
.banner-content h1 span {
    color: #fcb004;
}

/*2nd Section*/
.grey-bg {
    background-color: #181818;
}
.page-tag h3 {
    color: #000;
    font-size: 16px;
    background-color: #fcb004;
    padding: 10px 20px;
    display: inline-block;
}
.web-title h2 {
    font-size: 62px;
    color: #fff;
    line-height: 100%;
}
.web-title h2 span {
    color: #fcb004;
}
.web-title p {
    color: #FBFBFB;
    font-size: 18px;
    padding-top: 10px;
}
.who-we-are-title p {
    width: 85%;
}
.who-we-are-img {
    height: 100%;
    padding: 30px 0px;
}

.who-we-are-content {
    padding: 60px 0;
}
/*2nd Section*/

/*4th Section*/
.partnership-content {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}
.partnership-title p {
    width: 88%;
    color: #A3A3A3;
}
/*4th Section*/
/*5h Section*/
.result-title h2, .result-title p {
    color: #181818;
}

.result-title p {
    text-align: end;
}
.result-table{
    margin-top: 30px;
}
.result-table table {
    width: 100%;
    text-align: center;
}

.result-table table tbody tr th {
    background-color: #fcb004;
    padding: 20px 0;
}
.result-table table tbody tr th,
.result-table table tbody tr td {
    border: 1px solid #000;
}
.result-table table tbody tr td {
    padding: 20px 0;
    color: #000;
}
.result-table table tbody tr.odd-black td {
    background-color: #181818;
    color: #fff;
}
.result-table table tbody tr.odd-yellow td {
    background-color: #fcb004;
}
.result-table table tbody tr th {
    font-size: 24px;
    font-weight: 700;
}
.result-table table tbody tr td:first-child {
    font-weight: 700;
    font-size: 20px;
    width: 30%;
    padding: 6px 80px;
}
.result-table table tbody tr td:not(:first-child) {
    font-size: 18px;
    font-weight: 400;
}
.result-table table tbody tr td:last-child {
    width: 33.33%;
    padding: 20px 50px;
}

.result-table table tbody tr td:nth-child(2) {
    width: 33.33%;
}
/*5h Section*/
/*6th Section*/
.hightlight-content p {
    font-size: 23px;
    color: #fcb004;
    font-weight: 600;
}

.hightlight-content p:first-child {
}

.highlight-tag {
    margin-bottom: 30px;
}

.hightlight-content p i {
    color: #000;
    font-size: 17px;
    margin-right: 10px;
}
.hightlight-content {
    margin-left: 40px;
}
/*6th Section*/
/*8th section*/
.takeways-title h2 {
    color: #181818;
    margin-bottom: 30px;
}

.key-takeways-content {
    padding: 0px 0px;
    background-color: #fcb004;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.yellow-inner-empty,
.grey-inner-empty{
    background-color: #181818;
    height: 110px;
    width: 2%;
    position: relative;
    z-index: 1;
}
.grey-inner-empty{
    background-color: #fcb004;
}

.content-box {
    padding: 0 20px;
}
.content-box p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.grey-box {
    background-color: #181818;
}
.grey-box p {
    color: #fff;
}
/*8th section*/
/*9th section*/
.keil-electric-content {
    padding-top: 200px;
    padding-bottom: 30px;
}

.keil-electric-title {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.keil-electric-title p{
    color: #A3A3A3;
}
.keil-electric-btn {
    margin-bottom: 30px;
    margin-top: 80px;
}
.keil-electric-title h3 {
    color: #fff;
}

.keil-electric-title h2 {
    color: #fcb004;
}

.keil-electric-btn a {
    padding: 20px 70px;
    
}
/*div#popup-MurBbLSysyttBKhF2FYm-div {*/
/*    width: 635px !important;*/
/*    border: 0 !important;*/
/*}*/

button.btn-close {color: #fcb004 !important;opacity: 1;}

.modal-dialog.modal-dialog-centered.modal-lg {
    width: 600px;
    background: transparent !important;
}

div#popupIframeContainer {
    border-radius: 120px !important;
    background: transparent !important;
}

iframe#ghl_embed___1 {
    border-radius: 0px;
}

div#popup-MurBbLSysyttBKhF2FYm-close-icon {
    background: #fff;
    border: 0;
    color: #fff !important;
    line-height: 38px;
    height: 40px;
    width: 40px;
}
/*9th section*/
/*Case Studies*/
/*Blog Page*/
.spacing {
    padding: 100px 0;
}
.blog-card-content h3 {
    font-size: 16px;
    padding: 10px 10px;
    background-color: #fcb004;
    display: inline-block;
}
.blog-card-content h2 {
    font-size: 62px;
    line-height: 100%;
    width: 88%;
}
.blog-card-content h2 span {
    color: #fcb004;
}
.blog-card-content p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 90px;
}
.blog-btn a {
    padding: 20px 60px !important;
    border: 0;
    text-transform: capitalize;
}
.blog-second-section {
    background-color: #181818;
}
.yellow-blog-card-content {
    background-color: #fcb004;
}
.blog-second-section .container .row .col-lg-6 {
    padding: 0;
}
.yellow-blog-card-content h3 {
    background-color: #181818;
    color: #fff;
}

.yellow-blog-card-content {
    padding: 34.8px 25px;
}
.yellow-blog-card-content p {
    margin-bottom: 100px;
}
.yellow-blog-card-content .blog-btn {
    margin-bottom: 52px;
}
.yellow-blog-card-content h2 {
    width: 100%;
    color: #181818;
    padding: 15px 0;
}
.blog-card-img {
    height: 630px;
    background-size: cover;
    background-position: center;
    overflow: hidden !important;
}
.black-blog-card-content h2 {
    padding: 15px 0;
}
.black-blog-card-content h2 {
    color: #fff;
    width: 100%;
}

.black-blog-card-content {
    background-color: #181818;
    padding: 50px 40px;
}
.black-blog-card-content p {
    color: #FBFBFB;
    margin-bottom: 70px;
}
.blog-black-bg-btn a {
    background-color: #fcb004;
}

.blog-third-section .container .row .col-lg-6 {
    padding: 0;
}

.blog-black-bg-btn {
    margin-bottom: 30px;
}
.blog-card-content {
    height: 630px;
    /*display: contents;*/
}
.blog-fourth-section {
    padding-top: 0;
}
.blog-card-img img {
    height: 630px;
}
.blog-card-content h3 a {
    color: #181818;
    font-weight: 400;
}
.yellow-blog-card-content h3 a {
    color: #fff;
}
.pagination {
    justify-content: center;
    margin-bottom: 60px;
    gap: 10px;
}
.pagination a, .pagination span {
    background: transparent;
    padding: 6px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #181818;
    border: 1px solid #181818;
}
.pagination a {
    font-weight: 500;
}
.pagination span {
    color: #fcb004;
    border: 1px solid #fcb004;
    font-weight: 600;
}
.blog-hero-section {
    background-size: cover;
}

iframe#ghl_embed___1 {
    height: 570px !important;
    /*border-radius: 10px !important;*/
    overflow: hidden !important;
    background-color: #fcb004;
}

iframe#ghl_embed___1::-webkit-scrollbar-track {
    background-color: #000 !important;
}

button.btn-close {
    top: 20px !important;
    right: 30px !important;
    z-index: 999;
    background-color: #fff;
    opacity: 1;
    padding: 10px 10px;
    border: 2px solid #000;
}
.modal-content {
    border-radius: 10px !important;
}
/*Blog Page*/
@media (max-width: 767px) {
    .Banner-inner {
        background-position: center top !important;
        background-size: 100% 100% !important;
        display: flex;
        flex-direction: column;
    }

    .Banner-inner::after {
        content: "";
        position: relative; 
        top: 0;
        transform: none;
        width: 100%; 
        height: 300px;
        display: block;
        margin-top: 20px; 
        background-position: center;
    }
    .wpcf7 input[type="submit"] {
        width: 100%;
        text-align: center;
    }
   .contact-banner {
    position: relative;       /* make pseudo-element relative to parent */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-banner::after {
    content: "";
    position: absolute;       
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;             
    background-image: url('your-bg.jpg');
    background-position: center;
    background-size: cover;  
    z-index: -1;             
    pointer-events: none;
}
.Banner-content-area.para-cont.Hero-area-inner.right {
    padding-left: 0px;
}
button.hero-btn.contact {
    margin-top: 45px;
}
    .service-section.databeat-section {
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 11px;
    }
    .partner-area-cont h3 {
    font-size: 26px;
    
}
.partner-own-area {
       padding: 30px 20px;
       margin-bottom:20px;
       height: auto;
}
span.section-subheading {
    font-size: 18px;
     display: inline-block !important;
    margin-bottom: 10px !important;
}

    section.step-sections.problem-section.responsive-prob-sec.buil-section.refine-sect.section-align {
    padding: 80px 0px;
}
.team-card-main {
    margin-bottom: 10px;
}
.section-align {
    padding: 0px 0px 14px;
}
}


/*Service Pages End*/
.proven-card-tag {
    display: flex;
    align-items: center;
    gap: 9px;
}


