@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a{
    font-weight: 300!important;
}

a.nav-link.link.text-warning.display-6 {
    font-weight: 300;
}

a.navbar-phone.text-warning {
    font-weight: 300;
}


h3.mbr-text.mbr-bold.mbr-fonts-style.group-title.display-3 {
    font-weight: 300;
}

p.mbr-text.text.mbr-fonts-style.display-4 {
    font-weight: 300;
}

p.mbr-text.mbr-white.text.mbr-fonts-style.display-4 {
    font-weight: 300;
}


/* -------- SECTION -------- */
.nri-section {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}


/* General Section Styles */
.header1 {
  background-color: #b3daee; /* Set the background color as shown in the image */
  padding: 50px 0; /* Adjusted padding for proper spacing */
  text-align: left; /* Align text to the left */
}

.header1 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mbr-section-title {
  font-size: 28px; /* Large title as shown */
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb li a {
    font-weight: 400;
  color: #0066cc; /* Blue color for links */
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li::after {
  margin-left: 10px;
}

.breadcrumb li:last-child::after {
  content: ''; /* Remove the slash after the last breadcrumb */
}

.mbr-white {
  color: white;
}



/* -------- HEADER -------- */

.nri-header h1 {
  font-size: 48px;
  color: #073C5E;
  margin-bottom: 10px;
  font-weight: 500;
}

.nri-header p {
  font-size: 18px;
  font-weight: 600;
  color: #4B9CD0;
  margin-bottom: 40px;
}


.h2 {
    font-size: 48px;
  color: #073C5E;
  margin-bottom: 10px;
  font-weight: 500;
    
}


/* -------- CONTENT WRAPPER -------- */
.nri-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* -------- TEXT BOX -------- */
.nri-content {
      border-radius: 20px;
    padding: 35px 30px;
    width: 66%;
    background: #E3F1F8;
    z-index: 2;
}

.nri-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

/* -------- IMAGE CARD -------- */
.nri-image {
  position: absolute;
  right: 0;
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.nri-image img {
    width: 485px;
    height: 593px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 22;
}


.nri-services {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

.nri-services-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT */
.nri-services-left {
  width: 45%;
}

.nri-services-left h2 {
  font-size: 48px;
  font-weight: 700;
  color: #073C5E;
  margin-bottom: 15px;
}

.nri-services-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

/* RIGHT GRID */
.nri-services-right {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* CARD */
.nri-card {
  background: #B5DAED;
  padding: 25px;
}

.light_blue{
    background: #E3F1F8;
}

.nri-card img {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
}

.nri-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #0b4f8a;
  line-height: 1.4;
}


.global-jurisdiction {
  max-width: 100%;
  margin: auto;
  padding: 60px 40px;
  background: #E3F1F8;
}

.global-jurisdiction-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 40px;
}

/* LEFT IMAGE */
.global-jurisdiction-image {
  width: 48%;
  border-radius: 16px;
  overflow: hidden;
}

.global-jurisdiction-image img {
  width: 580px;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT CONTENT */
.global-jurisdiction-content {
  width: 52%;
}

.global-jurisdiction-content h2 {
  font-size: 48px;
  font-weight: 500;
  color: #073C5E;
  margin-bottom: 15px;
}

.global-jurisdiction-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 15px;
}

/* COUNTRY GRID */
.country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
}

.country {
    background-color: #80B94D;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
  text-align: center;
}

.country.bg-light_blue {
    background: #B5DAED;
}

.australia a {
    font-weight: 400 !important;
}


.why-nri-tax {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}


.why-nri-tax h2 {
  font-size: 48px;
  font-weight: 500;
  color: #073C5E;
  margin-bottom: 15px;
}

.why-nri-tax .intro {
  font-size: 18px;
  line-height: 1.7;
  color: #111;
  margin-bottom: 40px;
}

/* CARD GRID */
.why-nri-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.why-card {
  background: linear-gradient(#fff, #B5DAED33);
  border-radius: 16px;
  padding: 22px 20px;
}

.why-card h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  color: #444;
}

.gradient-border {
  position: relative;
  border-radius: 16px; /* adjust if needed */
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 16px;
  background: conic-gradient(
    #4B9CD0,
    #FFFFFF,
    #073C5E,
    #4B9CD0
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.why-sga {
  max-width: 100%;
  margin: auto;
  padding: 60px 80px;
  background: #E3F1F8;
}


.why-sga {
  max-width: 100%;
  margin: auto;
  padding: 60px 90px;
  background: #eaf6fc;
}

/* HEADER */
.why-sga h2 {
  font-size: 48px;
  font-weight: 500;
  color: #073C5E;
  margin-bottom: 12px;
}

.why-sga .intro {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 35px;
}

/* GRID */
.why-sga-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* CARD */
.why-sga-card {
  background: #ffffff;
  border: 2px solid #073C5E;
  border-radius: 16px;
  padding: 22px;
}

.why-sga-card img {
  width: 60px;
  margin-bottom: 12px;
}

.why-sga-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.why-sga-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/* GRID SPANS */
.top-box {
  grid-column: span 3;
}

.bottom-box {
  grid-column: span 2;
}


.process-section {
    padding: 80px 90px;
    background-color: #fff;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 60px;
}

.title {
    color: #073C5E;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.description, .sub-label {
    color: #000;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 15px;
}

/* --- Timeline Layout --- */
.timeline-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* Center the last (5th) timeline item */
.timeline-grid > div:last-child{
  grid-column: 1 / -1;        /* span both columns */
  display: flex;
  justify-content: center;    /* center horizontally */
}

/* optional: keep the card from becoming too wide */
.timeline-grid > div:last-child .content-card{
  max-width: 520px;           /* adjust as needed */
  width: 100%;
}


/* Vertical Dashed Line */
.center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 2px dashed #4B9CD0;
    transform: translateX(-50%);
}

/*.timeline-row {*/
/*    display: grid;*/
    grid-template-columns: 1fr 60px 1fr; /* Card | Space for Number | Card */
/*    align-items: center;*/
/*}*/

/* Step Marker (The blue circle) */
.step-marker {
    width: 40px;
    height: 40px;
    background-color: var(--accent-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    z-index: 2;
}

/* --- Card Styling --- */
.content-card {
    border: 2px solid #073C5E;
    border-radius: 12px;
    padding: 30px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px); /* Interaction feedback */
}

.icon-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.step-icon {
    width: 60px;
    height: 60px;
}

.content-card h3 {
    color: #073C5E;
    font-size: 18px;
    font-weight: 700;
}

.content-card p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}


.partner-section {
    background-color: #E3F1F8;
    padding: 80px 90px;
    font-family: var(--font-main);
}

.partner-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Vertically centers text and image */
    gap: 50px; /* Space between the image and text */
}

/* --- Image Styling --- */
.partner-image-box {
    flex: 1; /* Takes up 50% width */
}

.partner-img {
    width: 100%;
    height: auto;
    border-radius: 20px; /* Rounded corners as seen in design */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* --- Text Content Styling --- */
.partner-content-box {
    flex: 1.2; /* Slightly more space for the text than image */
}

.partner-title {
    color: #073C5E;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

.partner-text p {
    color: #000;
    font-size: 18PX;
    line-height: 1.6;
    margin-bottom: 20px;
}



.faq-section {
    padding: 80px 20px;
    background-color: #fff;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.faq-main-title {
    color: #052C53;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* --- Accordion Item Styling --- */
.faq-accordion {
    text-align: left;
}

.faq-item {
    background-color: #cccccc;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Header/Question Styling */
.faq-question {
    background: #ccc;
    padding: 20px 30px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    list-style: none; /* Removes default triangle */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Removes default summary triangle in Chrome/Safari */
.faq-question::-webkit-details-marker {
    display: none;
}

/* Active State Background */
.faq-item[open] .faq-question {
    background-color: var(--faq-active-bg);
}

/* Custom + and - Icons */
.faq-question .icon::after {
    content: '+';
    font-size: 1.5rem;
}

.faq-item[open] .faq-question .icon::after {
    content: '−'; /* Using a proper minus character */
}

/* --- Answer Box Styling --- */
.faq-answer {
    padding: 20px 30px;
    background-color: #fff;
    color: var(--faq-text);
    line-height: 1.6;
    border-top: 1px solid #ddd;
}