@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


html, body {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,p,span,ul,li,a,.btn-default,textarea {  margin: 0;  padding: 0;}
* {  margin: 0;  padding: 0; box-sizing: border-box;}
a,
a:hover,
a:focus {
  	text-decoration: none;
  	color: inherit;
    display: inline-block;
}
ul {
  	padding: 0;
}
li {
  list-style-type: none;
}
button {
	border: none;
	outline: none;
	background: none;
}
body {
  	overflow-x: hidden;
    font-family: "Poppins", serif;
  	position: relative;
  	background: #ffffff;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1280px;
    padding: 0 15px;
}
select,
input {
  	outline: none;
  	border: none;
  	box-shadow: none;
	background: transparent;
}


/* ========= [ cursor ]  =========*/
/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; 
}
  
.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999; 
}
  
.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1; 
}

/* ===================== Progress Wrap ========================= */
/* ============================================================= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    mix-blend-mode: difference; 
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
}
.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #ccc;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; 
}
.progress-wrap svg path {
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: #ccc;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; 
}

/* .container {
    max-width: 1340px;
    padding: 0;
} */
.cta {
    padding: 10px 27px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.cta:hover {
    color: #ffffff;
}
.main__heading {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
}
.content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}
.section__title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}
.section__desc {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #757575;
    text-align: center;
}
/* ====================== Header ============================ */
/* ========================================================== */
header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0;
    margin: 0;
    width: 100%;
    background: #000000;
    z-index: 9999999; 
}
header.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #00000094;
}

.navigation__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation__wrapper ul {
    display: flex;
    gap: 60px;
}
.navigation__wrapper ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #ffffff;
}
.navigation__wrapper .last__child {
    display: flex;
}

.toggleBtn {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 5px;
    margin-left: 30px;
}
.toggleBtn span {
    width: 20px;
    height: 2px;
    background: #ffffff;
}

.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #1d1d1d;
    overflow: hidden;
    z-index: 99999999999;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu .close-menu {
    position: absolute;
    top: 30px;
    z-index: 4;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
}
.hamenu .close-menu span {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}
.hamenu .info__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.hamenu .info__wrapper .left__column {
    width: 55%;
    background-color: #111;
    color: #fff;
    padding-left: 80px;
    overflow: auto;
    height: 100%;
}
.hamenu .info__wrapper .right__column {
    width: 45%;
    height: 100%;
    padding-left: 30px;
    background: #1d1d1d;
}
.hamenu .info__wrapper .left__column ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.hamenu .info__wrapper .left__column ul li a{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}
.hamenu .info__wrapper .hammenu__right__panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 35px;
}
.hammenu__right__panel li a{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.hammenu__right__panel .contact__icon {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 15px;
}
.hammenu__right__panel .social__links {
    display: flex;
    gap: 15px;
}
.hammenu__right__panel .social__links span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    font-size: 25px;
    color: #000000;
}
.left__contact__panel {
    display: none;
    flex-direction: column;
    gap: 15px;
}
.left__social__links {
    display: none;
    gap: 15px;
}
.left__social__links span {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 5px;
}

/* =================== Home Styling ======================== */
/* ========================================================= */
.hero__banner {
    padding: 175px 0 75px 0;
    background-color: #000000;
}
.hero__banner .banner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero__banner .banner_wrapper .left_Col{
    width: 39.8%;
}
.hero__banner .banner_wrapper .right_Col{
    width: 52.3%;
}
.left_Col .content {
    margin: 25px 0;
}
.hero__banner .banner_wrapper .right_Col img {
    width: 100%;
}

.index__section__two {
    padding: 70px 0;
}
.index__section__two.home-services {
    padding: 80px 0;
    background-color: #FAFAFA;
}
.index__section__two.home-services .section__desc {
    width: 65%;
    max-width: 780px;
}
.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}
.home-service-card {
    background: #ffffff;
    border: 1px solid #E7DAED;
    border-radius: 16px;
    padding: 40px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}
.home-service-card__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 28px;
    color: #333331;
    flex-shrink: 0;
}
.home-service-card__icon.first { background-color: #FBCEA0; }
.home-service-card__icon.second { background-color: #A5D3FA; }
.home-service-card__icon.third { background-color: #D1C5F5; }
.home-service-card__icon.fourth { background-color: #A3DCC6; }
.home-service-card__icon.fifth { background-color: #EFD49D; }
.home-service-card__icon.sixth { background-color: #CCDCB3; }
.home-service-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #000000;
    margin-bottom: 16px;
}
.home-service-card__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #6F6C90;
    margin-bottom: 28px;
    flex: 1;
}
.home-service-card__cta {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 14px 20px;
    border: 1px solid #333331;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #333331;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}
.home-service-card__cta:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.index__section__two.home-services .counter__wrapper {
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid #E7DAED;
}
.index__section__two .section__desc {
    width: 73%;
    margin: 0 auto;
}
.section__row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.index__section__two .section__row {
    margin-top: 100px;
}
.index__section__two .left__column  {
    width: 47%;
    overflow: hidden;
}
.index__section__two .left__column img {
    width: 100%;
}
.index__section__two .right__column  {
    width: 41%;
}
.index__section__two .right__column .section__desc {
    margin: 0;
    text-align: left;
    width: 100%;
}
.counter__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
}
.counter__wrapper .counter__col {
    width: 33%;
    text-align: center;
}
.counter__wrapper .counter__col .counting {
    font-size: 60px;
    font-weight: 700;
    color: #333331;
    margin-bottom: 15px;
}
.counter__wrapper .counter__col h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    color: #757575;
}
.index__section__three {
    padding: 70px 0;
}
.index__section__three .section__desc {
    width: 60%;
    margin: 0 auto;
}
.case__studies__wrapper {
    width: 83%;
    margin: 40px auto 0 ;
}

.case__studies__wrapper .section__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.case__studies__wrapper .section__row .left__column,
.case__studies__wrapper .section__row .right__column {
    width: 48%;
}
.case__studies__wrapper .section__row .right__column {
    padding-top: 190px;
}
.case__study__card {
    margin-bottom: 56px;
}
.case__studies__wrapper .section__row .left__column .case__study__card:last-child,
.case__studies__wrapper .section__row .right__column .case__study__card:last-child {
    margin-bottom: 0;
}
.case__study__card--link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.case__study__media {
    overflow: hidden;
    border-radius: 20px;
}
.case__study__card img {
    width: 100%;
}
.case__study__card .case__study__thumb {
    display: block;
    transition: transform 0.45s ease;
}
.case__study__card--link:hover .case__study__thumb {
    transform: scale(1.03);
}
.case__study__body {
    padding-top: 24px;
}
.case__study__tag {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 14px;
}
.case__study__card .card__title {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}
.index__section__three .case__study__card .section__desc {
    margin: 0;
    width: 100%;
    max-width: 520px;
    text-align: left;
    color: #757575;
    line-height: 1.7;
}
.case__study__tech {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}
.case__study__tech li {
    font-size: 13px;
    line-height: 1;
    padding: 7px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    color: #333;
    background: #fff;
}
.case__study__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.case__study__read i {
    font-size: 13px;
    transition: transform 0.25s ease;
}
.case__study__card--link:hover .case__study__read i {
    transform: translateX(4px);
}

.marquee__section {
    padding: 47px 0;
    background-color: #F7F7FA;
    border-top: 2px solid #E7DAED;
    border-bottom: 2px solid #E7DAED;
}
.marquee__section .main-marq {
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.marquee__section .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.marquee__section .main-marq .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite;
    display: flex;
}
.marquee__section .main-marq .slide-har.st1 .box .item {
    padding: 0 60px !important;
    position: relative;
}
.marquee__section .main-marq .slide-har.st1 .box .item h5 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000000;
}
.marquee__section .main-marq .slide-har.st1 .box .item:after {
    content: '*';
    font-size: 30px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); } 
}
  
@keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); } 
}

.index__section__four {
    padding: 30px 0 70px;
}
.index__section__four .section__bio {
    width: 55%;
    margin: 0 auto 60px;
}
.process__flow {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.process__flow-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}
.process__step {
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex: 1;
    max-width: 360px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background-color: #FAFAFA;
    padding: 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.process__step::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 10%;
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s ease-in-out;
}
.process__step:hover {
    border-color: #000000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.process__step:hover::before {
    transform: translate(-50%, -50%) scale(60);
}
.process__step:hover h6,
.process__step:hover p {
    color: #ffffff;
}
.process__step-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 5px;
    flex-shrink: 0;
}
.process__step-icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}
.process__step-icon i {
    font-size: 24px;
    color: #ffffff;
}
.process__step-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.process__step h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    color: #000000;
}
.process__step p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: #757575;
}
.index__section__five {
    padding: 80px 0 100px;
    background-color: #000000;
}
.index__section__five .section__title,
.index__section__five .section__desc {
    color: #ffffff;
}
.index__section__five .section__bio {
    margin-bottom: 0;
}
.index__section__five .section__desc {
    width: 55%;
    max-width: 720px;
    margin: 0 auto;
}
.index__section__five .tabs__Wrapper {
    margin-top: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}
.index__section__five .tabs__Wrapper .left__column {
    width: 260px;
    flex-shrink: 0;
}
.index__section__five .tabs__Wrapper .right__column {
    width: calc(100% - 308px);
    flex: 1;
    padding-top: 4px;
}
.index__section__five .tabs__Wrapper .nav-pills {
    gap: 10px;
}
.index__section__five .tabs__Wrapper .nav-pills .nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #ffffff;
    padding: 14px 22px;
    margin-bottom: 0;
    border-radius: 8px;
    text-align: left;
    width: 100%;
    transition: background-color 0.25s ease, color 0.25s ease;
}
.index__section__five .tabs__Wrapper .nav-pills .nav-link.active,
.index__section__five .tabs__Wrapper .nav-pills .nav-link:hover {
    color: #000000;
    background-color: #ffffff !important;
}
.index__section__five .stack__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
    margin: 0 0 24px;
}
.index__section__five .tech_list_wrapper {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 0;
}
.index__section__five .tech_list_wrapper span {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 18px 16px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s ease-in-out;
    min-height: 88px;
}
.index__section__five .tech_list_wrapper span i {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    color: #ffffff;
}
.index__section__five .tech_list_wrapper span:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
.index__section__five .tech_list_wrapper span:hover i {
    color: #000000;
}
.tabs__Wrapper {
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
}
.tabs__Wrapper .left__column {
    width: 25%
}
.tabs__Wrapper .right__column {
    width: 70%;
}
.tabs__Wrapper .nav-pills .nav-link {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    color: #ffffff;
    padding: 20px 35px;
    margin-bottom: 50px;
}
.tabs__Wrapper .nav-pills .nav-link.active,
.tabs__Wrapper .nav-pills .nav-link:hover {
    color: #000000;
    background-color: #ffffff !important;
}
.stack__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.tech_list_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
}
.tech_list_wrapper span:hover {
    background-color: #ffffff;
    color: #000000;
}
.tech_list_wrapper span {
    width: 31%;
    display: inline-block;
    text-align: center;
    background-color: #26262650;
    border-radius: 10px;
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #cccccc60;
    transition: all 0.3s ease-in-out;
}
.index__section__six {
    padding: 72px 0 72px;
}
.quote__form__Wrapper {
    max-width: 100%;
}
.quote__form__Wrapper form{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #000000;
}
.quote__form__Wrapper form input {
    width: 75%;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #333331;
    padding: 20px;
}
.quote__form__Wrapper form button {
    width: 25%;
    background-color: #333331;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 28px;
}
.index__section__seven {
    /* margin-bottom: 100px; */
}
.index__section__seven.home-testimonials {
    padding: 72px 0 88px;
    background-color: #FAFAFA;
}
.index__section__seven.home-testimonials .section__bio {
    margin-bottom: 56px;
}
.index__section__seven.home-testimonials .section__desc {
    width: auto;
    max-width: 680px;
    margin: 0 auto;
}
.index__section__seven.home-testimonials .reviews__slider__wrapper {
    width: 100%;
    max-width: 860px;
}
.index__section__seven.home-testimonials .testimonial-card {
    background: #ffffff;
    border: 1px solid #E7DAED;
    border-radius: 16px;
    padding: 40px 56px 36px;
    text-align: center;
    margin: 0 auto;
}
.index__section__seven.home-testimonials .testimonial-card__text {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    color: #333331;
    margin-bottom: 36px;
}
.index__section__seven.home-testimonials .testimonial-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid #E7DAED;
    text-align: left;
}
.index__section__seven.home-testimonials .testimonial-card__client .client__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 4px;
}
.index__section__seven.home-testimonials .testimonial-card__client .client__designation {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #757575;
}
.index__section__seven.home-testimonials .testimonial-card__company {
    text-align: right;
}
.index__section__seven.home-testimonials .testimonial-card__company .company__name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    margin-bottom: 4px;
}
.index__section__seven.home-testimonials .testimonial-card__company .company__location {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}
.index__section__seven.home-testimonials .swiper-pagination {
    position: relative;
    margin-top: 36px;
}
.index__section__seven .section__bio {
    margin-bottom: 80px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next, 
.swiper-button-prev {
    opacity: 1 !important;
}
.reviews__slider__wrapper {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.reviews__slider__wrapper .review__wrap .left__column {
    width: 45%;
}
.reviews__slider__wrapper .review__wrap .left__column img{
    width: 100%;
}
.reviews__slider__wrapper .review__wrap .right__column {
    width: 50%;
}
.review__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review__wrap .review {
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    color: #757575;
    margin-bottom: 45px;
}
.review__wrap .client__name {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #000000;
}
.review__wrap .client__designation {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #757575;
}
.reviews__slider__wrapper .swiper-pagination {
    position: relative;
    margin-top: 150px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000000;
    opacity: 1;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity .5s, background-color .5s, width .5s;
    -o-transition: opacity .5s, background-color .5s, width .5s;
    transition: opacity .5s, background-color .5s, width .5s;
    -webkit-transition-delay: .5s, .5s, 0s;
    -o-transition-delay: .5s, .5s, 0s;
    transition-delay: .5s, .5s, 0s;
}     
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
    width: 50px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.reviews__slider__wrapper .swiper-button-next, 
.reviews__slider__wrapper .swiper-button-prev {
    opacity: 1 !important;
    bottom: 60px !important;
    top: unset;
    transform: rotate(180deg);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 1px #00000020;
    right: 0 !important;
    left: 40%;
}
.reviews__slider__wrapper .swiper-button-next {
    right: 40% !important;
    left: unset;
}
.reviews__slider__wrapper .swiper-button-next img, 
.reviews__slider__wrapper .swiper-button-prev img {
    max-width: 30px;
}

.index__section__eight {
    padding: 70px 0 100px;
}
.index__section__eight .section__bio {
    width: 55%;
    margin: 0 auto 60px;
}
.index__section__eight .section__bio .section__desc {
    width: 100%;
    margin: 0 auto;
}
.industries__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.industry__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    padding: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.industry__card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 10px;
    flex-shrink: 0;
}
.industry__card-icon i {
    font-size: 24px;
    color: #ffffff;
}
.industry__card-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.industry__card h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    color: #000000;
}
.industry__card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: #757575;
}
.industry__card-examples {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    opacity: 0.55;
}

/* =================== About Us  ======================== */
/* =========================================================== */

.inner__banners {
    padding: 200px 0 100px;
    background: #000000;
}

.about__section__first {
    margin: 100px 0 150px;
}
.about__section__first .section__row {
    justify-content: space-between;
}
.about__section__first .left__column {
    width: 42%;
}
.about__section__first .right__column {
    width: 52%;
}
.about__section__first .left__column img {
    width: 100%;
}
.about__section__first .right__column  .section__title,
.about__section__first .right__column  .section__desc {
    text-align: left;
}
.about__section__second {
    margin-bottom: 150px;
}
.about__section__second .left__column {
    width: 48%;
}
.about__section__second .section__title,
.about__section__second .section__desc {
    text-align: left;
}
.about__section__second .right__column .counter__wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    gap: 20px;
}
.about__section__second .right__column {
    width: 50%;
}
.about__section__second .right__column  .counter__wrapper .counter__col {
    width: 48%;
    text-align: center;
}
.about__section__second .counter__col  h3 {
    font-weight: 300;
}


.about__section__third {
    margin: 150px 0 50px;
}
.about__section__third .section__bio .section__desc {
    width: 61%;
    margin: 0 auto 50px;
}
.team__Card {
    text-align: center;
}
.team__Card img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 295px;
    min-height: 295px;
    height: 100%;
}
.team__Card .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    margin: 15px 0 0;
}
.team__Card .designation {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #757575;
}
.team__slider__wrapper .swiper-pagination {
    position: relative;
    margin-top: 80px;
}

.contact__form__wrapper {
    position: relative;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 100px;
}
.contact__form__wrapper::before{
    content: '';
    position: absolute;
    background-color: #000000;
    top: 160px;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}
.contact__form__wrapper .section__row {
    justify-content: space-between;
}
.contact__form__wrapper .section__row .left__column{
    width: 40%;
}
.contact__form__wrapper .section__row .right__column{
    width: 52%;
}

.contact__form__wrapper .left__column .section__bio .section__title,
.contact__form__wrapper .left__column .section__bio .section__desc {
    text-align: left;
    color: #ffffff;
}
.contact__form__wrapper form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0.5px #00000040;
}
.contact__form__wrapper form .heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 25.84px;
    text-align: left;
    color: #333331;
}
.contact__form__wrapper hr {
    display: block;
    width: 100%;
    background-color: #C8C7C7;
    margin: 30px 0;
}
.contact__form__wrapper form .fields__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact__form__wrapper form .fields__wrapper div {
    width: 48%;
}
.contact__form__wrapper form .fields__wrapper.subject__field div,
.contact__form__wrapper form .fields__wrapper.textarea__field div{
    width: 100%;
}
.contact__form__wrapper form .fields__wrapper .field__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}
.contact__form__wrapper form .fields__wrapper input {
    width: 100%;
    padding: 10px;
    border: 1px solid #C8C7C7;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333331;
    border-radius: 5px;
}
.contact__form__wrapper form .fields__wrapper textarea {
    width: 100%;
    height: 200px;
    resize: none;
    padding: 10px;
    border: 1px solid #C8C7C7;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333331;
    border-radius: 5px;
}
.contact__form__wrapper .form__cta {
    border-radius: 8px;
    border: 2px solid #333331;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 11px 60px;
}

/* Contact US */
.contact__form__wrapper .contact__us__form .fields__wrapper div {
    width: 100%;
}
.contact__section__first {
    margin: 65px 0 100px;
}
.contact__section__first .section__bio {
    width: 58%;
    margin: 0 auto 75px;
}

/* Location Tabs */
.location__wrapper .nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.location__wrapper .nav-pills li {
    width: 24%;
}
.location__wrapper .nav-pills li button {
    width: 100%;
    background-color: #ffffff !important;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 9px 0.2px #00000030;
    text-align: left;
}
.location__wrapper .nav-pills li button.active {
    border: 2px solid #000000;
}
.location__wrapper .section__row {
    justify-content: space-between;
}
.location__wrapper .section__row .left__column{
    width: 32%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    padding: 20px 25px;
    box-shadow: 0 0 20px 0.2px #00000040
}
.state__city {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.state__city .country {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #333331;
}
.state__city .city {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #757575;
}
.locality {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333331;
    margin: 20px 0;
}
.working__hours .label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #333331;
    margin-bottom: 10px;
}
.working__hours .timings,
.working__hours .day__closed {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575;
}
.working__hours .day__closed .status {
    color: #40B3E9;
}
.location__wrapper .section__row .right__column{
    width: 61%;
}
.location__wrapper .section__row .right__column .map__wrapper {
    overflow: hidden;
    border-radius: 5px;
}
.location__wrapper .map__wrapper {
    height: 450px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}
.location__wrapper .map__wrapper iframe {
    width: 100%;
    height: 450px;
}

.contact__details__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact__details__wrapper .detail__card {
    display: flex;
    gap: 35px;
}
.contact__details__wrapper .detail__card.align__Center {
    align-items: center;
}
.contact__details__wrapper .detail__card .icon{
    display: flex;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.contact__details__wrapper .detail__card .icon img {
    max-width: 40px;
}
.contact__details__wrapper .detail__card .contact__via {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.contact__details__wrapper .detail__card .contact__via .label {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Pricing Plan */
.pricing__plan__sec__first {
    margin: 100px 0;
}
.pricing__plan__sec__first .section__bio {
    width: 46%;
    margin: 0 auto 75px;
}
.pricing__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing__wrapper .pricing__column {
    position: relative;
    width: 32%;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px #14142B14;
    transition: all 0.5s ease-in-out;
}
.pricing__wrapper .pricing__column:hover {
    background-color: #333331;
}
.pricing__column .pricing__header {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}
.pricing__column .tag {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #cccccc;
}

.pricing__column .pricing__header .pricing__plan__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background-color: #D3D3D3;
    border-radius: 15px;
}
.pricing__column .pricing__header .plan__type span{
    font-size: 18px;
    font-weight: 500;
    color: #6F6C90;
}
.pricing__column .pricing__header .plan__type .plan__tag {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #170F49;
}
.pricing__column .plan__detail {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #6F6C90;
    margin: 18px 0 32px;
}
.pricing__column .amount {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 18px;
    color: #333331;
}
.pricing__column .amount span {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #333331;
}
.pricing__column .addons {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #170F49;
    margin-bottom: 24px;
}
.pricing__column .addons__list {
    margin-bottom: 35px;
}
.pricing__column .addons__list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #170F49;
    margin-bottom: 16px;
}
.pricing__column .addons__list li span {
    font-size: 26px;
}
.pricing__column .cta {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333331;
    width: 100%;
    padding: 25px 0;
    border: 2px solid #333331;
    border-radius: 10px;
}
.pricing__column:hover .pricing__plan__icon,
.pricing__column:hover .cta {
    background-color: #ffffff;
}
.pricing__column:hover .plan__type span,
.pricing__column:hover .plan__type .plan__tag,
.pricing__column:hover .plan__detail,
.pricing__column:hover .amount,
.pricing__column:hover .amount span,
.pricing__column:hover .addons,
.pricing__column:hover .addons__list li {
    color: #ffffff;
}

/* Service Page */
.services__section__first  {
    margin: 75px 0 150px;
}
.services__section__first .section__desc{
    width: 62%;
    margin: 0 auto 50px;
}
.services__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 75px;
}
.services__wrapper .services__col {
    width: 31%;
}
.services__wrapper .services__col .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.services__wrapper .services__col .servie__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #000000;
    margin: 22px 0 24px;
}
.services__wrapper .services__col .services__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6F6C90;
    margin-bottom: 20px;
}
.services__wrapper .services__col .cta {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333331;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333331;
}
.services__wrapper .services__col .icon.first{
    background-color: #FBCEA0;
}
.services__wrapper .services__col .icon.second{
    background-color: #A5D3FA;
}
.services__wrapper .services__col .icon.third{
    background-color: #D1C5F5;
}
.services__wrapper .services__col .icon.fourth{
    background-color: #A3DCC6;
}
.services__wrapper .services__col .icon.fifth{
    background-color: #EFD49D;
}
.services__wrapper .services__col .icon.sixth {
    background-color: #CCDCB3;
}

/* Service Detail */
.service__Detail__sec__first {
    position: relative;
    margin: 120px 0;
}
.service__Detail__sec__first .section__row {
    justify-content: flex-start;
}
.service__Detail__sec__first .section__row .left__column {
    width: 46%;
    text-align: left;
}
.service__Detail__sec__first .section__row .left__column .section__title,
.service__Detail__sec__first .section__row .left__column .section__desc {
    text-align: left;
}
.service__Detail__sec__first .section__row .left__column .section__title {
    font-size: 48px;
}
.service__Detail__sec__first .section__row .left__column .section__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #6F6C90;
    margin-bottom: 24px;
}
.service__detail__tag {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 14px;
}
.service__detail__lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    color: #333331;
    margin-bottom: 18px;
}
.service__detail__highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.service__detail__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333331;
    margin-bottom: 12px;
}
.service__detail__highlights li span {
    color: #333331;
    font-size: 18px;
    line-height: 1.4;
    flex-shrink: 0;
}
.service__Detail__sec__first .case__study__tech {
    margin: 0 0 32px;
}
.service__detail__cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.service__Detail__sec__first .section__row .left__column .cta {
    display: inline-block;
    width: auto;
    padding: 12px 32px;
    margin-top: 0;
    text-align: center;
    border: 1px solid #333331;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #333331;
    text-decoration: none;
}
.service__detail__link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333331;
    text-decoration: none;
    border-bottom: 1px solid #333331;
    padding-bottom: 2px;
}
.service__detail__process {
    padding: 40px 0 100px;
}
.service__detail__process .section__bio {
    margin-bottom: 60px;
}
.latest__work__wrapper .work__box {
    display: block;
    color: inherit;
    text-decoration: none;
}
.pricing__column .cta {
    display: block;
    text-align: center;
    text-decoration: none;
}
.serviceThumbnail {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.service__Detail__sec__second {
    margin-bottom: 120px;
}   
.service__Detail__sec__second .section__bio {
    width: 50%;
    margin: 0 auto 70px;
}
.latest__work__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}
.latest__work__wrapper .work__box {
    width: 48.5%;
    overflow: hidden;
    border-radius: 10px;
}
.latest__work__wrapper .work__box img {
    width: 100%;
    max-height: 395px;
    -webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .4s ease-in-out;
}
.latest__work__wrapper .work__box:hover img {
    -webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Portfolio */
.portfolio__section{
    margin: 100px 0;
}
.portfolio__wrapper ul {
    justify-content: center;
    gap: 55px;
    margin-bottom: 80px !important;
}
.portfolio__wrapper ul .nav-link {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #757575;
}
.portfolio__wrapper ul .nav-link.active {
    background-color: transparent !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0px;
    color: #000000;
}
.portfolio__wrapper .latest__work__wrapper .work__box img {
    max-height: 485px;
    min-height: 485px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 90px;
}
.pagination button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFE3E8;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333331;
}
.pagination button img {
    max-width: 10px;
    width: 100%;
}
.pagination button.active {
    background-color: #8b8686;
    color: #ffffff;
}
.pagination button.first{
    background: #8b8686;
}
.pagination button.last {
    background-color: #ffffff;
}
.pagination button.last.active {
    background: #8b8686;
}
.pagination button.last.active img {
    filter: brightness(5);
}


/* ====================== floating Form CSS ======================= */
/* ================================================================ */
.floating__form__wrapper {
    position: fixed;
    top: 40%;
    right: 0;
    width: 350px;
    height: 450px;
    padding: 10px 30px;
    background-color: #000000;
    z-index: 10;
    border: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.floating__form__wrapper .form__toggler {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    left: 0px;
    top: 32%;
    background: #000000;
    padding: 5px 20px 10px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
    border-top: none;
    cursor: pointer;
}
.floating__form__wrapper.hidden {
    transform: translateX(100%); 
}
.floating__form__wrapper h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}
.floating__form__wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.floating__form__wrapper form input,
.floating__form__wrapper form textarea {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    resize: none;
    padding: 10px 15px;
}
.floating__form__wrapper form input::placeholder,
.floating__form__wrapper form textarea::placeholder {
    font-size: 14px;
}
.floating__form__wrapper form textarea {
    height: 150px;
}





/* =================== Footer Styling ======================== */
/* =========================================================== */
footer {
    background-color: #000000;
}
.footer__row__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.footer__column.first,
.footer__column.last {
    width: 23%;
}
.footer__column.middle {
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.footer__column.first img {
    margin-bottom: 10px;
}
.footer__column.middle div {
    width: 32%
}
.footer__col__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 16px 0 20px;
    color: #ffffff;
    text-transform: capitalize;
}
.footer__column.last .footer__col__heading {
    margin: 16px 0 25px;
}
.company__desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.footer__column ul li {
    margin-bottom: 15px;
}
.footer__column ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
}
.footer__form{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.footer__form input {
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff !important;
    padding: 10px 15px;
    background-color: #000000;
}
.footer__form input::placeholder {
    color: #ffffff;
}
.footer__form button {
    width: 40%;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
}
.copyright__bar {
    padding: 35px 0;
    text-align: center;
    background-color: #262626;
}
.copyright__bar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}

