/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* LANDING PAGE - ppc-management */
.page-id-42115 header#masthead,
.page-id-42115 footer#colophon, 
.page-id-42236 header#masthead, .page-id-42236 footer#colophon,
.page-id-42256 header#masthead, .page-id-42256 footer#colophon,
.page-id-42284 header#masthead, .page-id-42284 footer#colophon,
.page-id-42385 header#masthead, .page-id-42385 footer#colophon,
.page-id-42406 header#masthead, .page-id-42406 footer#colophon{
  display: none;
}

iframe {
    overflow: hidden !important;
}
h1 span, h2 span {
  color: #F58220;
}
.elementor-accordion .elementor-tab-title {
  border-radius: 10px;
}
.built-by img {
  width: 100px;
  padding-left: 8px;
}
.built-by h3 {
  display: flex;
  align-items: center;
}
.section-sub-title{
  text-align:center;
  white-space:nowrap;
  margin:0 auto 60px;
  font-size:30px;
  font-weight:500;
  line-height:36px;
}
.text-animation{
  text-align:left;
  min-width:160px;
  display:inline-block;
  position:relative;
}
.text-animation::after{
  content:"";
  border-bottom:1px solid #d6d6d6;
  position:absolute;
  bottom:-15px;
  left:0;
  right:0;
}
.react-typed {
  color:#F58220;
  margin-left:10px;
  font-weight:500;
  display:inline-block;
}
.display {
  display:inline-block;
  margin-left:2px;
  animation: blinkCursor 1s infinite;
}
@keyframes blinkCursor{
  0%{opacity:1;}
  50%{opacity:0;}
  100%{opacity:1;}
}
.action{
  color:#555555;
  z-index:1;
  background:#fff;
  padding:0 6px;
  font-family: "DM Sans", sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:22px;
  display:inline-block;
  position:absolute;
  bottom:-24px;
  left:20px;
}


/* Navigation arrows */
.cc-slider .owl-nav span {
  font-size: 42px;
  cursor: pointer;
}
/* Dots wrapper */
.cc-slider .owl-dots {
  display: block !important;
  text-align: center;
  background: #ffffff;
  margin: 20px auto auto;
  padding: 16px 40px;
  width: max-content;
  border-radius: 30px;
}
/* FORCE dot visibility */
.cc-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7e7e7;
  margin: 0 6px;
}
/* Active dot (pill style) */
.cc-slider .owl-dots .owl-dot.active span {
  width: 50px;
  background: #1e1e1e;
  border-radius: 10px;
}
/* Cursor on entire slider */
.cc-slider:hover {
  cursor: grab;
}
@media (max-width: 768px) {
  .cc-slider .owl-dots {
    margin: 8px auto auto;
    padding: 11px 20px;
  }
  .cc-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}


.gradient-bg-soft {
  background-image: 
    radial-gradient(at 36% 63%, hsl(199, 100%, 95%) 0px, transparent 50%),
    radial-gradient(at 15% 77%, hsl(199, 100%, 95%) 0px, transparent 50%),
    radial-gradient(at 12% 25%, hsl(21, 100%, 93%) 0px, transparent 50%),
    radial-gradient(at 43% 12%, hsl(187, 100%, 98%) 0px, transparent 50%),
    radial-gradient(at 64% 64%, hsl(16, 100%, 94%) 0px, transparent 50%),
    radial-gradient(at 100% 0%, hsl(199, 100%, 95%) 0px, transparent 50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.company-summary::before {
  position: absolute;
  content: " ";
  width: 626px;
  height: 626px;
  top: 60px;
  right: -160px;
  background: radial-gradient(50% 50% at 50% 50%, #F58220 0%, #FFFFFF 100%);
  opacity: .15;
  z-index: -1;
}


/* Desktop */
@media (min-width: 1025px) {
  .hfe-nav-menu li.hfe-button-wrapper {
    margin-left: 25px;
  }
}
/* Tablet & Mobile */
@media (max-width: 1024px) {
  .hfe-nav-menu li.hfe-button-wrapper {
    margin-top: 8px;
  }
}



.our-client-logo-sec {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
  gap: 80px;
}
.our-client-logo-sec .client-logos.loaded {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  animation: marqueeloop 35s linear infinite;
  -webkit-animation: marqueeloop 35s linear infinite;
}
.our-client-logo-sec .client-logos picture {
  display: inline-block;
  max-width: 150px;
  min-width: 150px;
  max-height: max-content;
  width: 100%;
  height: 100%;
}
@keyframes marqueeloop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



.explore-section {
  width: 100%;
  background-color: #EEEAE7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px
}
@media only screen and (max-width: 991px) {
  .explore-section {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px
  }
}
@media only screen and (max-width: 767px) {
  .explore-section {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
  }
}
@media only screen and (max-width: 575px) {
  .explore-section {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px
  }
}
.explore-section {
  position: relative
}
.explore-section::before {
  position: absolute;
  content: " ";
  width: 740px;
  height: 740px;
  bottom: -320px;
  left: -258px;
  background: radial-gradient(50% 50% at 50% 50%, #439BC2 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .25;
  z-index: -1
}
@media screen and (max-width: 1280px) {
  .explore-section::before {
    left: -340px;
    width: 670px;
    height: 670px
  }
}
@media screen and (max-width: 1024px) {
  .explore-section::before {
    width: 600px;
    height: 590px;
    bottom: -270px;
    left: -290px
  }
}
@media screen and (max-width: 991px) {
  .explore-section::before {
    opacity: .2
  }
}
@media screen and (max-width: 575px) {
  .explore-section::before {
    bottom: -210px;
    left: -330px
  }
}
.explore-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 4px
}
@media only screen and (max-width: 1280px) {
  .explore-section .container {
    gap: 30px 4px
  }
}
@media only screen and (max-width: 1024px) {
  .explore-section .container {
    gap: 26px 4px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .container {
    justify-content: space-between;
    align-items: center;
    gap: 20px 16px
  }
}
@media only screen and (max-width: 575px) {
  .explore-section .container {
    gap: 16px
  }
}
@media only screen and (max-width: 359px) {
  .explore-section .container {
    gap: 12px
  }
}
.explore-section .container .section-title {
  width: 100%;
  color: #000000;
  font-family: "DM Sans", Sans-serif;
  font-size: 44px;
  letter-spacing: -1.8px;
  margin: 0;
}
/* Tablet */
@media (max-width: 1024px) {
  .explore-section .container .section-title {
    font-size: 36px;
    letter-spacing: -1.2px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .explore-section .container .section-title {
    font-size: 28px;
    letter-spacing: -1.2px;
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .container .section-title {
    max-width: max-content
  }
}
.explore-section .mb-explore-select {
  width: 28%;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -o-border-radius: 30px;
  position: relative
}
@media only screen and (min-width: 992px) {
  .explore-section .mb-explore-select {
    min-width: 320px
  }
}
@media only screen and (max-width: 1024px) {
  .explore-section .mb-explore-select {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -o-border-radius: 24px;
    width: 27%
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .mb-explore-select {
    width: 100%
  }
}
.explore-section .mb-explore-select .select-item {
  cursor: pointer;
  background: #fff;
  color: #333;
  font-size: 16px;
  padding: 10px 30px 10px 16px;
  position: relative;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  font-family: "DM Sans", Sans-serif;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #333
}
@media only screen and (min-width: 992px) {
  .explore-section .mb-explore-select .select-item {
    display: none
  }
}
@media only screen and (max-width: 575px) {
  .explore-section .mb-explore-select .select-item {
    padding: 8px 30px 8px 12px
  }
}
.explore-section .mb-explore-select .select-item:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #001033;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}
.explore-section .tabing-wrap {
  width: 100%;
  padding: 37.5px 10px
}
.explore-section .tabing-wrap li::marker {
  content: "";
}
@media only screen and (min-width: 992px) {
  .explore-section .tabing-wrap {
    display: flex !important;
    flex-direction: column;
    gap: 5px
  }
}
@media only screen and (max-width: 1280px) {
  .explore-section .tabing-wrap {
    padding: 30px 10px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .tabing-wrap {
    display: none;
    padding: 10px 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
  }
}
.explore-section .tabing-wrap li {
  width: 100%;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: "DM Sans", Sans-serif;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none
}
.explore-section .tabing-wrap li:focus {
  border: none;
  outline: none;
  box-shadow: inherit
}
.explore-section .tabing-wrap li {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: relative;
  z-index: 2
}
@media only screen and (max-width: 1440px) {
  .explore-section .tabing-wrap li {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 30px
  }
}
@media only screen and (max-width: 1280px) {
  .explore-section .tabing-wrap li {
    padding: 15px 20px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .tabing-wrap li {
    padding: 12px 12px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none !important
  }
}
@media only screen and (max-width: 767px) {
  .explore-section .tabing-wrap li {
    padding: 10px 10px
  }
}
.explore-section .tabing-wrap li::after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 35px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #F58220;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3);
  z-index: -1
}
@media only screen and (max-width: 991px) {
  .explore-section .tabing-wrap li::after {
    display: none
  }
}
.explore-section .tabing-wrap li.active,
.explore-section .tabing-wrap li:hover {
  color: #fff
}
@media only screen and (max-width: 991px) {
  .explore-section .tabing-wrap li.active,
  .explore-section .tabing-wrap li:hover {
    background-color: #F58220;
    box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3)
  }
}
@media only screen and (min-width: 992px) {
  .explore-section .tabing-wrap li.active::after,
  .explore-section .tabing-wrap li:hover::after {
    opacity: 1;
    pointer-events: auto;
    background-color: #F58220
  }
}
.explore-section .explore-content {
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -o-border-radius: 30px;
  flex: 1;
  padding: 33px 40px 33px 50px
}
@media only screen and (max-width: 1280px) {
  .explore-section .explore-content {
    padding: 30px 20px 30px 30px
  }
}
@media only screen and (max-width: 1024px) {
  .explore-section .explore-content {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -o-border-radius: 24px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .explore-content {
    flex: 100%;
    width: 100%
  }
}
@media only screen and (max-width: 767px) {
  .explore-section .explore-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 10px 20px 20px
  }
}
@media only screen and (max-width: 575px) {
  .explore-section .explore-content {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -o-border-radius: 16px;
    padding: 16px 6px 16px 16px
  }
}
.explore-section .explore-content .items-title {
  font-size: 30px;
  line-height: 36px;
  font-family: "DM Sans", Sans-serif;
  font-weight: 600;
  color: #333;
  padding-bottom: 24px;
  text-transform: capitalize;
  margin: 0px;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1600px) {
  .explore-section .explore-content .items-title {
    font-size: 28px;
    line-height: 34px
  }
}
@media only screen and (max-width: 1440px) {
  .explore-section .explore-content .items-title {
    font-size: 26px;
    line-height: 30px
  }
}
@media only screen and (max-width: 1280px) {
  .explore-section .explore-content .items-title {
    padding-bottom: 20px
  }
}
@media only screen and (max-width: 1024px) {
  .explore-section .explore-content .items-title {
    font-size: 24px;
    line-height: 28px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .explore-content .items-title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px
  }
}
@media only screen and (max-width: 767px) {
  .explore-section .explore-content .items-title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 12px
  }
}
.explore-section .explore-content .explore-content-inner {
  padding-right: 10px;
  max-height: 520px;
  overflow: auto;
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", Sans-serif;
  font-weight: 400;
  color: #333
}
@media only screen and (max-width: 1600px) {
  .explore-section .explore-content .explore-content-inner {
    font-size: 17px;
    line-height: 28px
  }
}
@media only screen and (max-width: 1440px) {
  .explore-section .explore-content .explore-content-inner {
    font-size: 16px;
    line-height: 26px
  }
}
@media screen and (max-width: 1440px) {
  .explore-section .explore-content .explore-content-inner {
    max-height: 430px
  }
}
@media only screen and (max-width: 991px) {
  .explore-section .explore-content .explore-content-inner {
    max-height: inherit;
    padding: 0
  }
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar {
  width: 6px
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
  transition: all .15s ease;
  cursor: pointer
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc
}
.explore-section .explore-content .explore-content-inner p {
  padding-bottom: 12px
}
@media only screen and (max-width: 1280px) {
  .explore-section .explore-content .explore-content-inner p {
    padding-bottom: 10px
  }
}
.explore-section .explore-content .listing-point {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .explore-section .explore-content .listing-point {
    gap: 16px 10px
  }
}
@media only screen and (max-width: 575px) {
  .explore-section .explore-content .listing-point {
    padding-top: 0;
    gap: 12px
  }
}
.explore-section .explore-content .listing-point li {
  width: calc(33.33% - 7px);
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", Sans-serif;
  font-weight: 400;
  color: #333
}
@media only screen and (max-width: 1600px) {
  .explore-section .explore-content .listing-point li {
    font-size: 17px;
    line-height: 28px
  }
}
@media only screen and (max-width: 1440px) {
  .explore-section .explore-content .listing-point li {
    font-size: 16px;
    line-height: 26px
  }
}
.explore-section .explore-content .listing-point li {
  position: relative;
  padding-left: 20px;
  overflow: hidden
}
.explore-section .explore-content .listing-point li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: #f0dcad;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%
}
@media only screen and (max-width: 1600px) {
  .explore-section .explore-content .listing-point li::before {
    top: 2px
  }
}
@media only screen and (max-width: 1440px) {
  .explore-section .explore-content .listing-point li::before {
    top: 1px
  }
}
.explore-section .explore-content .listing-point li::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%
}
@media only screen and (max-width: 1600px) {
  .explore-section .explore-content .listing-point li::after {
    top: 7px
  }
}
@media only screen and (max-width: 1440px) {
  .explore-section .explore-content .listing-point li::after {
    top: 6px
  }
}
@media only screen and (max-width: 1199px) {
  .explore-section .explore-content .listing-point li {
    width: calc(50% - 5px)
  }
}
@media only screen and (max-width: 767px) {
  .explore-section .explore-content .listing-point li {
    width: 100%
  }
}
.explore-section .explore-content .listing-point li a {
  color: #333;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}
.explore-section .explore-content .listing-point li a:hover {
  color: #F58220
}










/* Main Layout */
.cc-inner {
  display: flex;
  align-items: center;
  gap: 40px !important;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
}


/* Left Image - 40% */
.cc-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.cc-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
/* Right Content - 60% */
.cc-content {
  flex: 0 0 60%;
  max-width: 60%;
}
.cc-title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.2em;
  color: #222222 !important;
  width: 90%;
}
.cc-content p {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #54595F;
  width: 90%;
}
.cc-btn {
  display: inline-block;
  padding: 12px 44px;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px;
}
/* Tablet */
@media (max-width: 992px) {
  .cc-inner {
    gap: 25px;
  }
  .cc-inner {
    flex-direction: column;
  }
  .cc-image,
  .cc-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .cc-inner {
    gap: 15px !important;
    padding: 20px;
    flex-direction: column;
  }
  .cc-image,
  .cc-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cc-title {
    font-size: 22px !important;
    line-height: 1.4em;
    width: 100%;
  }
  .cc-content p {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
  }
}


.testimonial-carousel .testimonial-rating {
  display: flex;
}
.testimonial-carousel .testimonial-rating span.star img {
  width: 18px;
}
.testimonial-carousel .testimonial-item p {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #54595F;
  margin: 0px;
}
.testimonial-carousel .testimonial-item h3 {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1c4b7c;
  margin: 0px;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;  
  border-radius: 8px;
  background-color: #ffffff;
}
.testimonial-author{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:15px;
}
.author-img img{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
}


/* ----- Testimonial Slider Navigation CSS [START]----- */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* allow slide interaction */
}
/* Prev & Next buttons */
.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
  position: absolute;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* Left arrow */
.testimonial-carousel .owl-nav button.owl-prev {
  left: -55px;
}
/* Right arrow */
.testimonial-carousel .owl-nav button.owl-next {
  right: -55px;
}
/* Hover */
.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
  background: #dce0f8;
}
/* Arrow image */
.testimonial-carousel .owl-nav button img {
  width: 24px;
  height: auto;
}
/* Dots wrapper */
.testimonial-carousel .owl-dots {
  display: block !important;
  text-align: center;
  background: #FFFFFF;
  margin: 20px auto auto;
  padding: 16px 40px;
  width: max-content;
  border-radius: 30px;
}

/* FORCE dot visibility */
.testimonial-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7e7e7;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .testimonial-carousel .owl-dots {
    display: none !important;
  }
}
/* Active dot (pill style) */
.testimonial-carousel .owl-dots .owl-dot.active span {
  width: 50px;
  background: #1e1e1e;
  border-radius: 10px;
}
/* ----- Testimonial Slider Navigation CSS [END]----- */




.client-carousel .client-rating {
  display: flex;
}
.client-carousel .client-rating span.star img {
  width: 18px;
}
.client-carousel .client-item p {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #54595F;
  margin: 0px;
}
.client-carousel .client-item h3 {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1c4b7c;
  margin: 0px;
}
.client-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;  
  border-radius: 8px;
  background-color: #ffffff;
}
.client-author{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:15px;
}
.client-carousel .author-img img{
  min-width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  border: 2px solid #e4e4e4;
}

/* ----- Client Slider Navigation CSS [START]----- */
.client-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* allow slide interaction */
}
/* Prev & Next buttons */
.client-carousel .owl-nav button.owl-prev,
.client-carousel .owl-nav button.owl-next {
  position: absolute;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* Left arrow */
.client-carousel .owl-nav button.owl-prev {
  left: -55px;
}
/* Right arrow */
.client-carousel .owl-nav button.owl-next {
  right: -55px;
}
/* Hover */
.client-carousel .owl-nav button.owl-prev:hover,
.client-carousel .owl-nav button.owl-next:hover {
  background: #dce0f8;
}
/* Arrow image */
.client-carousel .owl-nav button img {
  width: 24px;
  height: auto;
}
/* Dots wrapper */
.client-carousel .owl-dots {
  display: block !important;
  text-align: center;
  background: #FFFFFF;
  margin: 20px auto auto;
  padding: 16px 40px;
  width: max-content;
  border-radius: 30px;
}

/* FORCE dot visibility */
.client-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7e7e7;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .client-carousel .owl-dots {
    display: none !important;
  }
  .client-carousel .client-item p {
    font-size: 16px;
    line-height: 25px;
  }
}


/* Active dot (pill style) */
.client-carousel .owl-dots .owl-dot.active span {
  width: 50px;
  background: #1e1e1e;
  border-radius: 10px;
}
/* ----- Client Slider Navigation CSS [END]----- */



/* ----- Award Slider Navigation CSS [START] ----- */
.award-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* allow slide interaction */
}
/* Prev & Next buttons */
.award-carousel .owl-nav button.owl-prev,
.award-carousel .owl-nav button.owl-next {
  position: absolute;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* Left arrow */
.award-carousel .owl-nav button.owl-prev {
  left: -55px;
}
/* Right arrow */
.award-carousel .owl-nav button.owl-next {
  right: -55px;
}
/* Hover */
.award-carousel .owl-nav button.owl-prev:hover,
.award-carousel .owl-nav button.owl-next:hover {
  background: #dce0f8;
}
/* Arrow image */
.award-carousel .owl-nav button img {
  width: 24px;
  height: auto;
}
/* Dots wrapper */
.award-carousel .owl-dots {
  display: block !important;
  text-align: center;
  background: #FFFFFF;
  margin: 20px auto auto;
  padding: 16px 40px;
  width: max-content;
  border-radius: 30px;
}

/* FORCE dot visibility */
.award-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7e7e7;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .award-carousel .owl-dots {
    display: none !important;
  }
}
/* Active dot (pill style) */
.award-carousel .owl-dots .owl-dot.active span {
  width: 50px;
  background: #1e1e1e;
  border-radius: 10px;
}
/* ----- Award Slider Navigation CSS [END] ----- */


@media (max-width: 1024px) {
  .section-sub-title {
    font-size: 17px;
    line-height: 30px;
    white-space: normal;
  }
}



/* Content Container */
.content-cls {
  font-family: "DM Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #54595F;
}

/* Paragraphs inside content */
.content-cls p {
  margin-bottom: 1.2em;
}

/* Headings inside content */
.content-cls h2 {
  font-family: "DM Sans", Sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #333333;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.content-cls h3 {
  font-family: "DM Sans", Sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Lists inside content */
.content-cls ul {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
.content-cls ul li::marker {
  color: #f58220b3;
}
.content-cls ul.icon-list li {
  margin-bottom: 0.50em;
  line-height: 1.5;
}

/* Links inside content */
.content-cls a {
  color: #F58220;
  text-decoration: none;
  transition: color 0.3s;
}

.content-cls a:hover {
  text-decoration: underline;
}

/* Optional: Add spacing for sections */
.content-cls > * + * {
  margin-top: 1em;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .content-cls {
    font-size: 16px;
    line-height: 24px;
  }

  .content-cls h2 {
    font-size: 22px;
  }

  .content-cls ul {
    padding-left: 1.2em;
  }

  .content-cls ul.icon-list li {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 480px) {
  .content-cls {
    font-size: 15px;
    line-height: 22px;
  }

  .content-cls h2 {
    font-size: 20px;
  }

  .content-cls ul {
    padding-left: 1em;
  }

  .content-cls ul.icon-list li {
    margin-bottom: 0.45em;
  }
}

/* ------- rotating-stats ------- */

.rotating-stats {
  position: relative;
  height: 50px;
  overflow: hidden;
  text-align: left;
  font-family: "DM Sans", sans-serif;
}

.stat-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #000000;
  display: flex;
  align-items: center;
}

.stat-item.active {
  opacity: 1;
  position: relative;
}

.stat-number {
  color: #F58220;
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.stat-label {
  font-size: 18px;
  color: #000000;
  opacity: 0.9;
}

@media (max-width: 480px) {
  .stat-number {
    font-size: 22px;
    margin-right: 7px;
  }
  .stat-label {
    font-size: 14px;
  }
  .stat-item {
    align-items: flex-start;
    flex-direction: column;
  }

}



/* Blogs */


/* Card */
.tabbing-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover lift */
.tabbing-card:hover {
  transform: translateY(-6px);
}

/* Image Wrapper */
.tabbing-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image */
.tabbing-card-img img.card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Zoom image */
.tabbing-card:hover .card-img {
  transform: scale(1.08);
}

/* Dark overlay */
.tabbing-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show overlay */
.tabbing-card:hover .tabbing-card-img::after {
  opacity: 1;
}

/* Center Button */
.icon-dark-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.icon-dark-btn::before {
  content: "";
  background-image: url("https://eintelligenceweb.com/wp-content/uploads/2026/02/right-arrow-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.35s ease;
}

/* Show button */
.tabbing-card:hover .icon-dark-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Rotate icon */
.tabbing-card:hover .icon-dark-btn::before {
  transform: rotate(-45deg) scale(1.1);
}

/* Optional: button hover color */
.icon-dark-btn:hover {
  background: #f58220;
}

/* Title */
.tabbing-card-title {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 22px !important;
  font-weight: 600;
  margin: 15px;
  line-height: 1.4;
}
.tabbing-card-title a {
  color: #222;
  text-decoration: none;
}
.tabbing-card-title a:hover {
  color: #F58220;
}

/* Description */
.tabbing-card p {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 16px !important;
  color: #666;
  margin: 0 15px 20px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .tabbing-card-img img.card-img {
    height: 180px;
  }
}




/* ----- BLOGS - tabbing-card-wrap Slider Navigation CSS [START]----- */
.tabbing-card-wrap .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* allow slide interaction */
}
/* Prev & Next buttons */
.tabbing-card-wrap .owl-nav button.owl-prev,
.tabbing-card-wrap .owl-nav button.owl-next {
  position: absolute;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e7e9f3;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* Left arrow */
.tabbing-card-wrap .owl-nav button.owl-prev {
  left: -55px;
}
/* Right arrow */
.tabbing-card-wrap .owl-nav button.owl-next {
  right: -55px;
}
/* Hover */
.tabbing-card-wrap .owl-nav button.owl-prev:hover,
.tabbing-card-wrap .owl-nav button.owl-next:hover {
  background: #dce0f8;
}
/* Arrow image */
.tabbing-card-wrap .owl-nav button img {
  width: 24px;
  height: auto;
}
/* Dots wrapper */
.tabbing-card-wrap .owl-dots {
  display: block !important;
  text-align: center;
  background: #FFFFFF;
  margin: 20px auto auto;
  padding: 16px 40px;
  width: max-content;
  border-radius: 30px;
}

/* FORCE dot visibility */
.tabbing-card-wrap .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7e7e7;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .tabbing-card-wrap .owl-dots {
    display: none !important;
  }
}
/* Active dot (pill style) */
.tabbing-card-wrap .owl-dots .owl-dot.active span {
  width: 50px;
  background: #1e1e1e;
  border-radius: 10px;
}
/* ----- BLOGS - tabbing-card-wrap Slider Navigation CSS [END]----- */






/* Grid Layout */
.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.custom-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover lift */
.custom-blog-card:hover {
  transform: translateY(-6px);
}

/* Image Wrapper */
.custom-blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image */
.custom-blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Zoom image */
.custom-blog-card:hover img {
  transform: scale(1.08);
}

/* Dark overlay */
.custom-blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show overlay */
.custom-blog-card:hover .custom-blog-image::after {
  opacity: 1;
}

/* Center Button */
.icon-dark-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease;
}

.icon-dark-btn::before {
  content: "";
  background-image: url("https://eintelligenceweb.com/wp-content/uploads/2026/04/left-white-icon-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.35s ease;
}

/* Show button */
.custom-blog-card:hover .icon-dark-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Rotate icon */
.custom-blog-card:hover .icon-dark-btn::before {
  transform: rotate(-45deg) scale(1.1);
}

/* Button hover */
.icon-dark-btn:hover {
  background: #f58220;
}

/* Title */
.custom-blog-title {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 22px !important;
  font-weight: 600;
  margin: 15px;
  line-height: 1.4;
}

.custom-blog-title a {
  color: #222;
  text-decoration: none;
}

.custom-blog-title a:hover {
  color: #F58220;
}

/* Description */
.custom-blog-excerpt {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 16px !important;
  color: #666;
  margin: 0 15px 20px;
  line-height: 1.6;
}

/* Pagination */
.custom-pagination {
  margin-top: 30px;
  text-align: center;
}

.custom-pagination a,
.custom-pagination span {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.custom-pagination .current {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-blog-grid {
    grid-template-columns: 1fr;
  }

  .custom-blog-image img {
    height: 180px;
  }
}

.load-more-btn {
    text-align: center;
}
button.load-more-all-blogs {
    border: 1px solid #F58220;
}




.cc-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}


.cc-pdf-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.75);
    z-index:999999;
}

.cc-pdf-box{
    width:80%;
    height:85%;
    margin:3% auto;
    background:#fff;
    position:relative;
    border-radius:8px;
    overflow:hidden;
}

/* IMPORTANT FIX */
.cc-pdf-box iframe{
    width:100%;
    height:100%;
    border:none;
    position:relative;
    z-index:1;
}

/* CLOSE BUTTON FIX */
.cc-pdf-close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:32px;
    cursor:pointer;
    z-index:9999999; /* highest layer */
    background:#fff;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}





.services-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-menu-list li a {
    font-family: "DM Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.4px;
  line-height: 2.5;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

/* active state */
.services-menu-list li.active a {
    color: #1a3e76;
}
.acf-faq {
    max-width: 900px;
}
h2.faq-title{font-size: 30px;}
.acf-faq .faq-item {
    margin-bottom: 15px;
}

.acf-faq .faq-question {
    background: #f1f1f1;
    padding: 18px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
  font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    justify-content: space-between;
    align-items: center;
}

.acf-faq .faq-answer {
    display: none;
    padding: 20px;
    line-height: 1.6;
    color: #555;
}

/* Arrow icon */
.faq-toggle {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

/* Active state */
.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}



.category-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.category-filter .filter-btn {
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-flex;
    transition: all 0.35s;
    cursor: pointer;
}
.category-filter .filter-btn.active,
.category-filter .filter-btn:hover {
    background-color: #212529 !important;
    color: #fff !important;
    border-color: #212529 !important;
}

.search-bar .search-box {
    display: flex;
    align-items: stretch;
    border: 1px solid #D6D6D6;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    min-width: 400px;
}
.search-bar .search-box .search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding-left: 12px;
    padding-right: 8px;
}
.search-bar .search-box .search-field {
    border: none;
    font-size: 15px;
    line-height: 18px;
    color: #212529;
    font-weight: 400;
    padding: 11px 10px 11px 0;
    outline: none;
    box-shadow: none;
    width: 100%;
    background: transparent !important;
}



@media screen and (max-width: 767px) {
    .category-filter {
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -16px 20px;
        padding: 0 16px 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .category-filter::-webkit-scrollbar {
        display: none;
    }
    .category-filter .filter-btn {
        white-space: nowrap;
    }
  .search-bar .search-box {
    min-width: unset;
  }
}


/* Date 20-05-2026 */
.hero-landing .gallery-icon.landscape img {
    max-height: 80px !important;
    height: 80px;
    object-fit: contain;
}