body
{
	font-family: "Owners", Sans-serif !important; 
}
html {
  scroll-behavior: smooth;
}
.home-about-section h2.elementor-heading-title span
{
	font-weight:500;
	font-size: 94px !important;
}
.s-home-why .owce-carousel-container,
.home-industries-section .owce-carousel-container,
.s-about-certificates .owce-carousel-container
{
	 padding: 0;
}
.s-home-why .owl-stage
{
	display:flex;
}
.s-home-why .owl-stage .owl-item .item
{
	height:100%;
}
.s-home-why .owl-stage .owl-item h3
{
	margin-bottom:0;
}
.s-home-why .owl-nav,
.home-industries-section .owl-nav
{
	  position: absolute;
    top: -90px;
    right: 20px;
}
.home-industries-section .owl-nav
{
	top:-165px;
}
.s-about-certificates .owl-nav
{
	  position: absolute;
	  right: 46%;
	  bottom: 0;
}
.s-home-why .owl-prev i,
.s-home-why .owl-next i,
.home-industries-section  .owl-prev i,
.home-industries-section .owl-next i,
.s-about-certificates .owl-next i,
.s-about-certificates  .owl-prev i
{
	display:none;
}
.s-home-why .owl-prev::after,
.home-industries-section .owl-prev::after,
.s-about-certificates .owl-prev::after
{
	content:"";
	position:absolute;
	top:0;
	right:30px;
	width:60px;
	height:60px;
	background-image:url('https://sanatancable.com/wp-content/uploads/2026/02/previous-arrow.png');
	background-size:contain;
	background-repeat:no-repeat;
}
.s-home-why .owl-next::after,
.home-industries-section .owl-next::after,
.s-about-certificates .owl-next::after
{
	content:"";
	position:absolute;
	top:0;
	right:10px;
	width:60px;
	height:60px;
	background-image:url('https://sanatancable.com/wp-content/uploads/2026/02/next-arrow.png');
	background-size:contain;
	background-repeat:no-repeat;
}
.home-product-box {
  overflow: hidden;
}

.home-product-img {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.home-product-box:hover .home-product-img {
  opacity: 1;
  transform: scale(1.1);
}
.home-product-box:hover h3 a
{
	color:#27519E !important;
}
.home-industries-section .ind-box h3
{
	color:#27519E;
	font-weight:400;
	font-size:30px;
	position:relative;
}
.home-industries-section .ind-box h3::after
{
	content:"";
	position:absolute;
	right:0;
	background-image:url('https://sanatancable.com/wp-content/uploads/2026/02/down-arrow.png');
	width:40px;
	height:40px;
	background-size:contain;
	top:0;
}
.home-industries-section .ind-box  p
{
	color:#000000;
	font-size:20px;
}
.contact-enquiry-form .field-group
{
	display:flex;
	gap: 60px;
	margin-bottom:30px;
}
.contact-enquiry-form .field-group .form-field input,.contact-enquiry-form .field-group .form-field select
{
	width:100%;
	border:0;
	border-bottom:1px solid #000000;
	border-radius:0;
	padding-left:0;
	font-size:25px;
	font-family: "Owners", Sans-serif;
}
.contact-enquiry-form .field-group .form-field input::placeholder,
.contact-enquiry-form .field-group .form-field select,
.contact-enquiry-form .field-group .form-field label,
.contact-enquiry-form .field-group .form-field input,
.contact-enquiry-form .field-group .form-field p
{
	color:#BABABA;
	font-size:25px;
	font-family: "Owners", Sans-serif;
	letter-spacing:2px;
}
.contact-enquiry-form  .upload-cv label
{
	margin-bottom:12px;
}
.contact-enquiry-form  .select-position
{
	margin-top:25px;
}
.contact-enquiry-form .field-group  .form-field
{
	flex: 1;
}
.contact-enquiry-form .field-group .form-field input:focus,
.contact-enquiry-form .field-group .form-field input:hover,.contact-enquiry-form .field-group .form-field select:hover,.contact-enquiry-form .field-group .form-field select:focus
{
	outline:unset;
}
.contact-enquiry-form .field-group-btn .wpcf7-submit
{
	background-color: #27519E;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 15px 60px;
    font-size: 22px;
    font-weight: 500;
	  font-family: "Owners", Sans-serif;
}
.fw-omedium
{
	font-weight: 500;
	  font-family: "Owners", Sans-serif;
}
.contact-enquiry-form .field-group-btn .wpcf7-submit:hover
{
	background-color:#ED1C24;
}
.s-product-color .elementor-image-box-title
{
	display: inline-block;
    border: 1px solid #D9D9D9;
    padding: 5px 20px;
    border-radius: 10px;
}
.s-contact-tab .e-n-tabs-heading
{
	border-bottom:1px solid #BABABA;
}

/* Target your select */
.s-contact-tab .select-position select {
  appearance: none;        /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('https://sanatancable.com/wp-content/uploads/2026/02/Group-26.png'); /* your arrow image */
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 40px;

  padding-right: 35px; /* space for arrow */
  cursor: pointer;
}

/* Optional: wrap for positioning */
.s-contact-tab .select-position {
  position: relative;
}

/* For IE old fallback (optional) */
.s-contact-tab .select-position select::-ms-expand {
  display: none;
}

    /* Container */
.recent-articles {
  padding: 40px 0;
}


/* Grid Layout */
.recent-articles .articles-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT SIDE */
.recent-articles .article-text {
  flex: 1;
}

.recent-articles .label {
  color: #27519E;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 36px;
}

.recent-articles .title a {
  font-size: 36px;
  line-height: 1.25;
  color: #27519E;
  margin: 0 0 16px;
  font-weight: 400;
}

.recent-articles .excerpt {
  color: #A3A3A3;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.recent-articles .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 26px;
}

.recent-articles .read-more .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 14px;
}

/* RIGHT IMAGE */
.recent-articles .article-image {
  flex: 1.5;
}

.recent-articles .article-image {
  width: 100%;
}
.article-image a {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 10;   /* change ratio here */
  overflow: hidden;
  border-radius: 12px;
}

.recent-articles .article-image img {
  width: 100%;
  height: auto;
  object-fit: cover;   /* crop to fill */
  display: block;
  object-position: center;
}

/* TABLET */
@media (max-width: 992px) {
.recent-articles  .title {
    font-size: 24px;
  }
.recent-articles  .articles-grid {
    gap: 24px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
.recent-articles  .articles-grid {
    flex-direction: column;
  }

.recent-articles  .article-text {
    order: 2;
  }

.recent-articles  .article-image {
    order: 1;
  }

.recent-articles  .title {
    font-size: 22px;
  }
}


.sanflex-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.sanflex-blog-grid .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}

.sanflex-blog-grid .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sanflex-blog-grid .card-image {
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 14px;
}

.sanflex-blog-grid .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.sanflex-blog-grid .card-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 1px;

}
.sanflex-blog-grid .card-title a:hover
{
	text-decoration: none !important;
}
.sanflex-blog-grid .card-title a {
  color: #27519E;
  text-decoration: none;
}

.sanflex-blog-grid .card-title a:hover {
  text-decoration: underline;
}

.sanflex-blog-grid .card-excerpt {
  font-size: 16px;
  color: #767676;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.sanflex-blog-grid .card-meta {
  margin-top: auto; /* 🔥 pushes meta to bottom */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
}

.sanflex-blog-grid .read-more {
  color: #000000;
  text-decoration: none;
}

.sanflex-blog-grid .read-more .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 8px;
}

.sanflex-blog-grid .post-date {
  color: #444;
}

.sanflex-pagination {
  margin-top: 40px;
  text-align: center;
}

.sanflex-pagination a,
.sanflex-pagination span {
  margin: 0 6px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #1f4fa3;
}

.sanflex-pagination .current {
  background: #1f4fa3;
  color: #fff;
  border-color: #1f4fa3;
}

/* Responsive */
@media (max-width: 992px) {
  .sanflex-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sanflex-blog-grid {
    grid-template-columns: 1fr;
  }
}



.sanflex-blog-detail-wrap {
  background: #fff;
  padding: 40px 0 60px;
}

.sanflex-blog-detail-wrap .sanflex-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top label */
.sanflex-blog-detail-wrap .sanflex-blog-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.sanflex-blog-detail-wrap .sanflex-blog-label {
  font-size: 86px;
  font-weight: 500;
  color: #1f4fa3;
}

.sanflex-blog-detail-wrap .sanflex-blog-arrow {
  width: 80px;
  height: 80px;
  border: 1px solid #cfd6e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f4fa3;
  font-size: 16px;
}

/* Image */
.sanflex-blog-detail-wrap .sanflex-blog-image {
  margin-bottom: 18px;
  aspect-ratio: 2 / 1;   /* 1200x600 ratio */
  overflow: hidden;
  border-radius: 12px;
}

.sanflex-blog-detail-wrap .sanflex-blog-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title */
.sanflex-blog-detail-wrap .sanflex-blog-title {
  font-size: 54px;
  line-height: 1.25;
  color: #1f4fa3;
  font-weight: 500;
  margin: 12px 0 6px;
}

/* Date */
.sanflex-blog-detail-wrap .sanflex-blog-date {
  font-size: 28px;
  color: #7a7a7a;
  margin-bottom: 18px;
}

/* Content */
.sanflex-blog-detail-wrap .sanflex-blog-content {
  font-size: 18px;
  letter-spacing: 3px;
  color: #000000;
}
.sanflex-blog-detail-wrap .sanflex-blog-content a
{
	color: #e32227;
}

.sanflex-blog-detail-wrap .sanflex-blog-content p {
  margin-bottom: 16px;
}

.sanflex-blog-detail-wrap .sanflex-blog-content h2,
.sanflex-blog-detail-wrap .sanflex-blog-content h3 {
  color: #1f4fa3;
  margin: 24px 0 12px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .sanflex-blog-detail-wrap .sanflex-blog-label {
    font-size: 22px;
  }

  .sanflex-blog-detail-wrap .sanflex-blog-title {
    font-size: 22px;
  }

  .sanflex-blog-detail-wrap .sanflex-container {
    padding: 0 16px;
  }
}

.sanflex-blog-share {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sanflex-share-label {
  font-weight: 600;
  color: #1f4fa3;
  font-size: 14px;
}

.sanflex-share-icons {
  display: flex;
  gap: 10px;
}

.share-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #cfd6e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f4fa3;
  transition: all 0.2s ease;
}

.share-icon svg {
  width: 16px;
  height: 16px;
}

.share-icon:hover {
  background: #1f4fa3;
  color: #fff;
  border-color: #1f4fa3;
}

/* Mobile */
@media (max-width: 600px) {
  .sanflex-blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.s-other-blog
{
	margin-top: 100px;
	margin-bottom: 100px;
}
.s-other-blog h2
{
	font-size: 86px;
	color:#27519E;
}

.hfe-nav-menu .sub-menu
{
	  border: 1px solid #27519E;
    border-radius: 34px;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
	  position:relative;
}
.hfe-nav-menu .sub-menu::after
{
	content:"";
	position:absolute;
	bottom:20px;
	background-image:url('https://sanatancable.com/wp-content/uploads/2026/03/Group-28.png');
	width:37px;
	height:37px;
	right: 30px;
}
.s-home-video-hero video
{
	height:90vh !important;
	object-fit: fill !important;
}
.timeline-swiper
{
	text-align:left;
}
.timeline-swiper h3
{
	color: #27519E;
	font-weight:500;
	font-size:35px;
	letter-spacing: 3px;
}
.timeline-swiper p
{
	color:#6A6A6A !important;
	font-size:24px;
	letter-spacing:3px;
}
header#masthead
{
	box-shadow: 0 0 6px 0 #bebebe;
}
.sticky-enquiry-btn{
    position: fixed;
    right:-58px;
    top: 50%;
    transform: translateY(-50%);
    background: #e60023;
    color: #fff;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 6px 6px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: rotate(90deg);
    letter-spacing: 2px;
}

.sticky-enquiry-btn:hover{
    background: #c4001d;
    color:#fff;
}
.sticky-whatsapp-btn{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.sticky-whatsapp-btn img{
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
}

.sticky-whatsapp-btn img:hover{
    transform: scale(1.1);
}
.pum-content .popup-heading
{
	font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Owners", Sans-serif !important;
    color: #27519e;
    border-bottom: 1px solid #27519e;
    padding-bottom: 10px;
}
.pum-content .contact-enquiry-form .field-group
{
	gap: 20px;
    margin-bottom: 10px;
}
.timeline-wrapper{

margin:auto;
padding:60px 20px;
text-align:center;
}

/* YEARS */

.timeline-years{
display:flex;
justify-content:space-between;
align-items:center;
margin:0 auto 40px auto;
padding:0 20px;
}

.timeline-years .year{
cursor:pointer;
font-size:18px;
opacity:.5;
transition:.3s;
font-size: 26px;
font-weight: 500;
letter-spacing: 2px;
}

.timeline-years .year.active{
color:#2c4fa3;
opacity:1;
}

/* CONTENT */
	
.timeline-cable{
position:relative;
width:100%;
height:40px;
margin-bottom:20px;
overflow:hidden;
}

.cable-progress{
position:absolute;
left:0;
top:0;
height:40px;
width:100%;
overflow:hidden;
}

.cable-img{
position:absolute;
left:0;
top:0;
height:40px;
width:auto;
transition:left .5s ease;
}
	.timeline-years{
padding-left:120px;
padding-right:40px;
}
.s-home-why .owl-stage-outer
{
	padding:0 2px;
}
.cable-progress,.timeline-cable
{
  display: none;
}
.custom-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  background: #ffffff;
  padding: 20px;
}

.custom-404 .error-code {
  font-size: 120px;
  font-weight: 800;
  color: #26509c;
  margin: 0;
}

.custom-404 h2 {
  font-size: 32px;
  margin: 10px 0;
  color: #111;
}

.custom-404 p {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin: 0 auto 20px;
  letter-spacing: 2px;
}

.home-btn {
  display: inline-block;
    padding: 12px 25px;
    background: #26509c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 2px;
}

.home-btn:hover {
  background: #e31e24;
  color: #ffffff;
}
header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

header.sticky {
  position: fixed !important;
  top: -100px; /* start hidden above */
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  animation: slideDown 0.4s forwards;
}
.visually-hidden { 
  /* Contain text within 1px box */
  height: 1px; 
  overflow: hidden;
  width: 1px;
  /* Keep the layout */  
  position: absolute;
  /* Remove any visible trace (e.g. background color) */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%); /* browsers in the future */
  /* Prevent the screen reader to skip spaces between words */
  white-space: nowrap;
}
h1,h2,h3,h4,h5,h6,p
{
	letter-spacing:2px;
}

@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

@media (max-width: 767px) {
  html,body
  {
    overflow-x: hidden;
  }
  .hfe-nav-menu .sub-menu
  {
    padding-top: 0;
    padding-bottom: 0;
  }
  .recent-articles .title a
  {
    font-size: 26px;
  }
  .recent-articles .label
  {
    font-size: 30px;
  }
  .contact-enquiry-form .field-group
  {
    gap:20px;
  }
  .contact-enquiry-form .field-group .form-field input::placeholder,
  .contact-enquiry-form .field-group .form-field select,
  .contact-enquiry-form .field-group .form-field label,
  .contact-enquiry-form .field-group .form-field input,
  .contact-enquiry-form .field-group .form-field p
  {
    font-size: 20px;
  }
  .sanflex-blog-detail-wrap
  {
    padding: 0;
  }
  .sanflex-blog-detail-wrap .sanflex-blog-date
  {
    font-size: 20px;
  }
  .sanflex-blog-detail-wrap .sanflex-blog-content h2
  {
    font-size: 24px;
  }
  .sanflex-blog-detail-wrap .sanflex-blog-content h3
  {
    font-size: 20px;
  }
  .s-other-blog h2
  {
    font-size: 40px;
  }
  .s-other-blog
  {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .s-home-video-hero video
  {
    height: 40vh !important;
  }
  .timeline-swiper p
  {
    font-size: 18px;
  }
  .home-about-section h2.elementor-heading-title span
  {
    font-size: 40px !important;
  }
  .s-home-why .owl-carousel .owl-item
  {
    margin: 0 10px;
  }
  .home-industries-section .ind-box h3
  {
    font-size: 24px;
  }
  .home-industries-section .ind-box p
  {
    font-size: 18px;
  }
  .s-home-form br
  {
    display: none;
  }
  .timeline-years .year
  {
    font-size: 20px;
  }
  .timeline-years
  {
    padding: 0;
  }
  .cable-progress,.timeline-cable
  {
    display: none;
  }
  .timeline-wrapper
  {
    padding: 25px 0px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767px)  {

  .hfe-nav-menu .sub-menu
  {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sanflex-blog-detail-wrap
  {
    padding: 0;
  }
  .s-other-blog h2
  {
    font-size: 40px;
  }
  .s-home-video-hero video
  {
    height: 40vh !important;
  }
  html,body
  {
    overflow-x: hidden;
  }
  .home-about-section h2.elementor-heading-title span
  {
    font-size: 40px !important;
  }
  .s-home-why .owl-carousel .owl-item
  {
    margin: 0 10px;
  }

}

@media only screen and (max-width: 1320px) and (min-width: 1025px)  {
  h2,h1
  {
    font-size: 50px !important;
  }
  .home-product-box h3,
  .e-n-tabs-none h3
  {
    font-size: 30px !important;
  }
}