/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #d1d1d1;
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    /*overflow-x: hidden;*/
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.header_section {
    width: 100%;
    float: right;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.header_section_home {
    aspect-ratio: 16 / 6.4;
    padding-bottom: 200px;
    margin-bottom: 30px;
}

.header_bg {
    background: #252e2c;
    /*padding-bottom: 550px;*/
}


@media (max-width: 1112px) {
    .header_section_home {
        margin-bottom: 30px;
    }
    .header_section {
        width: 100%;
        float: right;
        background-image: url();
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-color: #252e2c;
    }



    .header-bg-image {
        position: absolute;
        top: 0;
        left: 5px;
        height: 100%;
        width: 100%;
        background-image: url('../images/banner-bg-mobile.png');
        background-size: contain; /* Show full image */
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: 1;
    }
}


.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 27%;
    float: left;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #ffffff !important;
    border-radius: 40px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f8ca29;
}

.navbar {
    padding: 30px 0px 30px 0px;
    z-index: 3;
}

.logo a {
    font-size: 28px;
    font-weight: bold;
    color: #fefefd;
    text-transform: uppercase;
    text-decoration: none;
}

.logo a span {
    color: #f5c729; /* Yellow highlight for last name */
}


.navbar {
    padding: 10px 0;
    background-color: transparent !important;
    box-shadow: none;
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 12px;
    color: #333;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #f5c729;
}

.quick_nav_section {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.nav-card-link {
    text-decoration: none;
    color: inherit;
}

.nav-card {
    position: relative;
    height: 260px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.nav-card-content {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.nav-card-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f5c729;
}

.nav-card-content p {
    font-size: 15px;
    margin-bottom: 0;
}

.nav-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}




/*=========================*/
/*  Offcanvas Navigation  */
/*=========================*/

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    padding: 30px 20px;
    transition: right 0.3s ease-in-out;
}

.offcanvas-menu.open {
    right: 0;
}

.offcanvas-nav {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
}

.offcanvas-nav li {
    margin: 20px 0;
}

.offcanvas-nav a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.offcanvas-nav a.active,
.offcanvas-nav a:hover {
    color: #f5c729;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    background: none;
    border: none;
    color: #111;
    cursor: pointer;
}

.navbar {
    padding: 15px 0;
    background-color: transparent;

}

.navbar-toggler {
    border: none;
    background: none;
    outline: none;
}

.navbar-toggler i {
    font-size: 15px;
    color: #333;
}

/*.navbar-toggler-icon {*/
/*    font-size: 15px;*/
/*    color: #333;*/
/*}*/

/* Hide Bootstrap nav links on mobile (since we're using custom menu) */
/*@media (max-width: 991.98px) {*/
/*    .navbar-collapse {*/
/*        !*display: none !important;*!*/
/*    }*/
/*}*/


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px 0px 200px 0px;

}

.banner_title_main {
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-top: 100px;

}

.banner_title {
    width: 150%;
    float: left;
    font-size: 3vw;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.1;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .banner_title_main {
        width: 47%;
        font-size: 5vw;
        word-wrap: break-word;
    }


}




.cursor {
    display: inline-block;
    background-color: transparent;
    color: #fefefd;
    font-weight: bold;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fefefd;
}

.social_icon {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
    z-index: 10;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {}

.social_icon li a {
    float: left;
    padding: 0px 0px;
    background-color: #b0b3b2;
    color: #252f2d;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.social_icon li a:hover {
    background-color: #ffffff;
    color: #252f2d;
}

.video_bt {
    width: 100%;
    float: left;
    padding-top: 120px;
    padding-left: 20px;
}

.play_icon img {
    width: 90px;
}

.play_icon {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: relative;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: #f5c729;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: initial;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.banner_title_main,
.social_icon {
    position: relative;
    z-index: 2;
}


.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
    width: 100%;
    background-position: center center;
    background-size: auto;
}

.carousel-inner,
.carousel-item {
    position: relative;
    z-index: 5;
    pointer-events: auto;
}


.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}

.cv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 3px 3px;
    border: 2px solid white;
    color: white;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s ease;
    margin-top: 5px;
    text-decoration: none;
}

/* Make CV button consistent with nav items */
.nav-item.cv-nav-item {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;


}



.cv-button:hover {
    background-color: white;
    color: #1a1a1a;
}

.cv-button .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.cv-button:hover .arrow {
    transform: translateX(5px);
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner>.carousel-item.carousel-item-next,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.carousel-item-prev,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.next.carousel-item-left,
.banner_section .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    ;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}


/*------------------------------- vertical carousel indicators ------------------------------*/

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
}

.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0fbdd7
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ffffff;
}


/* banner section end */

/* about me section start*/
.about_section {
    background-color: #f9f9f9;
}

.about_content h2 {
    font-weight: 700;
    font-size: 28px;
    color: #252f2d;
}

.about_content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.7;
}
/* about me section end*/

/* services section start */
.edu-card {
    display: flex;
    background-color: #e1e1e1;
    color: #222222;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}


.edu-logo {
    width: 80px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.edu-logo-large {
    width: 150px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}


.edu-content {
    flex: 1;
}

.edu-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.edu-divider {
    border: 1px solid #f5c729;
    width: 80%;
    max-width: 100%;
    margin: 8px 0;
}

.edu-duration {
    margin-bottom: 10px;
}

.edu-description {
    margin-bottom: 12px;
}

.edu-badge-link {
    text-decoration: none;
}

.edu-badge-link:hover .edu-badge {
    background-color: #e4e4e4; /* optional hover effect */
}

.edu-badge {
    border: 1px solid #333333;
    color: #333333;
    padding: 6px 15px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.tech-stack {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f0f0f0;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    color: #333;
}





.career_section {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #d1d1d1;
}

.career_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
}

.career_text {
    width: 100%;
    font-size: 24px;
    color: #343534;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.career_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.box_main {
    width: 100%;
    border-radius: 100%;
    border: 6px solid #f5c729;
    height: auto;
    padding: 70px 0px;
    box-shadow: 0px 0px 60px 0px #f0f0ef;
}

.app_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.app_icon_1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}

.box_main:hover .career_text {
    color: #f5c729;
}

.career_text.active {
    color: #f5c729;
}

.box_main:hover .app_icon_1 {
    display: block;
}

.box_main:hover .app_icon {
    display: none;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* services section end */


/* portfolio section start */
.portfolio-intro {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}


.portfolio_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.portfolio_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.portfolio_title_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.portfolio_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.btn_main {
    width: 100%;
    text-align: center;
}

.buy_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.buy_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #252525;
    background-color: #fefefd;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.buy_bt a:hover {
    color: #fefefd;
    background-color: #f5c729;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 0px;
    font-weight: bold;
    border-radius: 5px;
}

.seemore_bt a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* portfolio section end */

/* research section start */
.research-card {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.research-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #212529;
    text-align: left;
}

.research-role {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

.research-divider {
    border-top: 2px solid #3e412d;
    width: 80%;
    margin: 10px 0 20px;
}

.research-description,
.research-caption {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    text-align: left;
}


.research-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.research-badge:hover {
    background-color: #3399ff;
}


.research-title,
.research-role,
.research-description,
.research-list,
.research-image,
.research-badge {
    margin-left: 0;
    padding-left: 0;
}

.research-image {
    margin-bottom: 1.5rem;
}

.research-img {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}

.research-caption {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 0.5rem;
    font-family: 'Poppins', sans-serif;
}
.img-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.img-center img {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 70%;
    height: auto;
}




.research-list {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style-type: square;
}

.research-list li {
    margin-bottom: 8px;
}

.research-publication {
    margin-top: 20px;
    padding-top: 20px;
}

.research-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}

.research-publication .research-description em {
    font-style: italic;
}

.research-publication .research-description strong {
    color: #000;
}


/* research section end */


/* awards section start */

.awards-card {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    position: relative; /* Add this for absolute positioning of logos */
}

/* Position logos in top-right corner */
.awards-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.awards-logo img {
    max-width: 60px;
    height: auto;
    object-fit: contain;
}

/* Ensure content has proper spacing and doesn't overlap with logos */
.awards-content {
    padding-right: 80px; /* Add right padding to avoid logo overlap */
    width: 100%;
}

.awards-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    text-align: left;
    margin-bottom: 0.25rem;
}

.awards-note {
    font-size: 0.88rem;
    color: #666;
    margin-top: 0.25rem;
    line-height: 1.5;
    margin-left: 0;
}

.awards-date {
    margin-top: 0;
    font-size: 0.95rem;
    color: #555;
    margin-left: 0;
}

.awards-role {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

.awards-divider {
    border-top: 2px solid #3e412d;
    width: 80%;
    margin: 10px 0 20px;
}

.awards-description,
.awards-caption {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    text-align: left;
}

.awards-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.awards-badge:hover {
    background-color: #3399ff;
}

.awards-title,
.awards-role,
.awards-description,
.awards-list,
.awards-image,
.awards-badge {
    margin-left: 0;
    padding-left: 0;
}

.awards-image {
    margin-bottom: 1.5rem;
}

.awards-img {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}

.awards-caption {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.awards-img-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 3px;
    gap: 1rem;
}

.awards-img-center img {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 60%;
    height: auto;
}

.awards-wrapper {
    max-width: 60%;
    margin: 0 auto 1rem auto;
}

.awards-list {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style-type: square;
}

.awards-list li {
    margin-bottom: 8px;
}

.awards-publication {
    margin-top: 20px;
    padding-top: 20px;
}

.awards-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}

.awards-publication .awards-description em {
    font-style: italic;
}

.awards-publication .awards-description strong {
    color: #000;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .awards-content {
        padding-right: 20px; /* Reduce right padding on mobile */
    }

    .awards-logo {
        position: static; /* Reset to normal flow on mobile */
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .awards-logo img {
        max-width: 50px;
    }

    .awards-img-center {
        flex-direction: column;
        gap: 1rem;
    }

    .awards-img-center img {
        max-width: 80% !important;
    }

    .awards-wrapper {
        max-width: 100% !important;
    }
}

/* award section end */

/* blog section start */

.blog_box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;
}

.readmore_bt_1 a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.readmore_bt_1 a:hover {
    background-color: #0056b3;
}


.blog_section {
    position: relative;
    background-image: url(../images/blog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 300px 0;
    z-index: 1;
}


.blog_content_wrapper {
    background-color: #d1d1d1;
    padding: 50px 0;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
}


.blog_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.blog_title_1 {
    color: #fefefd;
    border-bottom: 5px solid #fefefd;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin: 0px;

}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #3e412d;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.blog_img_1 {
    position: relative;
    height: 26rem;
    background-image: url(../images/blog_hl7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
}

.blog_img_2 {
    position: relative;
    height: 26rem;
    background-image: url(../images/blog_RL.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
}

.blog_img_3 {
    position: relative;
    height: 26rem;
    background-image: url(../images/blog-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
}

.blog_img_1,
.blog_img_2,
.blog_img_3 {
    height: 19rem;
}


.date_text {
    width: 160px;
    margin: 0 auto;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0px;
    background-color: #f5c729;
}

.prep_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    margin: 0;
    line-height: 1.4;
    text-align: left;

    display: inline-block;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
}


.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #353534;
    margin: 0px;
    padding: 20px 20px;
    font-weight: 500;
}

.readmore_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt_1 a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt_1 a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.contact_title_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #414140;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 11px 20px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #414140;
}

.massage-bt {
    color: #414140;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 40px 20px 0px 20px;
    height: 110px;
    margin-top: 20px;
}

textarea#comment.massage-bt::placeholder {
    color: #414140;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #fa7e23;
    padding: 14px;
    margin-top: 40px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* contact section end */


/* project box section start */

.project_box {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    height: auto;
    padding: 40px 0px;
}

.project_main {
    width: 100%;
    display: flex;
}

.hire_text {
    width: 100%;
    font-size: 30px;
    color: #252f2d;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 8px;
}

.callnow_bt {
    width: 200px;
    float: right;
    text-align: right;
}

.callnow_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #fefefd;
    background-color: #fa7e23;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* project box section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
    padding: 60px 0px 45px 0px;
}

.location_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
}

.location_text li a {
    float: left;
    font-size: 20px;
    color: #fefefd;
    margin: 0px 10px;
    background-color: #3e412d;
    padding: 12px 0px;
    border-radius: 100%;
    width: 60px;
    text-align: center;
}

.location_text li a:hover {
    color: #252f2d;
    background-color: #fefefd;
}




.site_footer_dark {
    background-color: #252f2d;
    color: #ddd;
    padding: 60px 20px 30px 20px;
    border-top: 1px solid #2b2b2b;
    float: left;
    width: 100%;

}

.footer_item {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer_text {
    font-size: 17px;
    color: #ccc;
    font-weight: 500;
    word-break: break-word;
    white-space: normal;
}

.footer_label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.social_circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    border-radius: 50%;
    background: #fff;
    color: #151515;
    transition: background 0.3s ease, color 0.3s ease;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
}

.social_circle img {
    width: 20px;
    height: 20px;
    display: block;
}

.social_circle:hover {
    background: #777;
    color: #fff;
}

.footer_credits {
    font-size: 14px;
    color: #777;
    margin-top: 30px;
}




/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5c729;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.margin_90{
    margin: 90px 0px;
}
