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

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-family: 'Poppins', Sans-Serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'big_noodle';
  src: url(../fonts/big_noodle_titling.ttf);
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/
.container-fluid {
    padding: 0 4%;
}
.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'big_noodle';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'big_noodle';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'big_noodle';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'big_noodle';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'big_noodle';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 20px 0 0px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 39px;
  justify-content: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}
.menuSec ul li a.btn-1 span {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #b3022e;
    color: #fff;
    border-radius: 100px;
}
.menuSec ul li a.btn-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.19);
    border-radius: 100px;
    padding-right: 10px;
    /* margin-left: -17px !important; */
}
a.btn-1 span {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #b3022e;
    color: #fff;
    border-radius: 100px;
}
a.btn-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.19);
    border-radius: 100px;
    padding-right: 10px;
    width: fit-content;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: unset !important;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}


.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #b3022e;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
  color: #28b16d;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  /* content: " "; */
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
section.banner {
    position: relative;
    height: 1000px;
    margin-bottom: 100px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.banner-img {
    position: absolute;
    right: -54px;
    width: 80%;
}
.banner-txt {
    padding: 221px 0px 68px;
}

.banner-txt h1 {
    font-size: 75px;
    line-height: 1;
    color: #000000;
    margin-bottom: 8px;
}

.banner-txt h1 span {
    color: #b3022e;
}
.banner-txt p {
    font-size: 16px;
    color: #7c7c7c;
}
a.btn-2 span {
  font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    border-radius: 100px;
}
a.btn-2{
   display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.19);
    border-radius: 100px;
    padding-right: 10px;
    width: fit-content;
  }
  .banner-txt ul li {
    padding-bottom: 20px;
}
section.banner::after {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 80%;
    content: '';
    background-color: #b3022e;
    height: 67px;
    z-index: -1;
}

.follow h6 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: unset;
}
.banner-bot h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #0000007a; */
    position: relative;
}

.banner-bot h4 span {
    display: block;
}
.banner-img img {
    width: 93% !important;
}
.banner-bot ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-bot ul li h5 {
    font-size: 20px;
    color: #b3022e;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: unset;
}

.banner-bot ul li {
    padding-bottom: 15px;
}
.banner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 23%;
}
section.banner:before {
    position: absolute;
    bottom: -62px;
    right: 0;
    content: '';
    background-color: #000000;
    height: 480px;
    width: 47%;
}

.banner-right h6 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Poppins';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-right h6 span {
    display: block;
}

.banner-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}
.banner-right ul li h6 {
    font-size: 16px;
    margin: unset;
}
.follow {
    display: flex;
    align-items: center;
    gap: 150px;
    margin-top: 87px;
}
.follow ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: unset;
}

.follow ul li a i {
    font-size: 12px;
    color: #fff;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* banner end */
section.about {
    padding: 100px 0px;
}
.abt-txt h2 {
    font-size: 73px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}

.abt-txt h2 span {
    color: #b3022e;
}

.abt-txt h3 {
    font-size: 73px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 43px;
}

.abt-txt h3 span {
    color: #b3022e;
}
section.about .container-fluid {
    position: relative;
}

section.about .container-fluid::before {
    position: absolute;
    right: 62px;
    content: '';
    width: 62%;
    z-index: -1;
    background-color: #b3022e;
    height: 424px;
    border-radius: 20px;
    bottom: -15px;
}

section.about .row {
    align-items: flex-end;
}
.abt-img {
    margin-bottom: -12px;
}

.abt-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    width: 85%;
}
section.about h1 {
 position: absolute;
 left: -120px;
 font-size: 214px;
 transform: rotate(-90deg);
 color: #eeeeee;
 top: 205px;
 z-index: -1;
}
/*about end*/

/***** Solutions Section Start *****/
.solutions-section {
    padding: 0px 4%;
    background-color: #fff;
}

.solutions-h2 {
    font-family: 'big_noodle';
    font-size: 73px;
    line-height: .9;
    color: #000;
    text-transform: uppercase;
}

.solutions-p {
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 20px;
    line-height: 1.5;
    opacity: 0.9;
}

.solution-card {
    background: #fff;
    padding: 85px 35px 50px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 15px 50px rgb(0 0 0 / 17%);
    position: relative;
    margin-top: 60px;
    transition: all 0.3s ease;
}

.black-card {
    background-color: #000 !important;
    color: #fff !important;
}

.black-card h4 {
    color: #fff !important;
}

.black-card p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.sol-icon-box {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.sol-circle {
    width: 130px;
    height: 130px;
    background-color: #b3022e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    outline: 2px dashed rgba(255, 255, 255, 0.4);
    outline-offset: -12px;
}

.sol-circle img {
    height: 75px;
    width: 80px;
    object-fit: contain;
}

.solution-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: 'Poppins';
    transition: all 0.3s ease;
}

.solution-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.solution-card:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-10px);
}

.solution-card:hover h4, .solution-card:hover p {
    color: #fff !important;
}

.solution-card:hover p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.read-more {
    color: #b3022e;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.read-more:hover {
    color: #fff;
}

/***** Precision Section Start *****/
.precision-section {
    padding: 100px 4% 100px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.precision-top {
    margin-bottom: -139px;
    position: relative;
    z-index: 99;
}

.precision-h2 {
    font-family: 'big_noodle';
    font-size: 73px !important;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.precision-wrap {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.boats-bg-text {
    position: absolute;
    left: -180px;
    top: 43%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 264px;
    font-family: 'big_noodle';
    color: #eeeeee;
    z-index: -1;
    letter-spacing: 5px;
    font-weight: 500;
    line-height: 1;
}

.precision-image {
    position: relative;
    z-index: 5;
    margin-top: 142px;
}

.precision-image img {
   border-radius: 0;
   width: 121%;
   max-width: 136%;
   position: relative;
   left: -80px;
}

.play-btn {
    position: absolute;
    bottom: -15px;
    left: 70%;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3022e;
    font-size: 26px;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.15);
    z-index: 10;
    transition: all 0.3s ease;
    animation: pulse-animation-white 2s infinite;
}

.play-btn:hover {
    background-color: #b3022e;
    color: #fff;
    transform: translateX(-50%) scale(1.1);
}

.precision-red-box {
    background-color: #b3022e;
    padding: 60px 60px 60px;
    border-radius: 40px;
    color: #fff;
    text-align: right;
    margin-left: -200px;
    position: relative;
    z-index: 1;
}

.precision-item {
    margin-bottom: 25px;
}

.precision-item:last-child {
    margin-bottom: 0;
}

.precision-item h4 {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.precision-item p {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    max-width: 450px;
    margin-left: auto;
}

/***** Testimonial Section Start *****/
.testimonial-section {
    padding: 100px 4% 100px;
    background: #fff;
}

.test-top {
    border-bottom: 1px solid #00000087;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.test-h2 {
    font-family: 'big_noodle';
    font-size: 73px;
    line-height: .9;
    color: #000;
    text-transform: uppercase;
}

.test-p {
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 20px;
    line-height: 1.5;
    opacity: 0.9;
}

.test-card {
    padding: 0 15px;
}

.quote-text {
    min-height: 150px;
    margin-bottom: 30px;
    position: relative;
}

.quote-text p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 0;
    font-style: italic;
}

.card-mid .quote-text {
    border-left: 3px solid #000;
    padding-left: 40px;
}

.red-quote-img {
    margin-bottom: 20px;
    display: none;
}

.red-quote-img img {
    height: 35px;
    width: auto;
}

.profile-box {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
}

.profile-red {
    background-color: #b3022e;
    padding: 22px 25px;
    max-width: 380px;
    margin: 0 auto;
}

.profile-black {
    background-color: #000;
}

.profile-red .profile-img {
    flex: 0 0 70px;
    height: 70px;
}

.profile-img {
    flex: 0 0 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,1);
}

.test-h2 span.clr-red {
    color: #b3022e;
}

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

.profile-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins';
}

.profile-info h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255,255,255,0.8);
    font-family: 'Poppins';
}
.process-section {
    padding: 100px 0 0xp;
    /* background-color: #f7f7f7; */
    position: relative;
    overflow: hidden;
}

.process-wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.process-mt {
    margin-top: 41px;
}

.process-card.card-right p {
    margin: 0 0 0 auto;
    font-size: 14px;
    width: 90%;
}
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #fff;
    z-index: 999;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
}

.center-circle::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1.5px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.center-circle h3 {
    font-family: 'big_noodle';
    font-size: 73px;
    color: #fff;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}

.process-card {
    background: #fff;
    padding: 60px 45px;
    border-radius: 45px;
    box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.06);
    min-height: 280px;
    max-width: 550px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.solutions-top {
    border-bottom: 1px solid #00000087;
}
.icon-red {
    width: 80px;
    height: 80px;
    background-color: #b3022e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px;
}

.icon-red img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.process-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.process-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.9;
    width: 91%;
}

.card-left {
    margin-right: 118px;
    text-align: left;
}

.card-right {
    margin-left: 84px;
    text-align: right;
}

/* Adjusting row spacing for center circle */
.process-section .row {
    --bs-gutter-y: 10rem;
}

/***** CTA Section Start *****/
.cta-section {
    padding: 100px 4% 0px;
}

.cta-wrap {
    background-color: #b3022e;
    padding: 55px 20px;
    border-radius: 45px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
}

.cta-wrap h2 {
    font-family: 'big_noodle';
    font-size: 73px;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.cta-wrap p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    opacity: 0.9;
    max-width: 813px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn-wrap {
    display: flex;
    justify-content: center;
}

/***** Footer Start *****/
.main-footer {
    background: #000;
    color: #fff;
    padding-top: 100px;
    font-family: 'Poppins', sans-serif;
}

.footer-top {
    padding-bottom: 0px;
}

.footer-col h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.footer-col p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    opacity: 0.8;
}

.links-flex {
    display: flex;
    gap: 80px;
}

.links-flex ul li {
    margin-bottom: 20px;
}

.links-flex ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.links-flex ul li a:hover {
    color: #b3022e;
}

.contact-col ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.contact-col ul li i {
    width: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.contact-col ul li span {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    opacity: 0.8;
}

.footer-col {
    position: relative;
    padding: 0 60px;
}

.about-col {
  padding-left: 0;
}

.links-col::before, .contact-col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    height: 292px;
}

.footer-bottom {
    background: #b3022e;
    padding: 15px 40px;
    width: 100%;
    margin-top: 9px;
    border-radius: 15px;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #fff;
    color: #b3022e;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/***** Footer Start *****/

.solutions-h2 span.clr-red {
    color: #b3022e;
}

span.clr-red {
    color: #b3022e;
}

/*inner-banner start*/
section.banner.inn {
    height: 730px;
    margin-bottom: 100px;
}

section.banner.inn::before {
    display: none;
}

section.banner.inn::after {
    display: none;
}

section.banner.inn .banner-img {
    width: 65%;
}

section.banner.inn .banner-img img {
    height: 860px;
    object-fit: contain;
}

section.banner.inn .banner-txt {
    padding-top: 260px;
}
section.about.in .container-fluid::before {
    height: 335px;
}
/*inner-bannner end*/

section.mission {
    padding: 100px 0px 0px;
}

.mission-txt h3 {
    font-size: 73px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.mission-txt p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
section.about.in {
    padding: 150px 0px 60px 0px;
}

/***** Gallery Section Start *****/
.gallery-sec {
    padding: 100px 4%;
    background-color: #fff;
}

.gallery-grid-main img {
    width: 100%;
    transition: all 0.5s ease;
    display: block;
    margin-bottom: 30px;
}

.gallery-grid-main .grid-item:hover img {
    transform: scale(1.05);
}

.stagger-1 {margin-top: 96px;}
.stagger-3 { margin-top: 40px; }

/***** Service Page Specific Styles *****/
.ser-page.solutions-section {
    padding: 100px 4% 0px;
}

.ser-page .solutions-h2 {
    margin-bottom: 0;
}

.ser-page .solutions-p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ser-page.cta-section {
    margin-bottom: 30px;
}

.ser-page.testimonial-section {
    padding-top: 50px;
}

.page-test.testimonial-section {
    padding: 100px 4% 100px;
}

.line-red .quote-text {
    border-color: #b3022e !important;
}

/***** Premium Hover Effects & Micro-Animations *****/
.solution-card, .test-card, .process-card, .profile-box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.solution-card:hover, .test-card:hover, .process-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.solution-card:hover .sol-circle img {
    transform: scale(1.1) rotate(5deg);
}

.sol-circle img {
    transition: all 0.4s ease;
}

.banner-img img, .abt-img img, .precision-image img {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.banner-img img:hover, .abt-img img:hover, .precision-image img:hover {
    transform: scale(1.04);
}

.btn-1, .btn-2 {
    transition: all 0.3s ease !important;
}

.btn-1:hover, .btn-2:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 20px rgba(179, 2, 46, 0.3);
}

.profile-box:hover {
    filter: brightness(1.1);
}

@media (max-width: 991px) {
    .stagger-1, .stagger-3 { margin-top: 0; }
}
.grid-item.proj-img-2 img {
    height: 383px;
    object-fit: cover;
    margin-bottom: 14px;
}

.grid-item.proj-img-1.stagger-1 img {
    height: 285px;
    object-fit: cover;
    margin: unset;
}

.grid-item.proj-img-3.stagger-3 img {
    width: 80%;
}

.grid-item.proj-img-4 img {
    height: 370px;
    object-fit: cover;
}

.grid-item.proj-img-7 img {
    height: 580px;
    object-fit: cover;
}

.grid-item.proj-img-5 img {
    height: 263px;
    object-fit: cover;
}

.grid-item.proj-img-6 img {
    height: 385px;
    object-fit: cover;
}

/*Contact Start*/

.BannerContent1 {
  position: absolute;
  top: 260px;
  text-align: left;
  left: 215px;
  right: 0;
}

.BannerContent1 h2 {
  font-size: 60px;
  color: 000;
  font-weight: 500;
}


.bnr-map {

  position: relative;
  margin: 0 auto;
  float: none;
  display: table;
}
.msg-box {
    background-color: #fff;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 0 0 1px; */
}

.txt-box {
  padding: 0px;
}

.cntus-content{
  background-image: url("../images/contact-bg.png");
}
.cntc-box-sec {
    color: #fff;
    list-style: none;
    padding: 90px 35px;
    position: relative;
    background-color: #eaeaea;
    border-radius: 0px;
}
.cntc-box-sec::before {
  position: absolute;
  content: "";
  background: url(../images/diamond.png);
  filter: brightness(0) invert(1);
  background-size: contain;
  width: 43px;
  height: 43px;
  right: -110px;
  top: -60px;
  z-index: 1;
}

.cntc-box-sec::after {
  position: absolute;
  content: "";
  background: url(../images/el-yellow.png);
  filter: brightness(0) invert(1);
  background-size: contain;
  width: 90px;
  height: 92px;
  right: -140px;
  bottom: -20px;
  z-index: 1;
  transform: rotate(90deg);
}

.cntc-box-sec ul {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 0;
    margin-bottom: 0;
    padding-bottom: 25px !important;
    border: none;
}
.sec-head {
  margin-bottom: 20px;
}

.sec-head.text-center h2 {
  font-size: 54px;
  text-transform: capitalize;
  font-family: 'lucidabrightRegular';
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: inherit;
  color: #fff;
}

.cntc-box-sec li {
  font-family: 'Montserrat';
  font-size: 16px;
  text-decoration: unset !important;
  color: #fff;
}

.cntc-box-sec li img{
    /* filter: brightness(0.5); */
}
.cntc-box-sec h3 {
    color: #000;
    font-size: 31px;
    font-weight: 400;
    background: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    font-family: 'Poppins';
    color: #161616;
    font-weight: 500;
    text-transform: uppercase;
}
.txt-box-sec {
  padding: 55px 50px;
  position: relative;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
  border-top-right-radius: unset;
}
  
.txt-box-sec::before {
  position: absolute;
  content: "";
  /* background: url(../images/diamond.png); */
  /* filter: brightness(0) invert(1); */
  background-size: contain;
  width: 43px;
  height: 43px;
  left: -150px;
  top: -30px;
  z-index: 1;
  display: none;
}

.txt-box-sec::after {
  position: absolute;
  /* content: ""; */
  /* background: url(../images/diamond.png); */
  filter: brightness(0) invert(1);
  background-size: contain;
  width: 43px;
  height: 43px;
  left: -110px;
  bottom: 60px;
  z-index: 1;
}
.txt-box-sec h3 {
    color: #000;
    font-size: 40px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    background: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.txt-box-sec .form-control, .txt-box-sec .form-select {
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 0;
    font-size: 20px;
    color: #000;
    font-family: 'Spartan-Regular';
    resize: none;
    padding-bottom: 30px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    width: 100%;
}
.submit-btn {
  position: relative;
}

.sub-btn {
  position: absolute;
  top: 9px;
  right: -36px;
  color: #ed020a;
  border-radius: 40px;
  box-shadow: 0px 0px 9px 1px #ccc;
  background-color: #fff;
  padding: 10px 13px;
}

.cntc-box-sec .msg-icon {
  font-size: 30px;
  padding-left: 10px;
  padding-top: 9px;
}
.socail-icon-con i {
  color: #fff;
  /* border: 1px solid; */
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 20px;
}
.contact-btn button {
    color: #fff;
    padding: 15px 15px;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b3022e;
    border: none;
    box-shadow: 0 0 1px;
}
section.contact-us {
    padding: 150px 0px 100px;
}
.cntc-box-sec li span {
  display: block;
}

.cntc-box-sec ul:last-child {
  border: none;
  padding-bottom: 0;
}
.txt-box-sec .form-control::placeholder {
  font-size: 20px;
  color: #8c8c8c;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
.msg-box select {
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 0;
    font-size: 20px;
    color: #000;
    font-family: 'Spartan-Regular';
    resize: none;
    padding-bottom: 30px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    width: 94%;
    -webkit-appearance: auto;
    appearance: auto;
}
.cntc-box-sec ul li a {
    color: #000;
    font-family: 'Poppins';
}
/*Contact  End*/
.abt-txt h5 {
    color: #fff;
}

/***** Project 2026 Section *****/
.project-2026-sec {
    padding: 100px 4%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/banner.png');
    background-size: cover;
    background-position: center;
    margin-top: 200px;
    background-attachment: fixed;
    color: #fff;
}
.project-2026-sec .sec-title h2 {
    font-size: 73px;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1;
}
.project-2026-sec .sec-title h2 span {
    color: #b3022e;
}
.project-2026-text-content {
    width: 100%;
}
.project-item {
    margin-bottom: 45px;
    padding-left: 25px;
    border-left: 5px solid #b3022e;
}
.project-item h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'big_noodle';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.project-item p {
    font-size: 17px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 950px;
}

/***** Strategic Direction Section *****/
.strategic-direction-sec {
    padding: 120px 0 50px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.strategic-direction-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(179, 2, 46, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.strategic-text {
    position: relative;
    z-index: 1;
}

.strategic-text .solutions-h2 {
    margin-bottom: 25px;
}

.strategic-text p {
    font-size: 17px;
    line-height: 28px;
    color: #555;
    margin-bottom: 25px;
}

.bullet-list {
    margin: 30px 0;
    padding: 0;
}

.bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    color: #222;
    margin-bottom: 18px;
    font-weight: 500;
}

.bullet-list li i {
    color: #b3022e;
    font-size: 20px;
    margin-top: 4px;
}

.sub-h3 {
    font-family: 'big_noodle';
    font-size: 42px;
    color: #000;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
}

.strategic-img {
    padding: 15px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    position: relative;
}

.strategic-img::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    border-top: 4px solid #b3022e;
    border-right: 4px solid #b3022e;
    border-radius: 0 20px 0 0;
    pointer-events: none;
}

.strategic-img img {
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.strategic-img:hover img {
    transform: scale(1.03);
}

.clr-red {
    color: #b3022e !important;
}
.mission-txt ul li p span {
    font-weight: 800;
    padding-right: 9px;
}

.mission-txt ul li {
    display: flex;
    align-items: center;
}

.mission-txt ul li i {
    color: #b3022e;
    font-size: 18px;
    padding-right: 12px;
}

.mission-txt ul li p {
    margin: 0;
    font-size: 14px;
}

/***** Clients Section *****/
.some-our-client {
    padding: 30px 0 100px;
    /* background-color: #f9f9f9; */
}

.main-head-client h3 {
    font-size: 55px;
    font-family: 'big_noodle';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}

.main-head-client p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    max-width: 1000px;
    margin-bottom: 40px;
}

.client-slider {
    padding: 0 40px;
}

.client-logo-item {
    padding: 0 20px;
    outline: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 128px;
    opacity: 1;
}

.client-logo-item img {
    max-height: 120px;
    max-width: 260px;
    /* filter: grayscale(100%); */
    opacity: 1;
    transition: all 0.3s ease;
    object-fit: contain;
}

.client-logo-item img:hover {
    /* filter: grayscale(0%); */
    opacity: 1;
    transform: scale(1.1);
}
.main-head-client {
    text-align: center;
}

.main-head-client p {
    margin: 0 auto;
}

.main-head-client h3 {
    font-size: 73px;
    margin-bottom: 30px;
}
.contact-information p {
    color: #000;
}

.contact-col ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-col ul li a:hover {
    color: #b3022e;
}

@media only screen and (min-width: 1400px) and (max-width: 1620px) {
  .banner-txt h1 {
    font-size: 61px;
}

    .banner-txt p {
        font-size: 14px;
        width: 77%;
        line-height: 20px;
    }
    .banner-img {
        float: inline-end;
        display: flex;
        justify-content: end;
        right: 20px;
    }

    .banner-txt {
        padding: 180px 0px 34px;
    }
.banner-right h6 {
    font-size: 17px;
}

    .banner-img img {
        width: 93%;
    }
.follow {
    margin-top: 8px;
}

section.banner:before {
    bottom: -62px;
}

section.banner {
    height: 830px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-txt h1 {
    font-size: 55px;
}

    .banner-txt p {
        font-size: 13px;
        width: 100%;
        line-height: 20px;
    }
    .banner-img {
        float: inline-end;
        display: flex;
        justify-content: end;
        right: 8px;
    }

    .banner-txt {
        padding: 154px 0px 7px;
    }
.banner-right h6 {
    font-size: 17px;
}

    .banner-img img {
        width: 88%;
    }
.follow {
    margin-top: 8px;
}

section.banner:before {
    bottom: -62px;
}

section.banner {
    height: 727px;
}
.menuSec ul li a {
    font-size: 15px;
}

.menuSec ul {
    gap: 24px;
}

.banner-bot ul li h5 {
    font-size: 17px;
}

.banner-bot h4 {
    margin-bottom: 13px;
    padding-bottom: 13px;
}

a.btn-1 span {
    padding: 10px 12px;
    font-size: 15px;
}

a.btn-2 span {
    padding: 10px 12px;
    font-size: 16px;
}
.banner-right {
    bottom: -30px;
    width: 21%;
    right: -30px;
}
.banner-bot h4::before {
    position: absolute;
    content: '';
    background: #0000007a;
    width: 180%;
    left: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
}
.abt-txt h3 {
    font-size: 61px;
}

.abt-txt p {
    font-size: 13px;
    width: 96%;
}
.solution-card h4 {
    font-size: 20px;
}

.solution-card {
    padding: 85px 16px 50px;
}

.solution-card p {
    font-size: 13px;
    height: 140px;
    overflow-x: scroll;
}
.precision-image img {
    width: 98%;
    left: -60px;
}

.precision-red-box {
    margin-left: -110px;
}
.solutions-h2 {
    font-size: 54px;
}
.footer-col {
    padding: 0 38px;
}

.links-flex ul li a {
    font-size: 15px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}


.test-card:hover .profile-box.profile-black {
    background: #000;
}

.test-card:hover .profile-box {
    background: #000;
}


.test-card:hover .quote-text {
    border-left: 3px solid #000;
    padding-left: 40px;
    transition: 0.9s;
}
.test-card:hover .red-quote-img {
    display: block;
}
@keyframes pulse-animation-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); /* starting glow */
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); /* fades out */
  }
}
.con-txtarea-field {
    position: relative;
    width: 83%;
}