:root{
    --font-16:0.833vw;
    --font-18:0.938vw;
    --font-64:3.333vw;

    --OutfitFont: "Outfit", sans-serif;

    --black:#031227;
    --white-font:#ffffff;
}

/* wrrapers */

.wrap-1188 {
    width: 61.875vw;
    max-width: 100vw;
    margin: auto;
}
.wrap-right-1818{
    width: 94.688vw;
    max-width: 100vw;
    margin: 0;
}
.wrap-1436{
    width: 74.792vw;
    max-width: 100vw;
    margin: auto;
}
.wrap-1720{
    width: 100vw;
    max-width: 89.635vw;
    margin: auto;
}
.wrap-1170{
    width: 100vw;
    max-width: 60.938vw;
    margin: auto;
}
.wrap-1430{
    width: 100vw;
    max-width: 74.479vw;
    margin: auto;
}
.wrap-1650{
    width: 100vw;
    max-width: 85.938vw;
    margin: auto;
}

.letter-spacing0 {
    letter-spacing: 0.36px;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}


.bold{
    font-weight: 700;
}
.semi-bold{
    font-weight: 600;
}
.medium{
    font-weight: 500;
}
.regular{
    font-weight: 400;
}


.pb-60{
    padding-bottom: 60px;
}
.pb-89{
    padding-bottom: 89px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-70{
    padding-bottom: 70px;
}
.p-l-70{
    padding-left: 70px;
}
.p-r-8{
    padding-right: 8px;
}
.p-b-50{
    padding-bottom: 50px;
}
.p-160{
    padding: 160px 0;
}


.blueBG{
    background-color: #19417C;
}
.orangeBG{
    background-color: #FF602E;
}


.white-font{
    color: var(--white-font);
}
.black-font{
    color: var(--black);
}

.OutfitFont{
    font-family: var(--OutfitFont);
}

.font-18{
    font-size: var(--font-18);
}
.font-16{
    font-size: var(--font-16);
}
.font-64{
    font-size: var(--font-64);
}










/* breadcrumb */
.breadcrumbs a,
.breadcrumbs {
    color: var(--black);
    font-family: var(--OutfitFont);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs span {
    font-weight: 700;
}

.breadcrumbs span {
    color: var(--theme-black);
}

.wrap-breadcrumb {
    border-bottom: 1px solid #afafaf;
}



/* wrrapers */

.wrap-1188 {
    width: 61.875vw;
    max-width: 100vw;
    margin: auto;
}
.wrap-right-1818{
    width: 94.688vw;
    max-width: 100vw;
    margin: 0;
}
.wrap-1436{
    width: 74.792vw;
    max-width: 100vw;
    margin: auto;
}

h1.seo-h1 {
	font-size: 1.1458333333vw;
    font-family: Inter, sans-serif;
    padding-left: 30px;
    margin-bottom: 10px !important;
}

h1.inner-h1 {
	position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 60px;
}

.main-paragraph {
	font-size: 14px !important;
    line-height: 2 !important;
}

:is(.main-paragraph, .seo_content, .content) a {
	color: #1C3563;
	text-decoration: none;
}

.seo_content {
   font-family: Inter, sans-serif; 
   text-align: justify;
   margin: 30px auto;	
   padding-left: 8.3333333333vw;
   padding-right: 8.3333333333vw;
   padding-bottom: 6.9791666667vw;	
}

.seo_content p {
	margin-bottom: 1rem !important;
}

/* Container Layout */
.container {
  display: flex;
  gap: 30px;
  margin: 0 auto 40px;
  max-width: 1200px;
  padding: 200px 20px;
  font-family: "Inter",sans-serif;
}

/* Main Content */
.main-content article {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.main-content h1,
.main-content h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 10px;
}

.main-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.main-content .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
}

.main-content .post-tags {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

/* Sidebar */
.sidebar {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

/* Widget Styles */
.widget {
  margin-bottom: 40px;
}

.widget h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.widget ul {
  list-style: none;
  padding-left: 0;
}

.widget ul li {
  margin-bottom: 10px;
}

.widget ul li a {
  text-decoration: none;
  color: #0073aa;
  transition: color 0.2s ease;
}

.widget ul li a:hover {
  color: #005177;
}

/* Search Form */
.search-widget input[type="search"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.search-widget input[type="submit"] {
  padding: 8px 16px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-widget input[type="submit"]:hover {
  background: #005177;
}

.search-form label {
	display: none;
}

.search-form {
	display: flex;
    justify-content: center;
    align-items: stretch;
	gap: 5px;
}

.image_wrapper {
	margin: 20px 0;
}

.post-content :is(p, ul) {
	margin-bottom: 1rem !important;
}

.image_wrapper img {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.post-content :is(h2,h3){
	margin-bottom: 1.5rem !important;
}

/* Blog Archive */

/* Archive Title */
.archive-title {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

/* Grid Layout */
.post-grid {
  display: flex;
   	flex-wrap: wrap;
	gap: 30px;
}

/* Card */
.post-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
	
	width: 370px;
}

.post-card:hover {
  transform: translateY(-5px);
}

/* Thumbnail */
.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.no-thumbnail {
  background: #f2f2f2;
  padding: 60px;
  text-align: center;
  color: #888;
}

/* Content */
.post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-title {
  font-size: 20px;
  margin: 0 0 10px;
}

.post-title a {
  color: #222;
  text-decoration: none;
}

.post-title a:hover {
  color: #0073aa;
}

.post-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.post-excerpt {
  flex-grow: 1;
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  align-self: flex-start;
  text-decoration: none;
  color: #0073aa;
  font-weight: bold;
}

.read-more:hover {
  color: #005177;
}

/* Pagination */
.pagination {
  margin-top: 40px;
  text-align: center;
}

.flex-col {
	flex-direction: column;
}

.welcome-conatiner .left-section::after {
	display: none;
}


@media only screen and (max-width:1024px){
	.container {
		flex-direction: column;
		padding-top: 130px;
	}
}