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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #040823;
  background-color: #fff;
  position: relative;
  min-width: 320px;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 15px;
  color: #040823;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 400;
}

a {
  color: #040823;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  color: #0fa2d5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}



h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}

.ptb_50 {
  padding-top: 50px !important;
  padding-bottom: 50px;
}

.ptb_70 {
  padding-top: 70px !important;
  padding-bottom: 70px;
}

.ptb_100 {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.fixed-header {
  position: fixed !important;
  z-index: 99 !important;
  background: #040823;
  padding: 10px 0px !important;
  margin: 0 !important;
}

.fixed-header .navbar .navbar-nav .getaQuoteBTN a {
  background: linear-gradient(118deg, rgba(215, 54, 2, 1) 0%, rgba(249, 185, 0, 1) 100%);
}

.heroSection {

  background: rgb(215, 54, 2);
  background: linear-gradient(118deg, rgba(215, 54, 2, 1) 0%, rgba(249, 185, 0, 1) 100%);
  min-height: 700px;

  position: relative;
  padding-top: 200px;

}

.navbar-brand {
  display: flex;
  flex-direction: column;
}

.navbar-brand img {
  height: 42px;
}

.brand-tagline {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 2px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.navbar .navbar-nav .getaQuoteBTN a {
  background-color: #040823;
  color: #fff;
  border-radius: 100px;
  padding: 15px 15px;
  line-height: 1;
}

.btn {
  border-radius: 100px;
  background-color: #050823;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.btn:hover,
.getaQuoteBTN a:hover {
  box-shadow: 0px 10px 20px rgba(5, 8, 35, 0.30);
  font-weight: 500;
  color: #fff;
}

.navbar {
  padding: 0px;
}

.header {
  margin-bottom: 30px;
  padding-top: 35px;
  transition: all 0.5s;
}

.headerCaption h2 {
  font-size: 44px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.headerCaption p {
  color: #fff;
  margin-bottom: 30px;
}

.heroSection::before {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  background-image: url('../images/key_2.png');
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
}

.header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 3;
}

.showMobile {
  display: none;
}

.sectionTitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
}

.sectionTitle span {
  font-size: 44px;
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sectionTitle span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: rgb(215, 54, 2);
  background: linear-gradient(118deg, rgba(215, 54, 2, 1) 0%, rgba(249, 185, 0, 1) 100%);
}

.aboutSection {

  background-image: url('../images/bgabout.jpg');
  background-repeat: no-repeat;
  background-position: right top;
}

.subTitle {
  font-weight: 600;
}

.pdt100 {
  padding-top: 100px;
}

.pdb100 {
  padding-bottom: 100px;
}

.centerTitle {
  text-align: center;
}

.hiwBox,
.hiwBox .hiwCol {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiwBox .hiwCol {
  width: 255px;
  display: block;
}

.hiwContent {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hiwContent h3 {
  font-size: 22px;
  font-weight: 700;
  color: #050823;
  margin-top: 15px;
  margin-bottom: 20px;
}

.hiwContent p {
  font-size: 14px;
  color: #76777d;
  line-height: 1.6;
  padding: 0px 30px;
}

.hiwRect {
  width: 255px;
  height: 255px;
  border-radius: 30px;
  border: solid 10px #fff;
  background-color: #faf9ff;
  transition: ease-in-out 0.3s;
  transform: rotate(45deg);
  position: relative;
  box-shadow: 0px 10px 20px rgb(96 72 233 / 10%);
}

.hiwBox .hiwCol:hover .hiwRect {
  border: solid 10px #b62203;
  box-shadow: 0px 30px 50px rgba(5, 8, 35, 0.10);
  transition: ease-in-out 0.3s;
  transform: rotate(135deg);
}

.hiwBox .hiwCol::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: -20px;
  left: -20px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #f1effb;
  transition: ease-in-out 0.3s;
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);


}

.hiwBox .hiwCol:hover:before {
  content: '';
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: ease-in-out 0.3s;


}

.hiw60 {
  margin-bottom: 60px;
}




.methodologiCol {
  display: flex;
  margin: 15px 0px;
  padding: 15px 0px;
}

.methodologiCol .ic_Holder {
  min-width: 65px;
}

.methodologiCol .ic_Holder img {
  max-width: 64px;
  transition: all 0.5s;
}

.methodologiCol .text_holder {
  padding-left: 20px;
}

.methodologiCol .text_holder h6 {
  font-size: 20px;
  color: #050823;
  font-weight: 600;
  margin-bottom: 10px;
}

.methodologiCol .text_holder p {
  font-size: 13px;
  color: #444444;
  line-height: 20px;
}


.modulesBox {
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 5px 20px rgba(191 44 3 / 10%);
  transition: all 1s;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 135px;
  overflow: hidden;
  position: relative;
}

.modulesBox {
  transition: all 0.5s;
}

.modulesBox .modulesCol {
  width: 100%;
  z-index: 1;
}

.modulesBox .circleIc {
  width: 15px;
  height: 15px;
  border: 3px #bf2c03 solid;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.modulesBox .modulTitle {
  font-size: 17px;
  color: #050823;
  font-weight: 600;
  line-height: 1.3;
}


.modulesBox:hover {
  background-color: #d73502;
}

.modulesBox:hover .circleIc {
  border-color: #fff;
}

.modulesBox:hover .modulTitle {
  color: #fff;
}


footer {
  background-image: linear-gradient(to right, #b62203, #fac000);
  margin-top: 100px;
}

footer * {
  color: #fff;
}

.contactText {
  padding: 80px 0px 70px;
}

.contactText h1 {
  font-size: 44px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contactText h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
}

.contactText p {
  font-size: 18px;
  font-weight: 500;
}

.contactText .quoteForm {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 445px;
  margin: 25px 0px;
}

.contactText .quoteForm input {
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #fff;
  border: 2px #fff solid;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: transparent;
}

.contactText .quoteForm input::placeholder {
  color: #fff;
}

.contactText .quoteForm .getQuoteBTN {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #b62203;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  height: 45px;
}

.contactText .quoteForm .getQuoteBTN:hover {
  background-color: #050823;
  color: #fff;
}

.flinkList {
  display: flex;
  flex-wrap: wrap;
}

.flinkList li {
  margin: 5px 0px;
  padding: 0px 15px;
  border-right: 1px #fff solid;
}

.flinkList li:first-child {
  padding-left: 0px;
}

.flinkList li:last-child {
  border-right: none;
  padding-right: 0px;
}

.flinkList li a {
  font-size: 16px;
  font-weight: 500;
}

.flinkList li a svg {
  margin-right: 5px;
}

.flinkList li a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .contactImgCol {
  position: relative;
}

footer .contactImgCol .contactImg {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}


.footerBottom {
  background-color: rgba(128, 17, 0, 0.1);
  padding: 20px 0px;
}

.footerBottom p {
  margin: 15px 0px;
}

.footerBottom p a {
  text-decoration: underline !important;
}

.footerBottom p a:hover {
  color: #fff;
  opacity: 0.5;
}


.hero-stats {
  display: flex;
  gap: 35px;
  margin-bottom: 25px;
}

.hero-stat strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.hero-stat span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.trust-signal {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}


.engine-features {
  margin-top: 60px;
}

.engine-features .sectionTitle {
  margin-bottom: 30px;
}


.module-category {
  margin-bottom: 15px;
  padding: 0 15px;
}

.module-category-title {
  font-size: 15px;
  font-weight: 700;
  color: #b62203;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.module-category-desc {
  font-size: 13px;
  color: #76777d;
  margin-bottom: 20px;
  line-height: 1.5;
}


.midCTA {
  background: linear-gradient(118deg, rgba(215, 54, 2, 1) 0%, rgba(249, 185, 0, 1) 100%);
  padding: 70px 0;
  text-align: center;
}

.midCTA h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.midCTA p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 30px;
}

.midCTA .btn {
  background-color: #fff;
  color: #b62203;
}

.midCTA .btn:hover {
  background-color: #050823;
  color: #fff;
}


.contactForm {
  margin: 20px 0;
}

.contactForm .form-field {
  margin-bottom: 10px;
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  font-size: 14px;
  color: #fff;
  border: 2px rgba(255, 255, 255, 0.6) solid;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: transparent;
  font-family: inherit;
  transition: border-color 0.2s;
}

.contactForm input:focus,
.contactForm textarea:focus {
  border-color: #fff;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contactForm textarea {
  resize: vertical;
  min-height: 70px;
}

.contactForm .form-row-2 {
  display: flex;
  gap: 10px;
}

.contactForm .form-row-2 .form-field {
  flex: 1;
}

.contactForm .submitBTN {
  font-size: 15px;
  color: #b62203;
  background-color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 5px;
}

.contactForm .submitBTN:hover {
  background-color: #050823;
  color: #fff;
}

.contactForm .submitBTN:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#form-feedback {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  min-height: 20px;
}

#form-feedback.success {
  color: #fff;
}

#form-feedback.error {
  color: #ffdddd;
}

@media (max-width: 767px) {
  .hero-stats {
    gap: 20px;
  }
  .hero-stat strong {
    font-size: 24px;
  }
  .midCTA {
    padding: 50px 0;
  }
  .midCTA h2 {
    font-size: 26px;
  }
  .contactForm .form-row-2 {
    flex-direction: column;
    gap: 0;
  }
}
