    /* White nav setting */
.nav-logo {
    background-image: url(/img/logo-white.svg);
  }
  
  .nav-m {
      z-index: 1;
  }
  
  .hamburger{
    display: none;
  }
  
  .hamurder-white{
    width: 45.233px;
    height: 45.233px;
    background-image: url(/img/hamburger-white.svg);
  }
  
  
  
  .navbar-expand-lg .navbar-nav .nav-link {
   color: white !important;   
  }

  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: black !important;
    }
    .stories-shared .show-more{
    margin-bottom: 20px;
}
}

img{
    width: 100%;
}

/* White nav setting  ends here*/

    /* glocal css start */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,500,400,700|Libre+Baskerville:700,400|Lato:400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Baskerville-Italic";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/60302a5b4dd20a853647f200/fonts/librebaskerville-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Proxima Nova-Semibold";
  src: url("https://anima-uploads.s3.amazonaws.com/5b92aac3e833790009188215/.173.otf")
    format("opentype");
}

.nav-bg {
    top: -45px;
    position: absolute;
    width: 100%;
    min-height: 230px;
    background: linear-gradient(90deg, #0E1B2B 0%, #18304C 19%, #214168 35%, #0E1B2B 92.37%);
}

/* glocal css end */

/* fix breadcrums >>>>>>>>>>>>>>>  */

.breadcrumbs {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	justify-content: center;
	align-items: center;
}

.breadcrumbs a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	text-decoration: none;
}

.breadcrumbs .active {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (min-width: 1900px) {
    .breadcrumbs a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .breadcrumbs .active {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 1750px) and (max-width: 1899px) {
    .breadcrumbs a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .breadcrumbs .active {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1749px) {
    .breadcrumbs a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .breadcrumbs .active {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18.671px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media only screen and (max-width: 1350px) {
    .breadcrumbs {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media only screen and (max-width: 1200px) {
    .breadcrumbs {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media only screen and (max-width: 1100px) {
    .breadcrumbs a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .breadcrumbs .active {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

}


/* fix breadcrums >>>>>>>>>>>>>>> END */


/* Page css start here */



.hero-section {
    max-width: 1920px;
    min-height: auto;
    padding: 110px 0 130px 0;
    background: linear-gradient(90deg, #0E1B2B 0%, #18304C 19%, #214168 35%, #0E1B2B 92.37%);
}

.hero-content {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    gap: 21.32px;
}

.hero-title {
    max-width: 1169.333px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: "Baskerville Display PT";
    font-size: 90.667px;
    font-style: normal;
    font-weight: 700;
    line-height: 93.333px;
    letter-spacing: -3.627px;
word-break: break-word;
        word-wrap: break-word;
}

.hero-subtitle {
    max-width: 929px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 25.335px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.67px;
}


/* Container with split background (top 50% gradient, bottom 50% transparent) */
.post-image-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: linear-gradient(90deg, #0E1B2B 0%, #18304C 19%, #214168 35%, #0E1B2B 92.37%) top, transparent bottom;
    background-size: 100% 50%, 100% 50%;
    background-repeat: no-repeat;
    background-position: top, bottom;
        margin-top: -3px;
        overflow: hidden;
}



/* Image container */
.post-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 8.35%;
}

/* Image styling with fixed aspect ratio */
.post-image {
  width: 100%;
  max-width: 1600px;
  aspect-ratio: 1600 / 752.104;
  height: auto;
  display: block;
  border-radius: 40px;
}

.custom-frame-overlay {
    position: absolute;
    width: 96.4%;
    max-width: 1850.88px;
    height: auto;
    /* z-index: 2; */
    transform: translate(-47.39%, -50%);
    top: 50%;
    left: 50%;
    pointer-events: none;
}


.text-cta-section {
  padding: 85px 40px 50px;
  background-color: white;
}

.text-cta-container {
  max-width: 993.333px;
  margin: 0 auto;
  text-align: center;
}

.text-cta-title {
    font-family: "Baskerville Display PT";
    font-size: 64px;
    font-weight: 700;
    line-height: 93.333px;
    letter-spacing: -2.56px;
    margin-bottom: 32px;
    color: #1E2226;
word-break: break-word;
    word-wrap: break-word;
}

.text-cta-paragraph {
    text-align: center;
    font-family: Montserrat;
    font-size: 21.333px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 0;
word-break: break-word;
        word-wrap: break-word;
}

.text-cta-paragraph p {
    margin-bottom: 0;
}

.text-cta-button {
  background: var(--Gradient-Button, linear-gradient(132deg, #2E69B0 26.5%, #132C4A 97.55%));
    border: unset;;
  margin: 48px 0;
}

.get-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-cta-button:hover {
  background: var(--Gradient-Button, linear-gradient(132deg, #2E69B0 26.5%, #132C4A 97.55%));
    border: unset;;
}



.landscape-image img {
    width: 100%;
    height: auto;
    display: block;
}

img.mobile-landscape {
    display: none;
}


@media only screen and (max-width: 500px) {
    img.tab-landscape {
        display: none;
    }

        img.mobile-landscape {
        display: block;
    }
}






/* Allow full width beyond 1920px screens */
@media (min-width: 1921px) {
  .post-image-section {
    max-width: unset;
  }

      body {
        max-width: unset;
    }

    .hero-section {
    max-width: unset;
}

    #scrollNav {
        max-width: unset;
    }
}

/* Allow full width beyond 1920px screens */




@media (max-width: 1600px) {

.hero-section {
    padding: 77px 0 45px 0;
}

.hero-content {
    gap: 40.32px;
}

.hero-title {
    max-width: 984px;
    font-size: 72px;
    line-height: 73px;
    letter-spacing: -2.88px;
}

.hero-subtitle {
    max-width: 692px;
    font-size: 19px;
    line-height: 32px;
}

.text-cta-section {
    padding: 120px 40px 115px;
}

.text-cta-container {
    max-width: 863px;
}


.text-cta-title {
    font-size: 44px;
    line-height: normal;
    letter-spacing: -1.76px;
}

.text-cta-paragraph {
    font-size: 16px;
}




}


@media (max-width: 1290px) {

    .nav-bg {
    left: 0;
}
    .hero-section {
        padding: 65px 40px;
    }

        .hero-content {
        gap: 21.32px;
    }

    .hero-title {
        max-width: 623.644px;
        font-size: 49.778px;
        line-height: 62px;
        letter-spacing: -1.934px;
    }

    .hero-subtitle {
    max-width: 623px;
    font-size: 16px;
    line-height: 22.756px;
}


    .post-image {
    border-radius: 28px;
}

.text-cta-section {
        padding: 85px 40px 65px;
    }

        .text-cta-container {
        max-width: 693px;
    }



}


@media (max-width: 992px) {
    .post-image {
        border-radius: 18px;
    }

        .custom-button {
        width: auto;
    }
}


.post-image-mobile {
    display: none;  
}

@media (max-width: 600px) {

.custom-frame-overlay {
    display: none;
}

    .post-image {
        display: none;
    }

    .post-image-mobile {
        position: relative;
        display: unset;
        border-radius: 22.77px;
        background: linear-gradient(135deg, #c79f58, #f1e3bc);
        padding: 2px;
    }


.post-mob-img-cnt {
    position: relative;
}

/* BEFORE IMAGE */
.post-mob-img-cnt::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 310px;
        width: 100%;
        max-width: 345.604px;
        height: 339.604px;
        background-image: url(/wp-content/uploads/2025/01/Frame-1000002907.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
}

/* AFTER IMAGE */
    .post-mob-img-cnt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -22px;
        width: 100%;
        max-width: 310px;
        height: 310px;
        background-image: url(/wp-content/uploads/2025/01/Frame-1000002907-1-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
    }

/* .post-image-section {
    overflow: hidden;
} */


}



@media (max-width: 460px) {
  .breadcrumbs a:nth-of-type(2),
  .breadcrumbs a:nth-of-type(3),
  .breadcrumbs a:nth-of-type(4),
  .breadcrumbs div:nth-of-type(2),
  .breadcrumbs div:nth-of-type(3),
  .breadcrumbs div:nth-of-type(4)
 {
    display: none;
  }

  /* Insert ellipsis before last link (Item Name) */
  .breadcrumbs a:last-of-type::before {
    content: "…";
    margin: 0 5px;
  }
}


@media (max-width: 430px) {
    .post-mob-img-cnt::before {
        top: -35px;
        height: 258.604px;
        right: -65%;
        left: unset;
    }

        .post-mob-img-cnt::after {
        bottom: -4px;
        left: -17px;
        max-width: 186px;
        height: 250px;
    }

    /* <><><><><><><><><><><><><><><> */


    .hero-section {
        padding: 55px 40px;
    }
        .hero-title {
        font-size: 55.492px;
        line-height: 52px;
        letter-spacing: -2.22px;
    }

    .text-cta-section {
        padding: 57px 40px;
    }


}



@media (max-width: 400px) {
    .hero-section {
        padding: 55px 30px;
    }

    .post-image-container {
    padding: 0 4.6%;
}

    .text-cta-section {
        padding: 57px 30px;
    }


}