/*
Theme Name:   Hello Elementor Child
Description:  Child theme for Hello Elementor
Author:       Your Name
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* page speed css starts   */
/* ============================================
   ICON FONT DISPLAY FIX
   font-display:swap prevents render blocking
   ============================================ */

/* IcoFont */
@font-face {
  font-family: 'IcoFont';
  src: url('/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icofont.woff2') format('woff2'),
       url('/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icofont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* IcoMoon — add woff2 first if file exists */
@font-face {
  font-family: 'IcoMoon';
  src: url('/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Iconic */
@font-face {
  font-family: 'iconic';
  src: url('/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Material Design Icons */
@font-face {
  font-family: 'Material Design Icons';
  src: url('/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/materialdesignicons-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ElementsKit */
@font-face {
  font-family: 'elementskit';
  src: url('/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff2') format('woff2'),
       url('/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Conficont */
@font-face {
  font-family: 'Conficont';
  src: url('/wp-content/fonts/conficont.woff2') format('woff2'),
       url('/wp-content/fonts/conficont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   CLS PREVENTION — Fixed version
   Forces browser to reserve space before load
   ============================================ */

/* Prevent layout shift on images without explicit dimensions */
.elementor-widget-image .elementor-image img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

/* Gallery items — reserve space */
.elementor-widget-image-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Accreditation/ranking logos — fixed size prevents shift */
.elementor-widget-image-carousel img {
  min-height: 60px;
  object-fit: contain;
}

/* Hero section — prevent layout shift during load */
.hero-swiper {
  min-height: 400px;
  background: #1a1a2e;
}

@media (min-width: 768px) {
  .hero-swiper {
    min-height: 500px;
  }
}

/* Navigation — prevent shift when fonts load */
.elementor-nav-menu--main {
  min-height: 70px;
}

/* Prevent CLS from lazy-loaded images */
img[loading="lazy"] {
  min-height: 1px;
}

/* ============================================
   GALLERY ACCESSIBILITY FIX
   ============================================ */
.e-gallery-item {
  position: relative;
}

.e-gallery-item::after {
  content: 'View image';
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/* Reserve space for accreditation logos to prevent CLS */
.rankings-section img,
.accreditation-logos img {
    width: 170px;
    height: 166px;
    object-fit: contain;
}
/* page speed css ends  */


@media (max-width: 1024px) {
  /* Force all submenu content visible */
  li.menu-item-has-children.mob-open > ul.elementskit-dropdown,
  li.menu-item-has-children.mob-open > div.elementskit-megamenu-panel {
    max-height: 2000px !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    pointer-events: all !important;
  }

  /* Force submenu items visible */
  li.menu-item-has-children.mob-open > ul.elementskit-dropdown li,
  li.menu-item-has-children.mob-open > ul.elementskit-dropdown a,
  li.menu-item-has-children.mob-open > div.elementskit-megamenu-panel * {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    color: #333 !important;
  }
}
.elementor-218 .elementor-element.elementor-element-53b2074 .elementor-heading-title {
    padding-top: 30px;
	padding-bottom: 30px;}
.home-gp .elementor-icon-list-item a {
    pointer-events: none;
    cursor: default;
}
/* ===== MOBILE PERFORMANCE IMPROVEMENTS ===== */
@media (max-width: 768px) {
  .npf_chatbots,
  #__eechatIcon,
  .indicator,
  .whatsup-app,
  .elementor-element-a863245 {
    display: none !important;
  }
}

/* mbucet tabel css starts  */

.mbu-result-box{
  max-width: 560px;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.mbu-result-title{
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-bottom: 1px solid #000;
  background: #f8f8f8;
}

.mbu-result-table{
  width: 100%;
  border-collapse: collapse;
}

.mbu-result-table th,
.mbu-result-table td{
  border: 1px solid #000;
  padding: 8px 12px;
  font-size: 14px;
}

.mbu-result-table th{
  width: 45%;
  background: #f5f5f5;
  text-align: left;
  font-weight: 600;
}

.not-qualified{
  color: #c00000;
  font-weight: 600;
}

.mbu-check-another{
  padding: 10px;
  text-align: center;
}

.mbu-check-another a{
  color: #b00020;
  font-weight: 600;
  text-decoration: underline;
}




.mbu-result-wrapper td {
    padding: 12px 16px;
    font-size: 16px;
}


.elementor .results-container {
    max-width: 600px;
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1240px) {
    .elementor .elementor-widget-container {
        padding: 0 !important;
    }

    .elementor .results-container {
        width: 80%;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .elementor .elementor-widget-container {
        padding: 0 !important;
    }

    .elementor .results-container {
        width: 100%;
        padding: 10px;
      margin: 20px 10px;
    }
}
        .results-title {
            color: #9b1c1f;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .form-group {
            text-align: left;
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 18px;
            margin-bottom: 6px;
            color: #333;
        }

        .required {
            color: red;
        }

        .form-control {
            width: 100%;
            padding: 10px 12px;
            font-size: 18px;
            border: 1px solid #cfcfcf;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .submit-btn {
            background-color: #333;
            color: #fff;
            padding: 10px 24px;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
        }

        .submit-btn:hover {
            background-color: #111;
        }

        .forgot-text {
            margin-top: 18px;
            font-size: 14px;
            color: #333;
        }

        .forgot-text a {
            color: #c82333;
            text-decoration: none;
            font-weight: 600;
        }

        .forgot-text a:hover {
            text-decoration: underline;
        }

/* mbucet tabel css ends  */
.homevents .skin-default .bdt-event-content
 {
    padding:10px 10px 5px 15px;
}

.elementor-posts .elementor-post {
  margin-bottom: 0px;
}
.icon-box img {
    height: 300px !important;
    object-fit: cover; 
    width: 100%;
}
.icon-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.event-container {
            margin: 20px 0;
        }

        .event-row {
            display: flex;
            flex-wrap: wrap;
        }

        .event-column {
            flex: 1;
            min-width: 150px;
            padding: 10px;
        }

        .event-title {
            font-weight: bold;
            font-size: 1.2em;
        }

        .event-date a {
					font-size: 20px;
            color: #D10910;
            text-decoration: none;
        }

        .event-date a:hover {
            text-decoration: underline;
        }

        @media (max-width: 576px) {
            .event-row {
                flex-direction: column;
                align-items: center;
            }

            .event-column {
                text-align: center;
                padding: 10px 0;
            }

            .event-title {
                font-size: 1em;
            }

            .event-date a {
                font-size: 1em;
            }
        }
ul{
	margin-bottom: 20px;
}
.sjb-col-md-12.div-create-job {
	display: flex;
	justify-content: space-between;
}
.sjb-wrap .button.button-primary{
	    background-color: #3b3a3c !important;
    color: #ffffff !important; 
}
.sjb-wrap .button.button-primary:hover{
	    background-color: #ffffff !important;
    color: #3b3a3c !important; 
	border:1px solid #3b3a3c !important; 
}

@media (max-width: 428px) {
    .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 2px 10px;
    }
}
#students-feedback-and-survey {
	display: none;
}
/* === HIDE 'Tags :' HEADING IN ALL POSTS === */
/* .single-post h5.elementor-heading-title,
.single-post .elementor-widget-heading .elementor-heading-title {
  display: none !important;
} */
.single-post h5.elementor-heading-title {
  display: none !important;
}

/* (Optional) If your Tags wrapper div uses a unique ID from Elementor, hide it too */
.single-post .elementor-element-1f23b37 {
  display: none !important;
}

.elementor-kit-125 h4 {
	margin-top: 20px !important;
}
.elementor-149 .elementor-element.elementor-element-4ee543f4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    z-index: 9999;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    min-width: 220px;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu li a {
    font-family: "Oxygen", Sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 12px 18px;
    color: #000000;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e0e0e0; 
    transition: all 0.3s ease-in-out;
    display: block;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu li a:hover {
    color: #fff !important;
    background-color: var(--e-global-color-f2fe829) !important;
    border-color: var(--e-global-color-f2fe829);
}


@media (max-width: 1024px) {
    .main {
      flex-direction: column !important;
    }
  }


@media screen and (max-width: 567px) {
  .tablepress {
    border: 0;
  }

  .tablepress thead {
    display: none;
  }

  .tablepress tr {
    display: block;
    margin-bottom: 1rem;
  }

  .tablepress td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 50%;
  }

  .tablepress td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }
}
.custom-social-profiles strong {
	color: #000;
	font-size:16px;
	font-weight: 600;
}
.custom-social-profiles a {
  margin-right: 10px;
  color: #0073aa;
  text-decoration: none;
}
.custom-social-profiles a:hover {
  text-decoration: underline;
}


.elementor-element-29ceb12a {
	display: none;
}
.eael-advance-tabs .eael-tabs-nav>ul li:hover, .eael-advance-tabs .eael-tabs-nav>ul li.active {
    background-color: #fecc16 !important;
}

h3.wp-block-heading{
	margin-top:20px;
	    font-size: 22px;
}
.site-main.post-16601 {
	margin-bottom:5%;
}
.elementor-149 .elementor-element.elementor-element-821747 {
	margin:8px 0px;
}
.elementor-149 .elementor-element.elementor-element-4ee543f4 .elementor-column {
	margin-bottom:0px;
}
.elementor-218 .elementor-element.elementor-element-9340a06 .elementor-post__text {
    margin-top: 20px;
    height: 240px;
}

.elementor-4711 .elementor-element.elementor-element-43ac55a0 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 14px;
}

.sm-table table {
  width: 100%;
  border-collapse: collapse;;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.sm-table table thead tr th:nth-child(1),
.sm-table table tbody tr td:nth-child(1) {
  padding-left: 20px;
  text-align: center;
}
.sm-table table td {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  color: #333;
}

.sm-table .row-1 td {
  background-color: #1cbcff;
  color: #333;
  font-weight: 600;
	pointer-events: none; 
}
/* .sm-table .row-1 td,
.sm-table .row-2 td {
  background-color: #1cbcff;
  color: #333;
  font-weight: 600;
	pointer-events: none; 
} */


.sm-table tr:last-child td {
  background-color: #e0f3fb;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sm-table table {
    font-size: 13px;
  }

  .sm-table table td {
    padding: 8px 10px;
  }
}

.tribe-events-notices, .tribe-events, .tribe-events-single-section{
		display:none;
}
/* .elementor-posts .elementor-post {
	margin-bottom:40px;
} */
.elementor-6886 .elementor-element.elementor-element-9acc366 .elementor-post__text {
    margin-top: 10px;
    height: 160px;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
    width: calc(100% + 1px);
    height: 240px;
}
.tribe-events-single {
	margin-bottom:80px;
}
.tribe-events-content figcaption {
    margin: 10px 0px 30px !important;
}
.ad-footer {
	border: none !important;
    background: transparent !important;
	padding: 0px !important;
	margin:0px !important;
}
.ad-footer  .elementor-column {
		border: none !important;
    background: transparent !important;
	padding: 0px !important;
	margin:0px !important;
}
.ad-none {
	display:none;
}
.d-none {
		display:none;
}
.page-header {
		display:none;
}
.elementor-section {
	margin-bottom:20px;
}
.elementor-column {
	padding-right: 20px;
	    margin-bottom: 20px;
}
.rank-sec .profile-body .profile-designation {
	height: 80px;
}
.faculty-sec .elementor-widget:not(:last-child) {
    margin-block-end: 0px;
}
/* table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background: none;
} */
table td, table th {
	border: none;
}
table thead {
	text-align:left;
  background-color: #e0e0e0; /* Light gray background */
}
table thead tr th:nth-child(1), table tbody tr td:nth-child(1) {
    padding-left: 20px; /* Adjust the padding value as needed */
}
.eael-tabs-content {
	    border: 2px solid #ffcb30;
}
table td, table th {
  border-bottom: 1px solid #ddd !important;
}
table {
	border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden; /* Optional, helps round corners inside */
 background: #fff;
	border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
		border-top:1px solid #ddd;
}
@media (max-width: 769px) {
    .npf_chatbots {
        border-radius: 0;
        height: 100%;
        right: 0;
        width: 90% !important;
    }
}
.elementor-479 .elementor-element.elementor-element-7e8a44c1:not(.elementor-motion-effects-element-type-background), .elementor-479 .elementor-element.elementor-element-7e8a44c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: cover;
    background-position: center center;
    animation: shrink 12s infinite alternate;
}

.elementor-429 .elementor-element.elementor-element-7e8a44c1:not(.elementor-motion-effects-element-type-background), .elementor-429 .elementor-element.elementor-element-7e8a44c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: cover;
    background-position: center center;
    animation: shrink 12s infinite alternate;
}

@keyframes shrink {
  0% {
    background-size: 130%;
  }
  100% {
    background-size: 100%;
  }
}

@media screen and (min-width: 750px) {
.elementor-473 .elementor-element.elementor-element-7e8a44c1:not(.elementor-motion-effects-element-type-background),
.elementor-473 .elementor-element.elementor-element-7e8a44c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: cover;
    background-position: center center;
    animation: shrink 10s infinite alternate;
}
}

/* html {
    font: Libre Baskerville, 'sans-serif' !important;
} */
.npf_chatbots {
  position: fixed !important;
  z-index: 999999 !important;
  bottom: 0 !important;
  right:60px !important;
  pointer-events: auto !important;
  transform: translateZ(1px); /* enforce GPU layering */
}
.elementor-element-a863245 {
pointer-events: none !important;
}
/* Only enable pointer-events when hovered */
.elementor-element-a863245:hover {
  pointer-events: auto !important;
}
.adm-button {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.indicator {
	width: 180px !important;
}
#__eechatIcon {
    right: 60px !important;
	bottom: 25px !important;}
/*14/10/2024*/
.sjb-wrap .sjb-login .login-secure {
    display: none;
}
.sjb-search-keywords.col-md-12.col-xs-12,
.sjb-search-categories.col-md-3.col-xs-12,
.sjb-search-job-type.col-md-3.col-xs-12,
.sjb-search-location.col-md-3.col-xs-12,
.sjb-search-button.col-md-3.col-xs-12
{
	width:50% !important;
}
.site-main {
	margin-bottom: 10%;
}
.fjp-job-feature-icon.iconpicker-element.iconpicker-input{
	display:none;
}
.input-group-addon {
		display:none;
}
.header-margin-top.sjb-job-info {
direction: ltr !important;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i{
        display: none !important;
}

.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date, .sjb-page .list-data .v2 .job-type, .sjb-page .list-data .v2 .job-location, .sjb-page .list-data .v2 .job-date {
    color: #373435 !important;

}


    .sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 {
    color: #000000 !important;
    font-size: 15px !important;
    width: 30%;
    font-weight: 600;
}
.sjb-page .sjb-detail .list-data .v2 h3 {
    font-size: 20px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p {
    margin-left: 35px;
    font-size: 15px;
    margin-bottom:0px;
}
.sjb-page .job-features .sjb-title-value {
    display: flex;
    align-items: center;
justify-content: start; 
}
.sjb-page .btn {
	font-size:16px;
	font-weight:900;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
    font-size: 14px;
    height: 28px;
    top: 5px;
}
.sjb-page .sjb-detail {
	margin-top: 0px;
}
.page-header .entry-title {
    padding-top: 6%;
    font-size: 30px;
}
h1.entry-title {
	color: #b5070d !important;
}
.sjb-page .list-data .v2 .header-margin-top {	
	margin-top: 0px;
}
    
@media (min-width: 992px) {
	.sjb-form-group.sjb-row .col-md-3{
	width:50% !important;
}
    .sjb-page .col-md-3 {
        width: 100% !important;
    }
    .form-box .col-md-3 {
    width: 25% !important;
}
.jobpost-form .col-md-3 {
    width: 25% !important;
}
	

}

@media (max-width: 428px){
	.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
		padding:4px 10px;
	}
	.elementor-149 .elementor-element.elementor-element-14e0092 .elementor-nav-menu .elementor-item {
		    font-size: 11px;
	}
.sjb-search-keywords.col-md-12.col-xs-12 {
	width:100%;
}
}
.whatsup-app {
    position: fixed;
    bottom: 15%;
    right: 2%;
    z-index: 999;
}
.whatsup-app a img {
    width: 40px;
    height: 40px;
}

 .elementskit-megamenu-panel {
    top: 60px !important;
    width: 850px !important;
} 

/* 
#popup_form {
	display:none;
} */


/* ===== CLS reduction for header + hero ===== */

/* Reserve header space */
.elementor-149 .elementor-element.elementor-element-4ee543f4 {
  min-height: 90px;
  position: relative;
}

/* Prevent columns inside header from changing height */
.elementor-149 .elementor-element.elementor-element-4ee543f4 .elementor-column,
.elementor-149 .elementor-element.elementor-element-4ee543f4 .elementor-widget-wrap {
  min-height: 90px;
  align-items: center;
}

/* Reserve menu item line height */
.elementor-nav-menu--main .elementor-nav-menu > li > a,
.elementor-nav-menu--main .elementor-nav-menu > li > a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu > li > a:focus,
.elementor-nav-menu--main .elementor-nav-menu > li > a:hover {
  line-height: 1.2;
  min-height: 44px;
  display: flex;
  align-items: center;
}


/*starting hero section css here */
/* Slider Container starts */

/* ---- Container / Sizing ---- */
.hero-swiper {
  width: 100%;
  height: 800px;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* ---- Zoom wrapper ---- */
.zoom-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.zoom-inner {
  width: 100%;
  height: 100%;
  animation: zoomInOut 12s ease-in-out infinite;
  will-change: transform;
}

.zoom-inner picture,
.zoom-inner img {
  display: block;
  width: 100%;
  height: 100%;
}

.zoom-inner img {
  object-fit: cover;
}

@keyframes zoomInOut {
  0% { transform: scale(1.08); }
  50% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

/* ---- Overlay ---- */
.hero-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.45));
  z-index: 1;
  pointer-events: none;
}

/* ---- Captions ---- */
.hero-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 17%;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  font-family: "Libre Baskerville", serif;
  box-sizing: border-box;
  min-height: 100%;
}

.hero-caption h1,
.hero-caption h2,
.hero-caption p,
.hero-caption .hero-btn {
  opacity: 1;
}

.hero-caption h1 {
  color: #FECC16 !important;
  font-size: 54px;
  line-height: 1.1;
  margin: 0 0 20px;
  min-height: 60px;
}

.hero-caption h2 {
  color: #fff !important;
  font-size: 48px;
  line-height: 1.15;
  margin: 0 0 22px;
  min-height: 110px;
}

.hero-caption p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
  max-width: 800px;
  min-height: 70px;
}

.hero-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  background: #FECC16;
  color: #fff;
  transition: background .3s ease, color .3s ease;
  min-height: 48px;
}

.hero-btn:hover {
  background: #B0070D;
  color: #fff !important;
}

/* ---- Caption animation ---- */
.hero-caption .ani {
  opacity: 0;
  transform: translateY(26px);
  animation: dropFade .9s forwards ease;
}

.hero-caption .ani.h1 { animation-delay: .25s; }
.hero-caption .ani.h2 { animation-delay: .5s; }
.hero-caption .ani.p  { animation-delay: .75s; }
.hero-caption .ani.btn{ animation-delay: 1s; }

@keyframes dropFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Nav Arrows ---- */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: background .3s ease;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  background: rgba(0,0,0,.8);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 18px !important;
}

.hero-swiper .swiper-button-prev {
  left: 40px !important;
}

.hero-swiper .swiper-button-next {
  right: 40px !important;
}

/* ---- Pagination ---- */
.hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #c00;
}

/* ---- Stability ---- */
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide,
.zoom-wrapper,
.zoom-inner,
.zoom-inner picture,
.zoom-inner img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .hero-swiper {
    height: 650px;
    min-height: 650px;
  }

  .hero-caption {
    padding: 0 12%;
  }

  .hero-caption h1 {
    font-size: 42px;
  }

  .hero-caption h2 {
    font-size: 34px;
  }

  .hero-caption p {
    font-size: 20px;
    line-height: 28px;
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .hero-swiper {
    height: 420px !important;
    min-height: 420px !important;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next,
  .hero-swiper .hero-desktop-nav {
    display: none !important;
  }

  .hero-swiper .hero-desktop-only {
    display: none !important;
  }

  .zoom-inner {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  .zoom-wrapper,
  .zoom-inner,
  .zoom-inner picture,
  .zoom-inner img {
    transform: none !important;
  }

  .hero-caption {
    padding: 0 14%;
  }

  .hero-caption h1,
  .hero-caption h2,
  .hero-caption p,
  .hero-caption .hero-btn {
    animation: none !important;
    transition: none !important;
  }

  .hero-caption h1 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
    min-height: 38px;
  }

  .hero-caption h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    min-height: 52px;
  }

  .hero-caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: 60px;
  }

  .hero-caption .hero-btn {
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .hero-swiper .swiper-wrapper {
    transform: none !important;
  }

  .hero-swiper .swiper-slide {
    width: 100% !important;
  }
}
/* Slider Container close */
/*starting hero section css ends here */