/* Pamgro custom templates shared layout (glossary / blog / countries / calc).
 * Loaded only on matching templates — not site-wide.
 */

/* =========================
   COMMON STYLES - Blog & Glossary Templates
========================= */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


body{
	/* background: #f7f4ef !important;*/
}



h1.elementor-heading-title.elementor-size-default {
scroll-margin-top: 100px;
    font-size: 45px;
    line-height: 1.15;
    color: #2c3a67;
    font-weight: 500 !important;
}
.content-section h3, h3 {
    font-size: 26px !important;
    font-weight: 600 !important;
}
.content-section h4, h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000000d4 !important;
    font-family: "Cabinet Grotesk", sans-serif !important;
}
.pamgro-page-content .pamgro-section-content, .pamgro-page-content li {
    word-spacing: 1px !important;
    line-height: 1.5 !important;
	font-family: "Inter", sans-serif;
}


.blog-wrapper summary.e-n-accordion-item-title {
    border: none !important;
    display: flex;
    justify-content: space-between;
}

.blog-wrapper span.e-n-accordion-item-title-icon {
    order: 2 !important;
}
/* =========================
   HEADER
========================= */

.header {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

.logo img {
    width: 160px;
}

.nav-links {
    display: flex;
    gap: 34px;
    font-size: 15px;
    color: #1C1C1C !important;
}

.demo-btn {
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 600;
    color: #fff !important;
}

/* =========================
   HERO SECTION
========================= */

.hero {
    padding: 60px 0 40px;
}

.hero-grid {
    display: grid;
    gap: 40px;
    align-items: center;
}

.hero-grid h3 {
    color: #fff !important;
}

.breadcrumb {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 400;
    display: flex;
    gap: 8px;
}

.breadcrumb.br-new a {
    color: #2c3a67 !important;
    text-decoration: none;
}
.blog-wrapper h3.pamgro-section-heading {
	 margin-top: 15px;
}
.hero h1 {
    font-size: 45px;
    line-height: 1.09;
    font-weight: 600 !important;
    letter-spacing: -0.96px;
    margin-bottom: 28px;
    color: #000000d4 !important;
}

.hero-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-item span {
    display: block;
    font-size: 15px;
    color: #2c3a67 !important;
    font-weight: bold;
}

.meta-item strong {
    font-size: 15px;
    font-weight: 400;
    color: #1C1C1C !important;
}

.meta-item {
    border-right: 1px solid #00000033;
    padding-right: 20px;
}

.meta-item:last-child {
    border-right: none !important;
    padding-right: 0px;
}

.hero-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 290px;
	width:516px;
}

.hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    color: #fff !important;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-overlay span {
    font-size: 14px;
    margin-bottom: 16px;
}

.hero-overlay h3 {
    font-size: 20px;
    line-height: 1.2;
}

/* =========================
   BLOG LAYOUT
========================= */

.blog-wrapper {
    padding: 50px 0 80px;
	background: #fff;
}

.auther-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auther-img div img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.blog-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}

/* =========================
   SIDEBAR
========================= */

.sidebar {
    position: sticky;
    top: 30px;
}

.toc-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 24px;
}

.toc-box h4 {
    font-size: 18px;
    margin-bottom: 22px;
}

.toc-list {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
}

.blog-cta-title {
    color: #2c3a67 !important;
    font-size: 25px !important;
}

.bg1 .blog-cta-title {
    color: #fff !important;
}

.toc-list a {
    font-size: 15px;
    color: #2c3a67 !important;
    transition: .3s;
    position: relative;
    padding-left: 14px;
    text-decoration: none;
	margin-bottom: 8px;
	font-family: "Inter", sans-serif;
}

.toc-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 18px;
    background: transparent;
    border-radius: 10px;
    transition: .3s;
}

.cta-box {
    background: #2c3a67;
    border-radius: 26px;
    padding: 30px;
    color: #fff !important;
}

.cta-box h3 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #fff !important;
}

.cta-box input {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 999px;
    padding: 0 18px;
    margin-bottom: 14px;
}

.cta-box button {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #2c3a67 !important;
    font-weight: 700;
    cursor: pointer;
}

/* =========================
   CONTENT
========================= */

#content-top.content {
    background: #fff;
    border-radius: 30px;
	padding: 10px;
}

.blog-grid .content {
    padding: 0;
}
.elementor-element.e-lazyloaded {
    padding: 0;
}

.vamtam-has-theme-widget-styles .elementor-widget-container h4{
	color:#fff;
	font-size: 20px;
}


.content-section .elementor-widget-container h3 {
    margin-top: 0;
}
.content-section .elementor-widget-container h3 br {
    display: none;
}

.diffrent-content {
    background: #e8db7d;
}

.topic-acc .accordion-button {
    border-radius: 16px !important;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2c3a67 !important;
    background: transparent;
	font-family: "Inter", sans-serif;
}

.topic-acc .accordion-button:hover {
    background: transparent !important;
    color: #2c3a67 !important;
}

.topic-acc .accordion-button:focus {
    background: transparent !important;
}

.sidebar .topic-acc {
    margin-top: 0px !important;
	margin-bottom:20px;
}

.topic-acc .accordion-body {
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Chrome, Edge, Safari */
.topic-acc .accordion-body::-webkit-scrollbar {
    width: 4px;
}
.elementor-element.elementor-element-b029dbf.e-grid.e-con-full.e-con.e-parent.e-lazyloaded {
    padding: 0;
}

#post-856 .e-con-inner {
    padding: 15px !important;
}
.topic-acc .accordion-body::-webkit-scrollbar-track {
    background: #052c65;
    margin: 8px 0;
}

.topic-acc .accordion-body::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 20px;
}

.topic-acc .accordion-body::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.google-btn {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 40px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
}

.left-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-icon {
    width: 28px;
}

/* TEXT ANIMATION */
.text-wrapper {
    height: 24px;
    overflow: hidden;
}

.text-slide {
    display: flex;
    flex-direction: column;
    transition: .35s ease;
}

.google-btn:hover .text-slide {
    transform: translateY(-24px);
}

.text {
    font-size: 16px;
    font-weight: 500;
    color: #2c3a67;
    line-height: 24px;
}

.arrow {
    font-size: 18px;
    color: #2c3a67;
}

.topic-acc .accordion-item {
    border-radius: 16px !important;
background-color:#fff !important;
}

.topic-acc .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

.blog-wrapper .takeaway-box {
	background: transparent !important;
    border-radius: 24px;
    padding: 0px !important;
    margin-bottom: 15px;
}

.takeaway-box h3 {
    font-size: 28px;
    margin-bottom: 22px;
    color: #1A1E3D;
}

.takeaway-box ul {
    padding-left: 24px;
}

.takeaway-box li {
    margin-bottom: 14px;
    color: #1C1C1C;
}

 .content-section {
    margin: 0 !important;
    scroll-margin-top: 120px;
}
.accordion-button{
	background: #fff;
}

.content-acc {
    margin-top: 20px;
}

.content-acc h2 {
    margin-bottom: 0px !important;
}

.content-section h3 {
    font-size: 28px;
    margin-top: 34px;
    margin-bottom: 16px;
    color: #2c3a67;
}

.content-section p,
.pamgro-section-content p {
	font-family: "Inter", sans-serif;
	margin-bottom: 10px;
	color: #000;
}

.content-acc .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.content-acc .accordion-button {
    background: transparent;
    color: #2c3a67 !important;
    font-size: 24px;
    font-weight: 500;
    padding: 21px 0;
    box-shadow: none !important;
}

.content-acc .accordion-button:focus {
    background: transparent !important;
}

.content-acc .accordion-button:hover {
    background: transparent;
}

.content-acc .accordion-button:not(.collapsed) {
    background: transparent;
    color: #0b3b45;
}

.content-acc .accordion-button::after {
    content: "+";
    background: none !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f7f4ef !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1A1E3D;
    transform: none !important;
}

.content-acc .accordion-button:not(.collapsed)::after {
    content: "−";
}

.content-acc .accordion-body {
    color: #000;
    padding: 0 0 25px;
}

/* =========================
   RELATED ARTICLES
========================= */

.related {
    margin-top: 60px;
}

.related-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.related-top h2 {
    font-size: 42px;
    color: #2c3a67 !important;
}

.related-top a {
    color: #2c3a67;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.article-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #ececec;
}

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

.article-img {
    height: 220px;
    overflow: hidden;
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    padding: 24px;
}

.article-content h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #1A1E3D;
}

/* =========================
   BLOG NOTE & AUTHOR BOXES
========================= */

.blog-note-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 14px 18px;
    background: #a2d0ea;
    border-left: 4px solid #2c3a67;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    font-style: italic;
}

.blog-note-link {
    color: #2c3a67 !important;
    font-weight: 700;
    text-decoration: underline;
}

.blog-author-box {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 20px;
    margin: 40px auto;
    border-radius: 15px;
}

.blog-author-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000000d4 !important;
    margin-bottom: 20px;
}

.blog-author-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
section.related-wrapper {
    margin-top: 0 !important;
}
.blog-author-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 190px;
}
.elementor-grid {
    gap: 20px !important;
}

.blog-author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-name {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000d4 !important;
}

.blog-author-description {
    flex: 1;
}

.blog-author-description p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #1C1C1C;
}

body .elementor-blockquote--skin-quotation .elementor-blockquote:before {
    color: #2c3a67 !important;
    content: "”" !important;
}
body .elementor-blockquote--skin-quotation .elementor-blockquote p{
	font-size:20px;
	line-height:1.5 !important;
	font-family: "Inter", sans-serif;
}
/* =========================
   BLOG CTA BANNER
========================= */

.blog-cta-banner {
    background: #a2d0ea;
    border-radius: 40px;
    overflow: hidden;
    max-width: 1200px;
    margin: 40px auto;
}

.blog-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-cta-left {
    width: 60%;
    padding: 40px 40px;
}

.diffrent-content .blog-cta-left {
    width: 100%;
    padding: 40px 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
}

.bg1 {
    background: #2c3a67;
}

.blog-cta-banner.diffrent-content {
    background: #e8db7d;
}
.blog-wrapper .elementor-988462 .elementor-element.elementor-element-48906da .blog-cta-title {
    font-family: "Open Sans", Sans-serif;
    color:#2c3a67 !important
}

.diffrent-content .blog-cta-btn {
    text-align: center;
}
.blog-cta-banner.default  .blog-cta-title{
	
}

.blog-cta-title {
    color: #2c3a67 !important;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-cta-left p {
    color: #2c3a67 !important;
    margin-bottom: 25px;
}

.bg1 .blog-cta-left p {
    color: #fff !important;
}

.blog-cta-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #2c3a67 !important;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.blog-cta-right {
    width: 40%;
    height: 100%;
    padding-right: 32px;
}

.blog-cta-right img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* =========================
   CLIENT TESTIMONIAL
========================= */

.client-testimonial-card {
    max-width: 1200px;
    margin: 40px auto;
    background: #f7f4ef;
    border-radius: 35px;
    padding: 40px 28px;
}

.client-quote-icon {
    font-size: 90px;
    color: #2c3a67;
    line-height: 1;
    margin-bottom: 20px;
    height: 50px;
}

.client-testimonial-text {
    max-width: 780px;
    font-size: 20px;
    line-height: 1.7;
    color: #1C1C1C;
    margin: 0 0 28px 60px;
}

.client-author-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.client-author-image {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.client-author-name {
    margin: 0 0 6px;
    font-size: 20px;
    color: #2c3a67 !important;
    font-weight: 600;
}

.client-author-role {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1C1C1C;
}

/* =========================
   SWIPER SLIDER
========================= */

.swiper-slide {
    width: 100% !important;
}

.swiper-pagination-bullet-active {
    background: #2c3a67 !important;
}


.accordion-body .toc-list a:hover {
    color: #EF4137 !important;
}

.accordion-body .toc-list a:hover:before {
    background: #EF4137;
}
h2{
    font-weight: bold !important;
}
.elementor-kit-9{
    --e-global-color-vamtam_accent_1: #2c3a67 !important;
    --e-global-color-vamtam_accent_2: #2ad0ea47 !important;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: relative;
        top: 0;
    }

    .related-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero h1 {
        font-size: 52px;
    }
}

@media(max-width:768px) {
    .nav-links {
        display: none;
    }

    .hero h1 {
        font-size: 42px;
    }

	.hero-grid {
    grid-template-columns: 1fr !important;
}
    .hero-overlay {
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto;
        padding: 30px;
    }
	.blog-grid {
    flex-shrink: 0;
    display: block;
}

    .content {
        padding: 30px;
    }

   

    .related-grid {
        grid-template-columns: 1fr;
    }

    .cta-box h3 {
        font-size: 28px;
    }
}

@media(max-width:575px) {
    .hero h1 {
        font-size: 28px;
    }

    .hero {
        padding: 40px 0 40px;
    }

    .logo {
        font-size: 28px;
    }

    .demo-btn {
        padding: 10px 21px;
    }

    .auther-img div img {
        width: 24px;
        height: 24px;
    }

.elementor-element.elementor-element-7a179003.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}
	.elementor-element.elementor-element-b029dbf.e-grid.e-con-full.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}
    .meta-item span {
        font-size: 13px;
    }
ol li {
    text-align: left;
    margin-bottom: 10px;
}
	ul li {
    text-align: left;
    margin-bottom: 10px;
}
	.pamgro-section-content {
    text-align: left !important;
}
	.blog-grid {
    gap: 10px !important;
}
	ul.wp-block-list {
    padding: 0px 0 0 10px;
}
	.content p {
    text-align: left !important;
}
	.sidebar .topic-acc {
    margin-top: 20px !important;
}
	h3.bt_bb_headline_tag {
    text-align: left !important;
}
	.elementor-987948 .elementor-element.elementor-element-76d4a60 .pamgro-section-content {
    font-family: "Inter", Sans-serif;
    text-align: left !important;
}
	.pamgro-section-content p {
    text-align: left;
}
	.hero-card {
    height: 433px !important;
}
	.hero-card img {
    height: 77% !important;
            object-fit: unset !important;
}
    .hero .meta-item {
        padding-right: 20px;
    }

    .meta-item strong {
        font-size: 12px;
    }
.blog-grid .elementor-element.elementor-element-8ec4c06.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}
	.elementor-988462 .elementor-element.elementor-element-9fb4d3f .takeaway-box {
    padding: 24px !important;
}
	.content-section {
    margin: 0px !important;
}
	.takeaway-box {
    margin-bottom: 30px !important;
}
	.elementor-element.elementor-element-8ec4c06.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0;
}
	.pamgro-section-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
	.pamgro-section-content table {
    min-width: 800px;
    width: 100%;
}
   .hero-meta {
        gap: 5px;
        justify-content: space-between;
    }
	 .hero .hero-meta {
        gap: 5px;
        justify-content: space-between;
    }

    .blog-wrapper {
        padding: 5px 0 80px;
    }

    .content {
        padding: 15px;
    }

    .takeaway-box {
        padding: 20px;
    }

   
    .pamgro-content-section  h3 {
        font-size: 25px !important;
    }
   h2.pamgro-section-heading {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }
    .content-section {
        margin-bottom: 35px;
    }
	
	.content-section .elementor-element{
		padding:0px !important;
	}
	.content-section .pamgro-content-section {
    margin-top: 20px;
}
.blog-wrapper .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
	.client-testimonial-card {
    margin: 0 !important;
}
	.blog-cta-right {
    padding-right: 0 !important;
}
	.pamgro-section-content h3 {
    padding: 20px 0;
    margin-bottom: 0;
}

	.blog-cta-banner {
    margin: 15px 0 !important;
}
	.blog-author-box {
    margin: 15px auto !i;
}
    .content-section p {
        font-size: 16px;
    }

    .blog-note-link {
        font-size: 14px;
    }

    .client-testimonial-text {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .client-quote-icon {
        font-size: 70px;
        margin-bottom: 18px;
        height: 30px;
    }

    .client-author-name {
        font-size: 18px;
    }

    .client-author-role {
        font-size: 12px;
    }

    .blog-author-layout {
        display: block;
    }

    .blog-author-description {
        margin-top: 15px;
    }

    .blog-cta-content {
        display: block;
    }

    .blog-cta-left {
        width: 100%;
        padding: 30px 20px;
    }

    .blog-cta-title {
        font-size: 24px;
        margin: 0 0 26px;
    }

    .blog-cta-right {
        width: 100%;
    }

    .content-acc .accordion-button {
        font-size: 18px;
    }

    .related-top h2 {
        font-size: 25px;
    }

    .sidebar {
        max-width: 350px;
    }


}

/*accordion elementor*/
/* Remove Elementor box styling */
.content .e-n-accordion-item{
    border:none !important;
    box-shadow:none !important;
    background:transparent !important;
    margin:0 !important;
    padding:0 !important;
}

/* Only bottom divider */
.content .e-n-accordion-item:not(:last-child){
    border-bottom:1px solid #ddd !important;
}

/* Question row */
.content .e-n-accordion-item-title{
    padding:20px 0 !important;
    background:transparent !important;
    min-height:auto !important;
}

/* Question text */
.content .e-n-accordion-item-title-text {
    color: #000000d4!important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    font-family: "Inter", sans-serif;
    word-spacing: 1px;
}
/* Open state */
.content details[open] > .e-n-accordion-item-title .e-n-accordion-item-title-text{
   color: #000000d4 !important;
}

/* Icon circle */
.content .e-n-accordion-item-title-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:50% !important;
    background:#f7f4ef !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

/* Icon size */
.content .e-n-accordion-item-title-icon i{
    font-size:18px !important;
    color:#1A1E3D !important;
}

/* Answer */
.content .e-n-accordion-item > [role="region"]{
    padding:0 0 25px !important;
    color:#000 !important;
    border:none !important;
}

/*calculator*/

.salary-calculator-bar{

    width:100%;

    background:#eef0f8;

    padding:30px 0 20px;
}

.salary-container{

    max-width:1200px;

    margin:auto;

    padding:0 20px;
}

.salary-grid{

    display:grid;

    grid-template-columns:2fr 380px;

    gap:24px;

    align-items:start;
}

.salary-calculator-card,
.salary-email-card{

    background:#fff;

    border-radius:14px;

    padding:28px;

    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.salary-calculator-card label,
.salary-email-card label{

    display:block;

    margin-bottom:10px;

    font-size:15px;

    font-weight:500;
}

.salary-calculator-card select,
.salary-calculator-card input,
.salary-email-card input{

    width:100%;

    height:46px;

    border:1px solid #d9d9d9;

    border-radius:4px;

    padding:0 15px;

    margin-bottom:8px;

    font-size:16px;
}

.salary-calculator-card small{

    display:block;

    color:#888;

    margin-bottom:25px;

    font-size:13px;
}

.salary-email-card h3{

    margin:0 0 20px;

    font-size:32px;

    line-height:1.2;
}

.salary-email-card span{

    color:red;
}

.salary-email-card button{

    width:100%;

    height:48px;

    border:none;

    border-radius:4px;

    margin-top:12px;

    background:#3f3ca8;

    color:#fff;

    font-size:16px;

    cursor:pointer;
}

@media(max-width:991px){

    .salary-grid{

        grid-template-columns:1fr;
    }

}

.elementor-988462 .elementor-element.elementor-element-d73d3be .pamgro-section-content{	
	text-align:left !important;
}

.meta-header-inside {
	display:none !important;
}

#Blog-listing .e-con-inner {
    padding: 0 !important;
}

/*-- ==================  common css chandan */
#main-content{
	margin: 0 10px;
}

@media (max-width:375px){
	#main-content {
    margin: 0 15px;
}

	.elementor-element-1f10953 .elementor-widget-container {
    margin: -9px 0px 0px 10px !important;
}
	
	.main-footer .elementor-element-8cf438b{
		padding:0 15px;
	}
}

/*-- ==================  common css end chandan */

.pamgro-blog-post .content-section p {
   text-align:left;
}
.pamgro-blog-post .nav-links {
    display: none;
}

@media (max-width:575px){
	.hero-card {
		width: auto;
	}
		.hero-card {
    height: auto !important;
}
}
