@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Barlow", sans-serif;
}
h1, h2, h3{
font-family: "Barlow", sans-serif;
}
.container-fluid {
    padding-left: 75px;
    padding-right: 75px;
}
ul.navbar-nav {
    text-align: right;
    align-items: self-start;
    justify-content: flex-start;
    float: right;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: none;
    letter-spacing: 0.05em;
    color: #06103C;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 4px;
}
:focus {outline: none !important;box-shadow: 0px 0px !important;}
.navbar-expand-lg .navbar-nav a.nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #444C6D;
}

.dropdown-toggle::after {
    display: none;
}

li.nav-item.dropdown:hover ul {
    display: block;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0px;
    border-radius: 0;
    text-align: center;
    width: auto !important;
    min-width: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 3px 0;
}

.dropdown-item.active, .dropdown-item:active, a.dropdown-item:hover {
    background: transparent;
    color: #444C6D;
}


.home-hero {
    position: relative;
    width: 100%;
}

.home-hero figure {
    width: 100%;
}

.home-hero figure img {
    width: 100%;
}

.home-hero .hero-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000061;
    flex-direction: column;
    color: #fff;
    left: 0;
    right: 0;
}

.parallax-img {
    overflow: hidden;
}

.parallax-img img {
    transform: translateY(0px);
    will-change: transform;
}
.inside-width {
    max-width: 861px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.inside-width p {
    text-align: center;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}
.inside-width h1 {
    text-align: center;
    font-size: 82px;
    letter-spacing: -0.05em;
    line-height: 85px;
    margin-bottom: 52px;
    margin-top: 57px;
}

.inside-width .white-btn {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    height: 50px;
    width: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    transition: 0.5s;
}

figure {
    margin: 0;
}

.inside-width .white-btn:hover {
    color: #06103c;
    background: #ffff;
}
.platform-section .common-sec {
    width: 574px;
    float: right;
    max-width: 100%;
    padding-right: 150px;
}


.platform-section {
    background-color: #06103c;
    color: #ffffff;
    padding-top: 83px !important;
    padding-bottom: 83px !important;
    border-top: 1px solid #fff;
}   

.platform-title {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
}

.platform-description {
  color: #fff;
  max-width: 420px;
}

.platform-item {
  padding-top: 15px;
}

.platform-heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.platform-item p {
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

/* Highlighted heading */


p {
    font-size: 18px;
}
.line-white {
    height: 1px;
    width: 65px;
    background: #fff;
    margin-top: 10px;
}

.platform-item {
    padding-top: 0;
}

section.title-sec {
    border-bottom: 1px solid #06103c;
    padding: 54px 0;
}

section.title-sec h2 {
    color: #06103c;
    font-size: 68px;
    font-weight: 300;
    max-width: 860px;
}

.backyard-section {
  padding: 40px 0px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #06103c;
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}

.backyard-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  width: 890px;
  margin: auto;
  max-width: 100%;
}
.backyard-section .card {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 0px;
}


.backyard-section .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.backyard-section .card h3 {
  font-size: 20px;
  color: #06103c;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.backyard-section .card p {
    font-size: 18px;
    padding: 0 15px 0px;
    line-height: 1.5;
    color: #06103c;
    text-align: left;
    font-weight: 300;
    font-family: "Barlow", sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}   

.explore-sec {
    text-align: center;
    border-bottom: 1px solid #06103c;
    border-top: 1px solid #06103c;
    padding: 40px 0;
}

.explore-sec h3 {
    font-size: 23px;
    color: #162775;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.instiution-sec {
    width: 100%;
    padding: 64px 0;
    text-align: center;
}

.instiution-sec h2 {
    color: #162775;
    font-size: 30px;
    margin-bottom: 38px;
}

.instiution-sec p {
    width: 521px;
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px;
    color: #162775;
    letter-spacing: -0.01em;
    max-width: 100%;
    font-weight: 400;
}

.instiution-sec a.buttonblue {
    background-color: #06103c;
    height: 40px;
    border: 1px solid #06103c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    width: 269px;
    margin: auto;
    transition: 0.5s;
    margin-top: 36px;
}

.instiution-sec a.buttonblue:hover {
    background: transparent;
    color: #06103c;
}


.strategic-sec {
    background: #06103c;
    padding: 65px 0;
}

.strategic-sec h2 {
    font-size: 62px;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
}

.strategic-sec p {
    color: #fff;
    font-size: 20px;
    max-width: 980px;
    width: 100%;
    margin-bottom: 26px;
}

.strategic-sec .white-btn {
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 600;
    margin-top: 86px;
}

.strategic-sec .white-btn:hover {
    background: #fff;
    color: #06103c;
}


.advantage-section {
  width: 100%;
  font-family: Arial, sans-serif;
}

.advantage-container {
  display: flex;
  min-height: 600px;
}

/* Left Image */
.advantage-image {
  flex: 1;
}

.advantage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content */
.advantage-content {
  flex: 1;
  background-color: #06103c; /* deep navy */
  color: #fff;
  padding: 65px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #fff;
}

.advantage-content h2 {
  font-size: 62px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 400px;
}

/* List Styling */
.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
}

.advantage-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  color: #ffffff;
}

.advantage-list strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.advantage-list p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0em;
  max-width: 380px;
}


.build-sec {
    padding: 50px 0;
}

.build-sec h2 {
    color: #06103c;
    font-size: 68px;
    font-weight: 400;
    max-width: 650px;
    letter-spacing: -0.03em;
}

.title-se {
    border-bottom: 1px solid #06103c;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.build-sec p {
    font-size: 20px;
    color: #06103c;
    letter-spacing: -0.01em;
}

.cta-section {
  background-color: #06103c; /* deep navy */
  color: #fff;
  padding: 0px 20px;
  font-family: Arial, sans-serif;
}

.cta-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1630px;
}

/* Each Column */
.cta-box {
  flex: 1;
  padding: 70px 40px;
  position: relative;
}

/* Vertical Dividers */
.cta-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

.cta-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}

.cta-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  max-width: 230px;
  margin: auto;
  margin-bottom: 50px;
}

/* Button */
.cta-btn {
    display: inline-block;
    padding: 11px 0px;
    background: #fff;
    color: #06103c;
    text-decoration: none;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    width: 140px;
}

.cta-btn:hover {
  background: transparent;
  color: #fff;
}

.site-footer {
  background-color: #fff;
  color: #24305a;
  border-top: 1px solid #fff;
  padding-top: 70px;
}

/* Layout */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 00px;
  border-top: 1px solid #06103c;
  margin-top: 40px;
}

/* Columns */
.footer-col {
    flex: 1;
    font-size: 14px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #06103c;
}
.footer-col p, .footer-col a {
    margin: 0;
    font-size: 14px;
    color: #06103c;
    text-decoration: none;
}
/* Vertical dividers */
.footer-col:not(:last-child) {

    border-right: 1px solid #06103c;
    padding-right: 40px;
}

.footer-col:not(:first-child) {
  padding-left: 40px;
}

/* Center column */

.footer-center {
    text-align: left;
}

/* Links */
.footer-links a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #24305a;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Social icons (styled as circles like your mockup) */
.social-icons {
  margin-top: 18px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  text-decoration: none;
}

/* Bottom bar */

.footer-bottom {
    border-top: 1px solid #06103c;
    padding: 38px 0px;
    text-align: right;
    font-size: 14px;
    color: #06103c;
}


/*about page css*/
.about-banner {width: 100%;position: relative;margin-top: 20px;}

.about-banner figure img {
    width: 100%;
}

.about-banner .content-sec {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner .content-sec h1 {
    margin-bottom: 0;
    font-size: 82px;
    color: #162775;
    font-weight: 400;
    max-width: 620px;
    text-align: center;
}

header.site-header {
    border-bottom: 1px solid #06103c;
}

.about-banner .container {
    max-width: 1701px;
}

.white-background-sec {
    width: 100%;
    margin-top: 78px;
    margin-bottom: 52px;
}

.white-background-sec p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #06103c;
    max-width: 640px;
}

.white-background-sec  h2 {
    font-size: 38px;
    color: #162775;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-top: 28px;
    margin-bottom: 24px;
}

.coprate-sec {
    width: 100%;
    padding: 50px 0;
}

.coprate-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.coprate-inner .left-side-content {
    width: 50%;
    text-align: center;
}

.right-side-images {
    width: 50%;
    float: right;
}

.connect-sec {
    width: 100%;
    display: inline-block;
}

.right-side-images img {
    max-width: 100%;
}

.coprate-inner .left-side-content .iner-sec {
    max-width: 290px;
    text-align: center;
    margin: auto;
}

.coprate-inner .left-side-content .iner-sec h2 {
    font-size: 56px;
    letter-spacing: -0.05em;
    color: #06103c;
    font-weight: 400;
    text-align: left;
}

.coprate-inner .left-side-content .iner-sec .blue-btn {
    margin: auto;
    display: inline-block;
    transition: all 0.2s ease, visibility 0s;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #162775;
    width: 142px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    text-decoration: none;
    border: 1px solid #162775;
    margin-bottom: 50px;
    margin-top: 50px;
}

.coprate-inner .left-side-content .iner-sec h3 {
    text-align: left;
    font-size: 20px;
    color: #06103c;
    letter-spacing: -0.03em;
    font-weight: 300;
}

.coprate-inner .left-side-content .iner-sec p {
    text-align: left;
}

.all-details {
    width: 100%;
    margin-top: 50px;
}

.all-details p {
    color: #06103c;
    letter-spacing: 0em;
    font-size: 16px;
}

.connect-sec h2 {
    font-size: 38px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #06103c;
    font-weight: 400;
}

.connect-sec p {
     color: #06103c;
     margin-bottom: 41px;
     max-width: 655px;
}


section.connect-sec label {
    font-size: 14px;
    color: #06103c;
    width: 100%;
    margin-bottom: 8px;
}

.form-sec input {
    border: 1px solid #06103c;
    width: 100%;
    height: 37px;
         color: #06103c;
    font-size:16px;
}

.form-group {
    margin-bottom: 20px;
}


.form-sec textarea {
     border: 1px solid #06103c;
     width: 100%;
     font-size:16px;
     height: 213px;
     color: #06103c;
}

.form-sec input[type="submit"] {
    background: #444c6d;
    color: #fff !important;
    border: 1px solid #444c6d;
    width: 130px;
    float: right;
    margin-top: 20px;
}

.form-sec input[type="submit"]:hover {
    color:#444c6d !important;
    background: transparent;
}

.social-icon-sec {
    display: flex;
    gap: 10px;
}

.bottm-sec-text {
    width: 100%;
    margin-top: 120px;
}

.bottm-sec-text p {
    margin-bottom: 0;
}

.bottm-sec-text p:last-child {
    margin-top: 30px;
}

.connect-sec .container {
    max-width: 795px;
}