.wide_nav {
    width: 300px;
    padding: 0.5rem 1.25rem;
}

/* .wide_nav div {
    padding: 0.4rem 1rem;
    min-width: 240px;
} */

/* .wide_nav h6 {
    padding: 1rem 0.6rem 0.5rem 0.5rem !important;
    word-wrap: break-word;
    border-bottom: 0.5px solid black;
    margin-bottom: 1rem;
} */

/* h6 .smallprotags {
    position: relative;
    float: right;
    color: #96D228;
    font-size: 1.2rem;
    font-family: 'Caveat', cursive;
    font-weight: 700;
} */

.nav-btn {
    margin: var(--mdb-nav-link-padding-y) var(--mdb-nav-link-padding-x);
    padding-right: 0.5rem;
}

.nav-btn a i {
    font-size: 32px !important;
}

.nav-items {
    padding-right: 0.5rem;
}

/* .navbar-brand {
    padding-left: 2rem;
} */

.ytIcon {
    color: #fe0101 !important;
    padding-right: .75rem;
}

.fbIcon {
    color: #1877F2 !important;
    padding-right: .75rem;
}

/* .inIcon {
    padding-right: 2rem;
} */

.inIcon i {
  font-size: 32px; /* adjust size */
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.social-link .ytIcon {
    padding-left: .75rem;
}
.social-link .footIcon i {
    font-size: 28px !important;
}

.linkedinIcon {
    color: #0a66c3 !important;
}

.y-center {
    margin-top: 5px;
}

.nav-link {
    font-size: 15px;
}

.clientSlider div img {
    width: 100%;
    aspect-ratio: 7/2;
    object-fit: contain;
}

.alternate-bg {
    background: #edf6ff;
}
.feat_testimonial {
    max-height: 300px;
    width: auto;
    border-radius: 50%;
}

/* for testimonial carousel */
.testimonialsSlider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 1.5rem;
}

.testimonialsSlider .item {
    flex: 1;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff !important;
    padding: 1.5rem;
    margin-right: 1rem;
    height: 450px;
}

/* Sticky container in the bottom-right corner */
#stickyDiv {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #012269;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#stickyDiv.expanded {
    height: 370px;
    width: 300px;
    border-radius: 6px;
    padding: 18px;
    overflow: hidden;
    z-index: 10;
}

#closeButton {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}

/* Initially hidden form inside the div */
#formContainer {
    display: none;
    height: 100%;
}

#formContainer .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Footer optimization style */
.footer_area {
    background: #000410;
}

.footer_area h4 {
    color: #ffffffe6;
    border-bottom: 1px solid #ffffffe6;
    display: table-cell;
    margin-bottom: 10px;
}

.footer_area .links p {
    margin-bottom: 8px;
}

.foot_logo p {
    color: #ffffffe6;
}

.foot_logo img {
    margin: 0px 0px 20px -5px !important
}

.footer_area p {
    font-size: 15px !important;
    color: #ffffff9e;
}

.footer_area .links p a {
    color: #d4d4d4e6;
}

.footer_area .links p a:hover {
    color: #fff;
    font-size: 16px;
}

.news_widget .input-group input {
    height: 40px;
    background: #fff;
    border-radius: 0px;
    width: 80%;
    border: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #cccccc;
    outline: none;
    box-shadow: none;
}

.social-link {
    border-bottom: none !important;
    padding-top: 1.25rem;
    font-size: 18px;
    font-weight: 500;
}
.y-center {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.75px;
}

.btn-primary {
    background-color: #012269 !important;
}
.bg-primary {
    background-color: #012269 !important;
}

.nav-btn a {
    letter-spacing: 0.5px;
}


.job-card-row {
    /* justify-content: space-evenly !important; */
    justify-content: center !important;
    align-items: center !important;
}

.job-card {
    border-radius: 10px;
    background-color: #f1f1f1bd;
}

.job-card:hover {
    transform: scale(1.01, 1.01);
    transition: transform 0.2s linear;
    /* background-color: #baecdc; */
    background-color: white;
    box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.61);
}

.job-card .job-card-img {
    padding-bottom: 1rem;
}

.job-card .job-card-text {
    color: #000;
}

.job-card .job-card-text .job-card-title h5 {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #00000021;
    width: fit-content;
    margin: auto;
    margin-bottom: 0.8rem;
}

.job-card .job-card-text .job-card-title h5 span {
    font-size: 0.8rem;
    color: #4dd000;
}

.job-card .job-card-text h6 {
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.job-card .job-card-btn button {
    border: none;
    font-size: 14px;
    padding: 6px 18px;
}

.send-resume-txt {
    font-size: 14px;
    color: #000;
    float: right;
}

.fs-20 {
    font-size: 22px;
}

.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin-bottom: 1rem;
    padding: 10px 10px 0 10px;
}

.rugbyrules {
    min-height: 293px;
}

.navbar-brand img {
  height: 80px;
  width: auto;
  /* max-width: 300px; */
}

@media (max-width: 1160px) {
    .navbar-brand img {
        height: 68px;
    }
}
@media (max-width: 1075px) {
    .navbar-brand img {
        height: 60px;
    }
    .nav-btn a i {
        font-size: 30px !important;
    }
}
@media (max-width: 465px) {
    .navbar-brand img {
        height: 45px;
    }
}
@media (max-width: 1160px) {
    .rugbyrules {
        min-height: 293px;
    }
}
