/* PICTEL Homepage - Bootstrap + Custom CSS */
:root {
  --blue: #2478ec;
  --blue-dark: #0959c8;
  --light-blue: #eaf4ff;
  --black: #050505;
  --soft: #f6f8fb;
  --text: #111317;
  --muted: #666e7b;
  --border: #dde5ef;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px
}

body {
  font-family: "Lato", sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}


.container-xxl {
  max-width: 1440px
}

.section-space {
  padding: 80px 0 80px 0
}

.section-space-sm {
  padding: 68px 0
}

.bg-soft {
  background: var(--soft)
}

/* Buttons */
.btn {
  border-radius: 0;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: all .35s ease;
  position: relative;
  overflow: hidden
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14)
}

.btn-blue {
  background: var(--blue);
  color: #fff
}

.btn-blue:hover {
  background: var(--black);
  color: #fff
}

.btn-lightblue {
  background: #fff;
  color: var(--blue);
  border: 1px solid;
}

.btn-lightblue:hover {
  background: var(--blue);
  color: #fff
}

.btn-dark {
  background: #050505;
  color: #fff
}

.btn-dark:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

/* Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .06)
}

.navbar {
  padding: 17px 0
}

.navbar .container.container-xxl {
  width: 1800px;
  max-width: 100%;
}

.dropdown-toggle::after {
  display: none;
}

/*.navbar .dropdown-menu{*/
/*    border:none;*/
/*    border-radius:12px;*/
/*    padding:12px 0;*/
/*    min-width:260px;*/
/*    margin-top:18px;*/

/*    box-shadow:0 15px 40px rgba(0,0,0,.08);*/
/*}*/

.navbar .dropdown-item {
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: .3s;
}

.navbar .dropdown-item:hover {
  background: #f4f8ff;
  color: #2F6EF8;
}

/* Bootstrap default arrow hide */
.dropdown-toggle::after {
  display: none;
}

.nav-arrow {
  margin-left: 6px;
  font-size: 24px;
  transition: transform .3s ease;
}

.navbar .dropdown-toggle {
  display: flex;
  align-items: center;
  /*gap: 6px;*/
}

.dropdown-arrow {
  /*width: 12px;*/
  height: auto;
  margin-top: 1px;
}

/* Rotate when dropdown is open */
.dropdown-toggle.show .nav-arrow {
  transform: rotate(180deg);
}

.logo {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 9px;
  line-height: .9
}

.logo:hover {
  color: #000
}

.logo span {
  display: block;
  font-size: 7px;
  letter-spacing: 2.1px;
  font-weight: 700;
  margin-top: 8px
}

.nav-item {
  padding: 9px 12px;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #151515 !important;
  margin: 0 12px;
  position: relative;
  padding: 8px 0 !important;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width .3s ease
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important
}

.nav-cta {
  white-space: nowrap
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding-top: 72px
}

.big-watermark {

  position: absolute;
  left: 12%;
  bottom: 54px;
  font-size: 145px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 20px;
  color: #f1f3f6;
  z-index: 1;
  user-select: none
}

.eyebrow,
.section-title span {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--blue);
  margin-bottom: 12px
}

.hero h1 {
  font-family: "Poppins", sans-serif;
  color: #000;

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.hero p {
  max-width: 485px;
  /* color: #4e5662; */
  /* line-height: 1.8; */
  /* margin-bottom: 31px; */
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero-slider {
  height: 454px;
  position: relative;
  overflow: hidden;
  background: #eef5ff
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .9s ease, transform 1.2s ease
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1)
}

.hero-slide img {
  width: 100%;
  height: 100%
}

.slider-dots {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: flex;
  gap: 8px
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  opacity: .6
}

.slider-dots button.active {
  width: 9px;
  border-radius: 20px;
  background: var(--blue);
  opacity: 1
}

/* Common headings */
.section-title h2,
.cta-light h2,
.solutions h2,
.why h2,
.partner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;

  font-family: "Poppins", sans-serif;
}

.section-title p,
.solutions p,
.cta-light p,
.partner p,
.why p {
  color: var(--muted);
  line-height: 1.85
}

.center-title {
  /* max-width: 860px; */
  margin: 0 auto 52px
}

.center-title h5,
.solutions h5 {
  font-weight: 700;
  margin: 14px 0;
  color: #101010;
  font-size: 24px;
}

.image-frame {
  overflow: hidden;
  background: #eef3f8
}

.image-frame img {
  transition: transform .55s ease
}

.image-frame:hover img {
  transform: scale(1.06)
}

.about-img {
  height: 418px;
  width: 100%
}


.ecosystem-section {
  padding: 80px 0 80px 0;
  position: relative;
  overflow: hidden;
}


.ecosystem-section .container {
  position: relative;
  z-index: 2;
}

.ecosystem-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 18px;
  line-height: 48px;
}

.ecosystem-title h5 {
  /*font-size: 15px;*/
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.ecosystem-title p {
  max-width: 1000px;
  margin: 0 auto 14px;
  line-height: 1.7;
  color: #8b7777;
}

.ecosystem-grid {
  max-width: 1000px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

.eco-card {
  /*min-height: 210px;*/
  background: rgba(255, 255, 255, 0.16);
  /*padding: 0 18px 22px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.35s ease;
  gap: 10px;
  border-left: 1px solid #f5f5f5;
}

/*.eco-card:hover {*/
/*  transform: translateY(-8px);*/
/*  background: rgba(255,255,255,0.28);*/
/*}*/

.eco-card p {
  font-size: 18px;
  line-height: 1.45;
  color: #7d6c6c;
  margin-bottom: 34px;
  padding: 20px;
}

.eco-card span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.eco-card h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin: 70px 0;
}

.eco-bg {
  background-color: #f5f5f5;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px !important;
  align-self: stretch;

}

.eco-card a {
  width: 34px;
  height: 30px;
  background: #3e7cf5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.eco-card a:hover {
  background: #111;
  color: #fff;
}

.eco-hover-img {
  position: absolute;
  bottom: -20px;
  right: -40px;

  width: 180px;

  opacity: 0;
  transform: translateY(40px) scale(.9);

  transition: all .45s ease;
}

.eco-card:hover .eco-hover-img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.eco-card:hover .eco-bg span,
.eco-card:hover .eco-bg h4,
.eco-card:hover .eco-bg a {
  transform: translateY(-35px);
}

.eco-bg span,
.eco-bg h4,
.eco-bg a {
  transition: .45s ease;
}

.ecosystem-grid {
  gap: 24px;
  width: 100%;
}

@media (max-width: 991px) {
  .ecosystem-grid {
    gap: 24px;
    max-width: 100%;
  }

  .ecosystem-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ecosystem-section {
    padding: 60px 0;
  }

  .ecosystem-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .eco-card {
    min-height: 230px;
  }

  .ecosystem-title h2 {
    font-size: 25px;
  }
}




/* CTA */
.cta-light {
  background: linear-gradient(135deg, #eaf4ff 0%, #f7fbff 100%);
  position: relative
}

.cta-light p {
  max-width: 720px;
  margin: 15px auto 26px
}

.cta-light .btn {
  margin: 4px
}

/* Solutions */
.solutions {
  position: relative;
  overflow: hidden
}

.solution-watermark {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 235px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #e8f2ff;
  white-space: nowrap;
  z-index: -1;
}

.watermark-track {
  display: flex;
  width: max-content;
  animation: marquee 180s linear infinite;
}

.watermark-track span {
  font-size: 215px;
  font-weight: 700;
  color: #eef5fb;
  white-space: nowrap;
  padding-right: 20px;
}
/*@media (max-width: 991px) {*/
/*    .watermark-track span {*/
/*        font-size: 150px;*/
/*        margin-top: 25px;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .watermark-track span {*/
/*        font-size: 90px;*/
/*        margin-top: 60px;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .watermark-track span {*/
/*        font-size: 60px;*/
/*        margin-top: 68px;*/
/*    }*/
/*}*/
@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.solution-card{
    width:100%;
    box-sizing:border-box;
}
.solution-card{
    background:#F5F7FB;
    padding:16px;
    height:508px !important;      /* Figma ke hisab se adjust kar lena */
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}


.solution-card h4{
    font-size:16px;
    font-weight:700;
    line-height:22px;
    margin:0 0 10px;
}

.solution-card > p{
    font-size:14px;
    line-height:22px;
    color:#888;
    margin:0 0 12px;
}

.solution-card h5{
    font-size:15px;
    font-weight:700;
    margin:0 0 8px;
}

.solution-card ul{
    margin:0 0 12px;
    padding-left:18px;
}

.solution-card li{
    font-size:14px;
    line-height:22px;
    margin:0;
    color:#888;
}

.solution-card .btn{
    margin-top:auto;
    width:100%;
}


.solutionSwiper{
    width:100%;
}

.solutionSwiper .swiper-wrapper{
    display:flex;
}

.solutionSwiper .swiper-slide{
    height:auto;
    flex-shrink:0;
}

@media(max-width:767px){

    .solutionSwiper{
        overflow:hidden;
    }

    .solutionSwiper .swiper-slide{
        width:100% !important;
    }

    .solution-card{
        height:auto !important;
        min-height:508px;
    }
}
/* Marquee */
.marquee {
  overflow: hidden;
  white-space: nowrap
}

.blue-strip {
  background: var(--blue);
  color: #fff;
  padding: 16px 0px;
}

.black-strip {
  background: #000;
  color: #fff;
  padding: 16px 0px;
}

.marquee-track {
  display: inline-flex;
  gap: 20px;
  /* padding: 15px 0; */
  animation: marquee 90s linear infinite;
  will-change: transform
}

.marquee-track.reverse {
  animation-direction: reverse
}

.marquee-track span {
  font-weight: 900;
  font-size: 28px
}

.marquee-track span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 18px;
  vertical-align: middle;
  transform: translateY(-2px);
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}







/* Products */
.product-card {
  padding: 17px;
  background: #fff;
  height: 100%;
  border: 1px solid #eee;
}

.product-img {
  height: 240px;
  overflow: hidden;
  margin-bottom: 18px;
  /*background: #edf2f8*/
}

.product-img img {
  height: 100%;
  width: 100%;
  transition: .5s
}

.product-card:hover .product-img img {
  transform: scale(1.08)
}

.product-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}

.product-card p {

  line-height: 1.65
}

.product-card .last {
  color: var(--muted);
  font-size: 14px;
}

.product-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.product-card .btn {
  padding: 9px 14px
}

/* Portfolio */

/*==========================
Portfolio
==========================*/

.portfolio-gallery {

  overflow: hidden;

}

.portfolio-track {

  display: flex;
  flex-direction: column;
  gap: 18px;

}

.portfolio-row {

  display: flex;
  gap: 18px;

  width: max-content;

  animation: portfolioLeft 35s linear infinite;

}

.portfolio-row.reverse {

  animation: portfolioRight 35s linear infinite;

}

.portfolio-row:hover {

  animation-play-state: paused;

}

.item {

  width: 430px;
  height: 170px;

  flex-shrink: 0;

  overflow: hidden;

}

.item img {

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: .5s;

}

.item:hover img {

  transform: scale(1.08);

}

@keyframes portfolioLeft {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}

@keyframes portfolioRight {

  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }

}

@media(max-width:1200px) {

  .item {

    width: 340px;
    height: 160px;

  }

}

@media(max-width:991px) {

  .item {

    width: 280px;
    height: 150px;

  }

}

@media(max-width:576px) {

  .item {

    width: 220px;
    height: 120px;

  }

}

/* Partner CTA */
.productSwiper {
  overflow: hidden;
  padding: 10px 5px 60px;
}

.productSwiper .swiper-slide {
  height: auto;
}

.product-card {
  height: 100%;
}

.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  color: #0a66c2;
}

.productSwiper .swiper-pagination-bullet-active {
  background: #0a66c2;
}

/*==================================================
Partner Section
==================================================*/

.partner {
  padding: 100px 0;
  background: #fff;
}

.partner-wrapper {
  position: relative;
  /* max-width:1150px;
    margin:auto; */
  min-height: 470px;
}

/* Blue Background */

.partner-bg {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  background: #3E82F7;
  z-index: 1;
}

/* Left Content */

.partner-content {

  position: absolute;
  left: 55px;
  top: 65px;
  color: #fff;
  width: 583px;
  z-index: 3;
}

.partner-content h2 {

  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 18px;
}

.partner-content h2 span {

  display: block;
  /* font-size:24px; */
  font-weight: 400;
}

.partner-content h6 {

  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.partner-content p {

  font-size: 14px;
  line-height: 1.8;
  color: #edf5ff;
  margin-bottom: 25px;
}

.partner-content ul {

  list-style: none;
  padding: 0;
  margin: 0 0 30px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 12px 35px;
}

.partner-content li {

  position: relative;
  padding-left: 18px;

  font-size: 14px;
}

.partner-content li::before {

  content: "";

  position: absolute;
  left: 0;
  top: 8px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #fff;
}

/* Button */

.partner-btn {

  display: inline-flex;
  align-items: center;
  gap: 15px;

  padding: 15px 28px;

  background: #111;
  color: #fff;

  text-decoration: none;

  transition: .35s;
}

.partner-btn:hover {

  background: #fff;
  color: #111;
}

/* Right Image */

.partner-image {

  position: absolute;

  right: 70px;

  top: 11px;
  width: 500px;
  height: 530px;

  z-index: 5;
}

.partner-image img {

  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;

  box-shadow: 0 30px 60px rgba(0, 0, 0, .18);
}


/*========================================
Responsive
========================================*/

@media(max-width:991px) {

  .partner-wrapper {

    min-height: auto;
  }

  .partner-bg {

    display: none;
  }

  .partner-content {

    position: relative;

    left: 0;
    top: 0;

    width: 100%;

    padding: 40px;

    background: #3E82F7;
  }

  .partner-image {

    position: relative;

    right: 0;
    top: -40px;

    width: 85%;

    margin: auto;

    height: 360px;
  }

}


@media(max-width:576px) {

  .partner {

    padding: 70px 0;
  }

  .partner-content {

    padding: 30px;
  }

  .partner-content h2 {

    font-size: 34px;
  }

  .partner-content h2 span {

    font-size: 18px;
  }

  .partner-content ul {

    grid-template-columns: 1fr;
  }

  .partner-image {

    width: 100%;
    height: 280px;

    top: 0;
  }

}

.solutionSwiper {
  overflow: visible;
}

.solutionSwiper .swiper-slide {
  height: auto;
}

.solution-card {
  background: #f5f7fb;
  padding: 20px;
  height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .4s;
}

.highlighted {
  background: #2d73e8;
  color: #fff;
}

.solution-card.highlighted li {
  color: #fff;
}

.solution-card .btn {
  width: 100%;
  border-radius: 0;
  /*padding: 14px;*/
  font-weight: 600;
}

.solution-card:hover {
  transform: translateY(-8px);
}

.why-section {
  /* padding: 100px 0; */
  background: #fff;
  overflow: hidden;
}

.why-box {
  /* max-width: 1050px; */
  /* height: 590px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 51%;
  position: relative;
}

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

.why-content {
  background: #347df1;
  color: #fff;
  padding: 34px 26px 0 26px;
  position: relative;
  overflow: visible;
}

.why-content h2 {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 14px;
}

.why-scroll {
  max-height: 510px;
  overflow-y: auto;
  padding-right: 16px;
}

.why-scroll::-webkit-scrollbar {
  width: 5px;
}

.why-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .55);
  border-radius: 20px;
}

.why-item {
  padding: 14px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .26);
}

.why-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #347df1;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 11px;
  margin-bottom: 12px;
}

.why-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-item p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.circle-text {
  position: absolute;
  top: -62px;
  right: -58px;
  width: 140px;
  height: 140px;
  z-index: 5;
}

.circle-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: rotateCircle 15s linear infinite;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .why-box {
    height: auto;
    grid-template-columns: 1fr;
  }

  .why-image {
    height: 380px;
  }

  .why-content {
    padding: 35px 24px;
  }

  .circle-text {
    right: 0px;
  }
}

@media (max-width: 575px) {
  .why-section {
    padding: 30px 0;
  }

  .why-box {
    max-width: 100%;
  }

  .why-image {
    height: 280px;
  }

  .why-content h2 {
    font-size: 29px;
  }

  .why-scroll {
    max-height: 360px;
  }
}

/* Footer */
.footer {
  background: #030303;
  color: #fff;
  padding: 64px 50px;
}

.footer-row {
  padding-bottom: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

.ms-auto {
  margin-left: 30px !important;
}

.footer-logo {
  color: #fff;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 32px;
  letter-spacing: 14px;
  line-height: 1;
}

.footer-logo span {
  display: block;
  margin-top: 8px;
  font-size: 8px;
  letter-spacing: 3px;
  color: #fff;
}

.footer-logo:hover {
  color: #fff;
}

.footer p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  max-width: 260px;
}

.footer p i {
  width: 16px;
  margin-right: 6px;
  color: #999;
}

.footer-address {
  display: flex;
  align-items: flex-start;
}

.footer-address i {
  margin-top: 5px;
}

.footer h5 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}

.footer a {
  color: #888;
  display: block;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.footer a:hover {
  color: var(--blue);
  padding-left: 4px;
}

.social {
  display: flex;
  gap: 9px;
  margin-top: 15px;
}

.social a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #000;
  margin: 0;
  border-radius: 0;
  font-size: 22px;
}

.social a:hover {
  background: var(--blue);
  color: #fff;
  padding-left: 0;
}

.footer-bottom {
  border-top: 1px solid #222;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  max-width: none;
  font-size: 13px;
}

.footer-bottom p a {
  display: inline;
  color: var(--blue);
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 35px;
}

.footer-bottom div a {
  margin: 0;
  font-size: 16px;
}

/* Responsive */
@media(max-width: 991px) {
  .footer {
    padding-top: 50px;
  }

  .footer-row {
    padding-bottom: 35px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width: 575px) {
  .footer-logo {
    font-size: 24px;
    letter-spacing: 9px;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 10px;
  }
}

/* ======================================================
ABOUT PAGE
======================================================*/

/*-------------------------
About Hero
-------------------------*/

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background: #fff;
}

.about-watermark {

  position: absolute;
  left: 0;
  bottom: -30px;

  width: 100%;

  text-align: center;

  pointer-events: none;
  user-select: none;

}

.about-watermark span {

  font-size: 170px;
  font-weight: 800;
  line-height: 1;

  color: #F4F7FB;

  white-space: nowrap;

}

.about-tag {

  display: inline-block;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 3px;

  color: var(--blue);

  margin-bottom: 20px;

}

.about-hero-content h1 {

  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;

  margin-bottom: 0;

}

.about-hero-text {

  max-width: 560px;
  margin-left: auto;

}

.about-hero-text p {

  font-size: 18px;
  line-height: 32px;
  color: #555;

  margin-bottom: 25px;

}

/*-------------------------
Banner
-------------------------*/

.about-banner {

  padding-bottom: 0px;

}

.about-banner img {

  width: 100%;
  height: 650px;

  object-fit: cover;

}

/*-------------------------
About Intro
-------------------------*/

.about-intro {

  background: #fff;

}

.about-description {

  max-width: 920px;
  margin: auto;

}

.about-description p {

  font-size: 18px;
  line-height: 34px;

  color: #666;

  margin-bottom: 28px;

  text-align: left;

}

/*-------------------------
About Image
-------------------------*/

.about-image {

  padding-bottom: 100px;

}

.about-image img {

  width: 100%;
  height: 620px;

  object-fit: cover;

  transition: .5s;

}

.about-image img:hover {

  transform: scale(1.02);

}

/*=====================================
WHY INDUSTRY SECTION
======================================*/

.about-why {
  padding: 100px 0;
  background: #fff;
}

.about-why .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  font-family: Poppins, sans-serif;
}

.about-why .section-title h5 {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.about-why .section-title p {
  max-width: 950px;
  color: #888;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

/* CARD */

.why-card {

  position: relative;

  height: 300px;

  background: #F5F5F5;

  overflow: hidden;

  transition: .45s ease;

}

.why-icon {
  /* width: 28px;
  height: 28px; */
  margin-bottom: 28px;
}

/* BLUE LAYER */

.why-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background: #3B82F6;

  transform: translateY(100%);

  transition: .45s ease;

  z-index: 1;

}

/* ARROW */

.why-arrow {

  position: absolute;

  top: 18px;

  right: 18px;

  width: 42px;

  height: 42px;

  background: #000;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;

  transition: .35s;

  z-index: 5;

}

/* DEFAULT CONTENT */

.why-default {

  position: absolute;

  left: 30px;

  right: 30px;

  bottom: 28px;

  z-index: 3;

  transition: .35s;

}

.why-default h4 {

  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

  margin-bottom: 14px;

}

.why-default span {

  color: #888;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;

}

/* HOVER CONTENT */

.why-hover {

  position: absolute;

  inset: 0;

  padding: 30px;

  z-index: 4;

  display: flex;

  align-items: flex-start;

  opacity: 0;

  visibility: hidden;

  transition: .45s;

}

.why-hover p {

  color: #F2F2F2;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  margin: 0;

}

/*==========================
HOVER
==========================*/

.why-card:hover::before {

  transform: translateY(0);

}

.why-card:hover .why-arrow {

  opacity: 0;

  visibility: hidden;

}

.why-card:hover .why-default {

  opacity: 0;

  visibility: hidden;

}

.why-card:hover .why-hover {

  opacity: 1;

  visibility: visible;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px) {

  .about-why .section-title h2 {

    font-size: 40px;

  }

  .about-why .section-title h5 {

    font-size: 22px;

  }

  .why-card {

    height: 280px;

  }

  .why-default h4 {

    font-size: 28px;
    line-height: 36px;

  }

  .why-hover p {

    font-size: 18px;
    line-height: 32px;

  }

}

@media(max-width:767px) {

  .about-why {

    padding: 70px 0;

  }

  .about-why .section-title h2 {

    font-size: 32px;

  }

  .about-why .section-title h5 {

    font-size: 20px;

  }

  .about-why .section-title p {

    font-size: 16px;
    line-height: 28px;

  }

  .why-card {

    height: 260px;

  }

  .why-default {

    left: 20px;
    right: 20px;
    bottom: 20px;

  }

  .why-hover {

    padding: 20px;

  }

  .why-default h4 {

    font-size: 24px;
    line-height: 30px;

  }

  .why-default span {

    font-size: 15px;

  }

  .why-hover p {

    font-size: 16px;
    line-height: 28px;

  }

}

/*=================================================
Responsive
=================================================*/

@media(max-width:1200px) {

  .about-watermark span {

    font-size: 120px;

  }

  .about-hero-content h1 {

    font-size: 46px;

  }

  .about-banner img,
  .about-image img {

    height: 500px;

  }

}

@media(max-width:991px) {

  .about-hero {

    padding: 70px 0;

  }

  .about-watermark {

    display: none;

  }

  .about-hero-content {

    margin-bottom: 40px;

  }

  .about-hero-text {

    max-width: 100%;
    margin: 0;

  }

  .about-hero-content h1 {

    font-size: 40px;

  }

  .about-banner img,
  .about-image img {

    height: 420px;

  }

  .about-card {

    padding: 30px;

  }

}

@media(max-width:767px) {

  .about-hero-content h1 {

    font-size: 34px;
    line-height: 44px;

  }

  .about-banner {

    padding-bottom: 60px;

  }

  .about-banner img,
  .about-image img {

    height: 300px;

  }

  .about-description p {

    font-size: 16px;
    line-height: 30px;

  }

  .about-card h4 {

    font-size: 20px;
    line-height: 30px;

  }

  .about-card {

    padding: 25px;

  }

}

@media(max-width:576px) {

  .about-hero {

    padding: 50px 0;

  }

  .about-tag {

    font-size: 12px;

  }

  .about-hero-content h1 {

    font-size: 30px;
    line-height: 40px;

  }

  .about-hero-text p {

    font-size: 16px;
    line-height: 28px;

  }

  .about-banner img,
  .about-image img {

    height: 220px;

  }

  .about-card {

    padding: 20px;

  }

  .about-icon {

    width: 55px;
    height: 55px;

  }

  .about-icon img {

    width: 28px;

  }

}

/*=====================================
ABOUT WATERMARK MARQUEE
======================================*/

.about-watermark-section {

  position: relative;

  overflow: hidden;

  background: #fff;
  margin-bottom: 50px;


}

.about-marquee {

  overflow: hidden;

  white-space: nowrap;

}

.about-track {

  display: flex;

  width: max-content;

  animation: aboutMarquee 180s linear infinite;

}

.about-track span {

  color: #F5F5F5;
  font-family: Lato;
  font-size: 215px;
  font-style: normal;
  font-weight: 700;
  line-height: 148px;
  text-transform: uppercase;
  margin-right: 80px;
  margin-bottom: 15px;

}

@keyframes aboutMarquee {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}

@media(max-width:991px) {

  .about-track span {

    font-size: 120px;

    margin-right: 70px;

  }

}

@media(max-width:767px) {

  .about-track span {

    font-size: 70px;

    margin-right: 40px;

  }

}


/*=============================
PICTEL DROPDOWN
==============================*/

.pictel-dropdown {

  width: 340px;

  padding: 12px;

  border: none;

  border-radius: 14px;

  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);

  background: #fff;

}

.pictel-dropdown .dropdown-item {

  display: block;

  padding: 14px 18px;



  transition: .3s;

  text-decoration: none;

  margin-bottom: 4px;
  background: #f5f5f5;

}

.pictel-dropdown .dropdown-item:last-child {

  margin-bottom: 0;

}

.pictel-dropdown .title {

  display: block;

  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

}

.pictel-dropdown .sub {

  display: block;

  margin-top: 3px;

  color: #888;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

}

.pictel-dropdown .dropdown-item:hover,

.pictel-dropdown .dropdown-item.active {

  background: #3D82F6;

}

.pictel-dropdown .dropdown-item:hover .title,

.pictel-dropdown .dropdown-item.active .title,

.pictel-dropdown .dropdown-item:hover .sub,

.pictel-dropdown .dropdown-item.active .sub {

  color: #fff;

}


/* Desktop Only */

@media (min-width:992px) {

  .navbar .dropdown-menu {

    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);

  }

  .nav-item.dropdown:hover>.dropdown-menu {

    opacity: 1;
    visibility: visible;
    transform: translateY(0);

  }

}

/* Mobile */

@media (max-width:991px) {

  .navbar .dropdown-menu {

    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    margin: 0;

  }

  .navbar .dropdown-menu.show {

    display: block;

  }

}


/*=========================================
CONTACT HERO
=========================================*/

.contact-hero {
  position: relative;
  overflow: hidden;
}

.contact-banner {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-marquee {

  position: relative;

  left: 0;


  width: 100%;

  overflow: hidden;

  pointer-events: none;

  z-index: 5;
  margin-top: -26px;


  display: flex;
  align-items: center;

}

.contact-marquee .marquee-track {

  display: flex;

  white-space: nowrap;

  animation: marqueeLeft 180s linear infinite;

}

.contact-marquee span {
  font-size: 215px;
  font-weight: 700;
  color: #F3F3F3;
  line-height: 1;
  white-space: nowrap;
  margin-right: 50px;
  text-transform: uppercase;

}

@keyframes marqueeLeft {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}


/*=========================================
INTRO
=========================================*/

.contact-intro {

  padding-top: 130px;

}

.contact-intro h2 {

  font-size: 54px;
  font-weight: 800;
  margin-bottom: 20px;

}

.contact-intro h5 {

  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

}

.contact-intro p {

  max-width: 820px;
  margin: 20px auto 0;
  color: #888;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}



/*=========================================
CONTACT INFO CARD
=========================================*/

.contact-info {

  background: #000;
  color: #fff;

  padding: 48px 42px;

  min-height: 720px;

  display: flex;
  flex-direction: column;

}

.contact-info h2 {

  font-size: 56px;
  font-weight: 700;
  line-height: 1.12;

  margin: 0 0 28px;

  color: #fff;

}

.contact-info p {

  font-size: 20px;
  line-height: 1.7;

  color: rgba(255, 255, 255, .78);

  margin-bottom: auto;

  max-width: 310px;

}

.contact-info-bottom {

  margin-top: auto;

}

.info-item {

  display: flex;
  align-items: flex-start;

  gap: 14px;

  margin-bottom: 22px;

}

.info-item:last-child {

  margin-bottom: 0;

}

.info-item i {

  width: 18px;

  color: #fff;

  margin-top: 4px;

  font-size: 14px;

}

.info-item span,
.info-item a {

  color: #fff;

  font-size: 15px;

  line-height: 1.75;

  text-decoration: none;

  transition: .3s;

}

.info-item a:hover {

  color: #3D82F6;

}

/*=========================================
CONTACT FORM
=========================================*/

.contact-form-section {
  position: relative;

  z-index: 5;
}

.contact-map {
  height: 620px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}

.contact-form-section .container {
  position: relative;
  margin-top: -180px;
  z-index: 10;
}

.contact-info {

  background: #000;
  color: #fff;

  padding: 70px 55px;

  min-height: 845px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.contact-info h2 {

  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;



}

.contact-info p {

  color: #C9C9C9;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;

}

.contact-form-box {

  background: #fff;

  padding: 70px;

  min-height: 760px;

  box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

}

.form-group {

  margin-bottom: 34px;

}

.form-group label {

  font-size: 13px;

  font-weight: 600;

  margin-bottom: 10px;

}

.form-group input,
.form-group textarea {

  border: none;

  border-bottom: 1px solid #ccc;

  padding: 14px 0;

  background: none;

}

.form-group textarea {

  height: 120px;
  resize: none;

}

.subject-box {

  margin: 40px 0;

}

.subject-list {

  display: flex;

  flex-wrap: wrap;

  gap: 25px;

}

.contact-form-box .btn {

  min-width: 220px;

  height: 58px;

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px) {

  .contact-form-section {

    margin-top: 0;

  }

  .contact-form-section .container {

    margin-top: 40px;

  }

  .contact-map {

    height: 300px;

  }

  .contact-info {

    min-height: auto;
    margin-bottom: 30px;
    padding: 40px;

  }

  .contact-form-box {

    min-height: auto;
    padding: 40px;

  }

}

@media(max-width:991px) {

  .contact-banner {

    height: 300px;

  }

  .contact-marquee span {

    font-size: 90px;

  }

  .contact-intro {

    padding-top: 80px;

  }

  .contact-intro h2 {

    font-size: 38px;

  }

  .contact-intro h5 {

    font-size: 22px;

  }

  .contact-info {

    margin-bottom: 30px;

  }

  .contact-form-box {

    padding: 35px;

  }

}

@media(max-width:767px) {

  .contact-marquee {

    bottom: -25px;

  }

  .contact-marquee span {

    font-size: 60px;

    margin-right: 40px;

  }

  .contact-intro h2 {

    font-size: 32px;

  }

  .contact-intro h5 {

    font-size: 18px;

  }

  .contact-card {

    padding: 30px 20px;

  }

  .contact-info {

    padding: 40px 30px;

  }

  .contact-info h2 {

    font-size: 34px;

  }

  .contact-form-box {

    padding: 25px;

  }

  .subject-list {

    flex-direction: column;
    gap: 15px;

  }

}


/*=========================================
SOLUTION01 HERO
=========================================*/

.solution01-hero {

  position: relative;

  overflow: hidden;

}


.solution01-banner {

  position: relative;

  height: 430px;

}


.solution01-banner img {

  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

}


.solution01-overlay {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, .45);

}




/*=========================================
SOLUTION01 MARQUEE
=========================================*/

.solution01-hero {
  position: relative;
}

.solution01-marquee {

  position: relative;

  left: 0;


  width: 100%;

  height: 190px;

  overflow: hidden;

  display: flex;
  align-items: center;

  pointer-events: none;

  z-index: 5;
  margin-top: -19px;

}

.solution01-track {

  display: flex;

  white-space: nowrap;

  animation: solution01Marquee 180s linear infinite;

}

.solution01-track span {

  flex-shrink: 0;

  font-size: 215px;
  font-weight: 700;
  line-height: 1;

  color: #F4F4F4;

  text-transform: uppercase;

  margin-right: 80px;

}


/*=========================================
INTRO
=========================================*/

.solution01-intro {

  padding-top: 120px;
  padding-bottom: 90px;

}


.solution01-heading h2 {

  font-size: 40px;

  font-weight: 700;

  text-transform: uppercase;

  color: #111;

  margin: 0;

}


/*=========================================
ANIMATION
=========================================*/

@keyframes solution01Marquee {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px) {

  .solution01-banner {

    height: 320px;

  }

  .solution01-track span {

    font-size: 100px;

    margin-right: 40px;

  }

  .solution01-intro {

    padding-top: 90px;
    padding-bottom: 70px;

  }

  .solution01-heading h2 {

    font-size: 34px;

  }

}


@media(max-width:767px) {

  .solution01-banner {

    height: 240px;

  }

  .solution01-marquee {

    bottom: -12px;

  }

  .solution01-track span {

    font-size: 62px;

    margin-right: 25px;

  }

  .solution01-intro {

    padding-top: 70px;
    padding-bottom: 50px;

  }

  .solution01-heading h2 {

    font-size: 28px;
    line-height: 1.3;

  }

}

/*=========================================
ABOUT
=========================================*/

.solution01-about {

  padding-top: 20px;

}

.solution01-about-img {

  overflow: hidden;

}

.solution01-about-img img {

  width: 100%;

  display: block;

}

.solution01-about-content {

  padding-left: 35px;

}

.solution01-about-content h2 {

  font-size: 40px;

  font-weight: 700;

  line-height: 1.15;

  margin-bottom: 25px;

  color: #111;

}

.solution01-about-content p {

  font-size: 17px;

  line-height: 1.9;

  color: #666;

  margin-bottom: 22px;

}

.solution01-btns {

  display: flex;

  gap: 18px;

  margin-top: 35px;

}



/*=========================================
WHY CHOOSE SECTION
=========================================*/

.solution01-why {

  padding: 120px 0;

}

.solution01-left {

  padding-right: 35px;

}

.solution01-left h2 {

  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  text-transform: uppercase;
  margin-bottom: 28px;

}

.solution01-left h5 {

  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

}

.solution01-left p {
  color: #888;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 45px;

}

.solution01-small-image {

  /*overflow:hidden;*/

}

.solution01-small-image img {

  width: 100%;
  display: block;

  transition: .45s;

}

.solution01-small-image:hover img {

  transform: scale(1.05);

}


/*=========================================
FEATURE GRID
=========================================*/

.solution01-feature-card {

  display: flex;
  flex-direction: column;

  height: 100%;

  padding: 18px;

  transition: .35s;

}

.solution01-feature-card:hover {

  transform: translateY(-8px);

}

.solution01-feature-card img {

  object-fit: contain;
  /* margin-bottom: 24px; */
  width: 68px;
  height: 68px;
  background: #EAF4FF;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin-bottom: 24px;
  padding: 15px;

}

.solution01-feature-card h4 {

  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;

  color: #111;

  margin-bottom: 18px;

}

.solution01-feature-card p {

  font-size: 16px;
  line-height: 1.8;

  color: #666;

  margin: 0;

}

.solution01-why .row>.col-lg-8>.row {

  row-gap: 60px;

}


/*======================
Responsive
======================*/

@media(max-width:991px) {

  .solution01-left {

    padding-right: 0;
    margin-bottom: 60px;

  }

  .solution01-left h2 {

    font-size: 40px;

  }

  .solution01-why .row>.col-lg-8>.row {

    row-gap: 35px;

  }

}

@media(max-width:767px) {

  .solution01-left {

    text-align: center;

  }

  .solution01-feature-card {

    text-align: center;
    align-items: center;

  }

}

/*=========================================
SOLUTION01 PROCESS
=========================================*/

.solution01-process {

  padding: 120px 0;

}

.solution01-process-title {

  font-size: 56px;

  font-weight: 800;

  color: #111;

  margin-bottom: 15px;

}

.solution01-process-card {

  height: 100%;

  transition: .35s;

}

.solution01-process-image {

  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  margin-bottom: 28px;
  max-width: 150px;

  margin-bottom: 28px;

}

.solution01-process-image img {

  width: 100%;

  display: block;

  transition: .45s;

}

.solution01-process-card:hover .solution01-process-image img {

  transform: scale(1.05);

}

.solution01-process-card h4 {

  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

  margin-bottom: 18px;

}

.solution01-process-card p {

  color: #888;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}

/* Hover */

.solution01-process-card:hover h4 {

  color: #3D82F6;

}

/* Responsive */

@media(max-width:991px) {

  .solution01-process {

    padding: 90px 0;

  }

  .solution01-process-title {

    font-size: 42px;

  }

  .solution01-process-card {

    margin-bottom: 30px;

  }

}

@media(max-width:767px) {

  .solution01-process-title {

    font-size: 34px;

  }

  .solution01-process-card h4 {

    font-size: 26px;

  }

  .solution01-process-card p {

    font-size: 15px;

  }

}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-btn {
  width: 54px;
  height: 54px;
  border: none;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}


.floating-btn.whatsapp {
  width: 54px;
  height: 54px;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.floating-btn.whatsapp img {
  display: block;
  width: 28px;
  /* apne icon ke hisab se */
  height: 28px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  flex-shrink: 0;
}

.back-top {
  background: #2F80ED;
}

.floating-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;

}

.floating-btn:hover {
  transform: translateY(-4px);
}