@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

/* @font-face {
  font-family: "Chivo-Bold";
  src: url("../fonts/Chivo-Bold.woff2") format("woff2"),
    url("../fonts/Chivo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chivo-Regular";
  src: url("../fonts/Chivo-Regular.woff2") format("woff2"),
    url("../fonts/Chivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chivo-ExtraBold";
  src: url("../fonts/Chivo-ExtraBold.woff2") format("woff2"),
    url("../fonts/Chivo-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chivo-Medium";
  src: url("../fonts/Chivo-Medium.woff2") format("woff2"),
    url("../fonts/Chivo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chivo-SemiBold";
  src: url("../fonts/Chivo-SemiBold.woff2") format("woff2"),
    url("../fonts/Chivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

body {
  font-family: "Poppins", sans-serif;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #f4a11f;
}

::-webkit-scrollbar-track {
  background: #dedede;
}
a {
  text-decoration: none;
  color: #2b2b2b;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 0.9rem;
}

hr:not([size]) {
  height: 1px;
  color: #006889;
}
h4 {
  /* font-family: "Chivo-Bold"; */
  font-size: 1.2rem;
}
.logo-box img {
  width: 150px;
}
.logo-box {
  background: #fff;
  padding: 4px;
  text-align: center;
  box-shadow: 3px 3px 3px #5757572b;
  border-radius: 8px;
}
.common-list {
  margin: 0;
  padding: 0;
}
.common-list li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.common-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
  color: #000;
}
.img-rounded {
  border-radius: 20px;
}

.only-mob {
  display: none;
}

.small-text {
  font-size: 0.8rem;
}
.too-small-text {
  font-size: 0.7rem;
}
.theme-color {
  color: #ff4500;
}
.common-section {
  padding: 40px 0;
}
.orange-gradient {
  background: #ffebce;
  background: linear-gradient(
    90deg,
    rgba(255, 235, 206, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 235, 206, 1) 100%
  );
}

.common-heading {
  font-size: 40px;
  /* font-family: "Chivo-ExtraBold"; */
}
.common-heading span {
  color: #ff9002;
}

.common-btn {
  background: #ff8c00;
  background: linear-gradient(
    90deg,
    rgba(255, 140, 0, 1) 0%,
    rgba(250, 155, 40, 1) 50%,
    rgba(255, 221, 51, 1) 100%
  );
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  outline: none;
  border: 0;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9rem;
}
.common-btn:hover,
.common-btn:focus {
  background: #e75927;
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.common-btn {
  color: #fff;
  padding: 7px 20px;
}

.white-btn {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  outline: none;
  border: 1px solid #fff;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;
  font-size: 0.9rem;
}
.white-btn:hover,
.white-btn:focus {
  background: transparent;
  color: #fff;
}

/*Owl Carousel CSS*/
.owl-prev {
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 4px;
  text-align: center;
  background: #f4a11f;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -30px;
}

.owl-next {
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 4px;
  text-align: center;
  background: #ffc340;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -55px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #686868;
  font-size: 14px;
  padding: 0;
  background: #ccc;
}
.owl-carousel .owl-stage {
  display: flex;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-carousel .owl-stage-outer {
  display: flex;
  padding: 20px 0;
}
.owl-carousel .owl-item img.comma {
  width: 70px;
  display: inline-block;
}

.common-bg {
  background: rgb(238, 238, 238);
  background: linear-gradient(
    0deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
}

.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 0.8rem;
  transition: 0.3s;
}
.social-links a i {
  color: #000;
}
.social-links a:hover {
  background: #ffc340;
  color: #000;
}
.social-links a:hover i {
  color: #000;
}

.social-links-footer {
  padding: 0;
  margin: 0;
}
.social-links-footer li {
  list-style: none;
  display: inline-block;
}
.social-links-footer li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 0.8rem;
  transition: 0.3s;
}
.social-links-footer li a i {
  color: #000;
}
.social-links-footer li a:hover {
  background: #f4a11f;
  color: #fff;
}
.social-links-footer li a:hover i {
  color: #fff;
}

.banner-menu {
  position: relative;
}

.navbar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  padding-top: 2.5rem !important;
}
.navbar-brand img {
  width: 285px;
  transition: 0.3s;
}
.sticky .navbar-brand img {
  width: 75px;
}

.top-links {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: right;
  top: 10px;
}
.top-link-box {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /* color: #ffff; */
}

.top-link-box a i {
  color: #ff9f00;
}
.sticky li.nav-item {
  color: rgba(0, 0, 0, 0.55);
}
/*Dropdown Menu Common CSS*/
.navbar-nav .nav-item {
  margin-left: 20px;
  /* color: #ffff; */
}
.dropdown-item {
  padding: 0.7rem 1rem;
}
nav.navbar li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px dashed #ccc;
}
nav.navbar li.dropdown ul.dropdown-menu > li:last-child {
  border-bottom: 1px dashed transparent;
}
nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
  background-color: #ff9f00;
  color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.sticky .navbar-brand img {
  width: 250px !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #303030;
  text-transform: uppercase;
}

.carousel-caption {
  top: 30%;
  text-align: left;
  left: 8%;
  width: 56%;
}
.carousel-caption h1 {
  color: #000;
  /* font-family: "Chivo-ExtraBold"; */
  font-size: 60px;
}
.carousel-caption h1 span {
  color: #ff9002;
}
.carousel-caption p {
  color: #000;
  /* font-family: "Chivo-Medium"; */
  font-size: 24px;
}

.review-company {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 55%);
}

.review-company img {
  border: 3px solid transparent;
  border-radius: 8px;
  transition: all 0.4s ease;
}

.review-company img:hover {
  border-color: #ff9002;
  transform: scale(0.9);
  box-shadow: 0 0 15px rgba(255, 144, 2, 0.4);
  cursor: pointer;
}

.feedback-box {
  position: relative;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-item .play-btn img {
  width: 80px;
}
/*Achievement*/
.achievement {
  background: url("../images/achievement.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 10px;
}
.achievement-box {
  text-align: center;
}
.achievement-box img {
  width: 60px;
}

/*Service*/
.services {
  background: #fff0c2;
  background: linear-gradient(
    90deg,
    rgba(255, 240, 194, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 240, 194, 1) 100%
  );
}
.services-box {
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #ff9002;
  background: #fff;
  height: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.services-box img {
  width: 60px;
}
.services-box label {
  margin-top: 10px;
  display: block;
  /* font-family: "Chivo-Medium"; */
  font-size: 1.1rem;
}
.services-box p {
  color: #575757;
}
.services-box:hover {
  background: #ff9002;
  color: #fff;
}
.services-box:hover p {
  color: #fff;
}
.services-box:hover img {
  filter: brightness(0) invert(1);
}

/*Accordion CSS*/
.accordion-flush .accordion-item .accordion-button {
  border: 1px solid #ff9002;
}
.accordion-button {
  padding: 0.5rem 1.25rem;
  border-radius: 7px !important;
  margin-bottom: 10px;
}
.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.accordion-button:not(.collapsed) {
  color: #ff9002;
  background-color: #fff;
}
.accordion-flush .accordion-item {
  background: transparent;
}
.why-us {
  background: #dee3fa;
  background: linear-gradient(
    90deg,
    rgba(222, 227, 250, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(222, 227, 250, 1) 100%
  );
}

/*certified-companies*/
.certified-companies {
  display: flex;
}
.certified-companies .left-section {
  width: 30%;
  background: #ff9f00;
  padding: 20px;
  align-content: center;
}
.certified-companies .right-section {
  width: 70%;
  background: #ffedee;
  padding: 50px 70px;
}
.certified-companies .right-section img {
  border-radius: 8px;
  transition: all 0.4s ease;
}

.certified-companies .right-section img:hover {
  transform: scale(1.05);
}
/*case-study*/
.case-study-btn {
  background: #ffc666;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 7px;
  transition: 0.3s;
}
.case-study-btn:hover {
  background: #ff9002;
  color: #fff;
}
.case-study-stats {
  border-radius: 15px;
  border: 1px solid #ffc666;
  padding: 15px;
  text-align: center;
  height: 100%;
}
.case-studies p {
  color: #575757;
}
.left-content {
  padding: 40px;
  text-align: center;
}
.right-content {
  padding: 40px;
  border-left: 1px solid #ccc;
}
.nav-pills .nav-link img {
  width: 150px;
}
.nav-pills .nav-link {
  border-bottom: 4px solid transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  border-bottom: 4px solid #ff9002;
  border-radius: 0;
}
.nav.nav-pills {
  border-bottom: 1px solid #ccc;
  align-items: end;
  justify-content: center;
}

/*FAQ*/
.gray-gradient {
  background: #f1f1f1;
  background: linear-gradient(
    90deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(241, 241, 241, 1) 100%
  );
}

/*Reviews*/
.review-stars i {
  color: #f6bb06;
}
.review-box {
  border-radius: 15px;
  border: 1px solid #ff9002;
}
.review-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.g-icon {
  margin-right: 10px;
}
.owl-carousel .owl-item .g-icon img {
  width: 25px;
}
.review {
  background: url("../images/review-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*Footer*/
footer {
  background: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
}
.footer-logo {
  width: 130px;
  margin-bottom: 15px;
}
footer h4 {
  /* font-family: "Chivo-Bold"; */
  color: #fff;
  font-size: 1.3rem;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer ul li a {
  color: #fff;
  transition: 0.3s;
  position: relative;
  padding-left: 20px;
}
footer ul li a:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #ff9002;
  left: 0;
  top: 0px;
  font-size: 0.9rem;
}
footer ul li a:hover {
  color: #ff9002;
}
.socail-links a {
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: 0.3s;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  transition: 0.3s;
}
.socail-links a:hover {
  color: #fff;
  background: #ff9002;
}

/*Float Help Icons CSS and Animation*/
.help-box {
  position: fixed;
  right: 20px;
  bottom: 200px;
  border-radius: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.help-btn-box a img {
  width: 22px;
}
.help-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  animation: bounceUp 2s infinite ease-in-out;
}
.help-icon img {
  width: 35px;
}
.help-btn-box {
  text-align: center;
  margin-right: 5px;
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e75927;
}

.help-btn-box a {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 6px 10px;
  display: inline-block;
}
.help-btn-box a.wapp-bdr {
  border: 1px solid #4caf50;
}
.help-btn-box a.call-bdr {
  border: 1px solid #0da8ef;
}

@keyframes bounceUp {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-6px); /* kitna bounce ho adjust kar sakte ho */
  }
}

/*Fixed Header*/
.navbar.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: #fff !important;
  padding: 6px 0;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 42%);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
/*Modal CSS*/
/* .modal .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  position: absolute;
  right: -30px;
  top: -13px;
  background-color: #fff;
  opacity: 1;
  background-size: 10px;
  border-radius: 50%;
} */
#VideoModal .modal-body {
  background: rgb(0, 0, 0);
  margin-bottom: -15px;
}

.service-box {
  height: 100%;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: #fff;
}
.service-box img {
  height: 62px;
}
.service-box p {
  margin-bottom: 0;
}
.service-box h5 {
  /* font-family: "Chivo-Medium"; */
  font-size: 1.1rem;
  color: #212121;
  margin-top: 10px;
}
.service-box:hover {
  cursor: pointer;
  background: #e75927;
  color: #fff;
}
.service-box:hover h5 {
  color: #fff;
}
.service-box:hover p {
  color: #fff;
}
.service-box:hover img {
  filter: brightness(0) invert(1);
}
.service-box:hover p a {
  color: #fff;
}

/*Popup Form CSS*/
.bg-gray {
  background: #242424;
  color: #fff;
  border: 1px solid #3d3d3d;
}
.popup-form-box .form-control {
  background: transparent;
  border: 1px solid #767676;
  font-size: 0.9rem;
  color: #9a9a9a;
}
.popup-form-box .form-select {
  background: transparent;
  border: 1px solid #767676;
  font-size: 0.9rem;
  color: #767676;
}
.popup-form-box .form-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23767676' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.popup-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.industry {
  padding: 50px 0;
}
.icon-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
}
.icon-box:hover {
  box-shadow: none;
  border: 1px solid #e75927;
}
.icon-box img {
  width: 45px;
}
.icon-box img {
  transition: transform 0.2s;
}
.icon-box:hover img {
  transform: scale(1.2);
}

/*Blog*/
.blog {
  padding: 50px 0;
  background: url("../images/blog-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-box {
  position: relative;
  border-radius: 15px;
}
.blog-img {
  overflow: hidden;
  border-radius: 15px;
  display: block;
}
.blog-img img {
  transition: transform 0.2s;
  height: 250px;
  object-fit: cover;
}
.blog-box:hover .blog-img img {
  transform: scale(1.1);
}
.blog-box-text {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #dfdfdf;
}
.blog-box-text a {
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

.breadcrumb-section {
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-title {
  font-size: 20px;
  font-weight: 600;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb .active {
  color: #6c757d;
}

.feature-icon-box {
  width: 50px;
  height: 50px;
  background-color: #ff6600; /* Orange color from image */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 24px;
}
.main-heading {
  font-weight: 800;
  color: #1a1a1a;
  max-width: 600px;
  margin: 0 auto;
}
.max-600 {
  max-width: 800px;
  margin: 0 auto;
}
.orange-line {
  width: 50px;
  height: 4px;
  background-color: #ff6600;
  margin: 15px auto 50px;
}
.feature-item {
  margin-bottom: 40px;
}
.feature-item h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-item p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.center-img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-card {
  background-color: #f1f1f1; /* Light grey background */
  border: none;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

/* Orange CTA Card Styling */
.service-card.cta-card {
  background-color: #ff6600;
  color: white;
}

/* Diamond Icon Container */
.icon-diamond {
  width: 60px;
  height: 60px;
  background-color: #ff6600;
  margin: 0 auto 30px;
  transform: rotate(45deg); /* Diamond shape */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.icon-diamond i {
  transform: rotate(-45deg); /* Counter-rotate icon to stay upright */
  color: white;
  font-size: 24px;
}

.service-card h4 {
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Text colors for the orange card */
.cta-card p,
.cta-card h4 {
  color: white;
}
.phone-number {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 20px;
  display: block;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.custom-pagination {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #ff7a00;
  border: 1px solid #ff7a00;
  transition: all 0.25s ease;
}

.page-link:hover {
  background: #ff7a00;
  color: #fff;
}

.page-item.active .page-link {
  background: #ff7a00;
  border-color: #ff7a00;
  color: #fff;
  box-shadow: 0 6px 14px rgba(255, 122, 0, 0.35);
}

.page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}
.page-item.disabled .page-link {
  color: #232323;
  border-color: #232323;
}

/* Prev / Next style */
.page-link.prev,
.page-link.next {
  padding: 0 18px;
}

.fw-extra-bold {
  font-weight: 800;
  letter-spacing: -1px;
}

/* Post Content Styling */
.post-content p {
  color: #444;
}

.post-content h2 {
  margin-top: 2rem;
  font-weight: 700;
}

/* Sticky Sidebar */
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

/* Rounded Buttons & Forms */
.form-control,
.btn {
  border-radius: 10px;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.share-blog-links {
  display: flex;
  gap: 12px; /* Icons ke beech ka gap */
}

.share-blog-links a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px; /* Circle ka size */
  height: 45px; /* Circle ka size */
  background-color: #ff4500; /* Aapka orange/red color code */
  color: #ffffff; /* Icon color white */
  border-radius: 50%; /* Isse circle banega */
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

/* Hover effect: halka sa dark ya scale up */
.share-blog-links a:hover {
  background-color: #000;
  transform: translateY(-3px);
  color: #fff;
}

/* Specific icon adjustments agar zaroorat ho */
.share-blog-links i {
  line-height: 0;
}

.modal-content {
  border-radius: 2.3rem !important;
}

/* Main CTA Card */
.cta-card-pro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff7a00, #ff3d00);
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Content on top */
.cta-card-pro h4,
.cta-card-pro p,
.cta-actions {
  position: relative;
  z-index: 2;
}

.cta-card-pro h4 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 18px;
  padding-top: 20px;
}

.cta-card-pro p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 35px;
  opacity: 0.95;
}

/* CTA Actions */
.cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.phone-number {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 19px;
}

/* Button */
.cta-btn {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 6px 36px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s ease;
}

.cta-btn:hover {
  /* background: #fff; */
  color: #ff3d00;
  transform: translateY(-4px);
}

/* ================== BUBBLES ================== */
.bubble-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.bubble-layer span {
  position: absolute;
  bottom: -120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: bubbleMove linear infinite;
}

/* Individual bubbles */
.bubble-layer span:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 12s;
}
.bubble-layer span:nth-child(2) {
  width: 70px;
  height: 70px;
  left: 25%;
  animation-duration: 18s;
}
.bubble-layer span:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 45%;
  animation-duration: 10s;
}
.bubble-layer span:nth-child(4) {
  width: 90px;
  height: 90px;
  left: 60%;
  animation-duration: 20s;
}
.bubble-layer span:nth-child(5) {
  width: 50px;
  height: 50px;
  left: 75%;
  animation-duration: 14s;
}
.bubble-layer span:nth-child(6) {
  width: 25px;
  height: 25px;
  left: 90%;
  animation-duration: 9s;
}

/* Bubble animation */
@keyframes bubbleMove {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-450px) scale(1.2);
    opacity: 0;
  }
}

.cta-card-pro {
  background: linear-gradient(
    135deg,
    #ff6a00 0%,
    #ff4d00 35%,
    #ff8c42 65%,
    #ffb703 100%
  );
}
.cta-card-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.18),
      transparent 40%
    ),
    radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.15), transparent 45%);
  z-index: 1;
}
.cta-card-pro h4,
.cta-card-pro p,
.cta-actions {
  position: relative;
  z-index: 2;
}
.bubble-layer span {
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05)
  );
  filter: blur(0.3px);
}

.custom-logo,
.site-logo {
  width: 210px;
  height: auto;
}

/* carousel-btn */

.fa-angle-left:before {
  content: "\f104";
  background: #fdcd30;
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
}

.fa-angle-right:before {
  content: "\f105";
  background: #fdcd30;
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
}
.desktop-only {
  display: block;
}
/* banner slide icon */

/*Have aquery */
/* .sticky-sidebar {
  position: sticky;
  left: 20px;
  position: fixed;
  top: 60%;
  z-index: 99;
  line-height: 30px;
} */
.quotation {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  animation: bounceUp 2s infinite ease-in-out;
}

.quotation img {
  width: 50px;
  padding: 4px;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-card-pro h4 {
    font-size: 30px;
  }
  .phone-number {
    font-size: 24px;
  }
  .premium-form-modal .btn-close {
    right: 5px !important;
  }
  .common-heading {
    font-size: 25px;
    font-weight: bold !important;
  }
}

/*Media Query*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
  .review-company {
    position: relative;
    background: #000;
    z-index: 1;
  }
  .carousel-item {
    height: 350px;
    overflow: hover;
  }
  .carousel-item img {
    height: 350px;
    object-fit: cover;
    object-position: 80%;
  }
  .carousel-caption h1 {
    font-size: 32px;
  }
  .carousel-caption p {
    font-size: 21px;
  }
  .top-links {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -300px; /* menu hidden outside screen */
    width: 300px;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: all 0.4s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-toggler {
    background: #fff;
  }

  .mobile-menu.show {
    right: 0; /* slide-in */
  }

  .navbar-toggler {
    z-index: 9999; /* toggle button visible above menu */
  }
  /* Default: Hamburger */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  /* When Open: Show Cross */
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: none !important;
    position: relative;
  }

  /* Cross Lines */
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000; /* white chahiye? #fff */
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  /* Smooth Rotation Effect */
  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    transition: 0.3s ease-in-out;
  }

  .certified-companies {
    display: block;
  }
  .certified-companies .left-section {
    width: 100%;
  }
  .certified-companies .right-section {
    width: 100%;
    padding: 40px 20px;
  }
  .mob-reverse-col {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .desktop-only {
    display: none;
  }
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
  .review-company {
    position: relative;
    background: #000;
    z-index: 1;
  }
  .carousel-item {
    height: 350px;
    overflow: hover;
  }
  .carousel-item img {
    height: 350px;
    object-fit: cover;
    object-position: 80%;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
  .top-links {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -300px; /* menu hidden outside screen */
    width: 300px;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: all 0.4s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-toggler {
    background: #fff;
  }

  .mobile-menu.show {
    right: 0; /* slide-in */
  }

  .navbar-toggler {
    z-index: 9999; /* toggle button visible above menu */
  }
  /* Default: Hamburger */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  /* When Open: Show Cross */
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: none !important;
    position: relative;
  }

  /* Cross Lines */
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000; /* white chahiye? #fff */
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  /* Smooth Rotation Effect */
  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    transition: 0.3s ease-in-out;
  }

  .certified-companies {
    display: block;
  }
  .certified-companies .left-section {
    width: 100%;
  }
  .certified-companies .right-section {
    width: 100%;
    padding: 40px 20px;
  }
  .mob-reverse-col {
    flex-direction: column-reverse;
  }
  .navbar {
    padding: 0 !important;
  }
  .custom-logo,
  .site-logo {
    padding-top: 10px;
  }
  .mob-col-reverse {
    flex-direction: column-reverse;
  }
}

/* ===============================
   MODAL BACKDROP
================================ */
.modal-backdrop.show {
  opacity: 0.55;
}
.premium-form-modal {
  background: linear-gradient(180deg, #fffdf4 0%, #fff4c4 100%);
  border-radius: 18px;
  border: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 8px;
}
.premium-form-modal .btn-close {
  position: absolute;
  top: 0px;
  right: -30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  opacity: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.premium-form-modal .modal-body {
  padding: 22px 30px 26px;
}
.form-header {
  text-align: center;
  margin-bottom: 18px;
}

.form-header h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 4px;
}

.form-header p {
  font-size: 14px;
  color: #666;
}
.premium-form-modal input,
.premium-form-modal textarea,
.premium-form-modal select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  color: #333;
  transition: all 0.25s ease;
}

.premium-form-modal input::placeholder,
.premium-form-modal textarea::placeholder {
  color: #9a9a9a;
}

.premium-form-modal input:focus,
.premium-form-modal textarea:focus,
.premium-form-modal select:focus {
  border-color: #f4b400;
  box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.2);
  outline: none;
}
.premium-form-modal textarea {
  resize: none;
  min-height: 85px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}
.premium-form-modal input[type="submit"] {
  background: #f4b400;
  color: #111;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-form-modal input[type="submit"]:hover {
  background: #e6a700;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(244, 180, 0, 0.4);
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d93025;
  margin-top: 5px;
}

.wpcf7-response-output {
  margin-top: 14px;
  border-radius: 10px;
  font-size: 13px;
  padding: 10px;
}
@media (max-width: 576px) {
  .premium-form-modal .modal-body {
    padding: 20px 18px;
  }

  .form-header h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-form-modal .btn-close {
    top: 14px;
    right: 14px;
  }
}

.top-links {
  transition: all 0.4s ease;
}

.hide-topbar {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
