/* reset css */
div.wpforms-container-full button[type=submit]:focus:after {border: none !important;}
.autoHeight{height: auto !important;}
.mrgn-top-0{margin-top: 0px !important;}
.font-md{font-size: 28px !important;}
.pad-top-80{padding-top: 80px;}
.pt-60{padding-top: 60px;}
.border-top-none{border-top: none !important;}
.border-bottom-grey{border-bottom:2px solid #e3e3e3;}
.title-name.after-space:after{display: none;}
.center-img-position{background-position: center center; }
.mx-500{
    max-width: 500px;
    margin: 0 auto;
}
.overlayBanner{
    position: relative;
    z-index: 9;
}
.overlayBanner:after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


@media (max-width:767px){
    .pad-res-80{
        padding: 80px 0px !important;
    }
    .title-name.after-space:after{
        bottom: -20px;
    }
    .innerPage .title-button-blur{
        border-right: none;
    }
}


.innerPage .title-name h1 {
    font-size: 57px;
    font-weight: 600;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 19px;
    line-height: normal;
}
.innerPage h1:after {
    content: "";
    background-color: #fff;
    width: 100px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.innerPage .title-text p {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
}
.innerPage .secHeadingTitle {
    font-size: 47px;
    line-height: 60px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-bold';
}
.innerPage .subHeadingTitle {
    font-size: 32px;
    line-height: 47px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-regular' !important;
    font-weight: bold;
    text-transform: capitalize !important;
}
.innerPage .subInnerHeadingTitle {
    font-size: 26px;
    line-height: 40px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-regular' !important;
    font-weight: bold;
    text-transform: capitalize !important;
}

.innerPage .secHeadingTitle .primaryText {
    font-size: 47px;
}
.innerPage .primaryText {
    display: inline-block;
    text-transform: capitalize;
}
.customSphericalSection {
    background: #fff !important;
}
@media screen and (max-width: 767px) {
    .innerPage .title-name h1 {
        font-size: 30px;
    }
	section.title .title-text p {
		font-size: 19px;
		line-height: 30px;
    }
	.innerPage .secHeadingTitle, .innerPage .secHeadingTitle .primaryText {
        font-size: 36px;
    }
    .col-space {padding: 0px 16px;}
}

@media screen and (max-width: 1024px) {
    .innerPage .secHeadingTitle, .innerPage .secHeadingTitle .primaryText {
        font-size: 36px;
    }
}

/* banner images css  */

body .related.lazy{
    background: url('/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Related-Image.jpg') !important;
    background-position: center center;
    background-size: 100% !important;}


/* softwear security */

.innerPage .securityBannerWrap  h1:after{bottom: -24px;}
.panel-pane.pane-node-content .cta3__title.headingTitle{
    margin-top: 0px !important;
} 
.innerPage .securityBannerWrap  h1:before{display: none;}


/* closed */

/* sheet issues design */

.tabSecBlocked .tab-content {display: block;}
.tabSecBlocked div#v-pills-tabContent{padding-top: 0;}
.tabSecBlocked.tabs-section  .nav-link.active  .heading-wrapers span,
.tabSecBlocked.tabs-section  .nav-link.active  .heading-wrapers h3 {color: #fff;}



/* portfolio page design  */
.portfolioPageWrap .custom-filter-case-study select{
    cursor: pointer;
}
.custom-filter-case-study .filter {
    border: 1px solid #d5d5d5 !important;
    width: 30%;
}
.custom-filter-case-study .filter select {
    border: none;
    padding: 24px 20px;
}
.portfolioPageWrap .portfolio-content article .portfolioContent{
    position: relative;
    padding: 1.5rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 0px 0px 16px 16px;
}
.portfolioPageWrap .portfolio-content article .portfolioTitle{
    background: #124775;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolioPageWrap section.portfolioNew {
    margin: 0px;
    background: #f7f7f7 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.portfolioPageWrap .portfolioTags .termList li {
    color: #000;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}
.portfolioPageWrap .portfolio-content article {
    width: 33.3%;
    flex: 0 0 33.3%;
    padding: 20px;
}

.portfolioPageWrap .portfolio-content,
.portfolioPageWrap .custom-filter-case-study {
    max-width: 1480px;
}

.portfolioPageWrap  .custom-filter-case-study select{
    border-radius: 100px;
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    padding-right: 28px;
}

.portfolioPageWrap .portfolioTags .tagTitle{
    margin-bottom: 16px;
    text-decoration: none;
}
.portfolioPageWrap .portfolio-content article .image:before{
    background: transparent;
}

.portfolioPageWrap .portfolio-item:hover .overlay-text-1 {
    opacity: 1;
    visibility: visible;
}
.portfolioPageWrap .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgba(18, 71, 117, .5);
    transition: all .5s ease;

}
.portfolioPageWrap .overlay-text-1 {
    opacity: 0;
    visibility: hidden;
}
.portfolioPageWrap .imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.portfolioPageWrap  span.img-arrow-port {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolioPageWrap  .portfolio-content article .image span.img-arrow-port img {
    width: 22px !important;
    height: 22px !important;
    object-fit: cover !important;
    /* aspect-ratio: auto !important; */
}

article.portfolio-item:hover .image img {
    transform: scale(1.05);
    transform-origin: center;
} 
.portfolioPageWrap .portfolio-content article .image img {
    aspect-ratio: inherit;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


@keyframes backgroundColorChange {
    0% {
        background-color: #F9F9F9;
        color: #000; 
    }
    50% {
        background-color: #124775;
        color: #fff; 
    }
    100% {
        background-color: #124775;
        color: #fff; 
    }
}

ul.termList li {
    background-color: #F9F9F9; 
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 11px;
    font-size: 14px !important;
    margin-right: 4px !important;
    color: #000; /* Default text color */
    transition: background-color 0.1s ease, color 0.1s ease; 
}

.portfolioPageWrap .portfolio-item:hover ul.termList li {
    animation: backgroundColorChange 1s forwards; 
    animation-fill-mode: forwards; 
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}


.portfolio-item:nth-child(1) {
    animation-delay: 0.2s;
}
.portfolio-item:nth-child(2) {
    animation-delay: 0.5s;
}
.portfolio-item:nth-child(3) {
    animation-delay: 0.7s;
}
.portfolio-item:nth-child(4) {
    animation-delay: 0.10s;
}


@media (max-width:820px) and (min-width:768px){
    body .portfolioPageWrap .portfolio-content article {
        width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width:767px){
    body .portfolioPageWrap .portfolio-content article {
        width: 100%;
        flex: 0 0 100%;
    }
}


/* css closed  */


/*------php-----*/
.phpExpertiseWrap ul li{font-size: 16px;font-weight: 500;margin-bottom: 8px;}
.enterpriseCardContent:hover li i{color: #fff;} 
.enterpriseCardContent:hover li{color: #fff;}
.enterpriseCardContent li{transition: 0.5s ease;}
.enterpriseCardContent li i{margin-right: 7px;color: #249ffb;  transition: 0.5s ease;}
.tableBorderLight {border-top: 1px solid transparent !important;padding-top: 20px !important;}
body .table-cell--header h4{font-weight: 600;font-size: 24px;}
.technologySectionWrap ul{padding-bottom: 20px;}
.table.border--h.technologySectionWrap  .table-container  .row {border-bottom: 1px solid #dbdbdb !important;margin-bottom: 20px;}
.table.border--h.technologySectionWrap .table-cell{display: flex;align-items: center;}

section.info.info--page-php-3.bgcolor--dark.lazy {position: relative;z-index: 1;}
section.info.info--page-php-3:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}


section.info.info--page-php-2.lists--checkmarks.dedicated.team-dev-section{
    background-image: none !important;
}

section.team-dev-section .info-text{
    max-width: 1300px;
}

/*-------closed-----*/


/* afterHeadingBorder */
.py-80{
    padding: 80px 0px !important;
}
.afterHeadingBorder {
    position: relative;
    margin-bottom: 88px;
}
.heading-title.afterHeadingBorder:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    content: '';
    background: #777777;
    height: 4px;
    width: 75px;
    margin: 0 auto;
}


/* apiDevlopmentWrap */

.apiDevlopmentWrap{padding: 80px 0px;}
.apiDevlopmentWrap .contentDescription p,
.apiDevlopmentWrap .contentDescription{color: #fff;margin-bottom: 50px;}
section.apiDevlopmentWrap:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.title--portfolio.apiDevlopmentWrap:after {
    background-color: rgba(0, 0, 0, 0.6);
}
section.apiDevlopmentWrap {position: relative;z-index: 1;}
section.apiDevlopmentWrap .sphere-title{padding-left: 0;}
.apiDevlopmentWrap .boxWrap .contentDescription{margin-bottom: 0;}
section.callChatSecWrap.phpChoosenWrap ul li {font-size: 18px;margin-bottom: 27px;}
.callChatSecWrap.phpChoosenWrap ul li i{margin-right: 10px;}
.callChatSecWrap.phpChoosenWrap ul{margin-left: 20px;padding: 10px 0px;}
.callChatSecWrap.phpChoosenWrap ul li p{margin-bottom: 30px;}
section.callChatSecWrap.phpChoosenWrap ul li:last-child{margin-bottom: 0;}
.callChatSecWrap.phpChoosenWrap .btnWrap{margin-top: 30px;} 
.callChatSecWrap.phpChoosenWrap {padding-bottom: 80px;}
.phpExpertiseWrap .enterpriseCardsRow{margin-bottom: 0;}
.callChatSecWrap.phpChoosenWrap img{width: 100%;}

.phpPage .title{padding-top: 100px;}

@media (max-width: 767px) {
    .brands-wrap.coreFeaturesWrap.phpServiceWrap .image-wrap {
        min-height: 400px;
    }
}


/* mern stack page design  */

.icons--green.experties{
    padding: 60px 0px;
}



/* contact us page design  */


.infoWrapper .contactInfo-head{background-color: #124775;}
section.contactInfo.infoWrapper {margin-bottom: 0;padding: 100px 0px 0px;}
section.contactInfo.infoWrapper .contactInfo-title h3{font-weight: 600;}


@media (max-width:767px){
    body section.contactInfo.infoWrapper {padding: 60px 0px 0px;}
    body section.contactInfo.infoWrapper .contactInfo-container {padding: 35px 20px 32px;}
    body section.contactInfo.infoWrapper .contactInfo-title h3 {font-size: 26px;}
    body section.contactInfo.infoWrapper .contact-content-wrap {padding: 50px 16px;}
    body .contact-content-wrap .contentFieldText ul {gap: 10px;}
}

.contact-us-wrap .ContactBoxContent{background-color: #fff;padding: 90px 0px;}
.ContactBoxContent .left-sec-wrap input{height: 56px;}
.ContactBoxContent .secHeadingTitle{color: #124775;}
.ContactBoxContent .left-sec-wrap textarea,
.ContactBoxContent .left-sec-wrap input{
    padding: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    background-color: #f6f6f6 !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    resize: none !important;
}
.ContactBoxContent button{
    padding: 17px 62px !important;
    height: 53px !important;
    border-radius: 100px !important;
    font-size: 22px !important;
    margin-top: 20px !important;
}

.contact-content-wrap{background-color: #124775; padding: 50px; border-radius: 20px;}

.contact-content-wrap .secTitle{color: #fff; font-weight: 600; font-size: 36px; margin-bottom: 50px;}

.contact-content-wrap .contentFieldText{font-size: 24px; color: #fff;}

.contact-content-wrap .contentFieldText{margin-bottom: 50px;}

.contact-content-wrap .contentFieldText a{color: #fff !important;}

.contact-content-wrap .contentFieldText ul img {width: 40px;filter: brightness(0) invert(1);}

.contact-content-wrap .contentFieldText ul{display: flex; gap: 18px;}

.contact-content-wrap .secTitle{color: #fff;}

.contact-content-wrap i{margin-right: 10px;}

.contactUsBanner:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
}

.contactUsBanner .bannerContentWrap .textDescription {font-size: 26px;}

.contactUsBanner {position: relative; z-index: 1;}

.contactUsBanner .bannerContentWrap .BannerText{margin-bottom: .5em;padding-left: 20px;padding-right: 20px;font-size: 70px;font-weight: 600;}

body .ContactBoxContent .secHeadingTitle{font-size: 44px;}

.darkmode .ContactBoxContent { background-color: var(--black);}
.darkmode .ContactBoxContent .secHeadingTitle{color: var(--white);}

@media (max-width:1024px){
    body .contact-content-wrap .contentFieldText{font-size: 18px;}
}

@media (max-width:767px){
    .contactUsBanner .bannerContentWrap .textDescription {font-size: 18px !important;}
    .contactUsBanner .bannerContentWrap .BannerText{font-size: 45px;}
    .contact-us-wrap .ContactBoxContent {padding: 60px 0px;}

}

/* bussiness intelligence page */

.sphere--page-application-integration .sphere-item--1,
.sphere--page-application-integration .sphere-item--2 {top: 0%;}



/* slick-track */
.technologiesSlider .slick-track{display: flex;align-items: center;}


/*------bussiness-intelligence-page--closed--------*/

@media (max-width:768px) and (min-width:768px){
    .logo_design_banner .btn{
        padding: 20px 40px;
    }
}
@media (min-width: 768px) {
 
  
}
 

/* dental page css  */
@media (max-width:767px){
    .page-template-template-dental-seo-php .wpforms-field,
    .page-template-template-seo-for-orthodontists .wpforms-field,
    .page-template-template-seo-for-dermatologist .wpforms-field {width: 100% !important;margin-left: 0 !important;}
    .page-template-template-dental-seo-php .form-box-wrap.newContactView,
    .page-template-template-seo-for-orthodontists .form-box-wrap.newContactView{padding: 20px;}
    .page-template-template-seo-for-orthodontists  .btnWrap .commonBtn,
    .page-template-template-seo-for-dermatologist .btnWrap .commonBtn {font-size: 14px;}
    .page-template-template-seo-for-orthodontists .accordion-section {padding: 50px 16px;}
          .heading-title h2 {
    text-align: center;
    margin-bottom: 07px !important;
}
.pt-80 {
    padding-top: 30px !important;
}
}

/* dental page css closed  */


.darkmode .contactInfo.infoWrapper p{color: #000 !important;} 


/* New Home Page CSS Start*/

.homePageBannerWrap{
	color: #fff;
}
.homePageBannerWrap .homeBannerWrap.spaceBannerWrap h1.mainTitle{
	line-height: normal;
    font-size: 51px;
}
.badgeWrap{
	display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.btnWrapper{
	display: flex;
    gap: 25px;
}
.outlineBtn{
	border: 1px solid #fff;
	border-radius: 6px;
	color: #fff;
    padding: 14px 20px;
	transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.outlineBtn:hover{
	color: #fff;
	background: transparent;
    backdrop-filter: blur(11px);
    box-shadow: 8px 8px 0 -4px #fff;
}
.primaryBtn{
	background: #ff8f08;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    position: relative;
    font-family: 'p-bold';
    font-size: 19px;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 6px;
	border: 2px solid #ff8f08;
    box-shadow: 0 0 0 0 transparent;
}
.primaryBtn:hover {
    background: transparent;
    backdrop-filter: blur(11px);
    color: #ff8f08;
    box-shadow: 8px 8px 0 -4px #ff8f08;
}
.connect-form-wrap{
	background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
}
.connect-form-wrap h3{
	font-weight:700;
	text-align: center;
	font-size: 31px;
	margin: 5px 0 35px;
}
.connect-form{
	display: flex;
    flex-direction: column;
    gap: 25px;
}
.connect-form input, textarea {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 15px;
    color: #000;
}
.connect-form-submit-btn{
	background: #10C65A;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 21px;
}
.client-video-section{
	padding: 80px 0;
	background-color: #fff;
}
 .video-wrapper h2 {
	font-size: 37px;
    text-align: center;
    margin-bottom: 40px;
}
.video-wrapper h2 .highlight {
	color: #FF8F08;
	font-weight: 600;
}
.videos {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
.video-wrapper iframe {
	width: 100%;
	height: 400px;
	border: none;
}
.subHeadingWithMark p.subHeadingText{
	font-size: 27px;
	position: relative;
	margin-bottom: 5px;
}
.subHeadingText::before{
	content: '';
	position: absolute;
	width: 50px;
    height: 5px;
    background: #FF8F08;
    left: -60px;
    bottom: 0;
    top: 40%;
}
.ourServiceWrapper{
	padding-top: 80px;
    background-color: #FFF9F2;
    padding-bottom: 80px;
}
.cardBoxWrapper{
	border: 1px solid #BFBFBF;
	border-radius: 10px;
	padding: 20px;
    margin-bottom: 40px;
	display: block;
}
.cardBoxWrapper .topRow .arrowIcon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}
.cardBoxWrapper svg path{
	fill: #000;
}
.cardBoxWrapper:hover .arrowIcon {
    transform: rotate(45deg);
}
.cardBoxWrapper .boxBtmContent p{
	color: #000
}
.successStoriesSec{
	padding: 80px 0 0;
	background-color: #fff;
}
.sucess-story-homesection{
	display: flex;
}
.sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
    background-size: cover;
    background-position: center;
    width: 25%;
    transition: 0.5s ease;
    cursor: pointer;
    min-height: 480px;
	box-shadow: inset 0 0 90px 20px #000;
}
.sucess-story-homesection .story-registration-system {
    /*background-image: url('https://supremetechnologies.us/wp-content/uploads/2024/10/universal_img-1.jpg');*/
    background-image: url('https://supremetechnologies.us/wp-content/uploads/2025/12/universal_img-1.webp');

}
.sucess-story-homesection .story-registration-system-2 {
    /*background-image: url('https://supremetechnologies.us/wp-content/uploads/2024/10/free_tube-1.jpg');*/
    background-image: url('https://supremetechnologies.us/wp-content/uploads/2025/12/free_tube-1.webp');
}
.sucess-story-homesection .story-registration-system-3 {
    /*background-image: url('https://supremetechnologies.us/wp-content/uploads/2024/10/frp_img-1.jpg');*/
    background-image: url('https://supremetechnologies.us/wp-content/uploads/2025/12/frp_img-1.webp');
}
.sucess-story-homesection .story-registration-system-4 {
    /*background-image: url('https://supremetechnologies.us/wp-content/uploads/2024/10/indigo_Visual.jpg');*/
    background-image: url('https://supremetechnologies.us/wp-content/uploads/2025/12/indigo_Visual.webp');
}
.sucess-story-homesection .story-heading {
    padding: 1.5rem;
    height: 100%;
    top: 0;
	width: 100%;
}
.mainHeadingSec.case-study-heading{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.case-study-heading .subHeadingWithMark{
	flex: 1;
}
.case-study-heading .subHeadingWithMark:first-child .subHeadingBold{
	font-size: 30px;
    font-weight: 600;
}
.sucess-story-homesection .common-property:hover, .sucess-story-homesection .story-registration-system:hover, .sucess-story-homesection .story-registration-system-2:hover, .sucess-story-homesection .story-registration-system-3:hover, .sucess-story-homesection .story-registration-system-4:hover {
    width: 35%;
}
.testimonial-slider{
	width: 100%;
    max-width: 1480px;
	margin: auto;
}
.testimonial-slider .owl-nav button.owl-prev {
	left: revert;
    right: 135px;
    top: 20px;
	width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 50%;
}
.testimonial-slider .owl-nav button.owl-prev span{
	display: none;
}
.testimonial-slider .owl-nav button.owl-prev::after {
	content: '';
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
	width: 20px;
    height: 15px;
    background-position: 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
    display: flex;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.testimonial-slider .owl-nav button.owl-next {
    right: 70px;
    top: 20px;
	width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 50%;
}
.testimonial-slider .owl-nav button.owl-next span{
	display: none;
}
.testimonial-slider .owl-nav button.owl-next::after {
	content: '';
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
	width: 20px;
    height: 15px;
    background-position: 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
    display: flex;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.testimonials {
  text-align: center;
  color: #fff;
  background: linear-gradient(to top right, #004a91 0%, #07193a 50%, #07193a 100%);
  padding: 50px 10px;
}

.testimonial-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.testimonial-media {
  position: relative;
  flex: 1;
  max-width: 350px;
  background: url('https://theninehertz.com/wp-content/themes/ninehertz/assets2024/images/pattren.webp');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 10px top;
  padding: 50px 50px 0 50px;
  max-width: 550px;
}
.testimonial-media .play-btn::before{
	left: -20px;
}

.testimonial-media img {
  width: 100%;
  border-radius: 15px;
}

.testimonial-media .play-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  padding: 10px 14px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
  transition: 0.4s ease;
}
.testimonial-media .play-btn:hover{
  background-color: #fff;
}
.testimonial-media .play-btn img{
  display: none !important;
}
.testimonials .section-title {
	font-size: 45px;
	font-family: 'p-bold';
}
.testimonials .section-subtitle{
	margin-bottom: 60px;
}

.testimonial-text {
  flex: 2;
  text-align: left;
  max-width: 600px;
}

.testimonial-text .client-feedback {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.client-info h5{
  margin-bottom: 0;
  line-height: 30px;
}
.client-photo {
  border-radius: 10px;
  max-width: 60px !important;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	background: #000;
	top: 40%;
	left: 25%;
	transform: translate(-50%, -50%);
	vertical-align: middle;
	max-height: 50%;
	max-width: 50%;
}

.video-modal iframe {
  width: 100%;
  height: 536px;
  border: none;
}

.close {
  color: white;
  position: absolute;
  top: -30px;
  right: -40px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.loader {
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 100%;
	animation: spin 1s linear infinite;
	margin: 100px auto;
	vertical-align: middle;
	max-height: 60px;
	top: 40%;
	position: absolute;
	left: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  .video-element {
    width: 100%;
    display: none;
    border-radius: 8px;
  }

  .video-element.active {
    display: block;
  }



@media(max-width: 767px){
	.btnWrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-bottom: 20px;
}
.badgeWrap {
    flex-wrap: wrap;
    justify-content: center;
}
.videos {
    flex-direction: column;
}
.video-wrapper iframe {
    height: auto;
}
.testimonial-content {
    flex-direction: column;
}
.testimonial-text {
    text-align: justify;
}
.client-info {
    justify-content: center;
}
.subHeadingText::before {
    left: 0;
    top: 0;
}
.sucess-story-homesection{
	flex-direction: column;
}
.sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
    width: 100%;
}
}

/* New Home Page CSS End*/


/* Footer CSS Start*/

.newFooter{
	background: #1C1C24;
	padding: 40px 0;
}

.footerInnerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 1px;
  border-top: 1px solid #333;
}

.footer-column {
  flex: 1;
  min-width: 180px;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}


.footer-column ul li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #fff;
}
.footer-column ul li a{
    color: #fff;
}
.footer-sub-dropdown{
	display: none;
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
}
li.open > .footer-sub-dropdown {
    display: block;
  }
.footer-sub-dropdown-arrow{
	position:relative;
	cursor: pointer;
}
.footer-sub-dropdown-arrow::after{
	content:'';
	position: absolute;
	width: 15px;
	height: 15px;
	background: url('/wp-content/themes/supreme/inc/assets/images/down-arrow.png')no-repeat center right;
	right: 0;
	top: 0;
	filter: invert(1) brightness(2);
    background-size: 12px;
    transition: 0.3s ease; 
}
.footer-sub-dropdown-arrow.open::after{
	transform: rotate(180deg);
}
.contact-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
}

.contact-box {
  flex: 1;
  padding: 10px 0px;
  color: #fff;
}
.contact-box:not(:last-child){
  border-right: 1px solid #333;
}

.contact-box p {
  margin: 4px 0;
}

.flag {
  margin-right: 8px;
}

.book-call {
  display: inline-block;
  background: #5b5bfd;
  padding: 10px 40px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 30px;
  font-size: 16px;
}
.footer-logo{
	width: 100%;
}
.services-radio input{
	width: auto !important;
	padding: 10px 10px !important;
}
.services-radio input:focus{
    border: transparent!important;
}
.wpform-phone-field .iti--allow-dropdown{
	width: 100%;
    position: relative;
}
.wpform-phone-field .iti__flag-container{
	position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    text-align: center;
    display: flex;
}
.wpform-phone-field .iti__selected-flag{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 5px 3px;
    border-radius: 10px 0 0 10px;
}
.wpform-phone-field .iti__country-list{
	background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow: scroll;
    min-height: 300px;
    padding: 15px;
    overflow-x: hidden;
	position: absolute;
    top: 54px;
}
.wpform-phone-field .iti__hide {
    display: none !important;
}
.wpform-phone-field input{
	padding-left: 60px!important;
}
@media(max-width: 767px){
	.contact-section {
		flex-wrap: wrap;
	}
	.contact-box {
		flex: auto;
	}
	.contact-box:not(:last-child){
		border: none;
	}
}

.filter_select.drop-up {
  transform-origin: bottom;
}
.contactUswrap2 .newContactView{
	background: url('/wp-content/themes/supreme/inc/assets/images/contact_bg_blue.jpg')no-repeat center;
    background-size: cover;
	padding-top: 80px;
}
.contactUswrap2 .container{
    padding-top: 40px;
}
.contactUswrap2 .commonSectionTitle {
    color: #fff;
	display : none;
}
.contactUswrap2 .commonSectionTitle + p{
	display : none;
}
.contactUswrap2 .contactImageWrapper{
	display : none;
}
.contactUswrap2 p {
    color: #fff;
}
.contactUswrap2 div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #ffad00;
    box-shadow: 0 0 0 1px #ffad00, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.contactUswrap2 div.wpforms-container-full input[type=radio]:checked:after {
    background-color: #ffad00;
}
.contactUswrap2 div.wpforms-container-full {
    margin-top: 0;
}
.contactUswrap2 .container .contact-form-inner-wrap{
	background: #fff;
	padding: 30px;
    border-radius: 15px;
}
.Please-fill-heading{
	display : none;
}
.contactUswrap2 .container .Please-fill-heading{
	display : block;
	font-family: 'p-extrabold';
	font-size: 26px;
	color: #ffad00;
}
.contactUswrap2 .themeGradientColor{
    background: linear-gradient(270deg, rgb(134 255 245) 0%, rgb(117 163 237) 35%, rgb(121 255 243) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactform2-info{
	display : none;
}
.contactUswrap2 .contactform2-info{
	display : block;
}
.contactform2-info h2{
	font-family: 'p-bold';
    color: #fff;
	font-size: 35px;
}
.contactform2-info p{
    color: #fff;
	font-size: 16px;
}
.contactform2-info p a{
    color: #fff;
}
.contactform2-info p a:hover{
    color: #ffad00;
}
.contactform2-info h3{
	font-family: 'p-bold';
    color: #fff;
	position: relative;
	padding-left: 50px;
	font-size: 31px;
}
.contactform2-info h4{
	font-family: 'p-bold';
    color: #fff;
}
.contactform2-info h5{
	font-family: 'p-bold';
    color: #fff;
}
.contactform2-info h6{
	font-family: 'p-bold';
    color: #fff;
}
.contactform2-con{
	display : flex;
	justify-content: space-between;
}
.contactform2-info h3::before {
    content: '';
    position: absolute;
    font-size: 23px;
    width: 40px;
    height: 40px;
    background: #ffffff52;
    left: 0;
    top: 0;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactform2-info h3.one::before {
	content: '1';
}
.contactform2-info h3.two::before {
	content: '2';
}
.contactform2-info h3.three::before {
	content: '3';
}

.contactform2-info h3::after {
	content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ffffff52;
    left: 19px;
    top: 40px;
    color: #ffffff;
}
.contactform2-info h3.one::after {
	height: 50px;
}
.contactform2-info h3.two::after {
	height: 73px;
}
.contactform2-info h3.three::after {
	display: none;
}
.contactform2-info hr{
	background: #fff;
}
.contactUswrap2 .phone_flag_dropdown .iti--allow-dropdown input {
    padding-left: 70px !important;
}
.contactFrom2-hr {
	display: none;
}
.contactUswrap2 .contactFrom2-hr {
	display: block;
	border-top: 1px solid #ffffff;
}
.contactUswrap2 .contactTwoBottomWrap{
	display: none;
}
@media(max-width: 767px){
.contactform2-info p {
    word-break: break-all;
}
.contactform2-con {
    gap: 10px;
}
}