* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Kumbh Sans", sans-serif !important;
}

.small-head {
    font-family: "Krona One", sans-serif;
}

/*  navigation  */
.navigation ul li {
    padding: 0px 15px;
}

.navigation ul li a {
    color: #000 !important;
}

/*  color  */

.light-blue {
    color: #306CDB;
}

.light-blue-bg {
    background-color: #388CFF;
}

.dark-yellow {
    color: #F08022;
}

.dark-yellow-bg {
    background-color: #F08022;
}

.dark-black {
    color: #000;
}

.dark-light-grey {
    color: #6D6F72;
}

.dark-light-grey-bg {
    background-color: #6D6F72;
}

.dark-blue {
    color: #1C2042;
}

.blue-clr {
    color: #22426F;
}

.blue-bg {
    background-color: #22426F;
}

.dark-blue-bg {
    background-color: #1C2042;
}

.light-grey {
    color: #84868D;
}

.light-grey-bg {
    background-color: #84868D;
}

.dark-light-blue {
    color: #0F0F0F;
}

.dark-light-blue-bg {
    background-color: #0F0F0F;
}

.clr-grey {
    color: #D9D9D9;
}

.clr-grey-bg {
    background-color: #D9D9D9;
}

.clr-a7 {
    color: #A7A7A7 !important;
}

.clr-a7-bg {
    background-color: #A7A7A7;
}

.clr-574 {
    color: #757574;
}

.clr-574-bg {
    background-color: #757574;
}

/* .grey-light-shade { */
/* background-color:#f4f4f4; */
/* } */

.line-clr {
    color: #A6A6A6;
}

/*  line/height  */
.line-height-24 {
    line-height: 24px;
}

.line-height-115 {
    line-height: 115%;
}

.line-height-90 {
    line-height: 90%;
}

.line-height-100 {
    line-height: 100%;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-30 {
    line-height: 30px;
}

/*  font/custome  */

.fs-18 {
    font-size: 18px;
}

.fs-35 {
    font-size: 35px;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

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

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

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}

.fs-64 {
    font-size: 64px;
}

.fs-100 {
    font-size: 100px;
}

/*  text-alignment  */
.text-justify {
    text-align: justify;
}

/*   font-weight   */

.fw-medium {
    font-weight: 500;
}

.fw-black {
    font-weight: 900;
}

.fw-bold {
    font: weight 800 !important;
}

.fw-semibold {
    font-weight: 600;
}

.border-bottom-cus {
    border-bottom: 1px solid #E5E5E5;
}

.fw-medium {
    font-weight: 500;
}

.fw-black {
    font-weight: 900;
}

/*  section-spacing  */
.section-spacing {
    padding-top: 100px;
    padding-bottom: 64px;
}

/*  letter-spacing  */
.letter-spacing-point8 {
    letter-spacing: 1.8px;
}

.mt-110 {
    margin-top: 110px !important;
}

.border-right-cart {
    border-right: 1px solid #D6D6D6;
}

/* Athena  */

.tradewind-bg-cover {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s linear;
}

.main-atv {
    border-right: 4px solid #fff;
    padding: 10px 22px 10px 0px;
    margin: 10px 0px;
    cursor: pointer;
    transition: all .3s linear;
}

.main-atv h4 {
    font-size: 26px !important;
    color: #fff;
    transition: all .5s linear;
}

.main-atv p {
    transition: all .5s linear;
}

.border-right-2 {
    border-right: 2px solid #fff;
}

.heading-gap {
    padding: 10px 22px 10px 0px;
}

.un-active {
    color: #FAFAFA !important;
    border-right: 2px solid #fff;
    padding: 10px 22px 10px 0px;
    font-weight: normal !important;
    cursor: pointer;
    transition: all .3s linear;
    font-size: 20px !important;
}

/*  our/Director's  */
.directors-card {
    border: 0.5px solid #E6D0BD;
    border-radius: 30px;
}

.directors-card-inner {
    padding: 80px 10px;
    background: #fff;
    display: flex;
}

/* .directorsCard {
    .detail-box {
        display: none;
    }
}

.directorsCard:hover {
    .detail-box {
        display: flex;
    }
} */

/*  Award  */
#all-sec-bg {
    background-color: #F9F9F9;
}

#award-sec-bg {
    background-image: url(images/award-section.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 900px; */
}

.head-height {
    height: 65px;
}

.b-1 {
    border: 1px solid #fff;
}

/* Inner/page */
.bg-cover-1 {
    background-image: url(images/bg-cover-2.svg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-cover-11 {
    background-image: url(images/hope-hero.svg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.borderr-right {
    border-right: 1px solid #D6D6D6;
}

.ptt-2 {
    padding-top: 6px;
}

/*  gradient  */
.gradient {
    background: linear-gradient(126deg, #22426F 0%, #388CFF 100%);
}

/*  form    */
.input-bt {
    border: none;
    border-bottom: 2px solid #8B8B8B;
}

.label-clr {
    color: #BDBEC0;
}

.form-input ::placeholder {
    color: #BDBEC0;
}

.h-32 {
    height: 32px;
}

.w-332 {
    width: 332px;
}

.btn-border {
    border: 1px solid #22426F;
}

.form-texture {
    transform: translate(-50%);
    top: 18%;
    right: -180px;
}

.margin-b-8 {
    margin-bottom: -8px;
}

.w-fit-content {
    width: fit-content;
}

.blue-content {
    transform: translate(-50%, -50%);
    top: 15%;
    left: 25%;
    border: 8px solid #fff;
}

.yellow-content {
    transform: translate(33%, -35%);
    /* height: 100px; */
    bottom: 10%;
    left: 25%;
    border: 8px solid #fff;
}

/*  left to right  */
.gallery-medical {
    direction: ltr !important;
    /* force left-to-right */
}

/* .shadoww-hover:hover { */
    /* box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .175) !important; */
    /* background: #fff; */
/* } */

.logo img {
    width: 55%;
    height: auto;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55) !important;
    border-color: rgba(0, 0, 0, .1) !important;
}

.navbar-light .navbar-toggler:focus-visible {
    color: rgb(255, 115, 0) !important;
    border-color: rgb(249 249 249 / 10%) !important;
}

.border-radius-8 {
    border-radius: 8px;
}

.h-300 {
    height: 300px;
}

.border-radius-12 {
    border-radius: 12px;
}

/*  animation */
/* .animate-from-top-right {
    transform: translate(30px, -30px);
} */

/* Scroll Animation Styles */
/* .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px); */
/* Default: from bottom */
/* transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
} */


/* Modifier to remove translation */
/* .animate-on-scroll.no-translate {
    transform: translateY(0);
} */

/* Directional modifiers */
/* .animate-from-top {
    transform: translateY(-30px);
} */
/*
.animate-from-left {
    transform: translateX(-30px);
} */

/* .animate-from-top-right {
    transform: translate(30px, -30px);
} */

/* .animate-on-scroll.is-visible {
    opacity: 1;
    transform: translate(0, 0); */
/* Universal reset for all directions */
/* } */

/* Keyframes for the new pulsing animation */
/* @keyframes pulse-subtle {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
} */

/* Rule to apply the pulsing animation after the element is visible */
/* .animate-on-scroll.is-visible .pulsating-image {
    animation: pulse-subtle 4s infinite ease-in-out;
    animation-delay: 0.6s; */
/* Delay to start after the slide-in finishes */
/* } */

/* Animation for icons inside the cards */
/* .icon-animate-top {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-on-scroll.is-visible .icon-animate-top {
    opacity: 1;
    transform: translateY(0);
} */


/* Custom class to hide scrollbar when mobile menu is open */
/* .overflow-hidden-important {
    overflow: hidden !important;
}
.scale-property img{
    scale: 98;
}
.scale-property img:hover{
    scale: 1;
} */

/*  About/section/Hover  */
/* .about-sec-hov .img-w :last-child{
    display: none;
}
.about-sec-hov .img-w :last-child:hover{
    display:inline-block;
}
.about-sec-hov .img-w :first-child:hover{
    display:none;
} */


#scale-property img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1);
}

#scale-property img:hover {
    transform: scale(1.05);
    /* Zoom IN slightly */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#scale-property .text-center {
    overflow: hidden;
    /* border-radius: 12px; */
}

/*   three-category  */
/*
#three-category img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform: translateY(0);
} */

/* Hover effect: slow upward movement */
/* #three-category img:hover {
    transform: translateY(-15px) scale(1.05); */
/* moves up and slightly zooms */
/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
/* optional soft shadow */
/* } */

#three-category .img-wrapper {
    overflow: hidden;
    height: 75px;
    /* adjust to your image */
    position: relative;
    perspective: 1000px;
    /* required for 3D tilt */
}

#three-category .img-wrapper img {
    position: absolute;
    top: -100%;
    /* start hidden above */
    width: 20%;
    transition: top 1.5s ease-out, transform 0.2s ease-out;
    transform-style: preserve-3d;
}

/*  Inner/about */


/* Initial hidden positions */
.animate-from-top-right {
    transform: translateY(-50px);
    /* start above */
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.blue-content {
    position: absolute;
    top: 0;
    /* starting at top */
    left: 50px;
    /* adjust as needed */
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 999;
}

.direc-alnmnt {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
}

.directors-card-inner {
    position: relative;
    cursor: pointer;
}


/*   circle  */



/*   circle  */


/* CSS Document */

/******* Common Element CSS Start ******/

.main-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
}

.main {
    margin-left: 160px;
    width: 530px;
    height: 700px;
    position: relative;
    z-index: 9999;
}

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    /* border: 3px solid #6495f2; */
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
-webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%); */
    /* box-shadow: 0 2px 4px 0 #3e5ada; */
    /* -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */
}

.icon-block img {
    margin: 0px auto;
    width: 100%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
    top: 12px;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 40%;
    right: 56px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    top: 69%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    top: 50%;
    left: 93px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* border: 3px solid #6495f2; */
    border-radius: 50%;
    background-image: url(images/only-circle02.png);
    width: 500px;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}


/*   director's  30/10/25 */
.header {
    margin-bottom: 60px;
}

.subtitle {
    color: #ff9500;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;

}

.description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

.cards-wrapper {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    /* padding-bottom: 20px; */
    scroll-behavior: smooth;
    height: 400px;
    justify-content: center;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-container {
    flex: 0 0 auto;
    height: 400px;
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* transition: 1s all; */
}

.card {
    width: 280px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* .card:hover { */
/* transform: translateY(-5px); */
/* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
/* } */

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
    padding: 30px 20px 20px;
    /* color: white; */
}

.card-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-title {
    font-size: 12px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.info-panel {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    /* transition: ease-in 0.5s; */
    background: white;
    border-radius: 20px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
    /* transition: max-height 1s ease, opacity 1s ease; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    /* flex-shrink: 0; */
}

.card-container.active .info-panel {
    width: 300px;
    opacity: 1;
    padding: 30px;
}


.info-content {
    opacity: 0;
    width: 260px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    height: 100%;
    /* Fix width so it doesn't stretch */
    transition: opacity 0.1s ease 0.2s;
    /* delay until box opens */
}

/* On hover open panel */
.card-container:hover .info-panel {
    width: 300px;
    opacity: 1;
    transform: translateX(0);
}

/* Then fade in text only (no movement, no resizing) */
.card-container:hover .info-content {
    opacity: 1;
}

.info-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

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

.social-icon {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    /* background: #f0f0f0; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #666;
    font-size: 26px;
}

.social-icon:hover {
    /* background: #ff9500; */
    color: #ff9500;
    transform: translateY(-3px);
}

.about-tabs-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .card {
        width: 250px;
        height: 350px;
    }

    .card-container.active .info-panel {
        width: 250px;
        padding: 20px;
    }

    .info-text {
        font-size: 13px;
    }
}

#directors-design {
    /* background-image: url(images/directors-design.svg); */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 719px; */
}

.award-card {
    background-color: #fef8f16b;
}

#about h3 {
    font-size: 48px;
    font-weight: 500;
    margin-top: 10px;
}

#about p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6D6F72;
    text-align: justify;
}

/*. hero-banner design */

.hero-img img {
    width: 100%;
    height: auto;
}

.hero-img {
    width: 100%;
    top: 0;
    z-index: -1;
}

.h-70 {
    height: 65px;
}

.mt-120 {
    margin-top: 120px;
}

.footer-text-anchor a {
    color: #A7A7A7 !important;
}

.footer-text-anchor a:hover {
    color: #ffffff;
}

.cloudzappy-site a:hover {
    color: #fff;
}

.offcanvas {
    z-index: 9999999 !important;
}

.offcanvas-header {
    justify-content: right !important;
}

/*.  infratech. */
#services-texture {
    background: url(images/services-texture.webp);
    width: 100%;
    height: 750px;
    background-position: center;
    background-size: cover;
}

#certificate-texture {
    background: url(images/certificate-texture.webp);
    width: 100%;
    /* height: 750px; */
    background-position: center;
    background-size: cover;
}

.top-alignment {
    top: 100px;
    opacity: 1;
}
.flexx-direction{
    flex-direction: column;
}
.h-650{
    height: 650px;
}
.send-us{
    height:48px;
     border-radius:6px;
}
.send-us-button{
width:100%;
 background:#E77D00;
  border:none; 
 height:48px;
  border-radius:6px; 
  color:white; 
 font-weight:600;
  font-size:16px;
}


/*. about-us. */
.mission-vision-value-head{
   color: #1A2740;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
}
.mission-vision-value-pera{
   font-size: 20px;
    color: #6D6F72;
    line-height: 30px;
}
/*.  about-head */
.about-athena-uni{
color: #1A2740;
font-weight:500;
margin-bottom: 20px;
font-size: 48px;
}
.about-pera p{
font-size: 20px;
line-height: 30px;
color: #6D6F72;
font-weight: 400;
text-align: justify;
}

.mission-vision-value-div{
background:#fff; 
padding:25px;
/* border-radius:12px; */
border-right:1.8px solid #eee;
height:100%;
}
/*.  background-color. */
.lightt-bg{
    background-color:#F9F9F9;
}
/*. family-head. */
.family-head{
    font-size:24px; 
    color:#000;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 24px;
}
.member-position{
    font-size:12px; 
    color:#000;
    font-weight: 300;
}
.member-diescription{
    font-size:20px; 
    color:#6D6F72; 
    line-height:30px;
    text-align: justify;
}
.padding-x{
    padding-left: 60px !important;
    padding-right: 40px !important;
}
.contact-p{
    color: #6D6F72;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}
.icon-head{
    color:#1F2937;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
     }
.icon-pera{
    color: #6D6F72;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.anchor{
    color: #6D6F72;
}
.anchor:hover{
     color: #6D6F72;
}
.banner-alignment{
    background: #FCEFE1;
    padding: 100px 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* .form-control1::placeholder{
    font-size: .9rem !important;
} */
.form-input::placeholder{
    font-size: .9rem !important;
}
.send-us{
    font-size: 14px!important;
}
.contact-value{
    font-size: 16px !important;
}
.contact-main-heading{
    color: #111;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 24px;
}
.form-all-padding{
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.border-frame{
    width: fit-content;
    border: 9px solid #202020;
}
.border-frame-row{
    width: fit-content;
    border: 7px solid #202020;
}
.award1 .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 12px;
}
.award1 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: 'prev';
    font-size: 16px;
    background: #F08022;
    padding: 16px 20px;
    border-radius: 100px;
    color: #fff;
}
.award1 .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 12px;
}
.award1 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: 'next';
    font-size: 16px;
    background: #F08022;
    padding: 16px 20px;
    border-radius: 100px;
    color: #fff;

}
#carrier h3{
    color: #1A2740;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 25px;
}
#carrier p{
    font-size: 18px;
    color: #6D6F72;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 24px;
}
#carrier h6{
    color: #1A2740;
     font-size: 20px;
     font-weight: 400;
}
.career-section {
  padding: 80px 0;
  background: #ffffff;
}

.career-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #0f2c4d;
  margin-bottom: 20px;
}

.career-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0f2c4d;
  margin-top: 40px;
  margin-bottom: 15px;
}

.career-section p {
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.career-section ul {
  margin-top: 10px;
  padding-left: 20px;
}

.career-section ul li {
  font-size: 17px;
  color: #4b5563;
  margin-bottom: 10px;
}

.career-section strong {
  color: #0f2c4d;
}
#carrier h2:first-of-type {
margin-bottom: 18px;
font-size: 24px;
}
#carrier h3:first-of-type {
    margin-bottom: 10px;
    font-size: 24px;
}
#carrier h2:nth-of-type(3){
    margin-bottom: 10px;
    font-size: 20px;
}
#carrier h3:first-of-type(2) {
    margin-bottom: 10px;
    font-size: 20px;

}
#carrier h2:nth-of-type(2) {
    margin-bottom: 10px;
    font-size: 24px;
}
#carrier ul li {
    color:#6D6F72
}
.letter-spacing-1{
    letter-spacing: .2px;
}
.dropdown-menu-f:active{
    background-color: #fff9f4 !important;
}
.gallery-img{
    width: 275px !important;
    height: 350px !important;
}
/* Hide scrollbar but allow scrolling */
.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}