.page-title {
    position: relative;
    padding: 200px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c1f26;
    background-position: center;
}
.page-title .content-column {
    position: relative;
}
.page-title h1 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.inner-page .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #FFF;
    padding-right: 13px;
    margin-right: 4px;
}
.inner-page .bread-crumb li a {
    color: #fff;
    transition: .5s ease;
}
.inner-page .bread-crumb li:not(:last-of-type):before {
    position: absolute;
    content: '';
    background: #fff;
    width: 6px;
    height: 1px;
    top: 14px;
    right: 0px;
}
.page-title h1:after {
    position: absolute;
    content: '';
    background: #e22630;
    height: 2px;
    width: 75px;
    bottom: 0px;
    left: 0;
}
.page-title:before {
    position: absolute;
    content: '';
    background: #1c1f2661;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.header.fixed1 .logo.fixed_hdr_logo {
    display: none;
}
.header.fixed1 .logo.alt-logo {
    display: block;
}

.fixed1 .menu ul.menuList>li.productLi>a:before, .fixed .menu ul.menuList>li.productLi>a:before, .header.open .menu ul.menuList>li.productLi>a:before {
    background: url(../images/menuIcon.svg) left center no-repeat !important;
}

header.header.fixed1 .menu ul.menuList>li.productLi>a:before , header.header.fixed .menu ul.menuList>li.productLi>a:before{
     background: url(../images/menuIcon.svg) left center no-repeat !important;
}




.main-ttl{
    padding: 60px 12px 0;
    text-align: center;
}

.main-ttl span{
        color: #e22630;
        font-weight: 600;
}
.new-box .demo{
    display: flex;
    justify-content: space-between;
}

.overlay-section .textBox {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  position: absolute;
  z-index: 2;
  max-width: 500px;
}

.overlay-section .top-left {
  top: -60px;
  left: 0;
}

.overlay-section .bottom-right {
  bottom: -60px;
  right: 0;
}

.overlay-section .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 100px;
}



.overlay-section{
    margin-bottom: 60px;
}
.changingWord span {
  line-height: 1em;
  transition: transform 0.8s ease-in-out;
}
.changingWord {
  display: inline-block;
  height: 37px;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
}

.changingWord span {
  display: inline-block;
  animation: slideWords 8s infinite;
      font: 31px EurostarRegularExtended !important;
    letter-spacing: 5px;
  font-weight:400 !important;
  color:#e22630
}
.changingWord{
    display: inline-block !important;
  
}

@keyframes slideWords {
  0%   { transform: translateY(0%); }
  50%  { transform: translateY(-100%); }
  100% { transform: translateY(0%); }
}


.quality-sec .textBox.top-left{
    position: relative;
    padding: 0 30px;
    margin-bottom: 50px;
}

.quality-sec .textBox.top-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #e22630;
}

.quality-sec.homeAboutBox img {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.box-right {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    overflow: hidden;
}


.box-right:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.box-right h3 {
    position: relative;
    font-size: 24px;
    color: #e22630;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    z-index: 1;
}
.mtvar-new{
  margin: 100px 0 0 0;
}
/* Modern Certificate Card Styling - Only affects .certificate-card */
.certificate-card {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.certificate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.certificate-card:hover::before {
  opacity: 1;
  animation: borderGlow 2s infinite alternate;
}
/* Floating Badge Effect */
.certificate-card::after {
  content: "VIEW";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  background: rgba(255, 255, 255, 0.9);
  color: #363636;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.certificate-card:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* .enduse-section .textBox {
    padding: 30px;
} */

/* Catalog Base Styles */
.catalog-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.catalog-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

/* Hover Action Bar */
.hover-actions {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  padding: 15px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  opacity: 0;
}

.catalog-wrapper:hover .hover-actions {
  bottom: 0;
  opacity: 1;
}

/* Individual Icons with Delayed Animation */
.action-icon {
  color: #333;
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.catalog-wrapper:hover .action-icon:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.catalog-wrapper:hover .action-icon:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}

/* Animated Underline Effect */
.underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #d9232e;
  transition: width 0.3s ease;
}

.action-icon:hover .underline {
  width: 100%;
}

.action-icon:hover {
  color: #d9232e;
}

/* Title Styles */
.cata-cnt h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
  font-weight: 600;
}


.footprint-modern-section {
  position: relative;
}

.footprint-bg {

  position: relative;
}

.footprint-bg .bg-img{
    position: relative;
  padding: 100px;
    background: url('../images/about-sec/our_footprints.webp') no-repeat center center/cover;
}

.footprint-glass {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  animation: fadeUp 1s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}
.footprint-glass p {
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}
.img-process img{
  opacity: 0.5;
}

.tile-specs {
  overflow-x: auto;

}

.tile-specs-table {
  width: 100%;
  border-collapse: collapse;

min-width: 1000px;
  font-size: 14.5px;
  color: #333;
}

.tile-specs-table thead th {
  background: #f7f7f7;
  font-weight: 600;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
}

.tile-specs-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f1f1;
}

.tile-specs-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.tile-specs-table tbody tr:hover {
  background-color: #f0f8ff;
}

/* Base Card Styles */
.news-card {
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  gap: 30px;
  padding: 0;
  margin-bottom: 30px;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Image Container */
.news-card-image {
  position: relative;
  overflow: hidden;
  width: 30%;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.news-card:hover .news-img {
  transform: scale(1.05);
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-card:hover .news-overlay {
  opacity: 1;
}

/* Date Badge */
.news-date-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgb(226 38 48);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

/* Content Area */
.news-card-content {
  padding: 20px;
  width: 70%;
}

.news-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #666;
}

.news-category {
  background: #f0f0f0;
  padding: 3px 8px;
  border-radius: 4px;
}

.news-title {
  font-size: 24px;
  margin: 10px 0;
  color: #222;
  line-height: 34px;
}
.news-read-more {
  color: #e22630; /* initial color */
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.news-read-more .icon-arrow-right {
  margin-left: 6px;
  transition: transform 0.3s ease;
  display: inline-block;
  padding-top: 4px;
}

.news-read-more:hover {
  color: #100001; /* darker red on hover */
}

.news-read-more:hover .icon-arrow-right {
  transform: translateX(5px);
}


/* Read More Link */
.news-read-more {
  display: inline-flex;
  align-items: center;
  color: #d9232e; 
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  gap: 10px;
}

.arrow-icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.news-read-more:hover {
  color: #b51a24;
}

.news-read-more:hover .arrow-icon {
  transform: translateX(3px);
}
.catalogue_box h2{
  font-family: "EurostarRegularExtended" !important;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.video-section iframe {
  width: 100%;
  height: 560px;
  border: none;
}

/* Event Header */
.event-header {
  margin-bottom: 20px;
}

.event-date {
  display: block;
  color: #e22630; /* Earthy taupe */
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.event-header h2 {
  font-size: 42px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.inspiration-wrapper img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.inspiration-wrapper:hover img:nth-child(1) {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.inspiration-wrapper:hover img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.inspiration-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.inspiration-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
}






/* Sidebar */
.news-event-sidebar {
  padding-left: 50px;
}

.sidebar-section {
  margin-bottom: 40px;
}

.sidebar-section h3 {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-section h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #e22630;
}

.sidebar-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-section li {
  padding: 8px 0;
  border-bottom: 1px solid rgb(0 0 0 / 9%);
}

.sidebar-section li:last-child {
  border-bottom: none;
}

.sidebar-section li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 300;
  display: block;
}

.sidebar-section li a:hover {
  color: rgba(0,0,0,.6);
}

/* Recent Posts */
.recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recent-post-thumb {
  width: 80px;
  flex-shrink: 0;
}

.recent-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recent-post-content {
  flex-grow: 1;
}


.social-share {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgb(0 0 0 / 16%);
}

.social-share span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 25px;
}

.social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.social-share li {
  margin: 0;
}

.social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #e22630;
  text-decoration: none;
  border: 1px solid #e22630;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-share a:hover {
  background: #e22630;
  color: white;
  transform: translateY(-2px);
}
.calc-inner {
    background: #ffffff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.brdr-right-1 {
    border-right: 1px solid #e2e2e2;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.tile-calc-section label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.text-red{
  color: #e22630;
}
.tips-box{
  padding: 30px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.tileDiv {
    background: none repeat scroll 0 0;
    border: 1px solid gray;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.tileDiv div {
    background: #fff url("../images/about/tilePattern.png") repeat scroll -4px -4px;
    border: 1px solid #000;
    box-shadow: 0 0 8px 5px #fff;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}
.tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}
.horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}
.vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}
.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}
.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}
.tileDiv .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}
.tileDiv .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}
.calc-box .form-select{
  background-color: #fff;
}


.filter-dropdown {
  width: 240px;
  margin: 15px;

}

.filter-dropdown label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  color: #444;
  text-transform: uppercase;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select {
  width: 100%;
  padding: 12px 16px;
  border: none;
  background-color: #eee;
  font-size: 15px;
  appearance: none;
  border-radius: 4px;
  position: relative;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}

/* Dropdown arrow */
.custom-select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  pointer-events: none;
}

/* Optional: Style disabled option */
.custom-select option:disabled {
  color: #ccc;
}
.custom-select:focus-visible
{
  outline: none;
}



.custom-dropdown-wrapper label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e22630;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
}
.custom-dropdown-wrapper{
  margin-bottom: 20px;
}
.custom-dropdown {
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  border: 1px solid #ddd;

  background-color: #fff;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  cursor: pointer;
}

.custom-dropdown:focus {
  outline: none;
  border-color: #ddd;
  background-color: #fff;
}
.tile-card {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}

.tile-image {
  position: relative;
  overflow: hidden;
  display:block;
}

.tile-image img {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

.tile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
}

.tile-overlay-text {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#fff !important;
}
.tile-overlay-text p{
    color:#fff !important;
}
.tile-overlay-text span {
  display: block;
  margin-bottom: 8px;
}

.tile-card:hover .tile-overlay {
  opacity: 1;
}
.tile-image img{
  height: 400px;
  object-fit: contain;
  padding: 20px;
}
.tile-content {
  padding: 20px;
  background: #f6f6f6;
}

.tile-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}

.read-more {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
.read-more:hover{
  color:#e22630;
}
.read-more::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #e22630;
  margin-top: 4px;
  transition: width 0.3s ease;
}

.read-more:hover::after {
  width: 100%;
}
.main-slide{
  border: 1px solid #e2e2e2;
}
.main-slide img{
    height: 400px;
  object-fit: contain;
  padding: 20px;
  margin: 0 auto;
}
.thumb-slider .slick-slide{
  margin-right: 5px;
}
.thumb-slide{
    border: 1px solid #e2e2e2;
}
.thumb-slide img{
  height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
.tile-product-details {
  background: #fff;

  transition: all 0.3s ease;
}

.tile-title {
  font-size: 2rem;
  letter-spacing: 1px;
  color: #333;
  font-family: "EurostarRegularExtended" !important;
}

.subtitle {
  font-size: 0.16px;
  letter-spacing: 0.5px;
}

.tile-spec label {
  font-weight: 600;
  color: #888;
  display: block;
  margin-bottom: 4px;
}

.tile-spec span {
  color: #222;
  font-size: 16px;
}
.premium-card{
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      padding: 30px;
}


.action-box {
  background: #fff;
  display: block;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.action-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.action-icon-new {
  background: #f5f5f5;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #e22630;
}

.action-text {
  font-weight: 600;
  color: #222;
  position: relative;
  font-size:20px;
}

.action-text::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #e22630;
  margin: 6px auto 0;
}


.clean-card {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.clean-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.icon-circle {
  width: 65px;
  height: 65px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 32px;
  height: auto;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #e22630;
  margin-bottom: 20px;
}

.contact-link {
  font-size: 16px;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-link i {
  color: #e22630;
  margin-right: 6px;
}

.contact-link:hover {
  color: #e22630;
}

.location-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}


.custom-input {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: #e22630;
  box-shadow: none;
}
.enduse-image  img.p_tiles {
    position: absolute;
    bottom: -35px;
    max-width: 130px;
    right: -65px;
    box-shadow: rgb(0, 0, 0) 0px 10px 15px -9px;
    animation: 8s linear 0s infinite normal none running MoveUpDown;
}
.enduse-image {
  position: relative;
}
.enduse-sec-even .enduse-image  img.p_tiles {
    right: auto;
    left: -65px;
}
.imageAfter {

    width: 0;
    transition: 2s;
    overflow: hidden;

}
.imageBox {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
}
.imageBox img{
  height: 100%;
  object-fit: cover;
}
.img-relative:hover .imageAfter {
    width: 100%;
}
.img-relative{
  position: relative;
      overflow: hidden;
          width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
.imageBox.imageAfter img{
  height: 100%;
}
header.header {
    background: rgb(0 0 0 / 37%);
}
.application_box_new h3{
  font-size: 20px;
}
.sub-title{
  font-size: 20px;
}
.application_box_new{
  text-align: center;

}
.application_box_new .img-app {
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.application_box_new .img-app img{
      transition: 0.3s ease-in-out;
}
.application_box_new:hover .img-app img{
  scale: 1.1;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 30px;
  }
  50% {
    bottom: -40px;
  }
}
@media (max-width: 1400px) {
.component {
    display: flex;
    justify-content: end;
}
}
@media (max-width: 1200px) {
.component{
    padding-left:200px;
}
}
@media (max-width: 1199px) {
  .overlay-section .textBox {
    position: static;
    margin: 0 0;
    box-shadow: none;
  }
  .overlay-section .image-wrapper{
    padding: 0 12px;
  }
  .overlay-section .textBox{
    max-width: 100%;
    padding: 0;
  }
  .news-card-image {

    width: 50%;
}
}
@media (max-width: 1024px) {
header.fixed1 {
    background: #fff;
}
}
@media (max-width: 991px) {

    .mtvar-new {
    margin: 80px 0 0 0;
}
.brdr-right-1 {
    border-right:0;
}
  .news-event-sidebar {
    padding-left: 0px;
}
	.align > li {
		width: 100%;
		height: auto;
		margin: 0 0 60px 0;
	}

}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 34px;
}
  .mtvar-new {
    margin: 60px 0 0 0;
}

    .video-section iframe {
    height: 300px;
  }
  
  .event-header h2 {
    font-size: 28px;
  }

  .overlay-section .top-left,
  .overlay-section .bottom-right {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .footprint-bg .bg-img{
    padding: 30px 10px;
  }
    .news-card{
    flex-direction: column;
    gap: 0;
  }
    .news-card-image{
    width: 100%;
  }
  .news-card-content{
    width: 100%;
  }
  .enduse-sec-even .enduse-image img.p_tiles{
    left: auto;
    right: 0;
  }
.enduse-image img.p_tiles{
  right: 0;
}
.enduse-image img.p_tiles{
  max-width: 90px;
}
.primary_btn {
    padding: 12px;
    font-size: 14px;
}
.premium-card{
  padding: 20px;
}
.page-title {
    padding: 140px 0 100px;
}
.tile-title {
    font-size: 24px;
}
}
@media (max-width: 500px) {
.component{
    padding-left:10px;
}
}
.fluid-image-block {
    transform: rotateY(0deg) rotateX(0deg) scale(1.05);
    transform-style: preserve-3d;
    animation: flipme 30s linear infinite;
    background-position: 50%;
}

/* KEYFRAMES */
@keyframes flipme {
  0% {
    transform-origin: left center;
  }

  25% {
    transform-origin: bottom center;
  }

  50% {
    transform-origin: right center;
  }

  75% {
    transform-origin: top center;
  }

  to {
    transform-origin: left center;
  }
}
button.primary_btn{
    border:none;
}

/* Whatsapp css */

#notification {
    position: fixed;
    bottom: 65px;
    left: 20px;
    z-index: 9999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 280px;
    height: auto;
    padding: 20px;
}
#notification p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    line-height: 28px;
}
#notification a {
    color: #000 !important;
    font-weight: 600;
}
#notification table td {
    padding: 10px 0 10px 10px;
    vertical-align: middle;
}
.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
@media (max-width:1280px) {
    .whatsappicon {
        width: 40px;
        height: 40px;
    }
}
.whatsappicon img {
    max-width: 80%;
}
.tableimg {
    width: 60px;
    margin-right: 15px;
}
/* Whatsapp css */
