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

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

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-weight: 400;
  font-family: "Montserrat", sans-serif;
}


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

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


/***** Custom Classes *****/

.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: 'AuditSansBlack';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

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

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

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

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

h6 {
  font-family: "Montserrat", 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: 20px 0;
}
a.btn-1 {
    display: flex;
    align-items: center;
}

a.btn-1 span {
    font-size: 15px;
    color: #fff;
    padding: 12px 30px;
    background-color: #0d487c;
    border-radius: 100px;
}

.container-fluid {
    padding: 0 3%;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.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 {
  padding-right: 0px;
}

.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: #ffffff96;
}

.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 {}

.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;
}
.menuSec .row {
    align-items: center;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

/*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;
}
/*banner css start */
section.banner {
    position: relative;
    z-index: 1;
    padding: 250px 0px 250px;
}

section.banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.banner-txt h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #9da2a6;
    margin-bottom: 10px;
    font-weight: 500;
}


.banner-img {
    height: 800px;
    object-fit: cover;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.banner-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-bottom-left-radius: 30px;
    object-position: top;
}
.banner-txt h4 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.banner-txt h1 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.banner-txt p {
    font-size: 14px;
    color: #9da2a6;
}
a.btn-2 {
    display: flex;
    align-items: center;
}
a.btn-2 span {
    font-size: 15px;
    color: #000;
    padding: 12px 30px;
    background-color: #ffffff;
    border-radius: 100px;
}
section.banner h2 {
    /* -webkit-text-stroke: 2px #fdfdfd17; */
    color: #ffffff0a;
    font-size: 73px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    z-index: -1;
    font-weight: 400;
}
/* banner end */
/* problem start */
section.problem {
    padding: 170px 0px 100px;
    background-color: #03101b;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 90px;
}



.problem-txt {
    text-align: center;
    margin-bottom: 40px;
}

.problem-txt h3 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.problem-txt h4 {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.problem-txt h6 {
    font-size: 16px;
    color: #81888d;
}
.main-bx-prob {
    background-color: #082033;
    padding: 30px 30px;
    border-top-right-radius: 110px;
    height: 295px;
}

.main-bx-prob h4 {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
}

.main-bx-prob img {
    height: 40px;
    width: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

.main-bx-prob p {
    font-size: 14px;
    color: #849099;
}
.main-bx-prob h4 span {
    display: block;
}
.main-bx-prob:hover {
    background-color: #0d487c;
    transition: 1s;
}

/* solution start */
section.solution {
    padding: 100px 0px;
    /* background-color: #0d487c; */
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    overflow: hidden;
}

section.solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    /* opacity: 0.15; */
    z-index: -1;
}

.solution-txt h5 {
    color: #fff;
    font-size: 30px;
    font-family: 'AuditSansBlack';
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.solution-txt h2 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'AuditSansBlack';
}

.solution-txt p {
    color: #ffffff96;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.solution-accordion {
    max-width: 550px;
}

.accordion-item {
    margin-bottom: 15px;
    padding: 10px 0;
    transition: all 0.3s ease;
    background-color: unset;
    border: unset;
}

.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.acc-num {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
}

.accordion-header h4 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    flex-grow: 1;
    text-transform: uppercase;
    font-family: 'AuditSansBlack';
}

.accordion-header i {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

/* Active State */
.accordion-item.active {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 40px 0px 0px 40px; /* Pointed top right? No, slanted. */
    border-radius: 40px 0px 0px 40px;
    margin-bottom: 25px;
    position: relative;
    /* To make it look like image, it has a sharp corner top right and bottom right? */
}

/* Let's try to match the exact shape of the white box in image */
.accordion-item.active {
    border-radius: 0px 0px 0px 40px;
    margin-right: -56px; /* Extends to the right or just looks like it */
    padding-right: 70px;
    z-index: 2;
}

.accordion-item.active .acc-num {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.accordion-item.active .accordion-header h4 {
    color: #000;
}

.accordion-item.active .accordion-header i {
    color: #000;
}

.accordion-content {
    margin-top: 15px;
}

.accordion-content p {
    color: #393939;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.solution-img {
    position: relative;
}

.solution-img img {
    border-bottom-left-radius: 80px;
    width: 100%;
    display: block;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    height: 561px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .accordion-item.active {
        margin-right: 0;
        padding-right: 40px;
        border-radius: 40px;
    }
    .solution-txt h2 {
        font-size: 40px;
    }
    .solution-img {
        margin-top: 50px;
    }
    .solution-img img {
        border-radius: 50px;
    }
}
/* solution end */
/*how-it-work start*/
section.how-it {
    padding: 100px 0px;
}
.how-it-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #ffffff;
}
.how-it-txt p {
    font-size: 14px;
    color: #74818c;
    width: 60%;
    margin: 0 0 0 auto;
    line-height: 23px;
}
.main-bx-work {
    background-color: #051522;
    padding: 30px 20px;
    border-top-left-radius: 40px;
}

.main-bx-work h3 {
    font-size: 37px;
    color: #fff;
    line-height: 1;
}

.main-bx-work h4 {
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 140px;
}
.main-bx-work p {
    font-size: 14px;
    color: #74818c;
}

.main-bx-work:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    background-color: #0d487c;
    transition: 1s;
}

/* built-on start */
section.built-on {
    /* padding: 100px 0; */
    background-color: #f1f5f9;
    position: relative;
    z-index: 1;
}

section.built-on::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}

.built-txt {
    padding: 0 50px;
    background-color: #e7ecf2;
}

.built-txt h2 {
    color: #000;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'AuditSansBlack';
    text-transform: uppercase;
}

.built-txt p {
    color: #989a9e;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

ul.built-list {
    padding: 0;
    margin-bottom: 40px;
}

ul.built-list li {
    font-size: 14px;
    color: #989a9e;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
}

ul.built-list li i {
    color: #0d487c;
    font-size: 20px;
    margin-right: 15px;
}

.built-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.built-btns .btn-1 img, 
.built-btns .btn-2 img {
    /* background-color: #0d487c; */
    /* padding: 10px; */
    border-radius: 50%;
    /* width: 40px; */
    /* height: 40px; */
    /* object-fit: contain; */
    /* margin-left: -20px; */
}

.built-btns .btn-2 img {
    /* background-color: #fff; */
    /* filter: invert(1); */
}

.built-img img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .built-txt {
        padding: 50px 20px;
    }
    .built-txt h2 {
        font-size: 35px;
    }
    .built-btns {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* built-on end */

/* will-go start */
section.will-go {
    position: relative;
    overflow: hidden;
    background-image: url(../images/will-go-bg.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 100px 20px;
    background-position: top center;
}

.will-go-txt {
    padding: 40px 35px;
    background-color: #051522;
    border-bottom-left-radius: 80px;
}

.will-go-txt h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'AuditSansBlack';
    text-transform: uppercase;
}

.will-go-txt p {
    color: #74818c;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
}

.steps-nav {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 80%;
    padding: 0px 0px;
    border-radius: 100px;
}

.steps-nav .nav-pills {
    border: none;
}

.steps-nav .nav-pills .nav-link {
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 10px 45px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
    border: none;
}

.steps-nav .nav-pills .nav-link.active {
    background-color: #0d487c;
}

.tab-content h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'AuditSansBlack';
}

.check-list {
    padding: 0;
    list-style: none;
    margin: unset;
}

.check-list li {
    color: #74818c;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.check-list li i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.will-go-img img {
    width: 100%;
    height: 100%;
    min-height: 612px;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-right-radius: 100px;
}

@media (max-width: 991px) {
    .will-go-txt {
        padding: 60px 20px;
    }
    .will-go-txt h2 {
        font-size: 40px;
    }
    .will-go-img img {
        min-height: 500px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 50px;
    }
}
section.the-gap {
    padding: 100px 0px;
    background-image: url(../images/gap-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 110px;
}

.the-gap-txt {
    text-align: center;
}

.the-gap-txt h2 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.the-gap-txt h2 span {
    display: block;
}

.the-gap-txt p {
    font-size: 14px;
    color: #556269;
    margin: 0 auto;
    width: 76%;
    margin-bottom: 30px;
}

section.the-gap .built-btns {
    justify-content: center;
}
/* will-go end */
/* Footer Start */

/* footer rewrite start */
.footerSec {
    background-color: #0d487c;
    padding: 80px 0 0;
    color: #fff;
}

.ftr-left {
    padding-right: 40px;
    position: relative;
}

.ftr-logo-box {
    padding-bottom: 20px;
}

.ftr-logo-box img {
    max-width: 200px;
}

.ftr-head h3 {
    font-size: 24px;
    font-family: 'AuditSansBlack';
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.ftr-head h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #fff;
}

.ftr-left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #ffffff;
}

ul.ftr-contact {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.ftr-contact li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
}

ul.ftr-socials {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

ul.ftr-socials li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

ul.ftr-socials li a:hover {
    background-color: #fff;
    color: #0d487c;
    border-color: #fff;
}

.ftr-col h3 {
    font-size: 24px;
    font-family: 'AuditSansBlack';
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.ftr-col h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #fff;
}

.ftr-col ul {
    padding: 0;
    list-style: none;
}

.ftr-col ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    transition: 0.3s;
}

.ftr-col ul li a:hover {
    padding-left: 5px;
}

.ftr-subscribe-box {
    margin-top: 30px;
}

.ftr-subscribe-box h2 {
    font-size: 28px;
    font-family: 'AuditSansBlack';
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.subs-pill {
    background-color: #031c33b0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 85%;
    margin: 0 0 0 auto;
}

.subs-pill input {
    background: transparent;
    border: none;
    color: #fff;
    flex-grow: 1;
    padding: 0 30px;
    font-size: 13px;
    outline: none;
}

.subs-pill input::placeholder {
    color: #556269;
}

.subs-pill button {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Montserrat';
}

.subs-pill button:hover {
    background-color: #0d487c;
    color: #fff;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-bottom p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 991px) {
    .ftr-left {
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
    }
    .ftr-subscribe-box h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .subs-pill {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px;
    }
    .subs-pill input {
        margin-bottom: 15px;
        text-align: center;
    }
    .subs-pill button {
        width: 100%;
    }
}

/* Professional Animations & Media Effects */

/* Smooth Transitions for all interactive elements */
a, button, img, .main-bx-prob, .main-bx-work, .accordion-item, .subs-pill button {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
}

/* Image Hover Effects */
.banner-img img:hover, 
.solution-img img:hover, 
.built-img img:hover, 
.will-go-img img:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

/* Button Hover Effects */
.btn-1:hover, .btn-2:hover, .subs-pill button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    width: fit-content;
}

.btn-1:hover span, .btn-2:hover span {
    background-color: #0d487c;
    color: #fff;
}

.btn-2:hover span {
    background-color: #031c33;
}

/* Feature Box Hover - Card Lift */
.main-bx-prob:hover, .main-bx-work:hover {
    /* transform: translateY(-10px); */
    /* background-color: #052644; */ /* Slightly lighter blue to show interaction */
    /* box-shadow: 0 15px 30px rgba(0,0,0,0.3); */
}

.main-bx-prob img, .main-bx-work h3 {
    /* transition: transform 0.4s ease; */
}

.main-bx-prob:hover img, .main-bx-work:hover h3 {
    transform: scale(1.1) rotate(5deg);
}

/* Accordion Hover */
.accordion-item:hover {
    border-left: 5px solid #fff;
    padding-left: 10px;
}

/* Footer Social Icons Hover */
ul.ftr-socials li a:hover {
    transform: rotate(360deg) scale(1.2);
}

/* Responsive adjustments for hover */
@media (max-width: 991px) {
    .main-bx-prob:hover, .main-bx-work:hover {
        transform: translateY(-5px);
    }
}


@media (max-width: 991px) {
    .ftr_left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 40px;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .subscribe_row {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px;
    }
    .subscribe_row h4 {
        margin-bottom: 15px;
    }
    .subscribe_row input {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe_row button {
        width: 100%;
    }
}
.ftr-left p span {
    display: block;
}
.ftr-left::before {
    position: absolute;
    top: -79px;
    right: 8px;
    width: 1px;
    content: '';
    height: 480px;
    background-color: #ffffff85;
}
.subs-pill input::placeholder {
    color: #fff;
    font-family: 'Montserrat';
}
.built-img {
    overflow: hidden;
}
.will-go-img {
    overflow: hidden;
}
/* Footer Ends */