/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/*common*/
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{color: #fff;}
.justify{text-align:justify;}
.page-content section {padding-top: 50px;padding-bottom: 50px;}
.page-content section.wpb-content-wrapper {padding-top: 0;padding-bottom: 0;}
.porto-u-main-heading {margin-bottom: 3%;}
.wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {width: 100%;min-height: 50px;border-color: rgba(4,4,4,.4);border-radius: 2px;}
.wpcf7 .vc_row > div {margin-bottom: 15px;}
.wpcf7 .vc_row {margin-left: -15px;margin-right: -15px;}
.submit-btn input {width: 150px;}
.no-breadcrumbs .main-content {padding-top: 0;}
.slick-slider .slick-prev{left: -20px;}
.slick-slider .slick-next{right: -20px;}
.share-links .share-twitter:before {content: "\e61b";}
.vc_column_container>.vc_column-inner {padding-left: 0;padding-right: 0;}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}
::-webkit-scrollbar-thumb{background:var(--porto-primary-color);border-radius:30px;}
::-webkit-scrollbar-thumb:hover{background:#444;}
/*end common
* header*/
 #header .share-links>a {transform: scale(1.3);}
 
/*end header
* home*/
 
/*end home
* footer*/
 
 
/*end footer*/
#footer .contact-info li>i {margin: 5px 9px 10px 0;margin-bottom: 10px;float: left;clear: both;width: 16px;text-align: center;}
#footer .contact-info li>i.far.fa-dot-circle {margin-bottom: 30px;}
#footer .contact-info li:not(:last-child) {margin-bottom: 10px;}
 
/*responsive*/
@media screen and (min-width: 991px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1280px;--porto-flick-carousel-width: 1280px;}
}
.left-clip-path{
	position:relative;
}
/*end responsive*/
.post-grid .grid-box .entry-title{
font-size:22px !important;
}
.widget .wp-block-search button{
    background-color: var(--porto-primary-color) !important;
    border-color: var(--porto-primary-color) !important;
}
p.post-excerpt {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Approx. lines to fit ~200 chars */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
line-height: 22px;
}

.post-grid .btn-xs {
  background: linear-gradient(90deg, #df051f 0%, #848482 50%, #d2322d 100%);
  background-size: 200% auto;
  background-position: left center;
  color: white;
  transition: background-position 0.6s ease;
}

.post-grid .btn-xs{
    clip-path: polygon(0px 0px, calc(100% - 22px) 0px, 100% 23px, 100% 100%, 0px 100%);
	color: #fff !important;
    font-size: 14px;
	padding-right:20px;
}
.blog-posts .post .entry-title {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}
.post-grid .grid-box {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.post .grid-box:hover .owl-lazy {
  transform: scale(1.2);
  transition: transform 0.5s ease; /* optional smooth animation */
}


.praa-animated-border .stats-desc{
    color: #333;
}
.praa-animated-border .stats-desc .stats-number, .counter_suffix.mycust{
	font-size:32px !important;
}
.praa-animated-border .porto-sicon-img{
    padding-bottom: 10px;
}
.wpb_text_column.center h2 strong, .wpb_text_column h2 strong{
	font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 100;
}
.wpb_text_column h2 strong::before {
    content: "";
    display: inline-block;
    border-top: 3px solid #df051f;
    width: 30px;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.wpb_text_column.center h2 strong::after {
    content: "";
    display: inline-block;
    border-top: 3px solid #df051f;
    width: 30px;
    margin-left: 15px;
    position: relative;
    top: -5px;
}
.wpb_text_column h3{
	font-size:22px !important;
}
.wpb_text_column h3 strong {
    background-image: linear-gradient(-225deg, #ee7a8e 0%, #090a09 29%, #f6e1752b 67%, #f30404 100%);
    font-weight: 600;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

.wpb_text_column h2 {
    margin-bottom: 15px !important;
}

.wpb_text_column h3 {
    font-size: 18px;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

#header, .sticky-header .header-main.sticky {
    border-top: 0px solid #ededed !important;
    border-bottom: 1px solid red;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background:red !important;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1; 
}

    #header .main-menu > li.menu-item:hover > a, #header .main-menu > li.menu-item.active > a {
    border-top: 3px solid #df051f00 !important;    
    color: #df051f !important;
    }
.porto-sicon-box-link .porto-sicon-title {
    margin: 3px 0;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#header .main-menu > li.menu-item > a{
	
    font-size: 13px !important;
    font-weight: 600 !important;
	    color: #000 !important;
    line-height: 20px;
  padding: 10px 16px 10px 16px;
	  letter-spacing: 1px !important;
}


.menu-item-type-custom .wpb_wrapper.vc_column-inner{
    display: flex;
    flex-wrap: wrap;
}

.praa-bg-dark{
	    background-color:#d2322d;
}
.praa-bg-dark-blue{
	background-color:#0d264e;
}
.praa-services-box .vc_column-inner {
   min-height: 300px;
    margin-top: 30px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all .4s 
ease;
    transition: all .4s 
ease;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.praa-services-box .porto-sicon-img {
    font-size: 193px !important;
}
.praa-btn .vc_btn3{
    background-color:#df051f;
    color: #fff;
	transition:all 0.6s;
	font-size:1rem !important;
}
.praa-btn .vc_btn3:hover{
	background-color:#df051f00;
	border:1px solid;
}
.praa-btn-2 .vc_btn3{
    background-color:#df051f;
    color: #fff;
	transition:all 0.6s;
	font-size:15px;
}

.praa-services-box .vc_column-inner:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-top-color: #df051f;
    border-bottom-color: #df051f;
}
.praa-services-box .porto-sicon-box{
    padding-top: 24px;
    padding-bottom: 0 !important;
	margin-bottom:0 !important;
}
.porto-sicon-description {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.products .porto-sicon-box{
    padding: 5px;
    box-shadow: 0 0 5px 0 #ddd;
    margin: 10px 0 !important;
    border-radius: 5px;
    position: relative;
}


.products .porto-sicon-box .porto-sicon-img, .products .porto-sicon-box .porto-sicon-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0;
}
.products.new .porto-sicon-box .porto-sicon-header {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    transition: all .5s;
}
.products.new .porto-sicon-box .porto-sicon-header h3.porto-sicon-title {
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 10px 0 !important;
    border-radius: 5px;
    position: relative;
}
.products .porto-sicon-box: .porto-sicon-header h3{
    color: #111111;
}
.products.new .porto-sicon-box:hover .porto-sicon-header h3.porto-sicon-title {
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.products .porto-sicon-box .porto-sicon-header {
	 position: absolute;
    background-color: #ffffff;
    transform: scale(1.05);
	  transition: all .3s;
}
.products .porto-sicon-box:hover .porto-sicon-header {
    background-color: #d2001c /*rgba(57, 116, 255, 1)*/;
    bottom: 20px;
    left: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 12px 30px;
    z-index: 9;
}
.products.new .porto-sicon-box .porto-sicon-header {
    transform: scale(1);
    top: calc(100% - 80px);
    bottom: 30px;
    left: 30px;
    right: 30px;
	display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
	  transition: all .5s;
}
.products.new .porto-sicon-box:hover .porto-sicon-header {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}















/* ===== MAIN BOX ===== */
.praa-animated-border {
  position: relative;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
	padding: 30px 0px;
}

/* ===== BORDER ANIMATION ===== */
.praa-animated-border::before,
.praa-animated-border::after {
  content: "";
  position: absolute;
  background: #df051f;
  border-radius: 2px;
}
/* ===== MAIN BOX ===== */
.praa-animated-border {
  position: relative;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
	background-color:#fff;
	border-radius:8px;
}


/* ===== ANIMATED BORDER ===== */
.praa-animated-border::before, .praa-animated-border::after {
  content: "";
  position: absolute;
  background:#df051f;
  transition: all 0.6s ease;
}

/* Top horizontal line */
.praa-animated-border::before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  
}

/* Left vertical line with small bottom extension */
.praa-animated-border::after {
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
 
}

/* Animate on hover */
.praa-animated-border:hover::before {
  width: 100%;
}

.praa-animated-border:hover::after {
  height: 100%;
}





@keyframes heartBeat{
	0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
28% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
70% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.entry-content li {
    color: #333;
}
.special-li ul {
    padding-left: 25px;
}
.special-li ul li {
    list-style: none;
	color:#333;
}
.special-li li:before {
    content: "\e701";
    font-family: "porto";
    color: #df051f;
  
    position: absolute;
    left: 0;
}
.praa-animated-border:hover .img-icon {
  animation: bounceOnce 0.8s ease;
}

/* bounceOnce animation (ek baar bounce karega) */
@keyframes bounceOnce {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.text-white p, .text-white li, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: #fff !important;
}
.praa-full-padding{
    padding: 50px 55px !important;
}
.vc_progress_bar .vc_single_bar.progress, .progress {
    height: 5px;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
    background: #141111;
}
.praa-btn-2 {
    margin-top: 35px;
}
.praa-bg-dark-blue .praa-btn-2{
	margin-top:50px !important;
	margin-bottom:0 !important;
}
.only-row {
    padding-top: 50px;
    padding-bottom: 50px !important;
}
.praa-btn-2 .vc_btn3:hover, .praa-btn-3 .vc_btn3:hover{
	background-color:#df051f00;
	border:1px solid;
}
.porto-blog.wpb_content_element.wpb_custom_9c745ac33a8bb4820cfc6b89805915cc.porto-blog-e0b603537120859819a60b8e18355fe8 {
    margin-bottom: 0;
}
.praa-bg-dark-blue .praa-btn-2 .vc_btn3, .praa-bg-dark-blue .praa-btn-3 .vc_btn3{
    background-color: #df051f00;
 font-size:1rem !important;
    color: #fff;
	 transition: all 0.6s;
}
.praa-bg-dark-blue .praa-btn-2 .vc_btn3:hover, .praa-bg-dark-blue .praa-btn-3 .vc_btn3:hover {
    background-color: #ffffff;
    color: #df051f;
	border: 1px solid #fff;
   
}

.glass-box .wpb_wrapper.vc_column-inner, .praa-animated-border {
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 6px 3px rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
	z-index:999;
}
.wpb_wrapper.vc_column-inner {
    position: relative;
    z-index: 999;
}

.glass-box .wpb_wrapper.vc_column-inner::before, .praa-animated-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-box .wpb_wrapper.vc_column-inner::after, .praa-animated-border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.praa-bg-light {
    background-color: #df051f42;
}
.bg-image-height{
	min-height:200px;
}
.praa-animated-border .stats-text {

    font-size: 16px;
    line-height: 3;
}
.praa-bg-dark-blue .praa-services-box .porto-just-icon-wrapper.porto-sicon-img{
    background: #ffff !important;
    border-radius: 10px;
	padding:10px;
}
.praa-services-box .porto-sicon-title, .praa-services-box .porto-sicon-description{
    color: #fff;
}

.praa-bg-dark-blue .wpb_text_column.center h2 strong::after, .praa-bg-dark-blue .wpb_text_column h2 strong::before
 {
    border-top: 3px solid #ffffff;
}

.praa-bg-dark-blue .wpb_text_column h2, .praa-bg-dark-blue .wpb_text_column h3, .praa-bg-dark-blue .wpb_text_column p{
	color:#fff !important;
}
.wpb_text_column h4 strong{
    color: #00284c;
    letter-spacing: 0.4px;

}
.praa-bg-dark-blue .wpb_text_column h3 strong {
    background-image: linear-gradient(-225deg, #ee7a8e 0%, #eaeaea 29%, #f6e1752b 67%, #ffffff 100%);
}
.about-us-icon .porto-sicon-header p{
    font-size: 13px;
    line-height: 21px;
}
.about-us-icon .porto-icon i{
    line-height: inherit;
    color: #df051f;
    border-radius: 50px;
    font-size: 20px;
    padding: 12px;
    /* outline: dashed; */
    /* outline-width: 1px; */
    border: 2px dotted #000;
    transition: all 0.6s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-us-icon:hover .about-us-icon .porto-icon i{
    color: #191919;
    border: 2px dotted #df051f;
    outline: dashed;
    outline-color: #212529;
    outline-offset: 3px;
    outline-width: 2px;
	
}

.sakal img {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.img-img-left img {
clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
	  animation: pulseImage 2s infinite ease-in-out;
    transform-origin: center;
}
.img-img-left {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
}
.img-img-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
	animation: pulseImage 2s infinite ease-in-out;
    transform-origin: center;
}
.img-img-right img{
	border-radius:50px;
}
.vc_single_image-wrapper{
position:relative;	
}
.sakal .vc_single_image-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff000026;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation: spinRotate1 20s 
linear infinite;
    transform-origin: center center;
}

.praa-animated-border{
	background-color:#fff;
	
}
/* Rotation Animation */
@keyframes spinRotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Animation keyframes */
@keyframes pulseImage {
    0% {
        transform: scale(0.1);
    }
    50% {
        transform: scale(0.3); /* zoom in */
    }
    100% {
        transform: scale(0.1);
    }
}
.praa-content h3 {
    font-size: 2.5rem !important;
    line-height: 2.6rem;
}
.praa-content p {
   text-align:justify;
}
.vc_progress_bar .vc_single_bar.progress, .progress {
    background: #8f8f8f !important;
}
span.meta-date, i.far.fa-user, article.post .post-meta {
    color: #535353;
}
.footer h3.widget-title {
    font-size: 18px !important;
}
.left-icon .porto-sicon-box{
    /* border: 1px solid; */
    padding: 10px 10px 10px 23px;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
.porto-sicon-header {
    padding-left: 10px;
}


.porto-sicon-default {
  position: relative;
 
}


.porto-sicon-default .porto-icon::before{
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 75px;
    height: 75px;
    background-image: url(https://demo.dipamonipatowary.com/polynexxt/wp-content/uploads/2025/11/tran.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: spinRotate 20s 
linear infinite;
    z-index: -1;
}


.porto-sicon-default .porto-icon {
  position: relative;
  font-size: 40px; 
  color: #00aaff;
}
.footer a, .footer p, .footer li span, .footer li, .footer li i {
    font-size: 14px !important;
}

@keyframes spinRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.menu-block .porto-sicon-header {
    padding-left: 10px;
    min-width: 287px;
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}


.praa-services-box .porto-sicon-box{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.menu-block .porto-sicon-header a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* invisible line initially */
.menu-block .porto-sicon-header a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background:#df051f; /* same color as text */
  transition: width 0.4s ease-in-out;
}

/* when hovering on parent (.porto-sicon-header), line expands */
.menu-block .porto-sicon-header:hover a::after {
  width: 100%;
}

/* reverse animation when hover ends handled automatically by transition */
.Praa-about-flex .vc_column-inner {
    display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.Praa-about-flex .stats-block {
    display: block;
    margin-bottom: 35px;
    width: 200px;
}
.Praa-about-flex .stats-block .stats-number, .Praa-about-flex div.stats-desc > .counter_prefix, .Praa-about-flex .stats-desc > div.counter_suffix {
    font-size: 45px !important;
    color: #f4524d !important;
}
.Praa-about-flex .stats-text{
	    color: #3d3a3a !important;
	    padding-top: 15px;

}
.praa-big-text p{
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
}

.praa-flex-wrap-center .wpb_wrapper.vc_column-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.praa-flex-wrap-center .porto-sicon-box {
    width: 220px;
    height: 200px;
    background: #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 11px 11px 30px 11px;
	border-radius: 10px;
	transition:all 0.6s ease;
}
.praa-flex-wrap-center .porto-sicon-box.bg-extra {
    background: #ff000026;
}
.praa-flex-wrap-center .porto-sicon-box:hover {
    background:#ff000026;
 
}
.Praa-about-flex.vc_column_container.col-md-5 {
    display: flex;
    justify-content: center;
    align-items: end;
}

.left-clip-path img.vc_single_image-img.attachment-full {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.left-clip-path-bg::after {
     content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 14px;
    left: -6px;
    background: #ff000026;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    transform-origin: center center;
}
img {
  transition: transform 0.4s ease; /* smooth animation */
}

img:hover {
  transform: translateY(-10px); /* image ko 10px upar uthata hai */
}
.logo img:hover{
	transform: translateY(0px);
}

.praa-core-value .porto-sicon-img {
    font-size: 70px !important;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(241, 241, 241, 1);
	
}
.praa-core-value .vc_column-inner .porto-sicon-box{
	transition:all 0.7s ease;
	padding:0px 10px;
}
.praa-core-value .vc_column-inner:hover .porto-sicon-box {
 transform: translateY(-20px);
}
.praa-core-value .porto-sicon-top{
	position:relative;
	padding-bottom: 20px;
}
.praa-core-value .porto-sicon-header{
	padding-top: 20px;
}

.praa-core-value .vc_column-inner:hover .porto-sicon-img img{
filter: brightness(6) invert(1) !important;
}

.right-clip-path{
	position:relative;
}
.right-clip-path img.vc_single_image-img.attachment-full {
   clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.right-clip-path-bg::after {
     content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 14px;
    right: -6px;
    background: #ff000026;
    z-index: -1;
   clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transform-origin: center center;
}
.contact-icon-sec .vc_column-inner .porto-sicon-box:hover img{
filter: sepia(1) saturate(10000%) hue-rotate(53deg);
}
.contact-icon-sec .vc_column-inner .porto-sicon-box {
    padding: 20px;
    margin: 18px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
.contact-icon-sec .vc_column-inner .porto-sicon-box .porto-sicon-description a:hover {
    color: #843300 !important;
}
.praa-contact-right .vc_column-inner{
     padding: 0px 50px 45px 50px;
    background: #f4524d12;
}
.praa-contact-right .vc_column-inner .wpb_text_column{
	padding-top:27px;
}
/* Contact form styling */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 10px 10px 35px;
  font-size: 15px;
  color: #333;
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form textarea {
  resize: none;
  height: 100px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0d264e;
}


/* Font Awesome icon inside input */
.form-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color:#df051f;
  font-size: 16px;
  pointer-events: none;
}
.contact-form .position-relative:focus-within .form-icon {
  color: #0d264e;
}
/* Adjust icon position for textarea */
textarea + .form-icon,
.contact-form .fa-comment {
  top: 20px !important;
  transform: none !important;
}

/* Button styling */
.wpcf7-submit {
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 500;
  border: none;
}

.wpcf7 textarea {

    max-height: 100px;
    overflow: auto;
}
.menu-block.menu-block-after {
    padding: 24px 0px 15px 0;
}
.praa-core-value .vc_column_container{
    border-right: 1px solid;
}
.praa-core-value .vc_column_container:first-child{
    border-left: 1px solid;
}
section.page-top.page-header-1{
	position:relative;
}
section.page-top.page-header-1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008a;
    z-index: 0;
}
.praa-indust .porto-sicon-box .porto-sicon-img{
font-size:768px !important;
}







.praa-indust {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.praa-indust .porto-sicon-box {
  position: relative;
  overflow: hidden;
	margin-bottom:30px;
	border-radius:11px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.praa-indust .porto-sicon-img {
  position: relative;
  overflow: hidden;
	margin:0 !important;
}

.praa-indust .porto-sicon-img img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.6s ease;
}

/* Overlay layer */
.praa-indust .porto-sicon-description {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #0a1330;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.6s ease;
  overflow: hidden;
	margin-top:0px;
}

/* h2 initially bottom par visible ho */
.praa-indust .porto-sicon-description h3 {
  font-size: 22px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: all 0.6s ease;
  z-index: 2;
  background:#df051f;
  color:#fff;
  width:100%;
}

/* paragraph hidden initially */
.praa-indust .porto-sicon-description p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 90%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
  z-index: 2;
}

/* Hover effect */
.praa-indust .porto-sicon-box:hover .porto-sicon-img img {
  transform: scale(1.1);
}
.praa-indust .porto-sicon-box:hover .porto-sicon-description h3{
	color:#0a1330;
	    background: rgb(0 0 0 / 0%);
}
.praa-indust .porto-sicon-box:hover .porto-sicon-description {
background: rgb(255 255 255 / 70%);
}

.praa-indust .porto-sicon-box:hover .porto-sicon-description h3 {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.praa-indust .porto-sicon-box:hover .porto-sicon-description p {
  opacity: 1;
  transform: translateY(0);
}
.praa-indust .porto-sicon-box:hover{
	box-shadow: #08054687 1.95px 1.95px 2.6px;
}




/* =====================================================
   BLOB 2  (Red tint soft theme)
=====================================================*/

.blob2 .vc_column-inner, .blob3 .vc_column-inner, .blob4 .vc_column-inner{
  position:relative;width:100%;height:100%;
  display:flex;justify-content:center;align-items:center;
  z-index:10;
}

.blob2 .vc_column-inner::before, .blob2 .vc_column-inner::after, .blob3 .vc_column-inner::before, .blob3 .vc_column-inner::after, .blob4 .vc_column-inner::before, .blob4 .vc_column-inner::after{
  content:"";position:absolute;width:110%;height:102%;z-index:-1;
}

.blob2 .vc_column-inner::before{
  background:#ffe5e7;   /* soft red tint */
  animation: blob2_a 7s infinite ease-in-out;
}
.blob3 .vc_column-inner::before{
  background:#ffe5e7;   /* soft red tint */
  animation: blob2_a 7s infinite ease-in-out;
}

.blob4 .vc_column-inner::before{
  background:#ffe5e7;   /* soft red tint */
  animation: blob2_a 7s infinite ease-in-out;
}

.blob2 .vc_column-inner::after{
  background:#ffd1d6;
  animation: blob2_b 5.5s infinite ease-in-out;
}

.blob3 .vc_column-inner::after{
  background:#f0f0f057;
  animation: blob2_b 5.5s infinite ease-in-out;
}

.blob4 .vc_column-inner::after{
  background:#fff;
  animation: blob2_b 5.5s infinite ease-in-out;
}
.blob2 .vc_column-inner img{
	 animation: blob2_a 7s infinite ease-in-out;
}
.blob3 .vc_column-inner img{
	 animation: blob2_a 7s infinite ease-in-out;
}
.blob4 .vc_column-inner img{
	clip-path: circle(50% at 50% 50%);
}

@keyframes blob2_a{
  0%{border-radius:50% 40% 60% 50%/40% 50% 60% 50%;}
  50%{border-radius:30% 60% 50% 70%/60% 40% 50% 60%;}
  100%{border-radius:50% 40% 60% 50%/40% 50% 60% 50%;}
}

@keyframes blob2_b{
  0%{border-radius:70% 30% 50% 50%/50% 70% 30% 50%;}
  50%{border-radius:40% 60% 70% 30%/40% 50% 60% 50%;}
  100%{border-radius:70% 30% 50% 50%/50% 70% 30% 50%;}
}

.praa-left-padding{
	padding-left:30px;
}

.praa-right-padding{
	padding-right:30px;
}
.praa-bg-dark-blue .wpb_text_column ul li {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
}
.wpb_text_column ul li {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
}
.porto-narrow-sub-menu a{
	font-weight:unset !important;
}
.menu-heading-praa {
    font-weight: 700 !important;
    font-size: 18px !important;
	color:#c7051c !important;
}
.menu-heading-praa a {
	color:#c7051c !important;
}

.menu-heading-praa ~ li {
    padding-left: 20px !important;
}


.praa-bg-dark-blue.why-choose .praa-btn-2{
	margin-top: 0 !important
}
.only-top-padding {padding-top: 50px}
.wpb_text_column ul li {
    color: #666666;
    font-size: 16px;
}
#main .container ul {position: relative}

.menu-item.has-sub.wide .popup>.inner{
	max-height: 450px !important;
    max-width: 925px !important;
}
.functional-additives-menu-heading {width: 100%}
#nav-menu-item-43>.menu-block.menu-block-after { padding-top: 0 }
#nav-menu-item-43>a {color: #fff;}
@media screen and (max-width: 1170px){
	.praa-indust .porto-sicon-box:hover .porto-sicon-description h3 {bottom: 10%;}
}
@media screen and (max-width: 768px){
	.praa-full-padding {padding: 50px 27px !important;}
	.praa-left-padding{padding-left:0px;}
    .praa-right-padding{padding-right:0px;}
	.praa-indust .porto-sicon-box:hover .porto-sicon-description h3 {bottom: 50%;}
	.praa-core-value .vc_column-inner .porto-sicon-box {padding: 30px 10px; border-bottom: 2px solid;}
}
@media screen and (max-width: 480px){
	.praa-content h3 {font-size: 1.5rem !important;line-height: 1.6rem !important;}
	.praa-btn-2 .vc_btn3 {font-size: 13px;}
	.praa-btn-2{margin-top: 0px;}
	.page-content section {padding-top: 30px; padding-bottom: 30px;}
	.bg-image-height {height: 350px !important;}
	.only-row {padding-top: 25px; padding-bottom: 25px !important;}
	.praa-indust .porto-sicon-box:hover .porto-sicon-description h3 {bottom: 10%;}
	.praa-indust .porto-sicon-description h3 {font-size: 18px;}
	#footer .footer-main>.container {padding-top: 2.75rem; padding-bottom: 0.4rem;}
	
}
