@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: #fff;
  line-height: 1.6;
  color: #333;
}
.agency-description a {
    text-decoration: underline !important;
}
.highlight-text p{
     font-family: "Montserrat", sans-serif; 
}
#newBlog .containerflexs{
      display: flex
;
    gap: 36px;
    margin-top: 50px;
}
#newBlog .container {
      max-width: 1920px;
    margin: 0 auto!important;
    padding-left: 185px;
    padding-right: 185px;
    box-sizing: border-box;
    width:100%;
}
#newBlog .sidebar {
      flex: 0 0 350px !important;
  font-family: Arial, sans-serif;
  width:auto;
  margin:0;
}

/* TOC Header */
.toc {
      padding: 21px 27px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    text-align: center;
    border-radius: 10px;
    background: #FFF1E9;
}
.toc h3 {
    margin: 0;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    color: #F48D51;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
}
.toc .arrow {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* TOC Content */
.toc-content {
  background: #fff8f3;
  border-radius: 8px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.toc-content ul {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
}
.toc-content li {
  margin-bottom: 8px;
}
.toc-content a {
      font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: inherit;
}
.toc-content a:hover {
  color: #ff6f3d;
}

/* Form Box */
.form-box {
    /*padding: 27px 0px;*/
    margin-top: 17px;
    border-radius: 15px;
    /*background: #E9F7FF;*/
}

.form-box h4 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
    padding: 0px 27px 27px;
    margin: 0;
}

.highlight-text {
    color: #F48D51;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 116.25%;
    letter-spacing: -0.54px;
    padding: 15px 27px;
    margin: 0;
    background: #FFF1E9;
}
.formtest-part {
    padding: 13px 27px;
}
.form-desc {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.25%;
    letter-spacing: -0.54px;
    padding: 0;
    margin: 0;
}
.form-box input[type="text"],
.form-box input[type="email"] {
      color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116.25%;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #E9F7FF;
    background: #CDEDFF;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.form-box input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(19,49,201,0.2);
}

.terms {
      color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: initial;
    letter-spacing: -0.33px;
    display: flex
;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}

.terms input {
  margin-right: 8px;
  margin-top: 3px;
}

.form-box button {
      color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.42px;
    padding: 12px 23px 11px 23px;
    background-color: #162CB9;
    border-radius: 10px;
    border: 1px solid #E9F7FF;
    margin-top: 10px;
}

.form-box button:hover {
  background: #0d26a4;
}

/* Open state */
.toc.open .arrow {
  transform: rotate(180deg);
}
.toc.open + .toc-content {
      max-height: 340px;
    opacity: 1;
    overflow: auto;
}

/* Content */
.content {
  flex: 1;
}
.content h1 {
  font-size: 28px;
  margin-top: 0;
}
.meta {
    margin-top: 26px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-transform: capitalize;
}
span.divider {
    color: #FFC397;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-transform: capitalize;
}
.tables table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
      margin-top: 0px;
      table-layout: auto !important;
}
.tables th, .tables td {
      border: 1px solid #162CB9;
    padding: 8px !important;
    vertical-align: top;
}
.tables th {
      background-color: #162CB9;
    text-align: left;
}
.tables th, .tables a, .tables td {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
        vertical-align: middle;
    align-items: center;
    text-align: center;
}
.tables th {
    white-space: nowrap;
        color: #ffffff;
}

/* Wrapper with scrollbar */
.tables {
  max-height: 530px;   /* fixed table height */
  overflow-y: auto;    /* vertical scroll */
  padding-right: 10px;
}

/* Thin modern scrollbar (Chrome, Edge, Safari) */
.tables::-webkit-scrollbar {
  width: 6px;   /* scrollbar width */
}

.tables::-webkit-scrollbar-track {
  background: #CECECE;   /* track color */
  border-radius: 3px;
}

.tables::-webkit-scrollbar-thumb {
  background: #162CB9;      /* thumb color */
  border-radius: 3px;
}

.tables::-webkit-scrollbar-thumb:hover {
  background: #162CB9;      /* hover color */
}

/* Firefox scrollbar */
.tables {
  scrollbar-width: thin;          /* thin scrollbar */
  scrollbar-color: #162CB9 #CECECE;  /* thumb color | track color */
}


.agency {
    max-width: 100%;
    margin: 40px 0px 0px;
}
.agency h2 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}
.agency-image {
    border-radius: 20px;
    border: 10px solid #162CB9;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}
.agency-image img {
width: 100%;
display: block;
}
.agency-description p {
    margin: 0;
    padding: 17px 0px 0px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.agency-description strong {
font-weight: 600;
}
.agency-description a {
    color: #000;
text-decoration: underline;
}
.agency-description a:hover {
text-decoration: underline;
}
.details {
    margin-top: 65px;
    border-top: 0;
}
.details-item {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #CDEDFF;
    padding: 17px 0px;
}
.service-item .icon img {
    width: 100%;
    height: auto;
}
.details-item p {
    padding: 0px 10px;
}
.details-item label {
    flex: 0 0 200px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.details-item label::before {
    content: '';
    background-image: url(../img/circle.svg);
    position: absolute;
    left: 0;
    top: 13px;
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.details-item a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-transform: lowercase;
    text-decoration: none;
}
.details-item div {
flex: 1;
}
.timeline {
    margin-top: 72px;
}
.timeline h2 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}


/* Top section layout: image left, text right */
.intro-section {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 20px;
    background: #E9F7FF;
    margin-top: 21px;
}
.intro-section .highlight-text {
    color: #020202;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    background-color: transparent;
    padding: 48px 53px;
}

.image-box img {
    width: 100%;
    border-radius: 6px;
    display: block;
}


/* Dashed red connection boxes */
.card {
    border-radius: 17px;
    border: 1px solid #162CB9;
        overflow: hidden;
}

.card h3 {
    margin-top: 0;
    font-size: 15px;
    color: #162CB9;
    border-radius: 0;
    border-bottom: 1px solid #162CB9;
    background: #E9F7FF;
    padding: 27px;
}
.card p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 10px 27px;
    margin: 0;
}
.timelinetwo .intro-section {
    background-color: #FFF1E9;
}
.timelinetwo .card h3 {
    color: #F48D51;
    border-bottom: 1px solid #FFF1E9;
    background: #FFF1E9;
}
.timelinetwo .card {
    border: 1px solid #F48D51;
}
/* Four card layout below image/text */
.four-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}
.containerEssential {
    margin-top: 72px;
}
.containerEssential h2 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}

p.intro {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
    padding: 20px 0px 0px;
}
.details-item p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
}
.details-item {
    align-items: center;
}
.service-item {
    display: flex
;
    align-items: flex-start;
    padding: 18px 0px 20px;
    border-radius: 16px;
    border-bottom: 1px solid #44AFED;
    margin-bottom: 28px;
}

.service-item:last-child {
    border-bottom: none;
}
.icon {
    flex: 0 0 50px;
    margin-right: 31px;
}

.icon img {
    width: 40px;
    height: 40px;
}

.service-content h3 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.service-content p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 20px 0px 0px;
    margin: 0;
}
.timelinethree .intro-section {
    background-color: #E9FFED;
}
.timelinethree .card h3 {
    color: #5BBA6D;
    border-bottom: 1px solid #5BBA6D;
    background: #E9FFED;
}
.timelinethree .card {
    border: 1px solid #5BBA6D;
}
.faq-container {
    margin: 72px 0px 128px;
}
.faq-container h2 {
    margin: 0px;
    padding:0px 0px 10px 0px;
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
}
.topbar {
    margin-top: 50px;
}
.faq-item {
    overflow: hidden;
    border-radius: 17px;
    border: 1px solid #162CB9;
    margin: 10px 0px 0px;
}
.faq-item.active .faq-question {
    background: #E9F7FF;
    color: #162CB9;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    /* margin: 0; */
    /* padding: 0; */
}

.faq-question {
    background: #fff;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}
.faq-question h3 {
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
        margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    width: 100% !important;
}
.faq-item.active .faq-question h3 {
    color: #162CB9;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}

.faq-question:hover {
    background: #f2f7ff;
}

.faq-answer {
    background: #e8f3ff;
    padding: 14px 16px;
    display: none;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
        padding-top: 0;
}
.faq-question {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
.faq-item.active .faq-answer {
    display: block;
}


.arrow {
    transition: transform 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}
.faq-item.active .arrow {
    transform: rotate(180deg);
}

/* Conclusion Box */
.conclusion {
    background: #fff4ed;
    padding: 20px;
    margin-top: 52px;
    border-radius: 8px;
    border-radius: 17px;
    background: #FFF1E9;
    padding: 31px 36px 31px 21px;
}
.conclusion h3 {
    color: #162CB9;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.25%;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}
.conclusion p {
    padding: 20px 0px 0px;
    margin: 0;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

span.authorimage {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}
.topbar h1 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.25%;
    letter-spacing: -1.65px;
    padding: 0;
    margin: 0;
}
.topbar h1 span {
    color: #162CB9;
}
.parag p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
    padding: 30px 0px 0px;
}
.details-item div {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%;
}
#newBlog .containerflexs > * {
  flex: 1 1 auto;   /* prevent overflow */
  min-width: 0;     /* lets flexbox shrink properly */
}
div#newBlog{
    background-image: url("../img/background.png");
        background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*responsive css*/

@media only screen and (max-width: 1600px){
   #newBlog .container {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
.topbar {
    margin-top: 30px;
}
.topbar h1 {
    font-size: 35px;
}
#newBlog .containerflexs {
    margin-top: 40px;
}
.toc h3, .form-box h4, .agency h2, .timeline h2, .containerEssential h2, .conclusion h3{
    font-size: 20px;
}
.highlight-text, .agency-description p, .details-item label, .parag p,.details-item div{
    font-size: 15px;
}
.details, .timeline, .containerEssential, .conclusion {
    margin-top: 30px;
}
.faq-container {
    margin: 30px 0px;
}
}
@media only screen and (max-width: 1200px){
.topbar h1 {
        font-size: 20px;
    }
    .meta {
    margin-top: 15px;
    font-size: 14px;
}
span.authorimage {
    width: 40px;
    height: 40px;
}
span.authorimage img {
    max-width: 100%;
    height: 100%;
}
#newBlog .containerflexs {
        margin-top: 30px;
    }

   #newBlog .sidebar {
    max-width: max-content;
}
.toc {
    padding: 15px;
}
.toc h3, .form-box h4, .agency h2, .timeline h2, .containerEssential h2, .conclusion h3 {
        font-size: 15px !important;
    }
    .form-box {
    padding: 15px 0px;
    margin-top: 17px;
}
.form-box h4 {
    font-size: 25px;
    padding: 0px 15px 15px;
}
.formtest-part {
    padding: 13px 15px;
}
.form-desc {
    font-size: 15px;
}
.tables {
    overflow: auto;
    max-width: 100%;
}
.parag p {
    padding: 15px 0px 0px;
}
#newBlog .sidebar {
        flex: 0 0 32% !important;
                padding: 0 !important
    }
    .tables {
        overflow: auto;
    }
}

@media only screen and (max-width: 991px){
#newBlog .sidebar {
        flex: 0 0 32% !important;
    }
}

@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
    }
    .icon {
        margin-bottom: 10px;
    }
    #newBlog .containerflexs {
    display: flex
;
    gap: 15px;
    flex-direction: column;
}
}

@media (max-width: 768px) {
    .intro-section,
    .four-grid {
        grid-template-columns: 1fr;
    }
    #newBlog .sidebar {
        flex: 0 0 100% !important;
        width: 100%;
        max-width: 100%;
    }
}