body {
    letter-spacing: .02em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1.2rem;

}


.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
        margin-right: 0px;
    }

.md .navbar-toggler {
        margin-right: 40px;
    }

.lg .navbar-toggler {
        margin-right: 80px;
    }

.xl .navbar-toggler {
        margin-right: 120px;
    }

.xxl .navbar-toggler {
        margin-right: 80px;
    }

.hmb {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-top: 8px;
    padding: 0;
    ;
}
.hmbl {
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 4px auto;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scrolled .hmbl {
    background-color: #25333F;
}
.hmbl:nth-child(1) {
    margin-top: 0;
}
.hmb:hover {
    cursor: pointer;
}
.open .hmb .hmbl {
    background-color: #F4364C;
}
.open .hmb .hmbl:nth-child(2) {
    opacity: 0;
}
.open .hmb .hmbl:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.open .hmb .hmbl:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.navbar .logoTalent {
    fill: #25333F;
}
.navbar .logoDial {
    fill: #2A86DB;
}
.sm .navbar .navbar-brand, .xs .navbar .navbar-brand {
    visibility: hidden;
    opacity: 0;
}
.navbar.scrolled, .navbar.expanded {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}
.sm .navbar.scrolled .navbar-brand, .xs .navbar.scrolled .navbar-brand, .navbar.expanded .navbar-brand {
    opacity: 1;
    visibility: visible;
    transition: all 200ms ease;
}
.navbar .nav .nav-link{
    font-weight: bold;
    color: #25333F;
}

.navbar .nav-link:hover {
    color: #2A86DB !important;
}
#navbarLinks {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background-color: #ffffff;

}
#navbarLinks .nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

#navbarLinks .nav .nav-link {
    padding: 1.5em 1em;
}
@media (min-width: 768px) {
    .hmbl {
        background-color: #25333F;
    }
    
    #navbarLinks {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        background-color: transparent !important;
        
    }
    #navbarLinks .nav {
        flex-direction: row;
        list-style: none;
        text-align: center;
    }
    #navbarLinks .nav .nav-link {
        padding: .2em .5em 0 .5em;
    }
}
@media(min-width: 992px) {
    #navbarLinks {
      display: flex !important;
      flex-direction: row;
    }

    .navbar-toggler {
      display: none;
    }
  }

/* Hero */
#hero {
    height: 100vh;
    background: linear-gradient(100deg, rgba(42, 134, 219, 0) 20%, rgba(42, 134, 219, 0.9) 100%), url('/assets/img/hero-1.jpg');
    background-position: center;
    background-size: auto, cover;
}
.hero-circle-top {
    width: calc(100vw/2);
    position: absolute;
    top: 0;
    right: 0;
}
.hero-three {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}
.hero-circle-bot {
    width: calc(100vw/4);
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero-logo {
    width: calc(100vw/2);
    max-width: 350px;
    position: absolute;
    right: 10%;
    bottom: 5%;
}
.hero-text {
    position: absolute;
    right: 25%;
    top: 45%;
    width: 75%;
    color: #ffffff;
}
.hero-lead {
    font-weight: 300;
    text-shadow: 1px 1px 2px #25333F;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 1em;
}
.hero-h1 {
    text-shadow: 1px 1px 2px #25333F;
    font-size: 3em;
    font-weight: bolder;
}
@media (min-width: 768px) {
    .hero-text {
        width: 60%;
    }
    .hero-circle-top {
        width: calc(100vw/4);
    }
}
@media (min-width: 992px) {
    .hero-text {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .hero-text {
        width: 40%;
    }
}
footer .logoTalent {
    fill: #ffffff;
}
footer .logoDial {
    fill: #2A86DB;
}

.light-circles {
    
    width: calc(100vh/4); 
    position: inherit; 
    right: 0;
    
}

.bg-stacked-circles {
    background: url("https://talentdial.com/assets/img/stacked-circles.svg");
    background-repeat: repeat;
    background-position: center;
    text-shadow: 1px 1px 2px #cccccc;
}


@media (min-width: 768px) {

    .bg-stacked-circles {
    background: none;
    background-repeat: repeat;
    background-position: center;
    text-shadow: none;
	}


	.light-circles {
		position: absolute; 
		right: 0;
	}
	.xxl .light-circles {
		width: calc(100vh/3); 
	}
	.xl .light-circles {
		width: calc(100vh/4); 
	}
	.lg .light-circles {
		width: calc(100vh/5); 
	}
	.md .light-circles {
		width: calc(100vh/6); 
	}
	.bg-light-circles {
		 background: url("https://talentdial.com/assets/img/light-circles.svg");
		background-repeat: no-repeat;
		background-position: right;
		background-size: calc(100vw/4);
	}
	
	
	.xxl .bg-half-circle {
	background: url("https://talentdial.com/assets/img/big-circle.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size:20%;
}
.xl .bg-half-circle, .lg .bg-half-circle {
	background: url("https://talentdial.com/assets/img/big-circle.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 33%;
}
.md .bg-half-circle {
	background: url("https://talentdial.com/assets/img/big-circle.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25%;
}

 .xxl .bg-half-circle-r {
    background: url("https://talentdial.com/assets/img/big-circle-r.svg");
    background-repeat: no-repeat;
    background-position: right top;
 
    background-size:25%;
}
.xl .bg-half-circle-r, .lg .bg-half-circle-r {
   background: url("https://talentdial.com/assets/img/big-circle-r.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 33%;
   
}
.md .bg-half-circle-r {
    background: url("https://talentdial.com/assets/img/big-circle-r.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25%;
    
}

    
}





.list-disc {
  list-style: none;
}

.list-disc li::before {
  content: "\2B58";
  color: #0d6efd;
  font-weight: bolder; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em;
}
.list-disc li {
	margin-bottom: 1em;
}

.company-box{border:1px solid #2a86db;transition:.2s;}
    .company-box:hover{box-shadow: 0px 0px 3px 5px rgba(42,134,219,0.15);
-webkit-box-shadow: 0px 0px 3px 5px rgba(42,134,219,0.15);
-moz-box-shadow: 0px 0px 3px 5px rgba(42,134,219,0.15);transition:.2s;}

.job-card {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, rgb(42, 134, 219), #98c8f7);
    color: white;
}

.job-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
    text-shadow: 1px 1px 2px #25333F;
}

.job-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    /* color: rgba(255,255,255,0.9); */
}

.job-type {
    font-size: 0.9rem;
    /* text-shadow: 1px 1px 2px #25333F; */
}

.posted-date {
    font-style: italic;
    font-size: 0.9rem;
    /* text-shadow: 1px 1px 2px #25333F; */
}



.company-link, .company-name {
    font-weight: 600;
    color: rgb(42, 134, 219);
    text-decoration: none;
    transition: color 0.2s;
}

.company-link:hover {
    color: #0056b3;
}

.location {
    font-size: 0.9rem;
    margin-top: 3px;
}

.job-excerpt {
    padding: 0 20px 15px;
    flex-grow: 1;
    text-align: left;
}

.job-excerpt p {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
    margin-bottom: 0;
}

.card-footer {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1 !important;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: rgb(42, 134, 219);
    transition: all 0.2s ease;
}

.social-icon:hover {
    background: rgb(42, 134, 219);
    color: white;
    transform: translateY(-2px);
}

.social-icon svg {
    width: 16px;
    height: 16px;
}

.view-job-btn {
    padding: 6px 15px;
    background: rgb(42, 134, 219);
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
}

.view-job-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    color: white;
}

/* Shape styles */
.shape {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}

.quarter-circle {
    width: 100px;
    height: 100px;
    border-top-left-radius: 100%;
    background: rgb(42, 134, 219);
    top: 0;
    right: 0;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(42, 134, 219);
    bottom: 20px;
    right: 20px;
}

.curve {
    width: 70px;
    height: 70px;
    border: 8px solid rgb(42, 134, 219);
    border-radius: 50% 0 0 0;
    top: 0;
    right: 0;
}

.stripe {
    width: 100%;
    height: 8px;
    background: rgb(42, 134, 219);
    bottom: 0;
    left: 0;
}

.outline-box {
    width: 60px;
    height: 60px;
    border: 3px solid rgb(42, 134, 219);
    border-radius: 8px;
    bottom: 20px;
    right: 20px;
}
.logo-wrapper {
    width: 150px;
    height: 150px;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
}
