/* ==========================================================
   UCPL SAP Delhi Bundled CSS
   Generated from uploaded CSS files and page inline fixes.
   Keep this file at: css/ucpl-sap-delhi-bundle.css
   ========================================================== */



/* ===== Source: theme-default.css ===== */

/*
Template: Host Linea
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/


/*
======================================
[ CSS TABLE CONTENT ]
======================================
    [Table of contents]

	1. General
		+ Text Colors
		+ Divider lines
		+ Paddings
		+ Opacity styles
		+ fonts
		+ Icon Boxes
		+ Text Boxes
		+ Buttons
		+ Opacity styles
		+ buttons

	2. Image boxes
		+ section-side-image
		+ background-imgholder
		+ image-left
		+ image-holder
		+ nodisplay-image
	
	3. Lists
		+ iconlist
		+ clientlogo-list
		+ side-nav-list
		+ category-links
		+ tags 
	
	4. Menu Backgrounds
		+ Headers
	
	5. Topbar Styles
		+ topbar
		+ toplist
	
	6. Logo
		+ logo
	
	7. Section Titles
		+ section titles
	
	8. Page Section Styles
		+ Section Styles
	
	9. Footer Styles
		+ footer logo
		+ lists
	
	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/


/* =========== General ============= */

body,
input,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #727272;
  padding:0px;
  margin:0px;
}

/* a link Styles
 ------------------------------ */
 
a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #5a5959;
}
a {
	border: medium none;
	color: #727272;
}
.uppercase {
	text-transform: uppercase;
}
a {
	outline: medium none !important;
}
/* Headings
 ------------------------------ */
 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #272727;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h1.lessmar-1 {
	margin-bottom: 5px;
}
h1.lessmar-2 {
	margin-bottom: 10px;
}
h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h2.nomargin {
	margin-bottom: 0px;
}
h2.less-mar-1 {
	margin-bottom: 3px;
}
h2.less-mar-2 {
	margin-bottom: 5px;
}
h2.less-mar-3 {
	margin-bottom: 7px;
}
h2.less-mar-4 {
	margin-bottom: 9px;
}
h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 18px;
	font-style: normal;
}
h3.nomargin {
	margin-bottom: 0px;
}
h3.less-mar-1 {
	margin-bottom: 3px;
}
h3.less-mar-2 {
	margin-bottom: 5px;
}
h3.less-mar-3 {
	margin-bottom: 7px;
}
h3.less-mar4 {
	margin-bottom: 9px;
}
h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}
h4.nomargin {
	margin-bottom: 0px;
}
h4.less-mar-1 {
	margin-bottom: 3px;
}
h4.less-mar-2 {
	margin-bottom: 5px;
}
h4.less-mar-3 {
	margin-bottom: 7px;
}
h4.less-mar-4 {
	margin-bottom: 9px;
}
h6.nopadding {
	padding: 0px;
}
h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}
h5.nomargin {
	margin-bottom: 0px;
}
h5.less-mar-1 {
	margin-bottom: 3px;
}
h5.less-mar-2 {
	margin-bottom: 5px;
}
h5.less-mar-3 {
	margin-bottom: 7px;
}
h5.less-mar-4 {
	margin-bottom: 9px;
}
h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}
h6.nomargin {
	margin-bottom: 0px;
}
h6.nopadding {
	padding: 0px;
}
h6.less-mar-1 {
	margin-bottom: 3px;
}
h6.less-mar-2 {
	margin-bottom: 5px;
}
h6.less-mar-3 {
	margin-bottom: 7px;
}
h6.less-mar-4 {
	margin-bottom: 9px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top: 0;
}
ul {
	list-style-type: none;
}


/*=============== Text Colors ============= */

.text-white {
	color: #fff;
}
.text-dark {
	color: #242424;
}
.text-normal {
	color: #727272;
}
.text-deco {
	text-decoration:line-through;
}
/*=============== Margins ============= */
/* divider margins
 ------------------------------ */
.bottom-margin {
	margin-bottom: 0px;
}
.top-margin {
	margin-top: 0px;
}
.col-divider-margin {
	width: 100%;
	float:left;
	margin-top: 60px;
}
.col-divider-margin-1 {
	width: 100%;
	float:left;
	margin-top: 10px;
}
.col-divider-margin-2 {
	width: 100%;
	float:left;
	margin-top: 20px;
}
.col-divider-margin-3 {
	width: 100%;
	float:left;
	margin-top: 30px;
}
.col-divider-margin-4 {
	width: 100%;
	float:left;
	margin-top: 40px;
}
.col-divider-margin-5 {
	width: 100%;
	float:left;
	margin-top: 50px;
}
.col-divider-margin-6 {
	width: 100%;
	float:left;
	margin-top: 60px;
}

/* bottom margins
 ------------------------------ */
.nobottom-margin {
	margin-bottom: 0px;
}
.bottom-margin-3 {
    margin-bottom: 30px;
}
.bottom-margin-4 {
    margin-bottom: 40px;
}
.bottom-margin-5 {
    margin-bottom: 50px;
}
/* top margins
 ------------------------------ */
.margin-top-1 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.margin-top-2 {
    margin-top: 20px;
    width: 100%;
}
.margin-top3 {
    margin-top: 30px;
    width: 100%;
}
.margin-top-4 {
    margin-top: 40px;
    width: 100%;
}
.margin-top-5 {
    margin-top: 50px;
    width: 100%;
}
.margin-top-6 {
    margin-top: 60px;
    width: 100%;
}
.margin-top-7 {
    margin-top: 70px;
    width: 100%;
}
.margin-left-1 {
    margin-left: 10px;
}
.margin-left-2 {
    margin-left: 20px;
}
.margin-left-3 {
    margin-left: 30px;
}
.margin-left-4 {
    margin-left: 40px;
}
.margin-left-5 {
    margin-left: 50px;
}
.margin-left-6 {
    margin-left: 60px;
}
.margin-left-7 {
    margin-left: 70px;
}
/* center align column
 ------------------------------ */
.col-centered {
	float: none;
	margin: 0 auto;
}


/*=============== Divider lines ============= */
.divider-line {
	float: left;
	width: 100%;
}
.divider-line.dashed {
	border-bottom: 1px dashed;
}
.divider-line.solid {
	border-bottom: 1px solid;
}
.divider-line.dark {
	border-bottom-color:#444444;
}
.divider-line.dark-2 {
	border-bottom-color:#343333;
}
.divider-line.light {
	border-bottom-color:#e4e4e4;
}
 .divider-line.top-padding {
	padding-top: 20px;
}
 .divider-line.bottom-margin {
	margin-bottom: 20px;
}
 .divider-line.margin {
	margin: 20px 0;
}

/* Divider Line less width
 ------------------------------ */
.divider-line.shorter-2{
	width: 20%;
}
.divider-line.shorter-3{
	width: 30%;
}
.divider-line.shorter-4{
	width: 40%;
}
 .divider-line.shorter-5{
	width: 50%;
}
.divider-line.shorter-6{
	width: 60%;
}
 .divider-line.shorter-7{
	width: 70%;
}
.divider-line.shorter-8{
	width: 80%;
}
 .divider-line.shorter-9{
	width: 90%;
}

/* Divider Line align center
 ------------------------------ */
.divider-line.align-center{
	 margin:0 auto;
	 float:none;
}

/*=============== Paddings ============= */
 
.no-top-padding {
	padding-top: 0;
}
/* padding top
 ------------------------------ */
.padding-top-1 {
	padding-top: 10px;
}
.padding-top-2 {
	padding-top: 20px;
}
.padding-top-3 {
	padding-top: 30px;
}
.padding-top-4 {
	padding-top: 40px;
}
.padding-top-5 {
	padding-top: 50px;
}
.padding-top-6 {
	padding-top: 60px;
}

/* left padding
 ------------------------------ */
 
.padding-left-1 {
	padding-left: 10px;
}
.padding-left-2 {
	padding-left: 20px;
}
.padding-left-3 {
	padding-left: 30px;
}
.padding-left-4 {
	padding-left: 40px;
}
.padding-left-5 {
	padding-left: 50px;
}
.padding-left-6 {
	padding-left: 60px;
}
.padding-left-7 {
	padding-left: 70px;
}
.padding-left-8 {
	padding-left: 80px;
}

/* right padding
 ------------------------------ */
 
.padding-right-1 {
	padding-right: 10px;
}
.padding-right-2 {
	padding-right: 20px;
}
.padding-right-3 {
	padding-right: 30px;
}
.padding-right-4 {
	padding-right: 40px;
}
.padding-right-5 {
	padding-right: 50px;
}
.padding-right-6 {
	padding-right: 60px;
}
.padding-right-7 {
	padding-right: 70px;
}
.padding-right-8 {
	padding-right: 80px;
}


/*=============== fonts ============= */

/* letter spacing
 ------------------------------ */
 .lspace-sm{
	letter-spacing:5px;
	}
	
.lspace-1{
	letter-spacing:10px;
	}
.lspace-2{
	letter-spacing:20px;
	}
.lspace-3{
	letter-spacing:30px;
	}
.lspace-4{
	letter-spacing:40px;
	}
.lspace-5{
	letter-spacing:50px;
	}

/* font weight styles
 ------------------------------ */
 
.font-weight-1 {
	font-weight: 100;
}
.font-weight-2 {
	font-weight: 200;
}
.font-weight-3 {
	font-weight: 300;
}
.font-weight-4 {
	font-weight: 400;
}
.font-weight-5 {
	font-weight: 500;
}
.font-weight-6 {
	font-weight: 600;
}
.font-weight-7 {
	font-weight: 700;
}
.font-weight-8 {
	font-weight: 800;
}

/*=============== Columns without padding ============= */
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}


/*=============== site main structure ============= */
.site-wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;

}
.wrapper-boxed {
    margin: auto;
    background-color: #FFF;
}
/*=============== Icon Boxes ============= */
.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge {
	width: 200px;
	height: 200px;
	font-size: 46px;
	color: #242424;
	border: none;
	line-height: 135px;
}
.iconbox-xlarge {
	width: 135px;
	height: 135px;
	font-size: 46px;
	color: #242424;
	line-height: 135px;
}
.iconbox-large {
	width: 120px;
	height: 120px;
	font-size: 46px;
	color: #242424;
	line-height: 114px;
}
.iconbox-xmedium {
	width: 110px;
	height: 110px;
	font-size: 38px;
	color: #242424;
	line-height: 106px;
}
.iconbox-medium {
	width: 100px;
	height: 100px;
	font-size: 32px;
	color: #242424;
	line-height: 100px;
}
.iconbox-smedium {
	width: 90px;
	height: 90px;
	font-size: 26px;
	color: #242424;
	line-height: 90px;
}
.iconbox-small {
	width: 80px;
	height: 80px;
	font-size: 26px;
	color: #242424;
	line-height: 80px;
}
.iconbox-tiny {
	width: 70px;
	height: 70px;
	font-size: 26px;
	color: #242424;
	line-height: 74px;
}
.iconbox-xtiny {
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #242424;
	line-height: 60px;
}
.iconbox-xtiny.shorter {
	width: 45px;
	height: 45px;
	line-height: 48px;
}
.iconbox-xlarge.no-lineheight {
	line-height: 0;
}

/* iconboxes alignments
 ------------------------------ */
.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center, .icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
	margin: 0 auto;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left, .icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right, .icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
/* iconboxe background colors
 ------------------------------ */	
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
	color: #fff;
	background-color: #242424;
}
.iconbox-dxlarge.white, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
	color: #fff;
	background-color: #474747;
}
.iconbox-dxlarge.color-primary, .iconbox-xlarge.color-primary, .iconbox-large.color-primary, .iconbox-xmedium.color-primary, .iconbox-medium.color-primary, .iconbox-smedium.color-primary, .iconbox-small.color-primary, .iconbox-tiny.color-primary, .iconbox-xtiny.color-primary {
	color: #fff;
	background-color: #ccc;
}
/* iconboxs with stroke
 ------------------------------ */	
.iconbox-dxlarge.border-gray, .iconbox-xlarge.border-gray, .iconbox-large.border-gray, .iconbox-xmedium.border-gray, .iconbox-medium.border-gray, .iconbox-smedium.border-gray, .iconbox-small.border-gray, .iconbox-tiny.border-gray, .iconbox-xtiny.border-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.iconbox-dxlarge.border-gray-2, .iconbox-xlarge.border-gray-2, .iconbox-large.border-gray-2, .iconbox-xmedium.border-gray-2, .iconbox-medium.border-gray-2, .iconbox-smedium.border-gray-2, .iconbox-small.border-gray-2, .iconbox-tiny.border-gray-2, .iconbox-xtiny.border-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.iconbox-dxlarge.border-white, .iconbox-xlarge.border-white, .iconbox-large.border-white, .iconbox-xmedium.border-white, .iconbox-medium.border-white, .iconbox-smedium.border-white, .iconbox-small.border-white, .iconbox-tiny.border-white, .iconbox-xtiny.border-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.iconbox-dxlarge.border-dark, .iconbox-xlarge.border-dark, .iconbox-large.border-dark, .iconbox-xmedium.border-dark, .iconbox-medium.border-dark, .iconbox-smedium.border-dark, .iconbox-small.border-dark, .iconbox-tiny.border-dark, .iconbox-xtiny.border-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}

/*=============== Icon circles ============= */
.iconcircle-dxlarge, .iconcircle-xlarge, .iconcircle-large, .iconcircle-xmedium, .iconcircle-medium, .iconcircle-smedium, .iconcircle-small, .iconcircle-tiny, .iconcircle-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	border-radius:100%;
	transition: all 0.3s ease-out 0s;
}
.iconcircle-dxlarge {
	width: 200px;
	height: 200px;
	font-size: 46px;
	color: #242424;
	border: none;
	line-height: 135px;
}
.iconcircle-xlarge {
	width: 135px;
	height: 135px;
	font-size: 46px;
	color: #242424;
	line-height: 135px;
}
.iconcircle-large {
	width: 120px;
	height: 120px;
	font-size: 36px;
	color: #242424;
	line-height: 118px;
}
.iconcircle-xmedium {
	width: 110px;
	height: 110px;
	font-size: 38px;
	color: #242424;
	line-height: 106px;
}
.iconcircle-medium {
	width: 100px;
	height: 100px;
	font-size: 32px;
	color: #242424;
	line-height: 100px;
}
.iconcircle-smedium {
	width: 90px;
	height: 90px;
	font-size: 26px;
	color: #242424;
	line-height: 90px;
}
.iconcircle-small {
	width: 80px;
	height: 80px;
	font-size: 26px;
	color: #242424;
	line-height: 80px;
}
.iconcircle-tiny {
	width: 70px;
	height: 70px;
	font-size: 26px;
	color: #242424;
	line-height: 74px;
}
.iconcircle-xtiny {
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #242424;
	line-height: 60px;
}
.iconcircle-xlarge.no-lineheight {
	line-height: 0;
}

/* iconcirclees alignments
 ------------------------------ */
.iconcircle-dxlarge.center, .iconcircle-xlarge.center, .iconcircle-large.center, .iconcircle-xmedium.center, .iconcircle-medium.center, .iconcircle-smedium.center, .iconcircle-small.center, .iconcircle-tiny.center, .iconcircle-xtiny.center, .icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
	margin: 0 auto;
}
.iconcircle-dxlarge.left, .iconcircle-xlarge.left, .iconcircle-large.left, .iconcircle-xmedium.left, .iconcircle-medium.left, .iconcircle-smedium.left, .iconcircle-small.left, .iconcircle-tiny.left, .iconcircle-xtiny.left, .icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.iconcircle-dxlarge.right, .iconcircle-xlarge.right, .iconcircle-large.right, .iconcircle-xmedium.right, .iconcircle-medium.right, .iconcircle-smedium.right, .iconcircle-small.right, .iconcircle-tiny.right, .iconcircle-xtiny.right, .icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
/* iconcirclee background colors
 ------------------------------ */	
.iconcircle-dxlarge.dark, .iconcircle-xlarge.dark, .iconcircle-large.dark, .iconcircle-xmedium.dark, .iconcircle-medium.dark, .iconcircle-smedium.dark, .iconcircle-small.dark, .iconcircle-tiny.dark, .iconcircle-xtiny.dark {
	color: #fff;
	background-color: #242424;
}
.iconcircle-dxlarge.white, .iconcircle-xlarge.white, .iconcircle-large.white, .iconcircle-xmedium.white, .iconcircle-medium.white, .iconcircle-smedium.white, .iconcircle-small.white, .iconcircle-tiny.white, .iconcircle-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.iconcircle-dxlarge.gray, .iconcircle-xlarge.gray, .iconcircle-large.gray, .iconcircle-xmedium.gray, .iconcircle-medium.gray, .iconcircle-smedium.gray, .iconcircle-small.gray, .iconcircle-tiny.gray, .iconcircle-xtiny.gray {
	color: #fff;
	background-color: #474747;
}
/* iconcircles with stroke
 ------------------------------ */	
.iconcircle-dxlarge.border-gray, .iconcircle-xlarge.border-gray, .iconcircle-large.border-gray, .iconcircle-xmedium.border-gray, .iconcircle-medium.border-gray, .iconcircle-smedium.border-gray, .iconcircle-small.border-gray, .iconcircle-tiny.border-gray, .iconcircle-xtiny.border-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.iconcircle-dxlarge.border-gray-2, .iconcircle-xlarge.border-gray-2, .iconcircle-large.border-gray-2, .iconcircle-xmedium.border-gray-2, .iconcircle-medium.border-gray-2, .iconcircle-smedium.border-gray-2, .iconcircle-small.border-gray-2, .iconcircle-tiny.border-gray-2, .iconcircle-xtiny.border-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.iconcircle-dxlarge.border-white, .iconcircle-xlarge.border-white, .iconcircle-large.border-white, .iconcircle-xmedium.border-white, .iconcircle-medium.border-white, .iconcircle-smedium.border-white, .iconcircle-small.border-white, .iconcircle-tiny.border-white, .iconcircle-xtiny.border-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.iconcircle-dxlarge.border-dark, .iconcircle-xlarge.border-dark, .iconcircle-large.border-dark, .iconcircle-xmedium.border-dark, .iconcircle-medium.border-dark, .iconcircle-smedium.border-dark, .iconcircle-small.border-dark, .iconcircle-tiny.border-dark, .iconcircle-xtiny.border-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}

/* Icons Plain
 ------------------------------ */	
.icon-plain-large {
	font-size: 80px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-medium {
	font-size: 60px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small {
	font-size: 40px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-msmall {
	font-size: 32px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-tiny {
	font-size: 20px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small.rightline {
	border-right: 1px solid #3F3F3F;
}
.icon-plain-medium.rightline {
	margin: 0px 20px 50px 0px;
	border-right: 1px solid #FFC153;
}
.icon-plain-small.dark {
	color: #242424;
}


/* plain icon colors
 ------------------------------ */
.icon-plain-large.dark, .icon-plain-medium.dark, .icon-plain-small.dark, .icon-plain-msmall.dark, .icon-plain-tiny.dark {
	color: #242424;
}
.icon-plain-large.white, .icon-plain-medium.white, .icon-plain-small.white, .icon-plain-msmall.white, .icon-plain-tiny.white {
	color: #fff;
}
.icon-plain-large.gray, .icon-plain-medium.gray, .icon-plain-small.gray, .icon-plain-msmall.gray, .icon-plain-tiny.gray {
	color: #727272;
}


/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	text-align: left;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.text-box {
	width: 100%;
	float: left;
	transition: all 0.3s ease-out 0s;
}
.text-box-inner {
	width: 100%;
	float: left;
	padding: 40px;
}
.text-box.white {
	background-color: #fff;
}
.text-box.dark {
	background-color: #242424;
}

/* text boxes less paddings
 ------------------------------ */
 
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}




/* text boxes with borders
 ------------------------------ */
.text-box-right.border, .text-box-left.border, .text-box-inner.border, .text-box.border {
	border: 1px solid #e4e4e4;
}
.text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
	border-top: 1px solid #e4e4e4;
}
.text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
	border-bottom: 1px solid #e4e4e4;
}
.text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
	border-left: 1px solid #e4e4e4;
}
.text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
	border-right: 1px solid #e4e4e4;
}

/* text boxe padding
 ------------------------------ */
.text-box.padding-1 {
	padding: 10px;
}
.text-box.padding-2 {
	padding: 20px;
}
.text-box.padding-3 {
	padding: 30px;
}
.text-box.padding-4 {
	padding: 40px;
}
.text-box.padding-5 {
	padding: 50px;
}
.text-box.padding-6 {
	padding: 60px;
}
.text-box.padding-7 {
	padding: 70px;
}
.text-box.padding-8 {
	padding: 80px;
}
.text-box.padding-9 {
	padding: 90px;
}

/* text boxes margin and paddings
 ------------------------------ */
 
 /* left box
 ------------------------------ */
 
.text-box-left.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-left.more-padding-2 {
	padding: 0px 0px 0px 150px;
}
.text-box-left.less-padding-1 {
	padding: 0px 70px 0px 0;
}

/* right box
 ------------------------------ */
 
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}


/*============ Buttons ============ */

a.read-more {
	color: #ccc;
}
a.read-more:hover {
	color: #242424;
}
a.read-more.white {
	color: #fff;
}
a.read-more.white:hover {
	color: #fff;
}
a.read-more.dark {
	color: #242424;
}
a.read-more.dark:hover {
	color: #ccc;
}
a.read-more.dark-2 {
	color: #242424;
}
a.read-more.dark-2:hover {
	color: #727272;
}

/* button styles
 ------------------------------ */
.btn {
	padding: 10px 36px;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
}
.btn.btn-large {
	padding: 15px 60px;
}
.btn.btn-small {
	padding: 8px 18px;
}
.btn.btn-small-2 {
	padding: 4px 18px;
}

/* button background colors
 ------------------------------ */

/* button white
 ------------------------------ */
.btn.btn-white {
	color: #242424;
	background-color: #fff;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: #242424;
}
/* button white
 ------------------------------ */
.btn.btn-bgprimary {
	color: #fff;
	background-color: #ccc;
}
.btn.btn-bgprimary:hover {
	color: #fff;
	background-color: #242424;
}

/* button dark
 ------------------------------ */
.btn.btn-dark {
	color: #fff;
	background-color: #242424;
}
.btn.btn-dark:hover {
	color: #fff;
	background-color: #3e3e3e;
}
/* button dark-2
 ------------------------------ */
.btn.btn-dark-2 {
	color: #fff;
	background-color: #161616;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}
/* button light
 ------------------------------ */
.btn.btn-light {
	color: #242424;
	background-color: #e9e9e9;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}

/* button with stroke
 ------------------------------ */
.btn.btn-border {
	color: #242424;
	border: 1px solid;
}
/* button border white
 ------------------------------ */
.btn.btn-border.white {
	color: #fff;
	border-color:#fff;
}
.btn.btn-border:hover.white {
	color:#242424;
	background-color:#fff;
	border-color:#fff;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark {
	border-color:#242424;
}
.btn.btn-border:hover.dark {
	color:#fff;
	background-color:#242424;
	border-color:#242424;
}

/* button border light
 ------------------------------ */
.btn.btn-border.light {
	border-color:#e4e4e4;
}
.btn.btn-border:hover.light {
	color:#fff;
	background-color:#242424;
	border-color:#242424;
}
/* button border transparent white
 ------------------------------ */
.btn.btn-border.transparent-white {
	color:#fff;
	border-color:rgba(255, 255, 255, 0.4);
}
.btn.btn-border:hover.transparent-white {
	border-color:rgba(255, 255, 255, 0.8);
}
/* button border transparent dark
 ------------------------------ */
.btn.btn-border.transparent-dark {
	color:#fff;
	border-color:rgba(0, 0, 0, 0.4);
}
.btn.btn-border:hover.transparent-dark {
	border-color:rgba(0, 0, 0, 0.8);
}

/* button border primary
 ------------------------------ */
.btn.btn-border.primary {
	color:#ccc;
	border-color:#ccc;
}
.btn.btn-border:hover.primary {
	color:#fff;
	border-color:#ccc;
	background-color:#ccc;
}


/* Appstore buttons
 ------------------------------ */ 

.btn.appstore {
	width: 200px;
	padding: 10px 25px;
	margin: 0px;
	text-align: left;
}
.btn.appstore.right-margin {
	margin-right: 10px;
}
.btn.appstore.orange {
	background-color: #fd602c;
}
.btn.appstore span {
	margin: 0px;
	float: left;
	padding: 0;
	text-align: left;
}
.btn.appstore span i {
	font-size: 40px;
	color: #fff;
	padding: 0 20px 0 0;
}
.btn.appstore p {
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0 25px 0 20px;
	text-align: left;
}
.btn.appstore .big {
	margin: 0px;
	font-size: 18px;
	padding: 0;
}
.btn.appstore.orange:hover {
	background-color: #fff;
}
.btn.appstore.orange:hover p, .btn.appstore.orange:hover .big, .btn.appstore.orange:hover span i {
	color: #242424;
}
/* Appstore button white
 ------------------------------ */
.btn.appstore.white {
	background-color: #fff;
}
.btn.appstore.white span i {
	font-size: 40px;
	color: #242424;
	padding: 0 20px 0 0;
}
.btn.appstore.white:hover {
	background-color: #fd602c;
}
.btn.appstore.white:hover p, .btn.appstore.white:hover .big, .btn.appstore.white:hover span i {
	color: #fff;
}


/*============ Image Boxes ============ */
.section-side-image {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.background-imgholder.top-padd {
	padding-top: 80px;
}
.section-side-image .text-inner {
	padding: 80px 80px 80px 0;
}
.section-side-image .text-inner.two {
	padding: 0px 80px 0px 0;
}
.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* side image 2
 ------------------------------ */
.section-side-image-2 {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image-2 .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 80px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 80px 0px 0;
}
.section-side-image-2 .background-imgholder-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* image holders
 ------------------------------ */
.image-holder {
	width: 100%;
	float: left;
}
.image-holder.shorter-1 {
    width: 80%;
}
.image-holder.shorter-2 {
    width: 75%;
}
.image-holder.shorter-3 {
    width: 70%;
}
.image-left {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    transition: all 0.3s ease-out 0s;
}
.img-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.nodisplay-image {
	display: none;
}
/* image overflow hidden
 ------------------------------ */
.overflow-hidden {
	overflow: hidden;
}

/*============ Lists ============ */
.iconlist {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.iconlist li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	line-height: 23px;
}
.iconlist li i {
	color: #ccc;
	padding: 0 15px 0 0;
}
.iconlist.dark li i {
	color: #161616;
}
.iconlist.primary li i {
	color: #ccc;
}
.iconlist.white li {
	color: #fff;
}
/* Client Logo List
 ------------------------------ */
.clientlogo-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.clientlogo-list li {
	display: inline;
	padding: 0 16px 0 0;
	margin: 0px;
}
.clientlogo-list li.last {
	padding: 0 0 0 0;
}
.clientlogo-list.two li {
	padding: 0 90px 0 0;
}
.clientlogo-list.two li.last {
	padding: 0 0 0 0;
}
.clientlogo-list.two.transparent {
	opacity: 0.5;
}

/* side navigation list
 ------------------------------ */
.side-nav-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.side-nav-list li {
	width: 100%;
	padding: 0px;
	margin: 0 0 2px 0;
	float: left;
}
.side-nav-list li a {
	width: 100%;
	padding: 15px 25px;
	margin: 0px;
	font-weight: normal;
	float: left;
	background-color: #f6f6f6;
}
.side-nav-list li a:hover, .side-nav-list li a.active {
	color: #fff;
	background-color: #ccc;
}

/* side navigation category links
 ------------------------------ */
.category-links {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.category-links li {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 1px solid #eeeeee;
}
.category-links li a:hover, .category-links li a.active {
	color: #ccc;
}
.category-links li:last-child {
	border-bottom: none;
}


/* tags
 ------------------------------ */	
.tags {
	padding: 0px;
	margin: 0px;
}
.tags li {
	padding: 0px;
	margin: 0;
}
.tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	background-color: #e7e7e7;
}
.tags li a:hover, .tags li a.active {
	color: #fff;
	background-color: #ccc;
}

/* sidebar works list
 ------------------------------ */	
.sidebar-works {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar-works li {
	padding: 0px;
	margin: 4px 4px 0 0;
	float: left;
}
.sidebar-works li.last {
	margin: 4px 0 0 0;
}

/* Footer Useful Links
 ------------------------------ */
	
.usefull-links {
	padding: 0px;
	margin: 0px;
}
.usefull-links li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #2e2e2e;
}
.usefull-links li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
}
.usefull-links li a:hover {
	color: #fff;
}
.usefull-links li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.usefull-links li:last-child {
	border-bottom:none;
}
.usefull-links.no-border li {
	border-bottom:none;
}

/*============ Menu Backgrounds ============ */

/* Sticky bg
 ------------------------------ */
#header {
	position: relative;
	background: #fff;
	padding: 0;
	width: 100%;
	z-index: 999;
}
#header-2 {
	position: relative;
	background: #242424;
	padding: 0;
	width: 100%;
	z-index: 999;
	border-bottom:1px solid #ccc;
}
#header-3{
	position: relative;
	background: #fff;
	padding: 0;
	width: 100%;
	height:100px;
	z-index: 999;
}
.logo a img {width:100%;}
.dmm {
	width:100%;
	background: #fff;
	padding: 0;
	height:100px;
}
.menu-bottom-strip {
	width:100%;
	background: #ccc;
	padding: 0;
	height:2px;
}
/*============ Topbar Styles ============ */

/* Topbar
 ------------------------------ */
.topbar {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
}
.topbar.white {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.topbar.light {
	background-color: #f6f6f6;
}
.topbar.dark {
	background-color: #242424;
}
.topbar.xdark {
	background-color: #000;
	border-bottom: 1px solid #262626;
}
.topbar.more-padding {
	padding: 20px 0 80px 0;
}
.topbar.dark select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #242424;
    border: 1px solid #727272;
}
.topbar.white button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
/* Topbar list
 ------------------------------ */
.toplist {
	float: right;
	padding: 0px;
	margin: 0px;
}
.toplist li {
	float: left;
	color: #8d8c8c;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 0 10px 0 10px;
}
.toplist li.lineright {
	border-right: 1px solid #e4e4e4;
}
.toplist li a {
	color: #8d8c8c;
}
.toplist li a:hover {
	color: #272727;
}
.toplist.toppadding {
	padding-top: 10px;
}
a.topbar-btn {
	float: left;
	color: #242424;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-radius: 2px;
	padding: 5px 15px;
	background-color: #fff;
}
.topbar-padding {
	padding: 7px 0 15px 0;
}
.topbar-padding-more {
	padding: 15px 0 10px 0;
}
.topbar-left-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}
.topbar-right-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}

/* topbar dark list color
 ------------------------------ */
.topbar.dark .toplist li a:hover {
	color: #fff;
}
.topbar.xdark .toplist li a:hover {
	color: #fff;
}
.topbar.dark .toplist li.lineright {
	border-right: 1px solid #727272;
}
.topbar.xdark .toplist li.lineright {
	border-right: 1px solid #3a3a3a;
}
/* topbar btn
 ------------------------------ */
a.topbar-btn:hover, a.topbar-btn.active {
	color: #FFF !important;
	background-color: #fd602c;
}


/*============ Section Titles ============ */

/* page title
 ------------------------------ */
.section-title {
	font-weight: 400;
}
/* subtitle
 ------------------------------ */
.sub-title {
	width: 60%;
	font-size: 16px;
	margin: 10px auto 70px auto;
}
.sub-title.align-left {
	width: 100%;
	margin: 10px 0 70px 0;
}
.sub-title-2 {
	width: 100%;
	font-size:16px;
	margin: 10px auto 70px 0;
	text-align:justify;
}
.sub-title-2.fullwidth {
	width: 100%;
	font-size:16px;
	margin: 10px auto 70px 0;
}
.title-line {
	width:30px;
	height:2px;
	padding:0px;
	margin:0px;
	background-color:#242424;
}
.title-line.white {
	background-color:#fff;
}
.title-line.dark {
	background-color:#242424;
}
.title-line.align-left {
	float:left;
}
.title-line.align-right {
	float:right;
}
.title-line.align-center {
	margin:0 auto;
}
.title-bmargin{ 
margin-bottom:70px;
}
.title-bpadding{ 
padding-bottom:50px;
}

/* Footer title
 ------------------------------ */ 
.footer-title {
	font-size:18px;
	color: #fff;
	float: left;
	margin-bottom:15px;
}
.footer-title-line {
	width:30px;
	height:2px;
	display:block;
	margin-bottom:40px;
	background-color:#fff;
}
.footer-title-line.align-left {
	float:left;
}
.footer-title-line.align-right {
	float:right;
}
/*============ Page Section Styles ============ */

/* section background colors
 ------------------------------ */
.section-dark {
	background-color: #242424;
}
.section-dark-2 {
	background-color: #1b1b1b;
}
.section-mdark {
	background-color: #161616;
}
.section-xdark {
	background-color: #101010;
}
.section-light {
	background-color: #f6f6f6;
}
.section-primary {
	background-color: #ccc;
}

/* Section Paddings
 ------------------------------ */

.sec-padding {
	padding: 80px 0 80px 0;
}
.sec-tpadding-1 {
	padding-top: 40px;
}
.sec-tpadding-2 {
	padding-top: 80px;
}
.sec-tpadding-3 {
	padding-top: 120px;
}
.sec-tpadding-4 {
	padding-top: 150px;
}
.sec-bpadding-1 {
	padding-bottom: 40px;
}
.sec-bpadding-2 {
	padding-bottom: 80px;
}
.sec-bpadding-3 {
	padding-bottom: 120px;
}
.sec-bpadding-4 {
	padding-bottom: 150px;
}
.sec-xmore-padding {
	padding: 120px 0 120px 0;
}
.sec-xmore-padding-2 {
	padding: 150px 0 150px 0;
}
.sec-padding-cr {
	padding: 120px 0 100px 0;
}
.sec-less-padding {
	padding: 50px 0 50px 0;
}
.sec-xless-padding {
	padding: 30px 0 30px 0;
}
.sec-xxless-padding {
	padding: 15px 0 15px 0;
}
.sec-dummy-top-padding {
	padding-top: 0px;
}

/*============ Overlay Styles ============ */
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.video-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 10;
}

/* Overlay opacity styles
 ------------------------------ */
.bg-opacity-1 {
	background-color: rgba(0, 0, 0, 0.1);
}
.bg-opacity-2 {
	background-color: rgba(0, 0, 0, 0.2);
}
.bg-opacity-3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-opacity-4 {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-opacity-5 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-opacity-6 {
	background-color: rgba(0, 0, 0, 0.6);
}
.bg-opacity-7 {
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-opacity-8 {
	background-color: rgba(0, 0, 0, 0.8);
}
.bg-opacity-9 {
	background-color: rgba(0, 0, 0, 0.9);
}

 /* Background light
 ------------------------------ */
.section-overlay.light {
	background-color: rgba(246, 246, 246, 0.9);
}
.section-overlay.light-2 {
	background-color: rgba(246, 246, 246, 0.8);
}
.section-overlay.light-3 {
	background-color: rgba(246, 246, 246, 0.7);
}
.section-overlay.light-4 {
	background-color: rgba(246, 246, 246, 0.6);
}
.section-overlay.light-5 {
	background-color: rgba(246, 246, 246, 0.5);
}
.section-overlay.light-6 {
	background-color: rgba(246, 246, 246, 0.4);
}
.section-overlay.bg-primary {
	background-color: rgba(246, 246, 246, 0.9);
}


/*=============== Opacity styles ============= */
.opacity-1 {
	opacity:0.1;
}
.opacity-2 {
	opacity:0.1;
}
.opacity-3 {
	opacity:0.3;
}
.opacity-4 {
	opacity:0.4;
}
.opacity-5 {
	opacity:0.5;
}
.opacity-6 {
	opacity:0.6;
}
.opacity-7 {
	opacity:0.7;
}
.opacity-8 {
	opacity:0.8;
}


/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	
.sub-title {
    width: 70%;
	}	
	
	
	
	
	
	
}
	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
.bottom-margin {
	margin-bottom: 30px;
}






}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
 .sec-padding-cr {
    padding: 80px 0px 80px;
}
.sub-title {
    width: 85%;
}









}


/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {

}


@media screen and (max-width: 480px) {
.sec-padding-cr {
    padding: 55px 0px;
}
.sec-bpadding-3 {
    padding-bottom: 80px;
}
.sec-tpadding-4 {
    padding-top: 140px;
}
.title-bpadding {
    padding-bottom: 20px;
}
.sec-padding {
    padding: 40px 0px;
}
#style-customizer {
	display:none;
}

.logo a img {width:80%;}




}


/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
.text-box-right.more-padding-2 {
    padding: 0px;
}
}

/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.sec-bpadding-3 {
    padding-bottom: 80px;
}
.sec-tpadding-4 {
    padding-top: 140px;
}
.title-bpadding {
    padding-bottom: 20px;
}
.sec-padding {
    padding: 40px 0px;
}


}




/* ===== Source: theme-responsive.css ===== */

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	
.ms-layer.offerbadge {
    height: 94px;
    padding: 50px 0px 0px;
    width: 130px;
}
.ms-layer.offerbadge.two {
    height: 82px;
    padding: 20px 0px 0px;
    width: 100px;
}
.domain-search-home-2 #domain-searchform #dsearch {
    width: 70%;
}
.feature-box-14 img {
	max-width: 100%;
	height: auto;
}
.pricetable-holder-5 .title-box .arrow-right {
    left: 243px;
}

.help-sear-holder #search-field {
    width: 80%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 30px;
}















	
	}
	
	

/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.container{ width:94%;}

.domain-search-home #domain-searchform #dsearch {
    width: 77%;
}
.feature-box-3 .offerbadge {
    top: 112px;
}
.pricetable-holder-5 .title-box .arrow-right, .pricetable-holder-5 .title-box .arrow-left {
	display:none;
}

.table-style-2 table, thead, tbody, th, td, tr { 
display: block; 
}
		
.table-style-2 td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 50%; 
}
		
.table-style-2 td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
}
	
.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }






}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {

.ms-layer.offerbadge {
    height: 85px;
	font-size:14px;
    padding: 50px 0px 0px;
    width: 111px;
}
.ms-layer.offerbadge.two {
    height: 65px;
    padding: 20px 0px 0px;
    width: 80px;
}
.ms-layer.offerbadge span.price {
    font-size: 20px;
}
.domain-search-home #domain-searchform #dsearch {
    width: 70%;
}
.domain-search-home #search-submit {
    height: 55px;
	border-left:1px solid #727272;
}
.feature-box-6 .image-holder .text {
    width: 70%;
}
.domain-search-home-2 #domain-searchform #dsearch {
    width: 62%;
}
.help-sear-holder #search-field {
    width: 76%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 70%;
}

.table-style-2 table, thead, tbody, th, td, tr { 
display: block; 
}
		
.table-style-2 td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 50%; 
}
		
.table-style-2 td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
}
	
.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }


.blog-holder-1 .post-date-box {
    width: 95px;
    height: 95px;
    font-size: 28px;
    padding: 18px 0px 0px;
}
.blog-holder-1:hover .image-holder .overlay .icon {
    top: 100px;
}
.blog-holder-1 .post-date-box.two {
    top: 127px;
}











 
}


/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.feature-box-6 .image-holder .text {
    width: 70%;
}
.btn.btn-green {
    margin-top: 20px;
}
.topbar-left-items {
    width: 100%;
}
.topbar-right-items {
    width: 100%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 54px;
}
.sub-title-2 {
    width:100%;
}
.help-sear-holder #search-field {
    width: 74%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 45%;
	height: 50px;
}

.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }

#domain-search-holder .drlist {
	float:left;
}
#domain-search-holder #dsearch {
    height: 80px;
    width: 60%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 60%;
    height: 70px;
}









}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {

.ms-layer.offerbadge {
    height: 72px;
    padding: 50px 0px 0px;
    width: 90px;
}
.ms-layer.offerbadge.two {
    height: 60px;
    padding: 20px 0px 0px;
    width: 70px;
}
.ms-layer.offerbadge span.price {
    font-size: 20px;
}
.domain-search-home #domain-searchform #dsearch {
    width: 66%;
}
.domain-search-home #search-submit {
    height: 55px;
	border-left:1px solid #727272;
}
.feature-box-6 .image-holder .text {
    width: 78%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 34px;
}
.help-sear-holder #search-field {
    width: 70%;
}

.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }

.blog-holder-1 .post-date-box {
    width: 75px;
    height: 75px;
    font-size: 19px;
    padding: 10px 0px 0px;
}
.blog-holder-1:hover .image-holder .overlay .icon {
    top: 68px;
}
.blog-holder-1 .post-date-box.two {
    top: 92px;
}
.blog-holder-1 .image-holder .overlay {
    padding: 3px;
}
.blog-holder-1 .post-date-box span {
    font-size: 12px;
    padding-top: 0;
}

#domain-search-holder .drlist {
	float:left;
}
#domain-search-holder #dsearch {
    height: 80px;
    width: 51%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 60%;
    height: 70px;
}









}


@media screen and (max-width: 480px) {

.ms-layer.offerbadge {
    height: 63px;
    padding: 40px 0px 0px;
    width: 73px;
}
.ms-layer.offerbadge.two {
    height: 49px;
    padding: 20px 0px 0px;
    width: 59px;
}
.ms-layer.offerbadge span.price {
    font-size: 20px;
}
.domain-search-home #domain-searchform #dsearch {
    width: 53%;
}
.feature-box-3 .offerbadge {
    width: 107px;
    height: 104px;
    font-size: 14px;
    top: 143px;
    padding: 20px 0px 0px;
}
.offerbadge span.price {
    font-size: 20px;
    line-height: 22px;
}
.offer-title-big {
    font-size: 42px;
}
.feature-box-6 .image-holder .text {
    width: 100%;
}
.feature-box-5 {
    padding: 0px 0px 0;
}
.domain-search-home-2 #domain-searchform #dsearch {
    width: 48%;
	height: 50px;
}
.domain-search-home-2 .drlist {
    height: 50px;
}
.domain-search-home-2 #search-submit {
    height: 50px;
}
.help-sear-holder #search-btn {
    padding: 5px 29px;
}

.blog-holder-1 .post-date-box {
    width: 55px;
    height: 55px;
    font-size: 14px;
    padding: 3px 0px 0px;
}
.blog-holder-1 .post-date-box span {
    font-size: 9px;
    padding-top: 0px;
}
.blog-holder-1 .post-date-box.two {
    top: 54px;
}
.blog-holder-1:hover .image-holder .overlay .icon {
    top: 45px;
}
.blog-holder-1 .image-holder .overlay .icon {
    font-size: 11px;
    height: 35px;
    line-height: 41px;
    width: 35px;
    top: -60px;
}

.feature-box-3 .offerbadge {
   display:none;
}
.footer-payment-logo-list {
    margin: 10px 0 0 0;
}

.footer-payment-logo-list li {
    padding: 0 10px 10px 0;
}
.domain-search-home-3 .drlist {
    width: 85px;
}
.domain-search-home-3 #search-submit {
    padding: 5px 22px;
}
.domain-search-home-3 #domain-searchform #dsearch {
    width: 60%;
}
.domain-search-home-3 {
    margin: 0 0 20px 0;
}
.tld-list.dark li {
    padding: 0px 18px;
}
.footer-social-icons {
    margin: 10px 0 0 0;
}
.blog-holder-1 .post-date-box.three.four {
    top: 84px;
}
#domain-search-holder #searchsubmit {
    font-size: 14px;
    padding: 4px 10px;
}
#domain-search-holder #dsearch {
    width: 50%;
	height:77px;
}
#domain-search-holder .drlist {
    float: left;
	height:77px;
}
#domain-search-holder .drlist {
    width: 96px;
}















}


/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.ms-layer.offerbadge {
    height: 50px;
	font-size:24px;
    padding: 40px 0px 0px;
    width: 60px;
}
.ms-layer.offerbadge.two {
    height: 42px;
    padding: 20px 0px 0px;
    width: 50px;
	font-size: 15px;
	line-height: 18px;
}
.ms-layer.offerbadge span.price {
    font-size: 20px;
	line-height: 29px;
}
.domain-search-home #domain-searchform #dsearch {
    width: 47%;
}
.domain-search-home .drlist {
    width: 65px;
}
.domain-search-home #search-submit {
    padding: 5px 13px;
}

.feature-box-3 .offerbadge {
    width: 78px;
	height: 81px;
    font-size: 10px;
    top: 143px;
    padding: 10px 0px 0px;
}
.offerbadge span.price {
    font-size: 14px;
    line-height: 22px;
}
.domain-search-home-2 .drlist {
    width: 78px;
}
.domain-search-home-2 #search-submit {
    padding: 5px 13px;
}

.footer-payment-logo-list li {
    padding: 0 10px 10px 0;
}
.footer-payment-logo-list.align-right li {
    padding: 0px 0 0px 0px;
    margin: 0px;
    float: left;
}
.divider-line.dark {
    width:100%;
}
.footer-payment-logo-list {
	width:90%;
}

.help-sear-holder #search-field {
    width: 70%;
	height:50px;
}
.help-sear-holder #search-btn {
    height: 50px;
    padding: 5px 15px;
}
div#clock {
    padding: 0px 0px 0px 0;
}
.error-title-big {
    font-size: 111px;
}
.domain-search-home.dark .drlist {
    width: 92px;
}
.domain-search-home-3 .drlist {
    width: 80px;
}
.domain-search-home-3 #search-submit {
    padding: 5px 14px;
}
.domain-search-home-3 #domain-searchform #dsearch {
    font-size: 13px;
    width: 51%;
}
.tld-list.dark li.title {
    width: 100%;
}

.toplist li {
    padding: 1px 17px 0 17px;
}
.blog-holder-1 .post-date-box.three.four {
    top: 84px;
}
#domain-search-holder #dsearch {
    width: 41%;
	font-size:13px;
    height: 50px;
}
#domain-search-holder .drlist {
    float: left;
	font-size: 13px;
    height: 50px;
	width: 75px;
}
#domain-search-holder #searchsubmit {
    font-size: 14px;
    padding: 0px 5px;
	height: 50px;
}










}

/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.domain-search-home-2 #search-submit {
    padding: 5px 8px;
}
.domain-search-home-2 #domain-searchform #dsearch {
    font-size:13px;
}

.footer-payment-logo-list li {
    padding: 0px 0 0px 0px;
    margin: 0px;
    float: left;
}
.toplist li {
    padding: 1px 10px 0 10px;
}
#domain-search-holder #dsearch {
    width: 73%;
    font-size: 13px;
    height: 50px;
}

















}




/* ===== Source: custom.css ===== */

body {
  padding-top: 50px; /* space for fixed top bar */
}
.top-offer-bar {
  width: 100%;
  background: #28a745;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 3px solid #ff4500; /* orange line like your screenshot */
}

.top-offer-bar a {
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
}

.top-offer-bar a:hover {
  text-decoration: underline;
}
    .sap-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 18px;
  padding: 14px 26px;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #ff5e00, #ff2f00);
  border-radius: 50px;

  box-shadow: 0 10px 25px rgba(255, 69, 0, 0.35);

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* hover effect */
.sap-btn:hover{
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 35px rgba(255, 69, 0, 0.45);
}

/* shine animation effect */
.sap-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.sap-btn:hover::before{
  left: 120%;
}
    /* ===== Modern Card System ===== */
.feature-box-7{
  background:#fff;
  border-radius:14px;
  padding:18px 12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:all 0.25s ease;
  border:1px solid #eee;
  height:100%;
}

.feature-box-7:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.15);
}

.feature-box-7 img{
  width:100%;
  border-radius:10px;
  transition:0.3s ease;
}

.feature-box-7:hover img{
  transform:scale(1.05);
}

.feature-box-7 span{
  display:block;
  margin-top:8px;
  font-size:14px;
}

.feature-box-7 strong{
  font-size:15px;
}

/* Improve grid spacing */
.col-md-3, .col-sm-6{
  margin-bottom:25px;
}
/* ===== General Styles ===== */
body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}

p { text-align: justify; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin-bottom: 0.6em;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

h1 { color:#0d6efd; font-size:1.6em; }
h2 { color:#0d6efd; font-size:1.2em; }
h3 { color:#A52A2A; font-size:1.2em; }
h4 { color:#8b4513; font-size:1.2em; }
h5 { color:#8b4513; font-size:1em; }

a { 
  color:#d9230f; 
  text-decoration:none; 
  font-weight:600; 
}
a:hover { text-decoration:underline; }

/* ===== Content Box ===== */
.content {
  padding:10px;
  background:#f1f1f1;
  margin:10px 0;
  display:none;
}

/* ===== Blinking Text ===== */
.blinking-text {
  font-size:16px;
  color:#0d6efd;
  animation:blink 1s step-start infinite;
}
@keyframes blink { 
  50% { opacity:0; } 
}

/* ===== Collapsible ===== */
.collapsible summary {
  cursor:pointer;
  font-weight:300;
  color:#FF4500;
}
.collapsible p { margin-top:10px; }

/* ===== Floating Buttons ===== */
.call-button,
.whatsapp-chat {
  position:fixed;
  left:20px;
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  cursor:pointer;
  z-index:1000;
  text-decoration:none;
  transition:transform 0.25s ease, background-color 0.25s ease;
}

.call-button { 
  bottom:20px; 
  background:#007bff; 
}

.whatsapp-chat { 
  bottom:90px; 
  background:#25D366; 
}

.call-button:hover,
.whatsapp-chat:hover {
  transform:scale(1.08);
}

.call-button img,
.whatsapp-chat img {
  width:30px;
  height:30px;
}

/* ===== Scroll Up Button ===== */
.scrollup {
  width:55px;
  height:55px;
  position:fixed;
  bottom:90px; 
  right:20px;
  display:none;
  background:#0d6efd;
  border-radius:50%;
  z-index:99999;
  cursor:pointer;
}

.scrollup svg {
  width:26px;
  height:26px;
  fill:#fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* ===== Small Section Background ===== */
.small-title {
  color: DodgerBlue;
}

/* ===== Responsive ===== */
@media (max-width:768px){
  .call-button {
    bottom:calc(20px + env(safe-area-inset-bottom));
  }
  .whatsapp-chat {
    bottom:calc(90px + env(safe-area-inset-bottom));
  }
  h1::after,
  h2::after,
  h3::after,
  h4::after {
    height:2px;
  }
}
body, p {
  color: #000 !important;
}
@media (prefers-reduced-motion:reduce){
  .call-button,
  .whatsapp-chat { 
    transition:none; 
  }
}
details summary {
  list-style: none;
}
details[open] summary::after {
  content: " (Read Less)";
}
details summary::after {
  content: " (Read More)";
}
/* ===== Vertical Contact Bar ===== */
.contact-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.contact-bar a {
  display: block;
  width: 55px;
  height: 55px;
  background: #1e4f8a;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s ease;
}

/* Rounded corners */
.contact-bar a:first-child {
  border-top-right-radius: 10px;
}
.contact-bar a:last-child {
  border-bottom-right-radius: 10px;
  border-bottom: none;
}

/* Hover */
.contact-bar a:hover {
  background: #0d2f5c;
}

/* WhatsApp green */
.contact-bar .whatsapp {
  background: #25D366;
}
.contact-bar .whatsapp:hover {
  background: #1ebe5d;
}

/* Mobile Optimization */
@media (max-width:768px){
  .contact-bar {
    top: auto;
    bottom: 120px;
  }
}
/* Design Improvement */
.sap-side-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.sap-side-card h3 {
  margin-bottom: 15px;
  color: #0d6efd;
}

.sap-badge {
  background: #f5f7ff;
  padding: 10px 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 14px;
  border-left: 4px solid #0d6efd;
}
.section-divider {
  height: 60px;
  background: linear-gradient(to right, #0d6efd, #ff5e00);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.sap-btn {
  background: linear-gradient(45deg, #ff6a00, #ff0000);
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(255,0,0,0.3);
  transition: 0.3s ease;
}

.sap-btn:hover {
  transform: scale(1.05);
}
.enquiry-float {
  position: fixed;
  right: 20px;
  bottom: 160px;
  background: #ff5e00;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: bold;
  z-index: 9999;
}
.sap-highlight-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  margin: 20px 0;
  border-left: 5px solid #ff5e00;
}

.sap-highlight-box h2 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.sap-highlight-box p {
  font-size: 15px;
  line-height: 1.7;
}

.sap-module-list {
  margin-top: 15px;
}

.sap-module-list a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 8px 14px;
  background: #f5f7ff;
  border-radius: 20px;
  font-size: 13px;
  color: #0d6efd;
  border: 1px solid #e0e6ff;
  transition: 0.3s;
}

.sap-module-list a:hover {
  background: #0d6efd;
  color: #fff;
}

.sap-readmore summary {
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #ff4500;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0d6efd;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -3px 15px rgba(0,0,0,0.2);
}

/* Common button style */
.bottom-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* CALL BUTTON */
.call-btn {
  background: #0d6efd;
}

/* WHATSAPP BUTTON (Premium Look) */
.whatsapp-btn {
  background: linear-gradient(45deg, #25D366, #128C7E);
  position: relative;
  overflow: hidden;
}

/* Pulse Animation */
.whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { opacity: 0; }
}

/* Icon Styling */
.bottom-bar i {
  font-size: 18px;
}

/* Hover */
.whatsapp-btn:hover {
  filter: brightness(1.1);
}
/* GLOBAL IMPROVEMENTS */
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  background: #f8f9fa;
}

/* HERO SECTION */
.sap-hero-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  padding: 60px 0;
  border-radius: 10px;
}

.sap-title {
  font-size: 32px;
  font-weight: 700;
}

.sap-highlight {
  font-size: 16px;
  margin: 15px 0;
}

/* BUTTON */
.sap-btn {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.sap-btn:hover {
  background: #e65c00;
  transform: scale(1.05);
}

/* CARD */
.sap-side-card {
  background: #fff;
  color: #333;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* BADGES */
.sap-badge {
  background: #f1f1f1;
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
}

/* FEATURE BOX HOVER */
.feature-box-7 {
  transition: 0.3s;
  border-radius: 10px;
}
.feature-box-7:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* FLOATING BUTTON */
.enquiry-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  z-index: 999;
  text-decoration: none;
}

/* BOTTOM BAR */
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
}

.call-btn, .whatsapp-btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-weight: bold;
}

.call-btn { background: #007bff; }
.whatsapp-btn { background: #25D366; }

/* SCROLL BUTTON */
.scrollup {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  display: none;
}
.section-spacing {
  margin-bottom: 40px;
}
.cta-box {
  background: linear-gradient(135deg, #ff6600, #ff3300);
  color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
}

.cta-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.cta-box .btn {
  background: #fff;
  color: #ff3300;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.cta-box .btn:hover {
  background: #000;
  color: #fff;
}
.call-btn-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  width: 140px;
  text-align: center;
  z-index: 999;
}
.quick-links {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.quick-links {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f1f1f1;
  border-bottom: 2px solid #ddd;
}
section, h2 {
  scroll-margin-top: 80px;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 999;
}

.call-btn {
  flex: 1;
  background: #007bff;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

.whatsapp-btn {
  flex: 1;
  background: #25D366;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.comparison-table {
  margin: 40px 0;
  text-align: left;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comparison-table th {
  background: #1E90FF;
  color: #fff;
  padding: 12px;
}

.comparison-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.comparison-table tr:hover {
  background: #f9f9f9;
}
section.sec-padding {
  padding-top: 20px;
}

.comparison-table {
  margin-top: 0;
}

.comparison-table h2 {
  margin-top: 0;
}
.premium-comparison {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
}

.title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Trust */
.trust-box {
  margin-bottom: 30px;
  animation: fadeIn 1s ease-in;
}

.stars {
  font-size: 22px;
  color: gold;
}

.trust-box p {
  font-size: 14px;
  color: #ccc;
}

/* Cards */
.comparison-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* Glass Card */
.card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  transition: 0.4s;
  animation: slideUp 0.8s ease;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* Text styles */
.good {
  color: #00ffae;
  font-weight: bold;
}

.bad {
  color: #ff7675;
  font-size: 14px;
}

/* Price */
.price {
  font-size: 22px;
}

.save {
  font-size: 12px;
  color: #00ffae;
}

/* Badge */
.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: gold;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

/* Urgency */
.urgency {
  margin-top: 30px;
  font-size: 18px;
  color: #ffcc00;
  animation: pulse 1.5s infinite;
}

/* CTA */
.cta {
  margin-top: 25px;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.call {
  background: #fff;
  color: #000;
}

.call:hover {
  background: #ffcc00;
}

.whatsapp {
  background: #25D366;
  color: #fff;
}

.whatsapp:hover {
  background: #128C7E;
}

/* Animations */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

/* Mobile */
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
/* PREMIUM COMPARISON SECTION */
.premium-comparison {
  text-align: center;
  padding: 60px 20px;
}

.premium-comparison .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TRUST BOX */
.trust-box {
  background: #fff3cd;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 30px;
  animation: fadeIn 1.2s ease-in-out;
}

.stars {
  font-size: 22px;
  color: #ff9800;
}

/* CARDS */
.comparison-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 250px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* TICK ANIMATION */
.good {
  color: green;
  font-weight: bold;
  animation: bounce 1s infinite alternate;
}

.bad {
  color: #999;
}

/* BEST CHOICE BADGE */
.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* PRICING */
.price {
  font-size: 20px;
  color: #28a745;
}

.save {
  display: block;
  color: red;
  font-weight: bold;
}

/* URGENCY */
.urgency {
  margin-top: 30px;
  font-size: 18px;
  color: red;
  font-weight: bold;
  animation: pulse 1.5s infinite;
}

/* CTA */
.cta {
  margin-top: 25px;
}

.cta .btn {
  padding: 12px 25px;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.call {
  background: #007bff;
  color: #fff;
}

.whatsapp {
  background: #25D366;
  color: #fff;
}

/* ANIMATIONS */
@keyframes bounce {
  from { transform: translateY(0); }
  to { transform: translateY(-5px); }
}

@keyframes pulse {
  0% {opacity: 1;}
  50% {opacity: 0.5;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* ADD THIS BELOW YOUR EXISTING CSS */
.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.popup-content {
  background: #fff;
  padding: 25px;
  width: 320px;
  margin: 10% auto;
  border-radius: 10px;
  text-align: center;
  animation: zoomIn 0.4s;
}

.popup input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
}

.popup button {
  width: 100%;
  padding: 12px;
  background: #ff5722;
  color: #fff;
  border: none;
  font-weight: bold;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

@keyframes zoomIn {
  from { transform: scale(0.5); }
  to { transform: scale(1); }
}
.sap-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.sap-module-grid a {
  display: block;
  padding: 12px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.sap-module-grid a:hover {
  background: #0d6efd;
  color: #fff;
}
/* FIXED POPUP CSS */

#leadPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999999 !important; /* force on top */
}

#leadPopup .popup-content {
  background: #fff;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Close button */
.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* ===== HERO TEXT COLOR FIX (FINAL OVERRIDE) ===== */
.hero,
.sap-hero-section {
  color: #ffffff !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero p,
.hero a,
.sap-hero-section h1,
.sap-hero-section h2,
.sap-hero-section h3,
.sap-hero-section p,
.sap-hero-section a {
  color: #ffffff !important;
}

/* Optional: improve readability */
.hero p,
.sap-hero-section p {
  opacity: 0.95;
}

/* Optional: better heading contrast */
.hero h1,
.sap-hero-section h1 {
  font-weight: 700;
}

/* Fix button visibility */
.hero .btn,
.sap-hero-section .btn {
  color: #ffffff !important;
}

/* If you want secondary button white background */
.hero .btn.secondary {
  background: #ffffff;
  color: #000000 !important;
}

   .small-section {
  position: relative;
  background: url('images/sliders/b5.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.small-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.small-section .container {
  position: relative;
  z-index: 2;
}
.table tbody tr:hover{
    background:#f8f9fa;
    transition:0.3s;
}
/* Chatbot Button */
.ucpl-chatbot-btn{
    position:fixed;
    bottom:90px;
    right:20px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    z-index:99999;
    animation:pulse 2s infinite;
}

.ucpl-chatbot-btn:hover{
    transform:scale(1.08);
    transition:0.3s;
}

@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,0.6);}
    70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

.ucpl-chatbot{
    position:fixed;
    bottom:165px;
    right:20px;
    width:340px;
    max-width:90%;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
    font-family:Poppins,sans-serif;
    z-index:99999;
    display:none;
}

.ucpl-chatbot-header{
    background:#0d6efd;
    color:#fff;
    padding:18px;
}

.ucpl-chatbot-header h3{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.ucpl-chatbot-header p{
    margin:6px 0 0;
    font-size:13px;
    opacity:0.9;
}

.ucpl-chatbot-body{
    padding:18px;
    max-height:420px;
    overflow-y:auto;
}

.ucpl-chatbot-body h4{
    margin-bottom:15px;
    font-size:16px;
    color:#222;
}

.course-btn{
    display:block;
    width:100%;
    margin-bottom:12px;
    padding:14px 16px;
    border:none;
    border-radius:10px;
    background:#f5f7fb;
    color:#222;
    font-size:15px;
    font-weight:500;
    text-align:left;
    cursor:pointer;
    transition:0.3s;
}

.course-btn:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-2px);
}

.ucpl-close{
    position:absolute;
    top:10px;
    right:15px;
    font-size:22px;
    color:#fff;
    cursor:pointer;
}




/* ===== Source: custom-ucpl-final.css ===== */

:root{
  --ucpl-navy:#071a33;
  --ucpl-blue:#0d6efd;
  --ucpl-sky:#1E90FF;
  --ucpl-orange:#ff6b00;
  --ucpl-green:#25D366;
  --ucpl-ink:#172033;
  --ucpl-muted:#5b677a;
  --ucpl-soft:#f4f8ff;
  --ucpl-card:#ffffff;
  --ucpl-ring:rgba(13,110,253,.16);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.ucpl-premium-refresh{
  background:linear-gradient(180deg,#f6f9ff 0%,#ffffff 26%,#f7fbff 100%);
  color:var(--ucpl-ink)!important;
  font-family:Poppins,Roboto,Arial,sans-serif!important;
  overflow-x:hidden;
}
body.ucpl-premium-refresh p{
  color:#344256!important;
  font-size:15.8px;
  line-height:1.78;
  text-align:left;
}
body.ucpl-premium-refresh a{color:var(--ucpl-blue);}
body.ucpl-premium-refresh .top-offer-bar{
  background:linear-gradient(90deg,#0f9f5f,#19c173,#ff6b00)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.16);
  border-bottom:0!important;
  letter-spacing:.2px;
}
body.ucpl-premium-refresh .top-offer-bar a{color:#fff!important;text-decoration:none!important;}
body.ucpl-premium-refresh .announcement-bar{
  background:linear-gradient(90deg,#fff7ed,#eff6ff,#f0fdf4);
  border-bottom:1px solid #e7eef8;
  padding:10px 15px!important;
}
body.ucpl-premium-refresh .announcement-bar br:first-child{display:none;}
body.ucpl-premium-refresh .blinking-text{
  animation:none!important;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#0f5fc7!important;
  background:#ffffff;
  border:1px solid #dbeafe;
  border-radius:999px;
  padding:7px 14px;
  box-shadow:0 6px 18px rgba(13,110,253,.09);
}
body.ucpl-premium-refresh #header{
  box-shadow:0 12px 30px rgba(15,23,42,.08)!important;
  border-bottom:1px solid rgba(13,110,253,.09)!important;
}
body.ucpl-premium-refresh #navbar-collapse-grid .navbar-nav>li>a{
  border-radius:999px;
  margin:7px 3px;
  padding:12px 15px!important;
}
body.ucpl-premium-refresh #navbar-collapse-grid .navbar-nav>li>a:hover{
  background:#eff6ff!important;
  transform:translateY(-1px);
}
body.ucpl-premium-refresh .menu-bottom-strip.bg-color-primary{
  height:3px!important;
  min-height:3px!important;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange),var(--ucpl-green))!important;
}
body.ucpl-premium-refresh .sap-hero-section{
  position:relative;
  overflow:hidden;
  padding:88px 0 76px!important;
  margin:0 0 -28px;
  border-radius:0 0 42px 42px!important;
  background:
    radial-gradient(circle at 8% 12%,rgba(30,144,255,.45),transparent 30%),
    radial-gradient(circle at 95% 12%,rgba(255,107,0,.38),transparent 27%),
    linear-gradient(135deg,#06162d 0%,#0b2d55 45%,#0f4c81 100%)!important;
  color:#fff!important;
}
body.ucpl-premium-refresh .sap-hero-section:before,
body.ucpl-premium-refresh .sap-hero-section:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}
body.ucpl-premium-refresh .sap-hero-section:before{
  width:420px;height:420px;right:-140px;top:-130px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
body.ucpl-premium-refresh .sap-hero-section:after{
  width:300px;height:300px;left:-120px;bottom:-120px;
  background:rgba(37,211,102,.16);
}
body.ucpl-premium-refresh .sap-hero-section .container{position:relative;z-index:2;}
body.ucpl-premium-refresh .sap-hero-row{display:flex;align-items:center;flex-wrap:wrap;}
body.ucpl-premium-refresh .sap-content-box{
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
}
body.ucpl-premium-refresh .ucpl-hero-kicker,
body.ucpl-premium-refresh .ucpl-section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.35px;
  text-transform:uppercase;
}
body.ucpl-premium-refresh .hero h1,
body.ucpl-premium-refresh .sap-hero-section h1{
  color:#fff!important;
  display:block;
  font-size:clamp(31px,4.6vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-.9px;
  font-weight:800!important;
  margin:0 0 16px!important;
  max-width:880px;
}
body.ucpl-premium-refresh .sap-hero-section h2,
body.ucpl-premium-refresh .sap-hero-section h3,
body.ucpl-premium-refresh .sap-hero-section p,
body.ucpl-premium-refresh .sap-hero-section li{color:#fff!important;}
body.ucpl-premium-refresh .ucpl-last-reviewed{
  color:#dbeafe!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  margin:6px 0 16px!important;
}
body.ucpl-premium-refresh .featured-snippet,
body.ucpl-premium-refresh .featured-snippet-box{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-left:5px solid var(--ucpl-orange)!important;
  border-radius:18px!important;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
}
body.ucpl-premium-refresh .featured-snippet{padding:16px 18px;margin:18px 0;}
body.ucpl-premium-refresh .featured-snippet p,
body.ucpl-premium-refresh .featured-snippet-box p,
body.ucpl-premium-refresh .featured-snippet-box h2{color:#102033!important;}
body.ucpl-premium-refresh .ucpl-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 2px;
}
body.ucpl-premium-refresh .ucpl-hero-badges span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  font-weight:700;
  font-size:13.5px;
}
body.ucpl-premium-refresh .sap-points{
  list-style:none!important;
  padding-left:0!important;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
  margin:18px 0;
}
body.ucpl-premium-refresh .sap-points li{
  background:#fff;
  border:1px solid #e6eef9;
  border-left:4px solid var(--ucpl-blue);
  border-radius:14px;
  padding:13px 15px;
  color:#223047!important;
  font-weight:700;
  box-shadow:0 9px 22px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .sap-hero-section .sap-points li{
  background:rgba(255,255,255,.12);
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
  border-left:4px solid #ffb15f;
}
body.ucpl-premium-refresh .sap-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff!important;
  border:0!important;
  border-radius:999px!important;
  padding:14px 23px!important;
  margin:12px 8px 0 0!important;
  background:linear-gradient(135deg,#ff7a18,#ff2d00)!important;
  box-shadow:0 16px 34px rgba(255,107,0,.30)!important;
  font-weight:800!important;
  text-decoration:none!important;
  transform:translateZ(0);
}
body.ucpl-premium-refresh .sap-btn:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 20px 42px rgba(255,107,0,.42)!important;
  color:#fff!important;
}
body.ucpl-premium-refresh .sap-side-card{
  position:relative;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:28px!important;
  padding:28px!important;
  box-shadow:0 28px 75px rgba(0,0,0,.24)!important;
}
body.ucpl-premium-refresh .sap-side-card:before{
  content:"Limited seats for live batches";
  display:inline-flex;
  margin-bottom:14px;
  border-radius:999px;
  padding:7px 12px;
  background:#fff7ed;
  color:#c2410c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.25px;
  text-transform:uppercase;
}
body.ucpl-premium-refresh .sap-side-card h3{
  display:block;
  color:#071a33!important;
  font-weight:800!important;
  font-size:25px!important;
  margin-bottom:16px!important;
}
body.ucpl-premium-refresh .sap-badge{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  border:1px solid #e8eef8;
  border-left:4px solid var(--ucpl-blue)!important;
  border-radius:16px!important;
  padding:12px 14px!important;
  margin:10px 0!important;
  color:#24324a!important;
  font-weight:700!important;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .sap-badge:hover,
body.ucpl-premium-refresh .ucpl-authority-card:hover,
body.ucpl-premium-refresh .ucpl-syllabus-card:hover,
body.ucpl-premium-refresh .ucpl-s4-card:hover,
body.ucpl-premium-refresh .ucpl-roadmap-step:hover,
body.ucpl-premium-refresh .ucpl-proof-card:hover,
body.ucpl-premium-refresh .ucpl-competitor-card:hover,
body.ucpl-premium-refresh .ucpl-media-card:hover,
body.ucpl-premium-refresh .ucpl-deliverable:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 44px rgba(15,23,42,.13)!important;
}
body.ucpl-premium-refresh .ucpl-side-contact{
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,#071a33,#0d6efd);
  color:#fff;
  text-align:center;
}
body.ucpl-premium-refresh .ucpl-side-contact strong{display:block;font-size:19px;margin-bottom:8px;color:#fff;}
body.ucpl-premium-refresh .ucpl-side-contact a{color:#fff!important;text-decoration:underline;font-weight:800;}
body.ucpl-premium-refresh .container-fluid.bg-light{
  position:relative;
  z-index:3;
  background:transparent!important;
  padding:0 0 16px!important;
  margin-top:-26px;
}
body.ucpl-premium-refresh .container-fluid.bg-light .bg-white{
  border:1px solid #e7eef9;
  border-radius:24px!important;
  min-height:170px;
  padding:24px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.10)!important;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .container-fluid.bg-light .bg-white:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(15,23,42,.14)!important;}
body.ucpl-premium-refresh .ucpl-stat-number{
  color:var(--ucpl-blue)!important;
  font-size:26px;
  line-height:1.1;
  font-weight:900!important;
  letter-spacing:-.4px;
}
body.ucpl-premium-refresh .quick-links{
  position:sticky!important;
  top:49px!important;
  z-index:950!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(12px);
  border:1px solid #e7eef8!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:0 13px 32px rgba(15,23,42,.08);
  padding:12px 10px!important;
}
body.ucpl-premium-refresh .quick-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  background:#f1f6ff;
  color:#0b56c5!important;
  border:1px solid #dbeafe;
  margin:5px!important;
  font-size:13px;
  text-decoration:none!important;
}
body.ucpl-premium-refresh .quick-links a:hover{background:#0d6efd;color:#fff!important;transform:translateY(-2px);}
body.ucpl-premium-refresh .ucpl-engagement-strip{background:transparent!important;padding:48px 0 0;}
body.ucpl-premium-refresh .ucpl-engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;}
body.ucpl-premium-refresh .ucpl-engagement-card{
  background:#fff;
  border:1px solid #e7eef9;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 38px rgba(15,23,42,.08);
  min-height:150px;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .ucpl-engagement-card:hover{transform:translateY(-7px);box-shadow:0 22px 52px rgba(15,23,42,.13);}
body.ucpl-premium-refresh .ucpl-engagement-icon{font-size:30px;display:block;margin-bottom:10px;}
body.ucpl-premium-refresh .ucpl-engagement-card strong{display:block;color:#071a33;font-size:18px;margin-bottom:8px;}
body.ucpl-premium-refresh .ucpl-engagement-card span{color:#5b677a;font-size:14px;line-height:1.6;}
body.ucpl-premium-refresh section.sec-padding{padding:42px 0!important;}
body.ucpl-premium-refresh section.sec-padding>.container{
  background:rgba(255,255,255,.96);
  border:1px solid #e9eef7;
  border-radius:28px;
  padding:34px 34px;
  box-shadow:0 16px 45px rgba(15,23,42,.07);
}
body.ucpl-premium-refresh section.sec-padding:nth-of-type(odd)>.container{background:linear-gradient(180deg,#ffffff,#f8fbff);}
body.ucpl-premium-refresh section.sec-padding h2,
body.ucpl-premium-refresh section.sec-padding h3,
body.ucpl-premium-refresh .sap-content-box>h2{
  display:block!important;
  color:#071a33!important;
  font-weight:850!important;
  line-height:1.22!important;
  letter-spacing:-.25px;
}
body.ucpl-premium-refresh section.sec-padding h2{
  font-size:clamp(25px,2.7vw,36px)!important;
  margin-bottom:15px!important;
  padding-bottom:14px!important;
}
body.ucpl-premium-refresh section.sec-padding h2:after,
body.ucpl-premium-refresh .sap-content-box>h2:after{
  content:"";
  display:block;
  width:76px;
  height:4px;
  border-radius:999px;
  margin-top:12px;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange));
}
body.ucpl-premium-refresh section.sec-padding h3{font-size:22px!important;margin-top:18px!important;}
body.ucpl-premium-refresh .table-responsive{border-radius:18px;overflow:hidden;border:1px solid #e7eef8;box-shadow:0 12px 30px rgba(15,23,42,.06);background:#fff;}
body.ucpl-premium-refresh table.table{margin-bottom:0!important;background:#fff;border-collapse:separate!important;border-spacing:0;}
body.ucpl-premium-refresh table.table th{
  background:linear-gradient(135deg,#0d6efd,#0a4a9f)!important;
  color:#fff!important;
  font-weight:800!important;
  border:0!important;
  padding:15px!important;
}
body.ucpl-premium-refresh table.table td{
  color:#334155!important;
  border-color:#edf2f7!important;
  padding:14px 15px!important;
  vertical-align:middle!important;
}
body.ucpl-premium-refresh table.table tbody tr:hover td{background:#f7fbff!important;}
body.ucpl-premium-refresh .ucpl-proof-grid,
body.ucpl-premium-refresh .ucpl-authority-grid,
body.ucpl-premium-refresh .ucpl-media-grid,
body.ucpl-premium-refresh .ucpl-syllabus-grid,
body.ucpl-premium-refresh .ucpl-competitor-grid,
body.ucpl-premium-refresh .ucpl-deliverables,
body.ucpl-premium-refresh .ucpl-company-grid,
body.ucpl-premium-refresh .ucpl-alumni-grid{
  gap:18px!important;
}
body.ucpl-premium-refresh .ucpl-proof-card,
body.ucpl-premium-refresh .ucpl-authority-card,
body.ucpl-premium-refresh .ucpl-media-card,
body.ucpl-premium-refresh .ucpl-syllabus-card,
body.ucpl-premium-refresh .ucpl-competitor-card,
body.ucpl-premium-refresh .ucpl-s4-card,
body.ucpl-premium-refresh .ucpl-deliverable,
body.ucpl-premium-refresh .ucpl-city-card,
body.ucpl-premium-refresh .ucpl-fee-card{
  border-radius:22px!important;
  border:1px solid #e7eef9!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.07)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
body.ucpl-premium-refresh .ucpl-authority-card,
body.ucpl-premium-refresh .ucpl-syllabus-card,
body.ucpl-premium-refresh .ucpl-fee-card{border-top:0!important;border-left:4px solid var(--ucpl-blue)!important;}
body.ucpl-premium-refresh .ucpl-instructor-name{color:#0d6efd!important;}
body.ucpl-premium-refresh .ucpl-roadmap{gap:16px!important;counter-reset:roadstep;}
body.ucpl-premium-refresh .ucpl-roadmap-step{
  border-radius:22px!important;
  border:1px solid #e7eef9!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  padding:22px 18px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.07)!important;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .ucpl-roadmap-step strong{color:#071a33!important;font-size:16px;}
body.ucpl-premium-refresh .ucpl-roadmap-step span{color:#526173!important;line-height:1.55;}
body.ucpl-premium-refresh .ucpl-mini-badge,
body.ucpl-premium-refresh .ucpl-resource-links a,
body.ucpl-premium-refresh .ucpl-pill-list span,
body.ucpl-premium-refresh .ucpl-pill-list a,
body.ucpl-premium-refresh .ucpl-area-badges a{
  border-radius:999px!important;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(13,110,253,.09);
}
body.ucpl-premium-refresh .ucpl-resource-links a{background:linear-gradient(135deg,#0d6efd,#0b4db1)!important;color:#fff!important;}
body.ucpl-premium-refresh .ucpl-mini-badge{background:#eff6ff!important;border:1px solid #dbeafe;color:#0b56c5!important;}
body.ucpl-premium-refresh .ucpl-trust-box,
body.ucpl-premium-refresh .ucpl-clean-note,
body.ucpl-premium-refresh .ucpl-safe-alert,
body.ucpl-premium-refresh .ucpl-review-policy,
body.ucpl-premium-refresh .ucpl-cta-panel,
body.ucpl-premium-refresh .ucpl-master-signal{
  border-radius:22px!important;
  border:1px solid #fde3c0!important;
  background:linear-gradient(135deg,#fff7ed,#eff6ff)!important;
  box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
}
body.ucpl-premium-refresh .ucpl-review-box{
  background:#fff!important;
  border:1px solid #e7eef9!important;
  border-left:4px solid var(--ucpl-orange)!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .ucpl-local-proof{
  background:
    radial-gradient(circle at 90% 15%,rgba(255,107,0,.28),transparent 26%),
    linear-gradient(135deg,#071a33,#0d3670)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:24px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.14)!important;
}
body.ucpl-premium-refresh .ucpl-local-proof h3,
body.ucpl-premium-refresh .ucpl-local-proof p{color:#fff!important;}
body.ucpl-premium-refresh #faq~h3{
  background:#f8fbff;
  border:1px solid #e7eef9;
  border-radius:16px 16px 0 0;
  padding:14px 16px!important;
  margin:16px 0 0!important;
  color:#071a33!important;
}
body.ucpl-premium-refresh #faq~h3+p{
  background:#fff;
  border:1px solid #e7eef9;
  border-top:0;
  border-radius:0 0 16px 16px;
  padding:15px 16px;
  margin:0!important;
}
body.ucpl-premium-refresh .section.section-primary{
  background:linear-gradient(135deg,#071a33,#0d6efd)!important;
  margin-top:44px;
}
body.ucpl-premium-refresh .section.section-primary .btn{
  border-radius:999px!important;
  padding:13px 22px!important;
  box-shadow:0 14px 32px rgba(255,255,255,.12);
}
body.ucpl-premium-refresh .bottom-bar{
  box-shadow:0 -12px 30px rgba(15,23,42,.20);
  z-index:9999!important;
}
body.ucpl-premium-refresh .bottom-bar a{
  color:#fff!important;
  text-decoration:none!important;
  letter-spacing:.2px;
}
body.ucpl-premium-refresh .ucpl-chatbot-btn{box-shadow:0 12px 32px rgba(37,211,102,.35)!important;}
body.ucpl-premium-refresh .ucpl-chatbot{border:1px solid rgba(13,110,253,.14);box-shadow:0 24px 64px rgba(15,23,42,.28)!important;}
body.ucpl-premium-refresh .ucpl-chatbot-header{background:linear-gradient(135deg,#071a33,#0d6efd)!important;}
body.ucpl-premium-refresh .course-btn{border:1px solid #e7eef9!important;background:#f8fbff!important;}
body.ucpl-premium-refresh .course-btn:hover{background:#0d6efd!important;color:#fff!important;}
body.ucpl-premium-refresh .scrollup{
  background:linear-gradient(135deg,#071a33,#0d6efd)!important;
  box-shadow:0 12px 30px rgba(13,110,253,.25);
}
@media (max-width:991px){
  body.ucpl-premium-refresh .sap-hero-row{display:block;}
  body.ucpl-premium-refresh .sap-content-box{padding:25px;margin-bottom:22px;}
  body.ucpl-premium-refresh .sap-side-card{padding:23px!important;}
  body.ucpl-premium-refresh .quick-links{top:48px!important;overflow-x:auto;white-space:nowrap;}
}
@media (max-width:767px){
  body.ucpl-premium-refresh{padding-top:48px!important;}
  body.ucpl-premium-refresh .top-offer-bar{font-size:13px;padding:8px 6px!important;}
  body.ucpl-premium-refresh .sap-hero-section{padding:54px 0 52px!important;border-radius:0 0 26px 26px!important;}
  body.ucpl-premium-refresh .sap-content-box{padding:21px;border-radius:22px;}
  body.ucpl-premium-refresh section.sec-padding{padding:24px 0!important;}
  body.ucpl-premium-refresh section.sec-padding>.container{padding:24px 18px;border-radius:22px;}
  body.ucpl-premium-refresh .sap-btn{width:100%;margin-right:0!important;}
  body.ucpl-premium-refresh .ucpl-stat-number{font-size:23px;}
  body.ucpl-premium-refresh .ucpl-chatbot-btn{right:15px;bottom:86px;width:58px;height:58px;}
  body.ucpl-premium-refresh .ucpl-chatbot{right:12px;bottom:150px;width:calc(100% - 24px);}
  body.ucpl-premium-refresh .bottom-bar a{padding:12px 8px!important;font-size:14px;}
}
@media (prefers-reduced-motion:reduce){
  body.ucpl-premium-refresh *,body.ucpl-premium-refresh *:before,body.ucpl-premium-refresh *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}
html {
  scroll-behavior: smooth;
}
.ucpl-modules-section {
  background:
    radial-gradient(circle at top left, rgba(219,89,69,.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(30,144,255,.16), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 52%, #fff7ed 100%);
  position: relative;
  overflow: hidden;
}
.ucpl-modules-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.ucpl-modules-section .container {
  position: relative;
  z-index: 1;
}
.ucpl-modules-header {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}
.ucpl-section-kicker {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 12px;
}
.ucpl-modules-header h2 {
  display: block;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
  margin-bottom: 14px;
}
.ucpl-modules-header p {
  color: #334155 !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
}
.ucpl-module-quick-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.ucpl-module-quick-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #db5945);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(219,89,69,.24);
}
.ucpl-module-quick-cta a:nth-child(2) {
  background: linear-gradient(135deg, #1E90FF, #0f172a);
  box-shadow: 0 12px 26px rgba(30,144,255,.22);
}
.ucpl-module-quick-cta a:nth-child(3) {
  background: #ffffff;
  color: #0f172a !important;
  border: 1px solid #dbeafe;
}
.ucpl-module-info-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.ucpl-module-info-strip div {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}
.ucpl-module-info-strip strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  margin-bottom: 7px;
}
.ucpl-module-info-strip span {
  display: block;
  color: #db5945;
  font-weight: 800;
  font-size: 18px;
}
.ucpl-module-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.ucpl-module-support-grid div {
  background: rgba(255,255,255,.86);
  border: 1px solid #e5e7eb;
  border-left: 5px solid #1E90FF;
  border-radius: 16px;
  padding: 19px;
  box-shadow: 0 8px 22px rgba(15,23,42,.07);
}
.ucpl-module-support-grid strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  margin-bottom: 8px;
}
.ucpl-module-support-grid p {
  margin: 0;
  color: #475569 !important;
  text-align: left;
}
.ucpl-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ucpl-module-card {
  background: #ffffff;
  border: 1px solid rgba(148,163,184,.35);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ucpl-module-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 46px rgba(15,23,42,.16);
  border-color: rgba(30,144,255,.55);
}
.ucpl-module-top {
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  min-height: 212px;
}
.ucpl-module-label {
  display: inline-block;
  background: rgba(255,255,255,.13);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.ucpl-module-top h3 {
  display: block;
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 10px;
}
.ucpl-module-top p {
  color: #e2e8f0 !important;
  text-align: left;
  margin: 0;
  line-height: 1.62;
}
.ucpl-module-meta {
  padding: 20px 22px 0;
  flex: 1;
}
.ucpl-module-meta p {
  color: #334155 !important;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
}
.ucpl-module-meta strong {
  color: #0f172a;
}
.ucpl-module-meta a {
  color: #db5945 !important;
  font-weight: 800;
  text-decoration: underline;
}
.ucpl-module-meta ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px;
}
.ucpl-module-meta li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  color: #475569;
  line-height: 1.45;
}
.ucpl-module-meta li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}
.ucpl-module-actions {
  display: flex;
  gap: 10px;
  padding: 18px 22px 22px;
  margin-top: auto;
}
.ucpl-module-btn {
  flex: 1;
  text-align: center;
  padding: 11px 12px;
  border-radius: 12px;
  background: #eef6ff;
  color: #1E90FF !important;
  font-weight: 800;
  border: 1px solid #dbeafe;
}
.ucpl-module-btn.primary {
  background: linear-gradient(135deg, #ff6a00, #db5945);
  color: #ffffff !important;
  border-color: transparent;
}
.ucpl-module-bottom-note {
  margin-top: 28px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7ed, #eff6ff);
  border: 1px solid #fde3c0;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.ucpl-module-bottom-note h3 {
  display: block;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 10px;
}
.ucpl-module-bottom-note p {
  max-width: 850px;
  margin: 0 auto 14px;
  color: #334155 !important;
  text-align: center;
}
.quick-links a[href="#sap-modules"] {
  color: #db5945 !important;
}
@media (max-width: 1199px) {
  .ucpl-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ucpl-module-info-strip,
  .ucpl-module-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ucpl-modules-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .ucpl-module-grid,
  .ucpl-module-info-strip,
  .ucpl-module-support-grid {
    grid-template-columns: 1fr;
  }
  .ucpl-module-top {
    min-height: auto;
  }
  .ucpl-module-actions,
  .ucpl-module-quick-cta {
    flex-direction: column;
  }
  .ucpl-module-quick-cta a,
  .ucpl-module-btn {
    width: 100%;
  }
}

:root{
  --ucpl-navy:#0b1220;
  --ucpl-blue:#1E90FF;
  --ucpl-orange:#ff6a00;
  --ucpl-red:#db5945;
  --ucpl-soft:#f8fafc;
}
.ucpl-nav-highlight > a{
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(30,144,255,.12),rgba(219,89,69,.12))!important;
}
.ucpl-premium-quick-nav{
  position:sticky;
  top:48px;
  z-index:30;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  padding:14px 12px!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(14px);
  border-top:1px solid rgba(226,232,240,.9);
  border-bottom:1px solid rgba(226,232,240,.9);
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.ucpl-premium-quick-nav a{
  margin:0!important;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#0f172a!important;
  font-weight:800!important;
}
.ucpl-premium-quick-nav a:first-child{
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  color:#fff!important;
  border-color:transparent;
}
.ucpl-modules-section{
  background:
    radial-gradient(circle at 6% 4%, rgba(255,106,0,.22), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(30,144,255,.24), transparent 30%),
    linear-gradient(180deg,#07111f 0,#0f172a 13%,#f8fafc 13%,#ffffff 62%,#fff7ed 100%);
  padding-top:76px!important;
}
.ucpl-modules-section::after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;height:280px;
  background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,0));
  pointer-events:none;
}
.ucpl-modules-header{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  padding:38px 28px 30px;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  margin-bottom:24px;
}
.ucpl-section-kicker{
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  box-shadow:0 14px 32px rgba(219,89,69,.35);
}
.ucpl-modules-header h2{
  color:#ffffff!important;
  text-shadow:0 6px 24px rgba(0,0,0,.35);
  letter-spacing:-.8px;
}
.ucpl-modules-header p{
  color:#e2e8f0!important;
  max-width:900px;
}
.ucpl-module-quick-cta a:hover,
.ucpl-module-btn:hover,
.ucpl-popular-grid a:hover,
.ucpl-module-category-bar a:hover{
  transform:translateY(-3px);
  text-decoration:none!important;
}
.ucpl-module-category-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:20px auto 0;
}
.ucpl-module-category-bar a{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  color:#fff!important;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  font-weight:800;
  transition:.25s ease;
}
.ucpl-module-finder-panel{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) 1.4fr;
  gap:20px;
  align-items:stretch;
  background:#ffffff;
  border-radius:28px;
  padding:22px;
  margin:34px 0 24px;
  box-shadow:0 22px 54px rgba(15,23,42,.14);
  border:1px solid rgba(226,232,240,.95);
  overflow:hidden;
  position:relative;
}
.ucpl-module-finder-panel::before{
  content:"";
  position:absolute;
  inset:auto -80px -130px auto;
  width:260px;height:260px;
  border-radius:999px;
  background:rgba(30,144,255,.12);
}
.ucpl-finder-copy{
  border-radius:22px;
  padding:24px;
  background:linear-gradient(135deg,#0f172a,#1e3a8a);
  color:#fff;
  position:relative;
  z-index:1;
}
.ucpl-finder-copy span,
.ucpl-popular-title span,
.ucpl-experience-title span{
  display:inline-block;
  color:#fed7aa;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-size:12px;
  margin-bottom:8px;
}
.ucpl-finder-copy h3,
.ucpl-experience-title h3,
.ucpl-popular-title h3{
  display:block;
  font-weight:900;
  line-height:1.18;
  margin:0 0 10px;
}
.ucpl-finder-copy h3{color:#fff!important;font-size:28px;}
.ucpl-finder-copy p{color:#e2e8f0!important;text-align:left;margin:0;}
.ucpl-finder-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  position:relative;
  z-index:1;
}
.ucpl-finder-grid div{
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border:1px solid #e2e8f0;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.ucpl-finder-grid strong{
  display:block;
  color:#0f172a;
  font-size:16px;
  margin-bottom:8px;
}
.ucpl-finder-grid em{
  display:block;
  color:#db5945;
  font-style:normal;
  font-weight:800;
  line-height:1.45;
}
.ucpl-module-info-strip div{
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.ucpl-module-info-strip div::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange));
}
.ucpl-module-info-strip div:hover,
.ucpl-module-support-grid div:hover{
  transform:translateY(-5px);
}
.ucpl-popular-modules{
  display:grid;
  grid-template-columns:.55fr 1.45fr;
  gap:18px;
  align-items:center;
  margin:4px 0 28px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,#fff7ed,#eff6ff);
  border:1px solid #fde3c0;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}
.ucpl-popular-title h3{color:#0f172a!important;font-size:25px;}
.ucpl-popular-title span{color:#db5945;}
.ucpl-popular-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.ucpl-popular-grid a{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:16px 12px;
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 10px 24px rgba(15,23,42,.07);
  transition:.25s ease;
}
.ucpl-popular-grid strong{color:#0f172a;font-size:18px;}
.ucpl-popular-grid small{color:#64748b;font-weight:700;line-height:1.35;margin-top:5px;}
.ucpl-module-grid{counter-reset:moduleCard;}
.ucpl-module-card-impressive{position:relative;isolation:isolate;}
.ucpl-module-card-impressive::before{
  counter-increment:moduleCard;
  content:"0" counter(moduleCard);
  position:absolute;
  top:14px;right:14px;
  z-index:3;
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.18);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  font-weight:900;
  font-size:13px;
}
.ucpl-module-card-impressive:nth-child(n+10)::before{content:counter(moduleCard);}
.ucpl-module-card-impressive::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,106,0,.72),rgba(30,144,255,.68),rgba(219,89,69,.58));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  transition:.25s ease;
  pointer-events:none;
}
.ucpl-module-card-impressive:hover::after{opacity:1;}
.ucpl-module-card-impressive .ucpl-module-top{
  position:relative;
  background:linear-gradient(135deg,#0f172a,#1d4ed8);
}
.ucpl-module-card-impressive .ucpl-module-top::after{
  content:"";
  position:absolute;
  inset:auto -30px -52px auto;
  width:150px;height:150px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
}
.ucpl-module-card-impressive.finance .ucpl-module-top{background:linear-gradient(135deg,#7c2d12,#db5945);}
.ucpl-module-card-impressive.logistics .ucpl-module-top{background:linear-gradient(135deg,#064e3b,#059669);}
.ucpl-module-card-impressive.technical .ucpl-module-top{background:linear-gradient(135deg,#172554,#2563eb);}
.ucpl-module-card-impressive.hr .ucpl-module-top{background:linear-gradient(135deg,#581c87,#a855f7);}
.ucpl-module-card-impressive.engineering .ucpl-module-top{background:linear-gradient(135deg,#3f3f46,#f97316);}
.ucpl-module-card-impressive.quality .ucpl-module-top{background:linear-gradient(135deg,#164e63,#06b6d4);}
.ucpl-module-card-impressive.modern .ucpl-module-top{background:linear-gradient(135deg,#0f172a,#db5945);}
.ucpl-module-card-impressive.cloud .ucpl-module-top{background:linear-gradient(135deg,#1e1b4b,#6366f1);}
.ucpl-module-card-impressive.analytics .ucpl-module-top{background:linear-gradient(135deg,#312e81,#1E90FF);}
.ucpl-module-meta{background:linear-gradient(180deg,#fff,#ffffff 64%,#fbfdff);}
.ucpl-module-meta p:nth-of-type(2),
.ucpl-module-meta p:nth-of-type(4){
  padding:11px 12px;
  background:#fff7ed;
  border-radius:12px;
  border:1px solid #fed7aa;
}
.ucpl-module-meta p:nth-of-type(4){
  background:#eff6ff;
  border-color:#bfdbfe;
}
.ucpl-module-actions a{transition:.25s ease;}
.ucpl-module-experience-panel{
  margin:34px 0 22px;
  padding:28px;
  border-radius:28px;
  background:#0f172a;
  box-shadow:0 26px 60px rgba(15,23,42,.20);
  position:relative;
  overflow:hidden;
}
.ucpl-module-experience-panel::before{
  content:"";
  position:absolute;
  top:-80px;right:-80px;
  width:240px;height:240px;
  border-radius:999px;
  background:rgba(30,144,255,.20);
}
.ucpl-experience-title{position:relative;z-index:1;text-align:center;max-width:780px;margin:0 auto 22px;}
.ucpl-experience-title h3{color:#fff!important;font-size:30px;}
.ucpl-experience-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  position:relative;
  z-index:1;
}
.ucpl-experience-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  padding:20px;
}
.ucpl-experience-grid b{
  display:inline-flex;
  width:42px;height:42px;
  align-items:center;justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  color:#fff;
  margin-bottom:12px;
}
.ucpl-experience-grid strong{display:block;color:#fff;font-size:18px;margin-bottom:8px;}
.ucpl-experience-grid p{color:#cbd5e1!important;text-align:left;margin:0;}
.ucpl-module-decision-table{
  background:#fff;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 18px 44px rgba(15,23,42,.11);
  border:1px solid #e2e8f0;
}
.ucpl-module-decision-table h3{
  display:block;
  color:#0f172a!important;
  font-weight:900;
  margin-bottom:15px;
}
.ucpl-module-decision-table table{margin-bottom:0;}
.ucpl-module-decision-table thead th{
  background:#0f172a!important;
  color:#fff!important;
  border-color:#0f172a!important;
}
.ucpl-module-decision-table td:nth-child(2){font-weight:800;color:#db5945;}
.ucpl-module-bottom-note{
  background:linear-gradient(135deg,#ffedd5,#dbeafe,#ffffff);
  position:relative;
  overflow:hidden;
}
.ucpl-module-bottom-note::before{
  content:"Free Counselling";
  position:absolute;
  top:18px;right:-40px;
  transform:rotate(35deg);
  padding:8px 54px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
  font-size:12px;
  letter-spacing:.3px;
}
@media (max-width:1199px){
  .ucpl-popular-modules{grid-template-columns:1fr;}
  .ucpl-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ucpl-finder-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ucpl-module-finder-panel{grid-template-columns:1fr;}
  .ucpl-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
  .ucpl-premium-quick-nav{position:relative;top:auto;}
  .ucpl-modules-section{padding-top:46px!important;background:linear-gradient(180deg,#0f172a 0,#0f172a 8%,#f8fafc 8%,#fff 68%,#fff7ed 100%);}
  .ucpl-modules-header{padding:28px 16px;border-radius:22px;}
  .ucpl-module-finder-panel,.ucpl-popular-modules,.ucpl-module-experience-panel,.ucpl-module-decision-table{padding:18px;border-radius:20px;}
  .ucpl-finder-grid,.ucpl-popular-grid,.ucpl-experience-grid{grid-template-columns:1fr;}
  .ucpl-module-bottom-note::before{display:none;}
}
body { margin:0; font-family:Poppins, sans-serif; }
.sec-padding { padding: 60px 0; }
.small-section {
  position: relative;
  background: url('images/sliders/b5.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.small-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.small-section .container {
  position: relative;
  z-index: 2;
}
.table tbody tr:hover{
    background:#f8f9fa;
    transition:0.3s;
}
.ucpl-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:22px}.ucpl-proof-card{background:#fff;border-radius:10px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-proof-card h3{margin-top:0;color:#1E90FF}.ucpl-trust-strip{background:#fff8ed;border-left:5px solid #db5945;padding:18px;border-radius:8px;margin:20px 0}.ucpl-mini-badge{display:inline-block;background:#eef6ff;color:#1E90FF;padding:7px 12px;border-radius:30px;margin:4px;font-weight:600}.ucpl-resource-links a{display:inline-block;margin:6px 8px;padding:10px 14px;background:#1E90FF;color:#fff;border-radius:6px;font-weight:600}.ucpl-resource-links a:hover{color:#fff;text-decoration:none}.ucpl-video-box{background:#111;color:#fff;border-radius:12px;padding:30px;text-align:center}.ucpl-video-box h3{color:#fff}.ucpl-note{font-size:14px;color:#555}
.ucpl-roadmap{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;align-items:stretch}.ucpl-roadmap-step{flex:1 1 160px;background:#fff;border:1px solid #e9eef7;border-radius:12px;padding:18px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.06);position:relative}.ucpl-roadmap-step strong{display:block;color:#1E90FF;margin-bottom:6px}.ucpl-roadmap-step span{font-size:14px;color:#444}.ucpl-deliverables{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.ucpl-deliverable{background:#fff;border-radius:10px;padding:16px;border-left:4px solid #1E90FF;box-shadow:0 4px 14px rgba(0,0,0,.06);font-weight:600}.ucpl-safe-alert{background:#f7fbff;border:1px solid #dbeafe;border-radius:10px;padding:16px;margin:18px 0;color:#334155}.ucpl-comparison-table td:first-child{font-weight:600}.ucpl-s4-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-s4-card h3{color:#1E90FF;margin-top:0}.ucpl-final-cta{background:linear-gradient(135deg,#0f172a,#1E90FF);color:#fff;border-radius:16px;padding:30px;text-align:center;margin-top:25px}.ucpl-final-cta h2,.ucpl-final-cta p{color:#fff}.ucpl-final-cta .sap-btn{background:#fff!important;color:#1E90FF!important;margin:6px}.ucpl-matrix-note{font-size:14px;color:#555;margin-top:8px}
.ucpl-master-signal{background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fde3c0;border-radius:16px;padding:28px;box-shadow:0 6px 22px rgba(0,0,0,.07);margin:25px 0}.ucpl-master-signal h2{margin-top:0;color:#0f172a}.ucpl-city-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:20px}.ucpl-city-card{background:#fff;border-radius:12px;padding:18px;border-left:4px solid #db5945;box-shadow:0 4px 14px rgba(0,0,0,.06)}.ucpl-city-card h3{margin-top:0;color:#1E90FF}.ucpl-intent-table td:first-child{font-weight:700;color:#0f172a}.ucpl-master-link-box{background:#0f172a;color:#fff;border-radius:14px;padding:22px;margin-top:22px}.ucpl-master-link-box h3,.ucpl-master-link-box p{color:#fff}.ucpl-master-link-box a{color:#fff;text-decoration:underline;font-weight:700}.ucpl-area-badges a{display:inline-block;margin:5px 6px;padding:8px 12px;background:#eef6ff;border-radius:30px;font-weight:600}.ucpl-area-badges a:first-child{background:#db5945;color:#fff}
.ucpl-authority-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:22px}.ucpl-authority-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-top:4px solid #1E90FF;height:100%}.ucpl-authority-card h3{margin-top:0;color:#0f172a}.ucpl-pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ucpl-pill-list span,.ucpl-pill-list a{display:inline-block;background:#eef6ff;color:#1E90FF;border-radius:30px;padding:9px 14px;font-weight:600}.ucpl-trust-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:24px;margin-top:18px}.ucpl-review-box{background:#f8fafc;border-left:5px solid #db5945;border-radius:10px;padding:18px;margin-top:16px}.ucpl-salary-note{font-size:13px;color:#555;margin-top:8px}.ucpl-trust-table th{background:#eaf4ff!important}.ucpl-company-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}.ucpl-company-grid span{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;text-align:center;font-weight:600;box-shadow:0 3px 10px rgba(0,0,0,.04)}.ucpl-last-reviewed{font-size:14px;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;display:inline-block;margin:12px 0}
.ucpl-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:22px}.ucpl-media-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-left:4px solid #db5945}.ucpl-media-card img{width:100%;height:auto;border-radius:10px;margin-bottom:12px}.ucpl-proof-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.ucpl-proof-strip span{background:#0f172a;color:#fff;border-radius:30px;padding:10px 15px;font-weight:600}.ucpl-alumni-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}.ucpl-alumni-grid span{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:13px;text-align:center;font-weight:700;box-shadow:0 3px 10px rgba(0,0,0,.04)}.ucpl-cta-panel{background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fde3c0;border-radius:16px;padding:26px;margin-top:25px;box-shadow:0 6px 22px rgba(0,0,0,.07)}.ucpl-review-policy{background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;padding:20px;margin-top:18px}.ucpl-checklist{columns:2;column-gap:30px}.ucpl-checklist li{break-inside:avoid;margin-bottom:8px}@media(max-width:767px){.ucpl-checklist{columns:1}}
.sec-padding > .container:empty, .pagenation-holder:empty { display:none !important; padding:0 !important; margin:0 !important; }
.sec-padding { clear:both; width:100%; }
@media (min-width: 768px){ body { padding-bottom: 60px; } }
.ucpl-competitor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:22px}.ucpl-competitor-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-top:4px solid #db5945;height:100%}.ucpl-competitor-card h3{margin-top:0;color:#0f172a}.ucpl-proof-meter{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.ucpl-proof-meter div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;font-weight:600}.ucpl-syllabus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:22px}.ucpl-syllabus-card{background:#fff;border-radius:12px;padding:20px;border-left:4px solid #1E90FF;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-syllabus-card h3{margin-top:0;color:#1E90FF}.ucpl-syllabus-card ul{padding-left:18px;margin-bottom:0}.ucpl-instructor-name{color:#db5945;font-weight:700}.ucpl-fee-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%;border-top:4px solid #1E90FF}.ucpl-local-proof{background:#0f172a;color:#fff!important;border-radius:14px;padding:24px;margin-top:22px}.ucpl-local-proof h3,.ucpl-local-proof p{color:#fff!important}.ucpl-clean-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:18px;margin-top:18px;color:#334155}
.ucpl-local-proof,
.ucpl-local-proof h3,
.ucpl-local-proof p,
.ucpl-local-proof * {
  color: #ffffff !important;
}
.wrapper-boxed,
.site-wrapper {
  overflow: visible !important;
}
.site-wrapper > br:first-child {
  display: none !important;
}
.topbar.light.topbar-padding {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}
.announcement-bar {
  margin: 0 !important;
  padding: 8px 0 6px !important;
  line-height: 1.35 !important;
}
#header {
  background: #ffffff !important;
  min-height: 66px !important;
  position: relative !important;
  z-index: 20 !important;
  overflow: visible !important;
}
#header .container,
#header .navbar,
#header .navbar-header {
  min-height: 66px !important;
  overflow: visible !important;
}
#header .navbar.brown-2.navbar-default.yamm {
  margin-bottom: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
#header .navbar-brand {
  width: auto !important;
  height: 66px !important;
  max-height: 66px !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  line-height: 1 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
#header .navbar-brand img,
#header .navbar-brand img.ucpl-header-logo {
  width: 145px !important;
  height: auto !important;
  max-width: 145px !important;
  max-height: 46px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
#navbar-collapse-grid {
  padding-top: 7px !important;
}
#navbar-collapse-grid .navbar-nav > li > a {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.menu-bottom-strip.bg-color-primary {
  clear: both !important;
  width: 100% !important;
  height: 4px !important;
  min-height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  background: #db5945 !important;
}
@media (max-width: 767px) {
  #header,
  #header .container,
  #header .navbar,
  #header .navbar-header {
    min-height: 58px !important;
  }
  #header .navbar-brand {
    height: 58px !important;
    max-height: 58px !important;
    padding: 8px 12px !important;
  }
  #header .navbar-brand img,
  #header .navbar-brand img.ucpl-header-logo {
    width: 128px !important;
    max-width: 128px !important;
    max-height: 40px !important;
  }
  #navbar-collapse-grid {
    padding-top: 0 !important;
  }
}
.ucpl-media-card h4,.ucpl-syllabus-card h4,.ucpl-s4-card h4,.ucpl-authority-card h4,.ucpl-fee-card h4{font-size:20px;line-height:1.35;font-weight:600;margin-top:0;margin-bottom:10px}
.ucpl-media-card h4,.ucpl-syllabus-card h4,.ucpl-s4-card h4{color:#1E90FF}.ucpl-authority-card h4{color:#0f172a}.ucpl-fee-card h4{color:#0f172a}
.ucpl-review-box strong{display:block;margin-bottom:8px;color:#0f172a}.ucpl-review-meta{font-size:13px;color:#475569;margin-top:8px;font-weight:600}.ucpl-review-disclaimer{font-size:14px;color:#475569;margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}
.ucpl-footer-ai-text{display:inline-block;color:#ffffff;font-weight:700;letter-spacing:.2px;animation:ucplFooterPulse 2.4s ease-in-out infinite}@keyframes ucplFooterPulse{0%,100%{opacity:1;transform:translateX(0)}50%{opacity:.78;transform:translateX(8px)}}
.ucpl-content-image{width:100%;height:auto;border-radius:10px;margin-bottom:12px;display:block;background:#f8fafc}
.ucpl-module-card .ucpl-module-btn.detail{background:#ffffff;color:#0f172a;border:1px solid rgba(15,23,42,.18)}
.ucpl-module-card .ucpl-module-btn.detail:hover{background:#0f172a;color:#ffffff;border-color:#0f172a}
.ucpl-module-meta a{font-weight:700}
@media(max-width:767px){.ucpl-module-actions{gap:8px}.ucpl-module-actions .ucpl-module-btn{width:100%;text-align:center}}
.ucpl-anchor-marker{display:block;position:relative;top:-95px;visibility:hidden;height:0;overflow:hidden}
.ucpl-module-card[id]{scroll-margin-top:110px}
.ucpl-module-actions .ucpl-module-btn.detail{background:#ffffff;color:#0f172a;border:1px solid rgba(15,23,42,.18)}
.ucpl-module-actions .ucpl-module-btn.detail:hover{background:#f8fafc;color:#0f172a}

body.ucpl-premium-refresh{padding-bottom:72px!important}
body.ucpl-premium-refresh .bottom-bar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;z-index:100000!important}
body.ucpl-premium-refresh .ucpl-chatbot-btn{right:18px!important;bottom:82px!important;z-index:100020!important}
body.ucpl-premium-refresh .ucpl-chatbot{right:18px!important;bottom:154px!important;z-index:100021!important}
body.ucpl-premium-refresh .scrollup{position:fixed!important;right:96px!important;bottom:86px!important;top:auto!important;left:auto!important;width:54px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:linear-gradient(135deg,#071a33,#0d6efd)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 14px 34px rgba(7,26,51,.36)!important;z-index:100030!important;padding:0!important;margin:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;overflow:visible!important;text-decoration:none!important;text-indent:0!important;line-height:1!important}
body.ucpl-premium-refresh .scrollup.ucpl-scroll-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.ucpl-premium-refresh .scrollup:hover{background:linear-gradient(135deg,#0d6efd,#ff6b00)!important;color:#fff!important;transform:translateY(-3px)!important}
body.ucpl-premium-refresh .scrollup svg{width:22px!important;height:22px!important;fill:currentColor!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;display:block!important}
body.ucpl-premium-refresh .scrollup i{font-size:22px!important;line-height:1!important;color:#fff!important}
@media(max-width:767px){body.ucpl-premium-refresh{padding-bottom:72px!important}body.ucpl-premium-refresh .bottom-bar a{padding:12px 8px!important;font-size:14px!important}body.ucpl-premium-refresh .ucpl-chatbot-btn{right:14px!important;bottom:76px!important;width:56px!important;height:56px!important}body.ucpl-premium-refresh .scrollup{right:82px!important;bottom:78px!important;width:52px!important;height:52px!important}body.ucpl-premium-refresh .ucpl-chatbot{right:10px!important;bottom:140px!important;width:calc(100% - 20px)!important}}


/* ==========================================================
   UCPL SAP Module Card Grid Fix - 2026-06-21
   Fixes misplaced module cards caused by hidden anchor markers
   inside the CSS grid, and restores readable white text inside
   colored module-card headers.
   ========================================================== */
body.ucpl-premium-refresh .ucpl-module-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}
body.ucpl-premium-refresh .ucpl-module-grid > .ucpl-anchor-marker{
  position:absolute!important;
  display:block!important;
  width:1px!important;
  height:1px!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  top:-115px!important;
  left:0!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
body.ucpl-premium-refresh .ucpl-module-grid > .ucpl-module-card{
  grid-column:auto!important;
  grid-row:auto!important;
  min-width:0!important;
  height:100%!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive::before{
  content:counter(moduleCard, decimal-leading-zero)!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#ffffff!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive .ucpl-module-top{
  position:relative!important;
  overflow:hidden!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive .ucpl-module-top > *{
  position:relative!important;
  z-index:2!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-label,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-label{
  max-width:calc(100% - 58px)!important;
  color:#ffffff!important;
  line-height:1.4!important;
  white-space:normal!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3{
  display:block!important;
  color:#ffffff!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:800!important;
  margin:0 0 10px!important;
  padding:0!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3::after,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3::after{
  display:none!important;
  content:none!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top p,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top p{
  color:#e2e8f0!important;
  text-align:left!important;
  margin:0!important;
  line-height:1.62!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-meta p,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-meta p{
  color:#334155!important;
  text-align:left!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-actions{
  display:flex!important;
  gap:10px!important;
  padding:18px 22px 22px!important;
  margin-top:auto!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  text-decoration:none!important;
  line-height:1.35!important;
}
@media(max-width:1199px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:991px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:767px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:1fr!important;}
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-actions{flex-direction:column!important;}
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-btn{width:100%!important;}
  body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-label,
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-label{max-width:calc(100% - 54px)!important;}
}

/* ==========================================================
   UCPL Announcement Bar Center Alignment Fix - 2026-06-21
   Keeps Job-Oriented SAP Training Center badge and support text
   centered on Laxmi Nagar and Noida pages.
   ========================================================== */
body.ucpl-premium-refresh .announcement-bar{
  text-align:center!important;
  display:block!important;
  width:100%!important;
}
body.ucpl-premium-refresh .announcement-bar .blinking-text{
  margin-left:auto!important;
  margin-right:auto!important;
  justify-content:center!important;
}
body.ucpl-premium-refresh .announcement-bar .ucpl-alert-text{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin-top:4px!important;
}


/* ==========================================================
   UCPL Production Cleanup - 2026-06-21
   Central stylesheet for page-level fixes previously placed inline.
   ========================================================== */
body.ucpl-premium-refresh .ucpl-local-clarity-note{
  margin:16px 0 0!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:#fff7ed!important;
  border:1px solid #fed7aa!important;
  color:#7c2d12!important;
  font-size:14.8px!important;
  line-height:1.65!important;
}
body.ucpl-premium-refresh .ucpl-local-clarity-note strong{color:#7c2d12!important;}
body.ucpl-premium-refresh .ucpl-module-meta p strong{color:#071a33!important;}
body.ucpl-premium-refresh .ucpl-module-meta ul{margin:6px 0 10px 20px!important;padding-left:0!important;list-style:disc!important;}
body.ucpl-premium-refresh .ucpl-module-meta li{color:#334155!important;line-height:1.65!important;margin:2px 0!important;}
body.ucpl-premium-refresh .ucpl-footer-tagline{font-weight:800!important;color:#071a33!important;margin:8px 0 12px!important;}


/* ==========================================================
   UCPL Final Cleanup Fixes - 2026-06-21
   Reduces repeated WhatsApp links, cleans semantic stat labels,
   and moves previous inline styling into CSS classes.
   ========================================================== */
body.ucpl-premium-refresh .ucpl-position-relative{position:relative!important;}
body.ucpl-premium-refresh .ucpl-alert-text{color:#ff4500!important;font-weight:700!important;}
body.ucpl-premium-refresh .ucpl-nav-link-text{color:#1e90ff!important;}
body.ucpl-premium-refresh .ucpl-featured-answer{background:#fff7ed!important;border-left:5px solid #db5945!important;border-radius:10px!important;padding:18px!important;margin:18px 0!important;color:#0f172a!important;}
body.ucpl-premium-refresh .ucpl-featured-title{color:#0f172a!important;margin-top:0!important;}
body.ucpl-premium-refresh .ucpl-featured-copy{color:#334155!important;margin-bottom:0!important;}
body.ucpl-premium-refresh section.sec-padding.ucpl-bg-white{background:#fff!important;}
body.ucpl-premium-refresh section.sec-padding.ucpl-bg-soft{background:#f9f9f9!important;}
body.ucpl-premium-refresh section.sec-padding.ucpl-bg-fee{background:#fff7ed!important;}
body.ucpl-premium-refresh .ucpl-mt-20{margin-top:20px!important;}
body.ucpl-premium-refresh .ucpl-mt-24{margin-top:24px!important;}
body.ucpl-premium-refresh .ucpl-mt-25{margin-top:25px!important;}
body.ucpl-premium-refresh .ucpl-salary-note{font-size:14px!important;color:#666!important;}
body.ucpl-premium-refresh .ucpl-text-white{color:#fff!important;}
body.ucpl-premium-refresh .ucpl-stat-title{display:block;color:#071a33!important;font-size:17px!important;line-height:1.35!important;margin:10px 0 8px!important;font-weight:850!important;}
body.ucpl-premium-refresh .ucpl-module-enquiry-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin:28px 0 0;padding:24px;border-radius:24px;background:linear-gradient(135deg,#071a33,#0d6efd)!important;color:#fff!important;box-shadow:0 18px 45px rgba(15,23,42,.18);}
body.ucpl-premium-refresh .ucpl-module-enquiry-copy span{display:inline-flex;margin-bottom:8px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:13px;font-weight:800;}
body.ucpl-premium-refresh .ucpl-module-enquiry-copy h3{display:block!important;color:#fff!important;margin:0 0 8px!important;font-size:24px!important;line-height:1.2!important;}
body.ucpl-premium-refresh .ucpl-module-enquiry-copy p{color:#eef6ff!important;margin:0!important;text-align:left!important;}
body.ucpl-premium-refresh .ucpl-module-enquiry-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
body.ucpl-premium-refresh .ucpl-module-enquiry-actions .ucpl-module-btn{white-space:normal!important;min-width:160px!important;text-align:center!important;}
@media(max-width:767px){body.ucpl-premium-refresh .ucpl-module-enquiry-box{grid-template-columns:1fr;padding:20px;}body.ucpl-premium-refresh .ucpl-module-enquiry-actions{justify-content:flex-start;}body.ucpl-premium-refresh .ucpl-module-enquiry-actions .ucpl-module-btn{width:100%;}}




/* ===== Source: theme.css ===== */

ul.tld-list{
	width:100%;
	padding:0px;
	margin:0px;
	}	
	
.tld-list li{
	text-align:left;
	color:#fff;
	padding: 0 20px;
	margin:0px;
	display: inline;
	float:left;
	border-right:1px solid rgba(255, 255, 255, 0.3);
	}
.tld-list li:last-child{
	border-right:none;
	}
.tld-list li span{
	display: block;
	font-size:26px;
	padding-bottom:5px;
	font-weight:700;
	}
.tld-list li span.price{
	font-size:18px;
	font-weight:normal;
	}

.tld-list.dark li{
	text-align:left;
	color:#242424;
	padding: 0 20px;
	margin:0px;
	display: inline;
	float:left;
	border-right:1px solid rgba(255, 255, 255, 0.8);
	}
.tld-list.dark li.title{
	padding: 20px 10px 0 0;
	}
/* Home Domain search
 ------------------------------ */
.domain-search-home {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-home #domain-searchform #dsearch {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	float: left;
	font-size: 14px;
	height: 55px;
	padding: 7px 10px;
	width: 61%;
}
.domain-search-home .drlist {
	background-color: #EEEEEE;
	color: #272727;
	float: left;
	font-size: 16px;
	height: 55px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 1px solid #fff;
}
.domain-search-home #search-submit {
	border: none;
	color: #272727;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 55px;
	overflow: hidden;
	padding: 5px 25px;
	margin-left: 0px;
	text-align: center;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
}
.domain-search-home #search-submit:hover {
	color: #fff;
	background-color: #242424;
}
/* dark style
 ------------------------------ */

.domain-search-home.dark .drlist {
	background-color: #424242;
	color: #fff;
	float: left;
	font-size: 16px;
	height: 55px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	border: 1px solid #424242;
}
.domain-search-home.dark #search-submit {
	color: #fff;
	background-color: #424242;
}
.domain-search-home.dark #domain-searchform #dsearch {
	border: 1px solid rgba(255, 255, 255, 0.3);
}


/* Home Domain search
 ------------------------------ */
.domain-search-home-2 {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-home-2 #domain-searchform #dsearch {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #727272;
	float: left;
	font-size: 15px;
	height: 70px;
	padding: 7px 10px;
	width: 76%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #727272;
	float: left;
	font-size: 15px;
	height: 70px;
	padding: 7px 10px;
	width: 76%;
}
.domain-search-home-2 .drlist {
	background-color: #EEEEEE;
	color: #272727;
	float: left;
	font-size: 16px;
	height: 70px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 1px solid #fff;
}
.domain-search-home-2 #search-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 70px;
	overflow: hidden;
	padding: 5px 60px;
	margin-left: 0px;
	text-align: center;
	background-color: #ccc;
	transition: all 0.3s ease-out 0s;
}
.domain-search-home-2 #search-submit:hover {
	color: #fff;
	background-color: #616161;
}

/* Home Domain search
 ------------------------------ */
.domain-search-home-3 {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-home-3 #domain-searchform #dsearch {
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #727272;
	float: left;
	font-size: 15px;
	height: 70px;
	padding: 7px 10px;
	width: 70%;
}
.domain-search-home-3 .drlist {
	background-color: #EEEEEE;
	color: #272727;
	float: left;
	font-size: 16px;
	height: 70px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 1px solid #fff;
}
.domain-search-home-3 #search-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 70px;
	overflow: hidden;
	padding: 5px 25px;
	margin-left: 0px;
	text-align: center;
	background-color: #242424;
	transition: all 0.3s ease-out 0s;
}
.domain-search-home-3 #search-submit:hover {
	color: #fff;
	background-color: #616161;
}

/* help input
 ------------------------------ */
.help-sear-holder {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.help-sear-holder #search-field {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #727272;
	float: left;
	font-size: 15px;
	height: 70px;
	padding: 7px 10px;
	width: 85%;
}
.help-sear-holder #search-btn {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 70px;
	overflow: hidden;
	padding: 5px 60px;
	margin-left: 0px;
	text-align: center;
	background-color: #ccc;
	transition: all 0.3s ease-out 0s;
}
.domain-search-home-2 #search-submit:hover {
	color: #fff;
	background-color: #616161;
}

/* Feature Box1
 ------------------------------ */
.feature-box-1{
	width: 100%;
}
.feature-box-1 .iconbox-small{
	color:#fff;
	background-color:#242424;
	border:1px solid #242424;
}
.feature-box-1:hover .iconbox-small, .feature-box-1:hover .iconbox-tiny, .feature-box-1.active .iconbox-small, .feature-box-1.active .iconbox-tiny {
	color:#fff;
	border:1px solid #ccc;
	background-color:#ccc;
}

/* Feature Box2
 ------------------------------ */
.feature-box-2{
	width: 100%;
}
.feature-box-2 .price-badge {
	position:absolute;
	width:80px;
	height:80px;
	border-radius:100%;
	color:#fff;
	padding:20px 0 0 0;
	font-size:14px;
	text-align:center;
	line-height:20px;
	font-weight:normal;
	background-color:#ccc;
	z-index:2;
}
.feature-box-2 .price-badge span {
	color:#fff;
	font-size:18px;
}
.offer-title-big{
	font-size:60px;
	}

/* Feature Box3
 ------------------------------ */
.feature-box-3{
	position:relative;
	width: 100%;
}
.feature-box-3 .offerbadge {
	position:absolute;
	width: 150px;
	height: 145px;
	background-color: #ccc;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 0;
	top:70px;
	right:0px;
	padding: 30px 0 0 0;
	text-align: center;
}
.feature-box-3 .offerbadge {
	background-color: #ccc;
}
.feature-box-3 .offerbadge span {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 5px;
	padding: 0 0 5px;
	text-align: center;
}

/* Feature Box4
 ------------------------------ */
.feature-box-4{
	width: 100%;
	padding: 0px;
	float: left;
}

/* Feature Box5
 ------------------------------ */
.feature-box-5{
	width: 100%;
	padding: 0 0 20px 0;
	float: left;
}
.feature-box-5:hover .title, .feature-box-5.active .title{
	color:#ccc;
}
.feature-box-5:hover .iconbox-small, .feature-box-5:hover .iconbox-tiny, .feature-box-5.active .iconbox-small, .feature-box-5.active .iconbox-tiny {
	color:#fff;
	border:1px solid #ccc;
	background-color:#ccc;
}
.feature-box-5:hover .iconcircle-small, .feature-box-5:hover .iconcircle-tiny, .feature-box-5.active .iconcircle-small,
 .feature-box-5.active .iconcircle-tiny {
	color:#fff;
	border:1px solid #ccc;
	background-color:#ccc;
}
/* Feature Box6
 ------------------------------ */
.feature-box-6{
	width: 100%;
	padding:0;
}
.feature-box-6 .image-holder{
	position:relative;
	width: 100%;
	padding:0;
}
.feature-box-6 .image-holder .text{
	position: absolute;
	width: 100%;
	padding:30px;
	color:#fff;
	bottom:0px;
	background-color:rgba(0, 0, 0, 0.2);
}
.feature-box-6 .image-holder .text a{
	color:#fff;
}
.feature-box-6 .image-holder .text a:hover{
	color:#ccc;
}

/* Feature Box7
 ------------------------------ */
.feature-box-7 {
	width: 100%;
	padding: 40px;
	border: 1px solid #e4e4e4;
	transition: all 0.3s ease-out 0s;
}
.feature-box-7:hover, .feature-box-7.active {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.feature-box-7:hover .icon-plain-medium {
	color: #fff;
}
.feature-box-7:hover h4, .feature-box-7:hover p, .feature-box-7.active h4, .feature-box-7.active p {
	color: #fff;
}
/* Feature Box8
 ------------------------------ */
.feature-box-8 {
	width: 100%;
	padding: 40px;
	border: 1px solid #e4e4e4;
}


/* Feature Box9
 ------------------------------ */
.feature-box-9{
	position:relative;
	width: 100%;
}
.feature-box-9 .offerbadge {
	position:absolute;
	width: 150px;
	height: 145px;
	background-color: #ccc;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 0;
	top: -20px;
	right: 31px;
	padding: 30px 0 0 0;
	text-align: center;
}
.feature-box-9 .offerbadge span {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 5px;
	padding: 0 0 5px;
	text-align: center;
}

/* Feature Box10
 ------------------------------ */
.feature-box-10 {
	width: 100%;
	padding:0px;
}
.feature-box-10:hover .text-box, .feature-box-10.active .text-box {
	background-color:#242424;
}
.feature-box-10 .small-text .price  {
	font-size:26px;
	padding:0 10px;
}
.feature-box-10:hover .title, .feature-box-10:hover .title, .feature-box-10:hover .small-text,
.feature-box-10.active .title, .feature-box-10.active .title, .feature-box-10.active .small-text
   {
	color:#fff;
}
.feature-box-10:hover .divider-line.light, .feature-box-10.active .divider-line.light  {
	border-color:#727272;
}

/* Feature Box11
 ------------------------------ */
.feature-box-11 {
	width: 100%;
	padding:0px;
	float:left;
}
.feature-box-11:hover .iconbox-smedium, .feature-box-11.active .iconbox-smedium {
	color:#fff;
	background-color:#ccc;
	border:1px solid #ccc;
}

/* Feature Box12
 ------------------------------ */
.feature-box-12 {
	width: 100%;
	padding:0px;
	float:left;
}
.feature-box-12 .circle {
	width:95px;
	height:95px;
	border-radius:100%;
	padding:20px 0 0 0;
	margin:0 auto;
	background-color:#e9e9e9;
}
.feature-box-12 .tld-1 {
	color:#ff971c;
}
.feature-box-12 .tld-2 {
	color:#96c12f;
}
.feature-box-12 .tld-3 {
	color:#1cb7ff;
}
.feature-box-12 .tld-4 {
	color:#ff971c;
}
.feature-box-12:hover .text-box, .feature-box-12.active .text-box {
	background-color:#ccc;
	border:1px solid #ccc;
}
.feature-box-12:hover .text-box .title, .feature-box-12:hover .text-box p,
.feature-box-12.active .text-box .title, .feature-box-12.active .text-box p {
	color:#fff;
}

/* Feature Box13
 ------------------------------ */
.feature-box-13 {
	width: 100%;
	padding:0 0 30px 0;
	float:left;
}
/* Feature Box14
 ------------------------------ */
.feature-box-14 {
	width: 100%;
	padding:40px;
	float:left;
	text-align:center;
	margin-bottom:30px;
	border:1px solid #e4e4e4;
}
.feature-box-14.white {
	background-color:#fff;
	border:1px solid #fff;
}
/* Feature Box15
 ------------------------------ */
.feature-box-15{
	width: 100%;
	height:100%;
	float: left;
	padding: 80px;
	min-height: 485px;
	background-color:rgba(0, 0, 0, 0.7);
	
}
.feature-box-15 .image-holder {
	position: absolute;
	z-index:0;
	float:left;
	min-height:500px;
	overflow:hidden;
}
.feature-box-15 .overlay {
    position: absolute;
    z-index: 1;
	padding:60px 0 0 0;
}
.feature-box-15 .price-badge {
	position:absolute;
	width:80px;
	height:80px;
	border-radius:100%;
	color:#fff;
	padding:20px 0 0 0;
	font-size:14px;
	text-align:center;
	line-height:20px;
	font-weight:normal;
	background-color:#ccc;
	z-index:2;
}
.feature-box-15 .price-badge span {
	color:#fff;
	font-size:18px;
}
/* Feature Box16
 ------------------------------ */
.feature-box-16 {
	width: 100%;
	padding:40px;
	float:left;
	text-align:center;
	margin-bottom:30px;
	border:1px solid #e4e4e4;
}

/* Feature Box17
 ------------------------------ */
.feature-box-17{
	width: 100%;
	height:100%;
	float: left;
	padding: 80px;
	min-height: 485px;
	background-color:rgba(0, 0, 0, 0.5);
	
}
.feature-box-17 .image-holder {
	position: absolute;
	z-index:0;
	float:left;
	min-height:500px;
	overflow:hidden;
}
.feature-box-17 .overlay {
    position: absolute;
    z-index: 1;
	padding:60px 0 0 0;
}
.feature-box-17 .price-badge {
	position:absolute;
	width:80px;
	height:80px;
	border-radius:100%;
	color:#fff;
	padding:20px 0 0 0;
	font-size:14px;
	text-align:center;
	line-height:20px;
	font-weight:normal;
	background-color:#ccc;
	z-index:2;
}
.feature-box-17 .price-badge span {
	color:#fff;
	font-size:18px;
}


/* Feature Box18
 ------------------------------ */
.feature-box-18 {
	width: 100%;
	padding:0px;
	float:left;
	background-color:#fff;
}
.feature-box-18 .circle {
	width:95px;
	height:95px;
	border-radius:100%;
	padding:20px 0 0 0;
	margin:0 auto;
	background-color:#e9e9e9;
}
.feature-box-18 .tld-1 {
	color:#ff971c;
}
.feature-box-18 .tld-2 {
	color:#96c12f;
}
.feature-box-18 .tld-3 {
	color:#1cb7ff;
}
.feature-box-18 .tld-4 {
	color:#ff971c;
}
.feature-box-18:hover .text-box, .feature-box-18.active .text-box {
	background-color:#ccc;
	border:1px solid #ccc;
}
.feature-box-18:hover .text-box .title, .feature-box-18:hover .text-box p,
.feature-box-18.active .text-box .title, .feature-box-18.active .text-box p {
	color:#fff;
}
/*============ Team Section ============ */
/* Team Style 1
 ------------------------------ */ 	
.team-holder-1 {
	width: 100%;
	padding: 0px;
	float: left;
	z-index: 0;
	background-color: #f6f6f6;
	transition: all 0.3s ease-out 0s;
}
.team-holder-1 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
}
.team-holder-1 .image-holder img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.team-holder-1 .image-holder .hover-box {
	position: absolute;
	width: 100%;
	height:55px;
	bottom: -56px;
	padding:15px;
	z-index: 2;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color: #ccc;
}
.team-holder-1 .image-holder .hover-box .icons {
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}
.team-holder-1 .image-holder .hover-box .icons li {
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.team-holder-1 .image-holder .hover-box .icons li a {
	padding: 0px;
	margin: 0 10px 0 0;
	font-size: 17px;
	color: #fff;
	float:left;
	display:inline-block;
}
/*hover styles*/
.team-holder-1 .image-holder .hover-box .icons li a:hover {
	color: #242424;
}
.team-holder-1:hover .image-holder img, .team-holder-1.active .image-holder img {
	top: -50px;
}
.team-holder-1:hover .image-holder .hover-box, .team-holder-1.active .image-holder .hover-box {
	bottom: 0px;
}





/* =========== price tables ============= */

/* Price Table 1
 -----------------------------------------------*/
 
.pricetable-holder-1 {
	position:relative;
	width: 100%;
	padding: 40px 20px 40px 20px;
	float: left;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color:#242424;
}
.pricetable-holder-1.border-right {
	border-right:1px solid #393939;
}
.pricetable-holder-1 .price-circle {
	width:125px;
	height:125px;
	margin:0 auto;
	border-radius:100%;
	background-color:#242424;
	border:1px solid #393939;
}
.pricetable-holder-1 .price-circle .price {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 45px 0;
    text-align: center;
}
.pricetable-holder-1 .price-circle .price sup {
    font-size: 22px;
    font-style: normal;
}
.pricetable-holder-1 .price-circle .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pricetable-holder-1 .title {
	width:100%;
	color:#fff;
	padding:0;
}
.pricetable-holder-1 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.pricetable-holder-1 .features-list li {
	width:100%;
	padding:10px 0;
	margin:0px;
	float:left;
	color:#727272;
	border-bottom:1px solid #393939;
}
.pricetable-holder-1 .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-1.active .price-circle {
	background-color:#fff;
	border:1px solid #fff;
}
.pricetable-holder-1.active .price-circle .price {
    color: #242424;
}
.pricetable-holder-1.active {
	background-color:#ccc;
	
}
.pricetable-holder-1.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-1.active .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-1.active .btn.btn-green-4 {
	color:#242424;
	background-color:#fff;
}
/*border right*/
.pricetable-holder-1.border-right {
	border-right:1px solid rgba(255, 255, 255, 0.1);
}

/* Price Table 2
 -----------------------------------------------*/
 
.pricetable-holder-2 {
	position:relative;
	width: 100%;
	padding: 15px 0 40px 0;
	float: left;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color:#242424;
}
.pricetable-holder-2.border-right {
	border-right:1px solid rgba(255, 255, 255, 0.5)
}
.pricetable-holder-2.border-right {
	border-right:1px solid #393939;
}
.pricetable-holder-2 .price {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
}
.pricetable-holder-2 .price sup {
    font-size: 22px;
    font-style: normal;
}
.pricetable-holder-2 .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pricetable-holder-2 .title-box {
	width:100%;
	color:#fff;
	float:left;
	padding:45px 0 15px 0;
	vertical-align:middle;
	border-bottom:1px solid #393939;
}
.pricetable-holder-2.first-table .title-box {
	padding:15px 0 15px 0;
}
.pricetable-holder-2.first-table{
	margin-top:83px;
}
.pricetable-holder-2 .title-box .title {
	color:#fff;
}
.pricetable-holder-2 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.pricetable-holder-2 .features-list li {
	width:100%;
	padding:15px 0;
	margin:0px;
	float:left;
	color:#727272;
	border-bottom:1px solid #393939;
}
.pricetable-holder-2 .features-list li i.green-4 {
	color:#80b604;
	font-size:18px;
}
.pricetable-holder-2 .features-list li i.red {
	color:#ff2f16;
	font-size:18px;
}
.pricetable-holder-2 .features-list li i.white {
	color:#fff;
	font-size:18px;
}
.pricetable-holder-2 .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-2 .features-list li:nth-child(even) {
	background-color:#2a2a2a;
}
.pricetable-holder-2.active .features-list li:nth-child(even) {
	background-color:#ccc;
}
.pricetable-top-bg-strip {
	width: 100%;
	padding:0px;
	margin:0px;
	float:left;
	height:25px;
	background-color:transparent;
}
.pricetable-holder-2.active {
	background-color:#ccc;
	padding-bottom:60px;
	padding-top:40px;
}
.pricetable-holder-2.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-2.active .title-box {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-2.active .btn.btn-green-4 {
	color:#242424;
	background-color:#fff;
}

/* Price Table 3
 -----------------------------------------------*/
 
.pricetable-holder-3 {
	position:relative;
	width: 100%;
	padding: 15px 0 40px 0;
	float: left;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color:#fff;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
.pricetable-holder-3.bright {
	border-right:1px solid #e4e4e4;
}
.pricetable-holder-3.border-right {
	border-right:1px solid #393939;
}
.pricetable-holder-3 .price {
    color: #242424;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
}
.pricetable-holder-3.active .price {
    color: #fff;
}
.pricetable-holder-3 .price sup {
    font-size: 22px;
    font-style: normal;
}
.pricetable-holder-3 .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pricetable-holder-3 .title-box {
	width:100%;
	color:#242424;
	float:left;
	padding:45px 0 15px 0;
	vertical-align:middle;
	border-bottom:1px solid #e4e4e4;
}
.pricetable-holder-3.first-table .title-box {
	padding:15px 0 15px 0;
}
.pricetable-holder-3.first-table{
	margin-top:83px;
}
.pricetable-holder-3 .title-box .title {
	color:#242424;
}
.pricetable-holder-3.active .title-box .title {
	color:#fff;
}
.pricetable-holder-3 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.pricetable-holder-3 .features-list li {
	width:100%;
	padding:15px 0;
	margin:0px;
	float:left;
	color:#727272;
	border-bottom:1px solid #e4e4e4;
}
.pricetable-holder-3 .features-list li i.green-4 {
	color:#80b604;
	font-size:18px;
}
.pricetable-holder-3 .features-list li i.red {
	color:#ff2f16;
	font-size:18px;
}
.pricetable-holder-3 .features-list li i.white {
	color:#fff;
	font-size:18px;
}
.pricetable-holder-3 .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-3 .features-list li:nth-child(even) {
	background-color:#e4e4e4;
}
.pricetable-holder-3.active .features-list li:nth-child(even) {
	background-color:#ccc;
}
.pricetable-top-bg-strip {
	width: 100%;
	padding:0px;
	margin:0px;
	float:left;
	height:25px;
	background-color:transparent;
}
.pricetable-holder-3.active {
	background-color:#ccc;
	padding-bottom:60px;
	padding-top:40px;
}
.pricetable-holder-3.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-3.active .title-box {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-3.active .btn.btn-green-4 {
	color:#242424;
	background-color:#fff;
}


/* Price Table 4
 -----------------------------------------------*/
 
.pricetable-holder-4 {
	position:relative;
	width: 100%;
	padding: 40px 20px 40px 20px;
	float: left;
	text-align:center;
	border-right:1px solid #fff;
	transition: all 0.3s ease-out 0s;
	background-color:#fff;
}
.pricetable-holder-4.border-right {
	border-right:1px solid #e4e4e4;
}
.pricetable-holder-4 .price-circle {
	width:125px;
	height:125px;
	margin:0 auto;
	border-radius:100%;
	background-color:#fff;
	border:1px solid #e4e4e4;
}
.pricetable-holder-4 .price-circle .price {
    color: #242424;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 45px 0;
    text-align: center;
}
.pricetable-holder-4 .price-circle .price sup {
    font-size: 22px;
    font-style: normal;
}
.pricetable-holder-4 .price-circle .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pricetable-holder-4 .title {
	width:100%;
	color:#242424;
	padding:0;
}
.pricetable-holder-4 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.pricetable-holder-4 .features-list li {
	width:100%;
	padding:10px 0;
	margin:0px;
	float:left;
	color:#727272;
	border-bottom:1px solid #e4e4e4;
}
.pricetable-holder-4 .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-4.active .price-circle {
	background-color:#fff;
	border:1px solid #fff;
}
.pricetable-holder-4.active .price-circle .price {
    color: #242424;
}
.pricetable-holder-4.active .title {
	color:#fff;
}
.pricetable-holder-4.active {
	background-color:#ccc;	
}
.pricetable-holder-4.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-4.active .features-list li:last-child {
	border-bottom:none;
}
/*border right*/



/* Price Table 5
 -----------------------------------------------*/
 
.pricetable-holder-5 {
	position:relative;
	width: 100%;
	padding: 0 0 40px 0;
	float: left;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color:#f5f5f5;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
.pricetable-holder-5.bright {
	border-right:1px solid #e4e4e4;
}
.pricetable-holder-5.border-right {
	border-right:1px solid #393939;
}
.pricetable-holder-5.noleft-border {
	border-left:none;
}
.pricetable-holder-5 .price {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
}
.pricetable-holder-5.active .price {
    color: #fff;
}
.pricetable-holder-5 .price sup {
    font-size: 22px;
    font-style: normal;
}
.pricetable-holder-5 .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pricetable-holder-5 .title-box {
	position:relative;
	width:100%;
	color:#fff;
	float:left;
	padding:45px 0 15px 0;
	vertical-align:middle;
	border-bottom:1px solid #e4e4e4;
	background-color:#505050;
}
.pricetable-holder-5 .title-box .arrow-left {
	position: absolute;
	color:#fff;
	top: 0px;
	left: -28px;
}
.pricetable-holder-5 .title-box .arrow-right {
	position: absolute;
	color:#fff;
	top: 0px;
	left: 292px;
}
.pricetable-holder-5.first-table .title-box {
	padding:15px 0 15px 0;
}
.pricetable-holder-5.first-table{
	margin-top:83px;
}
.pricetable-holder-5 .title-box .title {
	color:#fff;
}
.pricetable-holder-5.active .title-box .title {
	color:#fff;
}
.pricetable-holder-5 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.pricetable-holder-5 .features-list li {
	width:100%;
	padding:15px 0;
	margin:0px;
	float:left;
	color:#727272;
	border-bottom:1px solid #efeeee;
}
.pricetable-holder-5 .features-list li:last-child {
	border-bottom:none;
}
.pricetable-holder-5 .features-list li:nth-child(even) {
	background-color:#efeeee;
}
.pricetable-holder-5.active .features-list li:nth-child(even) {
	background-color:#ccc;
}
.pricetable-top-bg-strip {
	width: 100%;
	padding:0px;
	margin:0px;
	float:left;
	height:25px;
	background-color:transparent;
}
.pricetable-holder-5.active {
	background-color:#ccc;
}
.pricetable-holder-5.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-5.active .title-box {
	color:#fff;
	padding-bottom:40px;
	background-color:#242424;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.pricetable-holder-5.active .btn.btn-green-4 {
	color:#242424;
	background-color:#fff;
}

/* =========== offer badges ============= */

.offerbadge {
	background-color: #ccc;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 110px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	width: 150px;
}
.offerbadge span.price {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 5px;
	padding: 0 0 5px;
	text-align: center;
}






/* =========== crossed shapes ============= */
.section {
	position: relative;
	width: 100%;
	padding: 0px;
	float:left;
}
.top-shape-1 {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape1.png) center top no-repeat;
}
.top-shape-2 {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape2.png) center top no-repeat;
}
.top-shape-3 {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape3.png) center top no-repeat;
}
.top-shape-4 {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape4.png) center top no-repeat;
}
.top-shape-5 {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape5.png) center top no-repeat;
}
.top-shape-gray {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/top-shape-gray.png) center top no-repeat;
}
.bottom-shape1 {
    width: 100%;
    height: 70px;
    padding: 0px;
    float: left;
    margin: 0px;
    z-index: 2;
    background: url(../images/bottom-shape1.png) center bottom no-repeat;
}
.bottom-shape2 {
    width: 100%;
    height: 70px;
    padding: 0px;
    float: left;
    margin: 0px;
    z-index: 2;
    background: url(../images/bottom-shape2.png) center bottom no-repeat;
}
/* =========== parallax sections ============= */

.parallax-sec-1 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/1.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-2 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/2.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-2 .title {
	font-weight:900;
}
.parallax-sec-3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/3.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/4.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-5 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/5.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-6 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/6.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-7 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/7.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-8 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/8.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-9 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/9.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-sec-10 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/10.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}

/* =========== footer paymen logos ============= */

.footer-payment-logo-list{
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
	}
.footer-payment-logo-list li{
	padding:0 15px 0 0;
	margin:0px;
	float:left;
	}

.footer-payment-logo-list.align-right li{
	padding:0 15px 0 0;
	margin:0px;
	float:right;
	}	
/* button green
 ------------------------------ */
.btn.btn-green {
	color: #fff;
	background-color: #7fb603;
}
.btn.btn-green:hover {
	background-color: #6f9f03;
}
.btn.btn-green.big {
	padding:24px 30px;
}

/* =========== Domain search ============= */
/* domain search
 -----------------------------------------------*/

#domain-search-holder {
	width: 100%;
	padding:0px;
	margin:0 0 150px 0;
	float:left
}
#domain-search-holder#less-margin {
	margin:0 0 50px 0;
}
#domain-search-holder #dsearch {
	background-color: #fff;
	border: 1px solid #fff;
	color: #727272;
	font-size: 18px;
	height: 80px;
	float:left;
	padding: 7px 10px;
	width: 74%;
	border:1px solid #e4e4e4;
}

#domain-search-holder.two #dsearch {
	width: 90%;
}
#domain-search-holder .drlist {
	background-color: #EEEEEE;
	color: #242424;
	font-size: 18px;
	height: 80px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
#domain-search-holder #searchsubmit {
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 77px;
	overflow: hidden;
	padding: 4px 25px;
	margin-left: 0px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	background-color: #ccc;
}
#domain-search-holder #searchsubmit:hover {
	color: #fff;
	background-color: #242424;
}
#domain-search-holder ul.tld_list {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0px;
	float: left;
}
#domain-search-holder ul.tld_list li {
	padding: 0 20px 0 0;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	display: inline;
	color: #161616;
}
#domain-search-holder ul.tld_list li.title {
	padding: 0 20px 0 0;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
}
#domain-search-holder ul.tld_list li span {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #fff;
}


.footer-social-icons{
	width:100%;
	padding:0px;
	text-align:right;
}
.footer-social-icons li{
	padding:0px;
	margin:0px;
	display: inline-block;
}
.footer-social-icons li a{
	width:36px;
	height:36px;
	text-align:center;
	line-height:40px;
	display: inline-block;
	padding:0px;
	color:#fff;
	background-color:#242424;
}
.footer-social-icons li a:hover{
	background-color:#ccc;
}
/* footer social icons 2
 ------------------------------ */
.footer-social-icons-2{
	width:100%;
	padding:0px;
	text-align:left;
	margin-bottom: 0px;
}
.footer-social-icons-2 li{
	padding:0px;
	margin:0px;
	display: inline-block;
}
.footer-social-icons-2 li a{
	width:70px;
	height:70px;
	text-align:center;
	line-height:68px;
	display: inline-block;
	padding:0px;
	color:#fff;
	font-size:18px;
	border-left:1px solid rgba(255, 255, 255, 0.1);
}
.footer-social-icons-2 li a:hover{
	background-color:#2e2e2e;
}
.footer-social-icons-2 li.last{
	border-right:1px solid rgba(255, 255, 255, 0.1);
}

/* footer post info
 ------------------------------ */
.footer-post-info {
    padding: 0;
}
.footer-post-info span {
    color: #494747;
    font-size: 13px;
    margin-right: 5px;
}

/* =========== domain pricing table ============= */

.domain-pricing-table-holder {
	width: 100%;
	padding: 20px;
	margin: 0px;
	float: left;
	background-color:#f1f1f1;
}
.table-style-2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.table-style-2 table {
	width: 100%;
	border-collapse: collapse;
}
.table-style-2 tr:nth-of-type(odd) {
	background: #f1f1f1;
}
.table-style-2 tr:nth-of-type(even) {
	background: #fff;
}
.table-style-2 th {
	background: #ccc;
	color: #fff;
	font-weight: bold;
}
.table-style-2 td, th {
	padding: 30px;
	color: #242424;
	border: none;
	text-align:center;
}

/*============ page nation ============ */
.pagenation-holder {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	margin: 0;
	padding: 25px 0 10px;
	width: 100%;
}
.pagenation_links a {
	color: #161616;
}

/*============ blog ============ */

.post-date-box {
	position: absolute;
	width: 90px;
	height: 90px;
	float: left;
	font-size: 25px;
	color: #fff;
	padding: 22px 0 0 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #ccc;
}
.post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.post-date-box .arrow-down {
	position: absolute;
	left: 25px;
	top: 81px;
	float: left;
	z-index: 3;
	border-top: 20px solid #fd602c;
}

.blog-holder-1 {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.blog-holder-1 .post-date-box {
	width:120px;
	height:120px;
	font-size: 36px;
	padding: 29px 0 0;
}
.blog-holder-1 .post-date-box.two {
	top:150px;
	color:#242424;
	background-color:#fff;
}
.blog-holder-1 .image-holder .overlay {
	padding:30px;
	text-align:center;
    position: absolute;
    z-index: 1;
	overflow:hidden;
}
.blog-holder-1 .post-date-box span {
    color: #fff;
    display: block;
    font-size: 16px;
	padding-top:10px;
}
.blog-holder-1 .post-date-box.two span {
    color: #242424;
}
.blog-holder-1 .image-holder .overlay .icon {
	position:absolute;
    background-color: #ccc;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin:0;
    padding: 0;
	display:inline-block;
    text-align: center;
    width: 60px;
	z-index:4;
	top:-60px;
	transition: all 0.3s ease-out 0s;
	border-radius:100%;
}
.blog-holder-1 .image-holder .overlay .icon:hover {
    background-color: #fff;
    color: #ccc;
}
.blog-holder-1:hover .image-holder .overlay .icon {
	top:160px;

}

/*date box small*/

.blog-holder-1 .post-date-box.three {
	width:80px;
	height:80px;
	font-size: 24px;
	padding: 15px 0 0;
}
.blog-holder-1 .post-date-box.three span {
	font-size:14px;
	padding-top:1px;
}
.blog-holder-1 .post-date-box.three.four {
	top:110px;
	color:#242424;
	background-color:#fff;
	background-color:#fff;
}
.blog-holder-1 .post-date-box.three.four span {
    color: #242424;
}

/* Blog pagenation 
 ------------------------------ */
 
.blog-pagenation {
    margin: 0;
    padding: 0;
    width: 100%;
	text-align:center;
}
.blog-pagenation li {
    margin: 0;
    padding: 0;
	display:inline;
}

.blog-pagenation li a {
    color: #242424;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
	display:inline-block;
    text-align: center;
    width: 40px;
	border:1px solid #e4e4e4;
}
.blog-pagenation li a:hover, .blog-pagenation li a.active {
    color: #fff;
	border:1px solid #ccc;
	background-color:#ccc;
}
/*============ Page Scroll to Top ============ */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	color:#fff;
	text-indent: -9999px;
	background: #ccc url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}

/* blog1 sidebar input search
 ------------------------------ */ 
.blog1-sidebar-serch_input {
	border: 1px solid #d9d9d9;
	border-width: 1px 0 1px 1px;
	color: #161616;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 40px;
	line-height: 39px;
	padding: 0 7px;
	width: 70%;
}
.blog1-sidebar-serch_input.dark {
	color: #ccc;
	border: 1px solid #444444;
	background-color: #444444;
}
.blog1-sidebar-serch-submit {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	height: 40px;
	margin: 0;
	padding: 5px 10px;
}
.blog1-sidebar-serch-submit.dark {
	color: #ccc;
	border: 1px solid #161616;
	background-color: #161616;
}

/* =========== Sidebar elements ============= */

.sidebar-posts {
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	float: left;
}
.sidebar-posts .post-info {
	font-size: 12px;
	color: #cecece;
}
.blog1-post-info {
	font-size: 12px;
	color: #cecece;
}
.sidebar-posts:hover h6, .sidebar-posts.active h6 {
	color: #ccc;
}


/*tags 2
 ------------------------------ */	
.tags-2 {
	padding: 0px;
	margin: 0px;
}
.tags-2 li {
	padding: 0px;
	margin: 0;
}
.tags-2 li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border:1px solid #e4e4e4;
	background-color: #fff;
}
.tags-2 li a:hover, .tags-2 li a.active {
	color: #fff;
	border:1px solid #ccc;
	background-color: #ccc;
}

/* social icons
 ------------------------------ */
.social-icons-1 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.social-icons-1 li {
	padding: 0px;
	margin: 0px;
	display:inline-block;
	text-align: center;
}
.social-icons-1 li a {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	display:inline-block;
	background-color: #ccc;
}
.social-icons-1 li a:hover {
	color: #fff;
	background-color: #161616;
}
.social-icons-1.round li a, .social-icons-1.round li a, .social-icons-1.round li a {
	border-radius:100%;
}

/* blog1 Author info box
 ------------------------------ */
.blog1-post-info-box {
	width: 100%;
}
.blog1-post-info-box.less-width {
	width: 90%;
}
a.loadmore-but {
	background-color: #ccc;
	border-radius: 2px;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 40px 0;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}
a.loadmore-but:hover {
	background-color: #242424;
}


/*Count down
 ------------------------------ */

.countdown_holder {
	width: 60%;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}
.countdown_holder.two {
	width: 60%;
	padding: 0 0 45px 0;
	text-align: center;
	margin: 0 auto;
}
.countdown_holder.two a {
	margin-right: 15px;
}
div#clock {
	color: white;
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 90px;
	text-align: center;
}
div#clock p {
	border:1px solid #fff;
	float: left;
	padding: 20px 20px;
	margin-right: 10px;
}
div#clock p b {
	font-weight: normal;
	text-transform: uppercase;
}
div#clock p span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 5px 0 20px 0;
}
div#clock div.space {
	color: #ccc;
	display: block;
	line-height: 1.7em;
	font-size: 50px;
	float: left;
	height: 88px;
	width: 30px;
}
/*styles two*/



div#clock2 {
	color: white;
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 90px;
	text-align: center;
}
div#clock2 p {
	background: #fff;
	float: left;
	color: #161616;
	padding: 20px 20px;
	margin-right: 10px;
	border: 1px solid #e4e4e4;
}
div#clock2 p b {
	font-weight: normal;
	text-transform: uppercase;
}
div#clock2 p span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 5px 0 20px 0;
}
div#clock2 div.space {
	color: #ccc;
	display: block;
	line-height: 1.7em;
	font-size: 50px;
	float: left;
	height: 88px;
	width: 30px;
}


/* =========== 404 error ============= */

.error_holder {
	width: 60%;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}
.error_holder.two {
	width:100%;
	text-align: left;
}
.error_holder .title {
	font-size: 110px;
	font-weight: 400;
	line-height: 65px;
	margin: 0;
	padding: 30px 0 30px;
}
.error_title_big {
	font-size: 200px;
	font-weight: bold;
	line-height: 65px;
	margin: 0;
	padding: 30px 0 30px;
}

.error-search-box {
	width: 100%;
	padding: 0px;
	margin: 0;
	float:left
}
.error-search-box .email_input {
	width: 78%;
	color:#727272;
	height: 50px;
	padding:0 0 0 10px;
	border:1px solid #e4e4e4;
}
.error-search-box .input_submit {
	width: 20%;
	color:#fff;
	height: 50px;
	transition: all 0.3s ease-out 0s;
	border:1px solid #ccc;
	background-color:#ccc;
}
.error-search-box .input_submit:hover {
	border:1px solid #242424;
	background-color:#242424;
}

.error-title-big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}

/*============ google maps ============ */
.map{
    width: 100%;
    height: 300px;
    border: 1px solid #e4e4e4;
}
.map p{
	margin: 10px;
	color: #333;
}






.callMePanel { top:40%;position: fixed; width:275px; right: -275px; z-index:999999; transition: 0.3s all ease; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease;}
.callMePanel-1{right:0px;}
.callMePanelTop span{font-size:18px;}
.callMePanelBottom {background: none repeat scroll 0 0 #ececec;font-size: 13px;padding: 20px; border:1px solid #CAC7C7; border-right:0px;}
.callMePanelBottom p {margin-bottom: 10px;}
.callMePanelBottom img {vertical-align: middle;}
.mobBox {border: 1px solid #bdbdbd;border-radius: 7px; margin-bottom:5px!important;color: #565656 !important;font-size: 12px;padding: 4px 5px;vertical-align: middle;width: 230px; height:auto !important;}
.mobBoxOne {border: 1px solid #bdbdbd;border-radius: 7px; margin-bottom:5px!important;color: #565656 !important;font-size: 12px;padding: 4px 5px;vertical-align: middle;width: 230px; height:75px !important;}
.mobButt {background:rgb(255, 151, 28) !important;border: 1px solid rgb(255, 151, 28); display:inline-block; border-radius: 7px;color: #fff !important;cursor: pointer;font-size: 12px;padding: 3px 16px!important;text-align: center;}
.mobButt:hover {
   background:#333 !important;border: 1px solid #333;
}
.iconMobPanel {
    background:rgb(255, 151, 28);
    border-radius: 7px 0 0 7px;
    border-right: 1px solid rgb(255, 151, 28);
    color: #fff;
    cursor: pointer;
    left: -37px;
    padding: 8px 10px 6px;
    position: absolute;
    top: 0;
}
.callMePanelBottom .formHead{font-size:18px; line-height:26px; margin-bottom:18px; }
.callMePanelTop {
    background: linear-gradient(to bottom, #af5501 0%, #f17a0a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    padding: 10px;
}
.enqBtn {padding-right:0 !important;}
.enqBtn a{ background:rgb(255, 151, 28); color:#fff !important; border-radius: 7px; padding:5px 10px;}
.enqBtn a:focus{text-decoration: none;}
.enqBtn a:hover{ background:#333;}
.chatBtn a{ background:#6f9f03; color:#fff !important; border-radius: 7px; padding:5px 10px;}
.chatBtn a:hover{ background:#333 !important;}
.chatBtn a:focus{text-decoration: none;}



body {
  background: white !important;
}
.navbar a.active,
.navbar a:hover {
  color: #ff971c !important;
}
.text-color-primary {
  color: #ff971c !important;
}
.bg-color-primary {
  background-color: #ff971c;
}
.bg-color-secondary {
  background-color: #b2c81e;
}
.bg-color-tertiary {
  background-color: #38cef9;
}
.btn.btn-color-primary {
  background-color: #ff971c;
}
.ms-layer.btn.sbut1 {
  color: #ff971c;
}
.ms-layer.offerbadge,
.ms-layer.btn.sbut1:hover {
  color: #fff;
  background-color: #ff971c;
}
.section-primary {
  background-color: #ff971c;
}
.iconlist.primary li i {
  color: #ff971c;
}
.feature-box-1:hover .iconbox-small,
.feature-box-1:hover .iconbox-tiny,
.feature-box-1.active .iconbox-small,
.feature-box-1.active .iconbox-tiny {
  border: 1px solid #ff971c;
  background-color: #ff971c;
}
.feature-box-2 .price-badge,
.feature-box-3 .offerbadge {
  background-color: #ff971c;
}
.slide-controls-primary .owl-theme .owl-controls .owl-page span,
.pricetable-holder1.active,
.team-holder-1 .image-holder .hover-box,
.footer-social-icons li a:hover,
.btn.btn-bgprimary,
.ms-layer.btn.sbut3,
.feature-box-9 .offerbadge {
  background: #ff971c;
}
.tabstyle-1 .responsive-tabs li a:hover,
.tabstyle-1 .responsive-tabs li.active,
.tabstyle-1 .responsive-tabs li.active a,
.feature-box-5:hover .title,
.feature-box-5.active .title {
  color: #ff971c;
}
.section-overlay.bg-primary {
  background: rgba(255, 151, 28, 0.94);
}
.feature-box-5:hover .iconbox-small,
.feature-box-5:hover .iconbox-tiny,
.feature-box-5.active .iconbox-small,
.feature-box-5.active .iconbox-tiny,
.feature-box-7:hover,
.feature-box-7.active {
  border: 1px solid #ff971c;
  background-color: #ff971c;
}
.scrollup {
  background: #ff971c url(file:///D:/project/kamal/upc/html/images/scroll-top-arrow.png) no-repeat 15px 16px;
}
.ms-layer.text4 i {
  color: #ff971c;
}
.pricetable-holder-1.active {
  background-color: #ff971c;
}
.pricetable-holder-2.active {
  background-color: #ff971c;
}
.pricetable-holder-2.active .features-list li:nth-child(even) {
  background-color: #ff971c;
}
.pricetable-active-bg-strip {
  background-color: #ff971c;
}
.feature-box-11:hover .iconbox-smedium,
.feature-box-11.active .iconbox-smedium {
  background-color: #ff971c;
  border: 1px solid #ff971c;
}
.tabstyle-2 .responsive-tabs li a:hover,
.tabstyle-2 .responsive-tabs li.active,
.tabstyle-2 .responsive-tabs li.active a {
  border-right: 1px solid #ff971c;
  background-color: #ff971c;
}
.pricetable-holder-3.active {
  background-color: #ff971c;
}
.pricetable-holder-3.active .features-list li:nth-child(even) {
  background-color: #ff971c;
}
.domain-search-home-2 #search-submit {
  background-color: #ff971c;
}
.feature-box-12:hover .text-box,
.feature-box-12.active .text-box {
  background-color: #ff971c;
  border: 1px solid #ff971c;
}
a.read-more.dark:hover {
  color: #ff971c;
}
.pricetable-holder-4.active {
  background-color: #ff971c;
}
.feature-box-15 .price-badge {
  background-color: #ff971c;
}
.btn.btn-border:hover.primary {
  border-color: #ff971c;
  background-color: #ff971c;
}
.btn.btn-border.primary {
  color: #ff971c;
  border-color: #ff971c;
}
.tabstyle-3 .responsive-tabs li a:hover,
.tabstyle-3 .responsive-tabs li.active,
.tabstyle-3 .responsive-tabs li.active a {
  color: #ff971c;
}
.feature-box-5:hover .iconcircle-small,
.feature-box-5:hover .iconcircle-tiny,
.feature-box-5.active .iconcircle-small,
.feature-box-5.active .iconcircle-tiny {
  border-color: #ff971c;
  background-color: #ff971c;
}
.pricetable-holder-5.active {
  background-color: #ff971c;
}
.pricetable-holder-5.active .features-list li:nth-child(even) {
  background-color: #ff971c;
}
.feature-box-17 .price-badge {
  background-color: #ff971c;
}
nav ul li a.active,
nav ul li a:hover {
  color: #ff971c;
}
#domain-search-holder #searchsubmit {
  background-color: #ff971c;
}
.feature-box-18:hover .text-box,
.feature-box-18.active .text-box {
  border-color: #ff971c;
  background-color: #ff971c;
}
.help-sear-holder #search-btn {
  background-color: #ff971c;
}
.smart-forms .btn-primary.bgprimary {
  background-color: #ff971c;
}
.iconbox-dxlarge.color-primary,
.iconbox-xlarge.color-primary,
.iconbox-large.color-primary,
.iconbox-xmedium.color-primary,
.iconbox-medium.color-primary,
.iconbox-smedium.color-primary,
.iconbox-small.color-primary,
.iconbox-tiny.color-primary,
.iconbox-xtiny.color-primary {
  background-color: #ff971c;
}
.table-style-2 th {
  background: #ff971c;
}
.post-date-box {
  background-color: #ff971c;
}
.blog-holder-1 .image-holder .overlay .icon {
  background-color: #ff971c;
}
.blog-holder-1 .image-holder .overlay .icon:hover {
  color: #ff971c;
}
.blog-pagenation li a:hover,
.blog-pagenation li a.active {
  border: 1px solid #ff971c;
  background-color: #ff971c;
}
.category-links li a:hover,
.category-links li a.active {
  color: #ff971c;
}
.tags-2 li a:hover,
.tags-2 li a.active {
  border: 1px solid #ff971c;
  background-color: #ff971c;
}
.sidebar-posts:hover h6,
.sidebar-posts.active h6 {
  color: #ff971c;
}
.social-icons-1 li a {
  background-color: #ff971c;
}
a.loadmore-but {
  background-color: #ff971c;
}
.cbp-l-filters-button.two .cbp-filter-item.cbp-filter-item-active {
  border-bottom: 2px solid #ff971c;
}
.cbp-l-filters-button.two .cbp-filter-item:hover {
  color: #ff971c;
}
.cbp-l-filters-button.two .cbp-filter-counter:before {
  border-top: 4px solid #ff971c;
}
.cbp-l-filters-button.two .cbp-filter-counter {
  background-color: #ff971c;
}
.cbp-l-filters-button.three .cbp-filter-item.cbp-filter-item-active {
  color: #ff971c;
}
#header-2 {
  border-bottom: 1px solid #ff971c;
}
.error-search-box .input_submit {
  border: 1px solid #ff971c;
  background-color: #ff971c;
}
#header {
  margin: 0 auto;
}
#header,
.site_wrapper,
.wrapper-boxed,
.topbar.white {
  background: white !important;
}




/* ===== Source: custom-ucpl-final-design-fixed.css ===== */

:root{
  --ucpl-navy:#071a33;
  --ucpl-blue:#0d6efd;
  --ucpl-sky:#1E90FF;
  --ucpl-orange:#ff6b00;
  --ucpl-green:#25D366;
  --ucpl-ink:#172033;
  --ucpl-muted:#5b677a;
  --ucpl-soft:#f4f8ff;
  --ucpl-card:#ffffff;
  --ucpl-ring:rgba(13,110,253,.16);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.ucpl-premium-refresh{
  background:linear-gradient(180deg,#f6f9ff 0%,#ffffff 26%,#f7fbff 100%);
  color:var(--ucpl-ink)!important;
  font-family:Poppins,Roboto,Arial,sans-serif!important;
  overflow-x:hidden;
}
body.ucpl-premium-refresh p{
  color:#344256!important;
  font-size:15.8px;
  line-height:1.78;
  text-align:left;
}
body.ucpl-premium-refresh a{color:var(--ucpl-blue);}
body.ucpl-premium-refresh .top-offer-bar{
  background:linear-gradient(90deg,#0f9f5f,#19c173,#ff6b00)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.16);
  border-bottom:0!important;
  letter-spacing:.2px;
}
body.ucpl-premium-refresh .top-offer-bar a{color:#fff!important;text-decoration:none!important;}
body.ucpl-premium-refresh .announcement-bar{
  background:linear-gradient(90deg,#fff7ed,#eff6ff,#f0fdf4);
  border-bottom:1px solid #e7eef8;
  padding:10px 15px!important;
}
body.ucpl-premium-refresh .announcement-bar br:first-child{display:none;}
body.ucpl-premium-refresh .blinking-text{
  animation:none!important;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#0f5fc7!important;
  background:#ffffff;
  border:1px solid #dbeafe;
  border-radius:999px;
  padding:7px 14px;
  box-shadow:0 6px 18px rgba(13,110,253,.09);
}
body.ucpl-premium-refresh #header{
  box-shadow:0 12px 30px rgba(15,23,42,.08)!important;
  border-bottom:1px solid rgba(13,110,253,.09)!important;
}
body.ucpl-premium-refresh #navbar-collapse-grid .navbar-nav>li>a{
  border-radius:999px;
  margin:7px 3px;
  padding:12px 15px!important;
}
body.ucpl-premium-refresh #navbar-collapse-grid .navbar-nav>li>a:hover{
  background:#eff6ff!important;
  transform:translateY(-1px);
}
body.ucpl-premium-refresh .menu-bottom-strip.bg-color-primary{
  height:3px!important;
  min-height:3px!important;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange),var(--ucpl-green))!important;
}
body.ucpl-premium-refresh .sap-hero-section{
  position:relative;
  overflow:hidden;
  padding:88px 0 76px!important;
  margin:0 0 -28px;
  border-radius:0 0 42px 42px!important;
  background:
    radial-gradient(circle at 8% 12%,rgba(30,144,255,.45),transparent 30%),
    radial-gradient(circle at 95% 12%,rgba(255,107,0,.38),transparent 27%),
    linear-gradient(135deg,#06162d 0%,#0b2d55 45%,#0f4c81 100%)!important;
  color:#fff!important;
}
body.ucpl-premium-refresh .sap-hero-section:before,
body.ucpl-premium-refresh .sap-hero-section:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}
body.ucpl-premium-refresh .sap-hero-section:before{
  width:420px;height:420px;right:-140px;top:-130px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
body.ucpl-premium-refresh .sap-hero-section:after{
  width:300px;height:300px;left:-120px;bottom:-120px;
  background:rgba(37,211,102,.16);
}
body.ucpl-premium-refresh .sap-hero-section .container{position:relative;z-index:2;}
body.ucpl-premium-refresh .sap-hero-row{display:flex;align-items:center;flex-wrap:wrap;}
body.ucpl-premium-refresh .sap-content-box{
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
}
body.ucpl-premium-refresh .ucpl-hero-kicker,
body.ucpl-premium-refresh .ucpl-section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.35px;
  text-transform:uppercase;
}
body.ucpl-premium-refresh .hero h1,
body.ucpl-premium-refresh .sap-hero-section h1{
  color:#fff!important;
  display:block;
  font-size:clamp(31px,4.6vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-.9px;
  font-weight:800!important;
  margin:0 0 16px!important;
  max-width:880px;
}
body.ucpl-premium-refresh .sap-hero-section h2,
body.ucpl-premium-refresh .sap-hero-section h3,
body.ucpl-premium-refresh .sap-hero-section p,
body.ucpl-premium-refresh .sap-hero-section li{color:#fff!important;}
body.ucpl-premium-refresh .ucpl-last-reviewed{
  color:#dbeafe!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  margin:6px 0 16px!important;
}
body.ucpl-premium-refresh .featured-snippet,
body.ucpl-premium-refresh .featured-snippet-box{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-left:5px solid var(--ucpl-orange)!important;
  border-radius:18px!important;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
}
body.ucpl-premium-refresh .featured-snippet{padding:16px 18px;margin:18px 0;}
body.ucpl-premium-refresh .featured-snippet p,
body.ucpl-premium-refresh .featured-snippet-box p,
body.ucpl-premium-refresh .featured-snippet-box h2{color:#102033!important;}
body.ucpl-premium-refresh .ucpl-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 2px;
}
body.ucpl-premium-refresh .ucpl-hero-badges span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  font-weight:700;
  font-size:13.5px;
}
body.ucpl-premium-refresh .sap-points{
  list-style:none!important;
  padding-left:0!important;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
  margin:18px 0;
}
body.ucpl-premium-refresh .sap-points li{
  background:#fff;
  border:1px solid #e6eef9;
  border-left:4px solid var(--ucpl-blue);
  border-radius:14px;
  padding:13px 15px;
  color:#223047!important;
  font-weight:700;
  box-shadow:0 9px 22px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .sap-hero-section .sap-points li{
  background:rgba(255,255,255,.12);
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
  border-left:4px solid #ffb15f;
}
body.ucpl-premium-refresh .sap-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff!important;
  border:0!important;
  border-radius:999px!important;
  padding:14px 23px!important;
  margin:12px 8px 0 0!important;
  background:linear-gradient(135deg,#ff7a18,#ff2d00)!important;
  box-shadow:0 16px 34px rgba(255,107,0,.30)!important;
  font-weight:800!important;
  text-decoration:none!important;
  transform:translateZ(0);
}
body.ucpl-premium-refresh .sap-btn:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 20px 42px rgba(255,107,0,.42)!important;
  color:#fff!important;
}
body.ucpl-premium-refresh .sap-side-card{
  position:relative;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:28px!important;
  padding:28px!important;
  box-shadow:0 28px 75px rgba(0,0,0,.24)!important;
}
body.ucpl-premium-refresh .sap-side-card:before{
  content:"Limited seats for live batches";
  display:inline-flex;
  margin-bottom:14px;
  border-radius:999px;
  padding:7px 12px;
  background:#fff7ed;
  color:#c2410c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.25px;
  text-transform:uppercase;
}
body.ucpl-premium-refresh .sap-side-card h3{
  display:block;
  color:#071a33!important;
  font-weight:800!important;
  font-size:25px!important;
  margin-bottom:16px!important;
}
body.ucpl-premium-refresh .sap-badge{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  border:1px solid #e8eef8;
  border-left:4px solid var(--ucpl-blue)!important;
  border-radius:16px!important;
  padding:12px 14px!important;
  margin:10px 0!important;
  color:#24324a!important;
  font-weight:700!important;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .sap-badge:hover,
body.ucpl-premium-refresh .ucpl-authority-card:hover,
body.ucpl-premium-refresh .ucpl-syllabus-card:hover,
body.ucpl-premium-refresh .ucpl-s4-card:hover,
body.ucpl-premium-refresh .ucpl-roadmap-step:hover,
body.ucpl-premium-refresh .ucpl-proof-card:hover,
body.ucpl-premium-refresh .ucpl-competitor-card:hover,
body.ucpl-premium-refresh .ucpl-media-card:hover,
body.ucpl-premium-refresh .ucpl-deliverable:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 44px rgba(15,23,42,.13)!important;
}
body.ucpl-premium-refresh .ucpl-side-contact{
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,#071a33,#0d6efd);
  color:#fff;
  text-align:center;
}
body.ucpl-premium-refresh .ucpl-side-contact strong{display:block;font-size:19px;margin-bottom:8px;color:#fff;}
body.ucpl-premium-refresh .ucpl-side-contact a{color:#fff!important;text-decoration:underline;font-weight:800;}
body.ucpl-premium-refresh .container-fluid.bg-light{
  position:relative;
  z-index:3;
  background:transparent!important;
  padding:0 0 16px!important;
  margin-top:-26px;
}
body.ucpl-premium-refresh .container-fluid.bg-light .bg-white{
  border:1px solid #e7eef9;
  border-radius:24px!important;
  min-height:170px;
  padding:24px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.10)!important;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .container-fluid.bg-light .bg-white:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(15,23,42,.14)!important;}
body.ucpl-premium-refresh .ucpl-stat-number{
  color:var(--ucpl-blue)!important;
  font-size:26px;
  line-height:1.1;
  font-weight:900!important;
  letter-spacing:-.4px;
}
body.ucpl-premium-refresh .quick-links{
  position:sticky!important;
  top:49px!important;
  z-index:950!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(12px);
  border:1px solid #e7eef8!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:0 13px 32px rgba(15,23,42,.08);
  padding:12px 10px!important;
}
body.ucpl-premium-refresh .quick-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  background:#f1f6ff;
  color:#0b56c5!important;
  border:1px solid #dbeafe;
  margin:5px!important;
  font-size:13px;
  text-decoration:none!important;
}
body.ucpl-premium-refresh .quick-links a:hover{background:#0d6efd;color:#fff!important;transform:translateY(-2px);}
body.ucpl-premium-refresh .ucpl-engagement-strip{background:transparent!important;padding:48px 0 0;}
body.ucpl-premium-refresh .ucpl-engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;}
body.ucpl-premium-refresh .ucpl-engagement-card{
  background:#fff;
  border:1px solid #e7eef9;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 38px rgba(15,23,42,.08);
  min-height:150px;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .ucpl-engagement-card:hover{transform:translateY(-7px);box-shadow:0 22px 52px rgba(15,23,42,.13);}
body.ucpl-premium-refresh .ucpl-engagement-icon{font-size:30px;display:block;margin-bottom:10px;}
body.ucpl-premium-refresh .ucpl-engagement-card strong{display:block;color:#071a33;font-size:18px;margin-bottom:8px;}
body.ucpl-premium-refresh .ucpl-engagement-card span{color:#5b677a;font-size:14px;line-height:1.6;}
body.ucpl-premium-refresh section.sec-padding{padding:42px 0!important;}
body.ucpl-premium-refresh section.sec-padding>.container{
  background:rgba(255,255,255,.96);
  border:1px solid #e9eef7;
  border-radius:28px;
  padding:34px 34px;
  box-shadow:0 16px 45px rgba(15,23,42,.07);
}
body.ucpl-premium-refresh section.sec-padding:nth-of-type(odd)>.container{background:linear-gradient(180deg,#ffffff,#f8fbff);}
body.ucpl-premium-refresh section.sec-padding h2,
body.ucpl-premium-refresh section.sec-padding h3,
body.ucpl-premium-refresh .sap-content-box>h2{
  display:block!important;
  color:#071a33!important;
  font-weight:850!important;
  line-height:1.22!important;
  letter-spacing:-.25px;
}
body.ucpl-premium-refresh section.sec-padding h2{
  font-size:clamp(25px,2.7vw,36px)!important;
  margin-bottom:15px!important;
  padding-bottom:14px!important;
}
body.ucpl-premium-refresh section.sec-padding h2:after,
body.ucpl-premium-refresh .sap-content-box>h2:after{
  content:"";
  display:block;
  width:76px;
  height:4px;
  border-radius:999px;
  margin-top:12px;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange));
}
body.ucpl-premium-refresh section.sec-padding h3{font-size:22px!important;margin-top:18px!important;}
body.ucpl-premium-refresh .table-responsive{border-radius:18px;overflow:hidden;border:1px solid #e7eef8;box-shadow:0 12px 30px rgba(15,23,42,.06);background:#fff;}
body.ucpl-premium-refresh table.table{margin-bottom:0!important;background:#fff;border-collapse:separate!important;border-spacing:0;}
body.ucpl-premium-refresh table.table th{
  background:linear-gradient(135deg,#0d6efd,#0a4a9f)!important;
  color:#fff!important;
  font-weight:800!important;
  border:0!important;
  padding:15px!important;
}
body.ucpl-premium-refresh table.table td{
  color:#334155!important;
  border-color:#edf2f7!important;
  padding:14px 15px!important;
  vertical-align:middle!important;
}
body.ucpl-premium-refresh table.table tbody tr:hover td{background:#f7fbff!important;}
body.ucpl-premium-refresh .ucpl-proof-grid,
body.ucpl-premium-refresh .ucpl-authority-grid,
body.ucpl-premium-refresh .ucpl-media-grid,
body.ucpl-premium-refresh .ucpl-syllabus-grid,
body.ucpl-premium-refresh .ucpl-competitor-grid,
body.ucpl-premium-refresh .ucpl-deliverables,
body.ucpl-premium-refresh .ucpl-company-grid,
body.ucpl-premium-refresh .ucpl-alumni-grid{
  gap:18px!important;
}
body.ucpl-premium-refresh .ucpl-proof-card,
body.ucpl-premium-refresh .ucpl-authority-card,
body.ucpl-premium-refresh .ucpl-media-card,
body.ucpl-premium-refresh .ucpl-syllabus-card,
body.ucpl-premium-refresh .ucpl-competitor-card,
body.ucpl-premium-refresh .ucpl-s4-card,
body.ucpl-premium-refresh .ucpl-deliverable,
body.ucpl-premium-refresh .ucpl-city-card,
body.ucpl-premium-refresh .ucpl-fee-card{
  border-radius:22px!important;
  border:1px solid #e7eef9!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.07)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
body.ucpl-premium-refresh .ucpl-authority-card,
body.ucpl-premium-refresh .ucpl-syllabus-card,
body.ucpl-premium-refresh .ucpl-fee-card{border-top:0!important;border-left:4px solid var(--ucpl-blue)!important;}
body.ucpl-premium-refresh .ucpl-instructor-name{color:#0d6efd!important;}
body.ucpl-premium-refresh .ucpl-roadmap{gap:16px!important;counter-reset:roadstep;}
body.ucpl-premium-refresh .ucpl-roadmap-step{
  border-radius:22px!important;
  border:1px solid #e7eef9!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  padding:22px 18px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.07)!important;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.ucpl-premium-refresh .ucpl-roadmap-step strong{color:#071a33!important;font-size:16px;}
body.ucpl-premium-refresh .ucpl-roadmap-step span{color:#526173!important;line-height:1.55;}
body.ucpl-premium-refresh .ucpl-mini-badge,
body.ucpl-premium-refresh .ucpl-resource-links a,
body.ucpl-premium-refresh .ucpl-pill-list span,
body.ucpl-premium-refresh .ucpl-pill-list a,
body.ucpl-premium-refresh .ucpl-area-badges a{
  border-radius:999px!important;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(13,110,253,.09);
}
body.ucpl-premium-refresh .ucpl-resource-links a{background:linear-gradient(135deg,#0d6efd,#0b4db1)!important;color:#fff!important;}
body.ucpl-premium-refresh .ucpl-mini-badge{background:#eff6ff!important;border:1px solid #dbeafe;color:#0b56c5!important;}
body.ucpl-premium-refresh .ucpl-trust-box,
body.ucpl-premium-refresh .ucpl-clean-note,
body.ucpl-premium-refresh .ucpl-safe-alert,
body.ucpl-premium-refresh .ucpl-review-policy,
body.ucpl-premium-refresh .ucpl-cta-panel,
body.ucpl-premium-refresh .ucpl-master-signal{
  border-radius:22px!important;
  border:1px solid #fde3c0!important;
  background:linear-gradient(135deg,#fff7ed,#eff6ff)!important;
  box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
}
body.ucpl-premium-refresh .ucpl-review-box{
  background:#fff!important;
  border:1px solid #e7eef9!important;
  border-left:4px solid var(--ucpl-orange)!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
body.ucpl-premium-refresh .ucpl-local-proof{
  background:
    radial-gradient(circle at 90% 15%,rgba(255,107,0,.28),transparent 26%),
    linear-gradient(135deg,#071a33,#0d3670)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:24px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.14)!important;
}
body.ucpl-premium-refresh .ucpl-local-proof h3,
body.ucpl-premium-refresh .ucpl-local-proof p{color:#fff!important;}
body.ucpl-premium-refresh #faq~h3{
  background:#f8fbff;
  border:1px solid #e7eef9;
  border-radius:16px 16px 0 0;
  padding:14px 16px!important;
  margin:16px 0 0!important;
  color:#071a33!important;
}
body.ucpl-premium-refresh #faq~h3+p{
  background:#fff;
  border:1px solid #e7eef9;
  border-top:0;
  border-radius:0 0 16px 16px;
  padding:15px 16px;
  margin:0!important;
}
body.ucpl-premium-refresh .section.section-primary{
  background:linear-gradient(135deg,#071a33,#0d6efd)!important;
  margin-top:44px;
}
body.ucpl-premium-refresh .section.section-primary .btn{
  border-radius:999px!important;
  padding:13px 22px!important;
  box-shadow:0 14px 32px rgba(255,255,255,.12);
}
body.ucpl-premium-refresh .bottom-bar{
  box-shadow:0 -12px 30px rgba(15,23,42,.20);
  z-index:9999!important;
}
body.ucpl-premium-refresh .bottom-bar a{
  color:#fff!important;
  text-decoration:none!important;
  letter-spacing:.2px;
}
body.ucpl-premium-refresh .ucpl-chatbot-btn{box-shadow:0 12px 32px rgba(37,211,102,.35)!important;}
body.ucpl-premium-refresh .ucpl-chatbot{border:1px solid rgba(13,110,253,.14);box-shadow:0 24px 64px rgba(15,23,42,.28)!important;}
body.ucpl-premium-refresh .ucpl-chatbot-header{background:linear-gradient(135deg,#071a33,#0d6efd)!important;}
body.ucpl-premium-refresh .course-btn{border:1px solid #e7eef9!important;background:#f8fbff!important;}
body.ucpl-premium-refresh .course-btn:hover{background:#0d6efd!important;color:#fff!important;}
body.ucpl-premium-refresh .scrollup{
  background:linear-gradient(135deg,#071a33,#0d6efd)!important;
  box-shadow:0 12px 30px rgba(13,110,253,.25);
}
@media (max-width:991px){
  body.ucpl-premium-refresh .sap-hero-row{display:block;}
  body.ucpl-premium-refresh .sap-content-box{padding:25px;margin-bottom:22px;}
  body.ucpl-premium-refresh .sap-side-card{padding:23px!important;}
  body.ucpl-premium-refresh .quick-links{top:48px!important;overflow-x:auto;white-space:nowrap;}
}
@media (max-width:767px){
  body.ucpl-premium-refresh{padding-top:48px!important;}
  body.ucpl-premium-refresh .top-offer-bar{font-size:13px;padding:8px 6px!important;}
  body.ucpl-premium-refresh .sap-hero-section{padding:54px 0 52px!important;border-radius:0 0 26px 26px!important;}
  body.ucpl-premium-refresh .sap-content-box{padding:21px;border-radius:22px;}
  body.ucpl-premium-refresh section.sec-padding{padding:24px 0!important;}
  body.ucpl-premium-refresh section.sec-padding>.container{padding:24px 18px;border-radius:22px;}
  body.ucpl-premium-refresh .sap-btn{width:100%;margin-right:0!important;}
  body.ucpl-premium-refresh .ucpl-stat-number{font-size:23px;}
  body.ucpl-premium-refresh .ucpl-chatbot-btn{right:15px;bottom:86px;width:58px;height:58px;}
  body.ucpl-premium-refresh .ucpl-chatbot{right:12px;bottom:150px;width:calc(100% - 24px);}
  body.ucpl-premium-refresh .bottom-bar a{padding:12px 8px!important;font-size:14px;}
}
@media (prefers-reduced-motion:reduce){
  body.ucpl-premium-refresh *,body.ucpl-premium-refresh *:before,body.ucpl-premium-refresh *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}
html {
  scroll-behavior: smooth;
}
.ucpl-modules-section {
  background:
    radial-gradient(circle at top left, rgba(219,89,69,.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(30,144,255,.16), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 52%, #fff7ed 100%);
  position: relative;
  overflow: hidden;
}
.ucpl-modules-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.ucpl-modules-section .container {
  position: relative;
  z-index: 1;
}
.ucpl-modules-header {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}
.ucpl-section-kicker {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 12px;
}
.ucpl-modules-header h2 {
  display: block;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
  margin-bottom: 14px;
}
.ucpl-modules-header p {
  color: #334155 !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
}
.ucpl-module-quick-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.ucpl-module-quick-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #db5945);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(219,89,69,.24);
}
.ucpl-module-quick-cta a:nth-child(2) {
  background: linear-gradient(135deg, #1E90FF, #0f172a);
  box-shadow: 0 12px 26px rgba(30,144,255,.22);
}
.ucpl-module-quick-cta a:nth-child(3) {
  background: #ffffff;
  color: #0f172a !important;
  border: 1px solid #dbeafe;
}
.ucpl-module-info-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.ucpl-module-info-strip div {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}
.ucpl-module-info-strip strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  margin-bottom: 7px;
}
.ucpl-module-info-strip span {
  display: block;
  color: #db5945;
  font-weight: 800;
  font-size: 18px;
}
.ucpl-module-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.ucpl-module-support-grid div {
  background: rgba(255,255,255,.86);
  border: 1px solid #e5e7eb;
  border-left: 5px solid #1E90FF;
  border-radius: 16px;
  padding: 19px;
  box-shadow: 0 8px 22px rgba(15,23,42,.07);
}
.ucpl-module-support-grid strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  margin-bottom: 8px;
}
.ucpl-module-support-grid p {
  margin: 0;
  color: #475569 !important;
  text-align: left;
}
.ucpl-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ucpl-module-card {
  background: #ffffff;
  border: 1px solid rgba(148,163,184,.35);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ucpl-module-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 46px rgba(15,23,42,.16);
  border-color: rgba(30,144,255,.55);
}
.ucpl-module-top {
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  min-height: 212px;
}
.ucpl-module-label {
  display: inline-block;
  background: rgba(255,255,255,.13);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.ucpl-module-top h3 {
  display: block;
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 10px;
}
.ucpl-module-top p {
  color: #e2e8f0 !important;
  text-align: left;
  margin: 0;
  line-height: 1.62;
}
.ucpl-module-meta {
  padding: 20px 22px 0;
  flex: 1;
}
.ucpl-module-meta p {
  color: #334155 !important;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
}
.ucpl-module-meta strong {
  color: #0f172a;
}
.ucpl-module-meta a {
  color: #db5945 !important;
  font-weight: 800;
  text-decoration: underline;
}
.ucpl-module-meta ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px;
}
.ucpl-module-meta li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  color: #475569;
  line-height: 1.45;
}
.ucpl-module-meta li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}
.ucpl-module-actions {
  display: flex;
  gap: 10px;
  padding: 18px 22px 22px;
  margin-top: auto;
}
.ucpl-module-btn {
  flex: 1;
  text-align: center;
  padding: 11px 12px;
  border-radius: 12px;
  background: #eef6ff;
  color: #1E90FF !important;
  font-weight: 800;
  border: 1px solid #dbeafe;
}
.ucpl-module-btn.primary {
  background: linear-gradient(135deg, #ff6a00, #db5945);
  color: #ffffff !important;
  border-color: transparent;
}
.ucpl-module-bottom-note {
  margin-top: 28px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7ed, #eff6ff);
  border: 1px solid #fde3c0;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.ucpl-module-bottom-note h3 {
  display: block;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 10px;
}
.ucpl-module-bottom-note p {
  max-width: 850px;
  margin: 0 auto 14px;
  color: #334155 !important;
  text-align: center;
}
.quick-links a[href="#sap-modules"] {
  color: #db5945 !important;
}
@media (max-width: 1199px) {
  .ucpl-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ucpl-module-info-strip,
  .ucpl-module-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ucpl-modules-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .ucpl-module-grid,
  .ucpl-module-info-strip,
  .ucpl-module-support-grid {
    grid-template-columns: 1fr;
  }
  .ucpl-module-top {
    min-height: auto;
  }
  .ucpl-module-actions,
  .ucpl-module-quick-cta {
    flex-direction: column;
  }
  .ucpl-module-quick-cta a,
  .ucpl-module-btn {
    width: 100%;
  }
}

:root{
  --ucpl-navy:#0b1220;
  --ucpl-blue:#1E90FF;
  --ucpl-orange:#ff6a00;
  --ucpl-red:#db5945;
  --ucpl-soft:#f8fafc;
}
.ucpl-nav-highlight > a{
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(30,144,255,.12),rgba(219,89,69,.12))!important;
}
.ucpl-premium-quick-nav{
  position:sticky;
  top:48px;
  z-index:30;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  padding:14px 12px!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(14px);
  border-top:1px solid rgba(226,232,240,.9);
  border-bottom:1px solid rgba(226,232,240,.9);
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.ucpl-premium-quick-nav a{
  margin:0!important;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#0f172a!important;
  font-weight:800!important;
}
.ucpl-premium-quick-nav a:first-child{
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  color:#fff!important;
  border-color:transparent;
}
.ucpl-modules-section{
  background:
    radial-gradient(circle at 6% 4%, rgba(255,106,0,.22), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(30,144,255,.24), transparent 30%),
    linear-gradient(180deg,#07111f 0,#0f172a 13%,#f8fafc 13%,#ffffff 62%,#fff7ed 100%);
  padding-top:76px!important;
}
.ucpl-modules-section::after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;height:280px;
  background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,0));
  pointer-events:none;
}
.ucpl-modules-header{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  padding:38px 28px 30px;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  margin-bottom:24px;
}
.ucpl-section-kicker{
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  box-shadow:0 14px 32px rgba(219,89,69,.35);
}
.ucpl-modules-header h2{
  color:#ffffff!important;
  text-shadow:0 6px 24px rgba(0,0,0,.35);
  letter-spacing:-.8px;
}
.ucpl-modules-header p{
  color:#e2e8f0!important;
  max-width:900px;
}
.ucpl-module-quick-cta a:hover,
.ucpl-module-btn:hover,
.ucpl-popular-grid a:hover,
.ucpl-module-category-bar a:hover{
  transform:translateY(-3px);
  text-decoration:none!important;
}
.ucpl-module-category-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:20px auto 0;
}
.ucpl-module-category-bar a{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  color:#fff!important;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  font-weight:800;
  transition:.25s ease;
}
.ucpl-module-finder-panel{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) 1.4fr;
  gap:20px;
  align-items:stretch;
  background:#ffffff;
  border-radius:28px;
  padding:22px;
  margin:34px 0 24px;
  box-shadow:0 22px 54px rgba(15,23,42,.14);
  border:1px solid rgba(226,232,240,.95);
  overflow:hidden;
  position:relative;
}
.ucpl-module-finder-panel::before{
  content:"";
  position:absolute;
  inset:auto -80px -130px auto;
  width:260px;height:260px;
  border-radius:999px;
  background:rgba(30,144,255,.12);
}
.ucpl-finder-copy{
  border-radius:22px;
  padding:24px;
  background:linear-gradient(135deg,#0f172a,#1e3a8a);
  color:#fff;
  position:relative;
  z-index:1;
}
.ucpl-finder-copy span,
.ucpl-popular-title span,
.ucpl-experience-title span{
  display:inline-block;
  color:#fed7aa;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-size:12px;
  margin-bottom:8px;
}
.ucpl-finder-copy h3,
.ucpl-experience-title h3,
.ucpl-popular-title h3{
  display:block;
  font-weight:900;
  line-height:1.18;
  margin:0 0 10px;
}
.ucpl-finder-copy h3{color:#fff!important;font-size:28px;}
.ucpl-finder-copy p{color:#e2e8f0!important;text-align:left;margin:0;}
.ucpl-finder-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  position:relative;
  z-index:1;
}
.ucpl-finder-grid div{
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border:1px solid #e2e8f0;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.ucpl-finder-grid strong{
  display:block;
  color:#0f172a;
  font-size:16px;
  margin-bottom:8px;
}
.ucpl-finder-grid em{
  display:block;
  color:#db5945;
  font-style:normal;
  font-weight:800;
  line-height:1.45;
}
.ucpl-module-info-strip div{
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.ucpl-module-info-strip div::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg,var(--ucpl-blue),var(--ucpl-orange));
}
.ucpl-module-info-strip div:hover,
.ucpl-module-support-grid div:hover{
  transform:translateY(-5px);
}
.ucpl-popular-modules{
  display:grid;
  grid-template-columns:.55fr 1.45fr;
  gap:18px;
  align-items:center;
  margin:4px 0 28px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,#fff7ed,#eff6ff);
  border:1px solid #fde3c0;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}
.ucpl-popular-title h3{color:#0f172a!important;font-size:25px;}
.ucpl-popular-title span{color:#db5945;}
.ucpl-popular-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.ucpl-popular-grid a{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:16px 12px;
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 10px 24px rgba(15,23,42,.07);
  transition:.25s ease;
}
.ucpl-popular-grid strong{color:#0f172a;font-size:18px;}
.ucpl-popular-grid small{color:#64748b;font-weight:700;line-height:1.35;margin-top:5px;}
.ucpl-module-grid{counter-reset:moduleCard;}
.ucpl-module-card-impressive{position:relative;isolation:isolate;}
.ucpl-module-card-impressive::before{
  counter-increment:moduleCard;
  content:"0" counter(moduleCard);
  position:absolute;
  top:14px;right:14px;
  z-index:3;
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.18);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  font-weight:900;
  font-size:13px;
}
.ucpl-module-card-impressive:nth-child(n+10)::before{content:counter(moduleCard);}
.ucpl-module-card-impressive::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,106,0,.72),rgba(30,144,255,.68),rgba(219,89,69,.58));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  transition:.25s ease;
  pointer-events:none;
}
.ucpl-module-card-impressive:hover::after{opacity:1;}
.ucpl-module-card-impressive .ucpl-module-top{
  position:relative;
  background:linear-gradient(135deg,#0f172a,#1d4ed8);
}
.ucpl-module-card-impressive .ucpl-module-top::after{
  content:"";
  position:absolute;
  inset:auto -30px -52px auto;
  width:150px;height:150px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
}
.ucpl-module-card-impressive.finance .ucpl-module-top{background:linear-gradient(135deg,#7c2d12,#db5945);}
.ucpl-module-card-impressive.logistics .ucpl-module-top{background:linear-gradient(135deg,#064e3b,#059669);}
.ucpl-module-card-impressive.technical .ucpl-module-top{background:linear-gradient(135deg,#172554,#2563eb);}
.ucpl-module-card-impressive.hr .ucpl-module-top{background:linear-gradient(135deg,#581c87,#a855f7);}
.ucpl-module-card-impressive.engineering .ucpl-module-top{background:linear-gradient(135deg,#3f3f46,#f97316);}
.ucpl-module-card-impressive.quality .ucpl-module-top{background:linear-gradient(135deg,#164e63,#06b6d4);}
.ucpl-module-card-impressive.modern .ucpl-module-top{background:linear-gradient(135deg,#0f172a,#db5945);}
.ucpl-module-card-impressive.cloud .ucpl-module-top{background:linear-gradient(135deg,#1e1b4b,#6366f1);}
.ucpl-module-card-impressive.analytics .ucpl-module-top{background:linear-gradient(135deg,#312e81,#1E90FF);}
.ucpl-module-meta{background:linear-gradient(180deg,#fff,#ffffff 64%,#fbfdff);}
.ucpl-module-meta p:nth-of-type(2),
.ucpl-module-meta p:nth-of-type(4){
  padding:11px 12px;
  background:#fff7ed;
  border-radius:12px;
  border:1px solid #fed7aa;
}
.ucpl-module-meta p:nth-of-type(4){
  background:#eff6ff;
  border-color:#bfdbfe;
}
.ucpl-module-actions a{transition:.25s ease;}
.ucpl-module-experience-panel{
  margin:34px 0 22px;
  padding:28px;
  border-radius:28px;
  background:#0f172a;
  box-shadow:0 26px 60px rgba(15,23,42,.20);
  position:relative;
  overflow:hidden;
}
.ucpl-module-experience-panel::before{
  content:"";
  position:absolute;
  top:-80px;right:-80px;
  width:240px;height:240px;
  border-radius:999px;
  background:rgba(30,144,255,.20);
}
.ucpl-experience-title{position:relative;z-index:1;text-align:center;max-width:780px;margin:0 auto 22px;}
.ucpl-experience-title h3{color:#fff!important;font-size:30px;}
.ucpl-experience-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  position:relative;
  z-index:1;
}
.ucpl-experience-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  padding:20px;
}
.ucpl-experience-grid b{
  display:inline-flex;
  width:42px;height:42px;
  align-items:center;justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--ucpl-orange),var(--ucpl-red));
  color:#fff;
  margin-bottom:12px;
}
.ucpl-experience-grid strong{display:block;color:#fff;font-size:18px;margin-bottom:8px;}
.ucpl-experience-grid p{color:#cbd5e1!important;text-align:left;margin:0;}
.ucpl-module-decision-table{
  background:#fff;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 18px 44px rgba(15,23,42,.11);
  border:1px solid #e2e8f0;
}
.ucpl-module-decision-table h3{
  display:block;
  color:#0f172a!important;
  font-weight:900;
  margin-bottom:15px;
}
.ucpl-module-decision-table table{margin-bottom:0;}
.ucpl-module-decision-table thead th{
  background:#0f172a!important;
  color:#fff!important;
  border-color:#0f172a!important;
}
.ucpl-module-decision-table td:nth-child(2){font-weight:800;color:#db5945;}
.ucpl-module-bottom-note{
  background:linear-gradient(135deg,#ffedd5,#dbeafe,#ffffff);
  position:relative;
  overflow:hidden;
}
.ucpl-module-bottom-note::before{
  content:"Free Counselling";
  position:absolute;
  top:18px;right:-40px;
  transform:rotate(35deg);
  padding:8px 54px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
  font-size:12px;
  letter-spacing:.3px;
}
@media (max-width:1199px){
  .ucpl-popular-modules{grid-template-columns:1fr;}
  .ucpl-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ucpl-finder-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ucpl-module-finder-panel{grid-template-columns:1fr;}
  .ucpl-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
  .ucpl-premium-quick-nav{position:relative;top:auto;}
  .ucpl-modules-section{padding-top:46px!important;background:linear-gradient(180deg,#0f172a 0,#0f172a 8%,#f8fafc 8%,#fff 68%,#fff7ed 100%);}
  .ucpl-modules-header{padding:28px 16px;border-radius:22px;}
  .ucpl-module-finder-panel,.ucpl-popular-modules,.ucpl-module-experience-panel,.ucpl-module-decision-table{padding:18px;border-radius:20px;}
  .ucpl-finder-grid,.ucpl-popular-grid,.ucpl-experience-grid{grid-template-columns:1fr;}
  .ucpl-module-bottom-note::before{display:none;}
}
body { margin:0; font-family:Poppins, sans-serif; }
.sec-padding { padding: 60px 0; }
.small-section {
  position: relative;
  background: url('images/sliders/b5.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.small-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.small-section .container {
  position: relative;
  z-index: 2;
}
.table tbody tr:hover{
    background:#f8f9fa;
    transition:0.3s;
}
.ucpl-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:22px}.ucpl-proof-card{background:#fff;border-radius:10px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-proof-card h3{margin-top:0;color:#1E90FF}.ucpl-trust-strip{background:#fff8ed;border-left:5px solid #db5945;padding:18px;border-radius:8px;margin:20px 0}.ucpl-mini-badge{display:inline-block;background:#eef6ff;color:#1E90FF;padding:7px 12px;border-radius:30px;margin:4px;font-weight:600}.ucpl-resource-links a{display:inline-block;margin:6px 8px;padding:10px 14px;background:#1E90FF;color:#fff;border-radius:6px;font-weight:600}.ucpl-resource-links a:hover{color:#fff;text-decoration:none}.ucpl-video-box{background:#111;color:#fff;border-radius:12px;padding:30px;text-align:center}.ucpl-video-box h3{color:#fff}.ucpl-note{font-size:14px;color:#555}
.ucpl-roadmap{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;align-items:stretch}.ucpl-roadmap-step{flex:1 1 160px;background:#fff;border:1px solid #e9eef7;border-radius:12px;padding:18px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.06);position:relative}.ucpl-roadmap-step strong{display:block;color:#1E90FF;margin-bottom:6px}.ucpl-roadmap-step span{font-size:14px;color:#444}.ucpl-deliverables{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.ucpl-deliverable{background:#fff;border-radius:10px;padding:16px;border-left:4px solid #1E90FF;box-shadow:0 4px 14px rgba(0,0,0,.06);font-weight:600}.ucpl-safe-alert{background:#f7fbff;border:1px solid #dbeafe;border-radius:10px;padding:16px;margin:18px 0;color:#334155}.ucpl-comparison-table td:first-child{font-weight:600}.ucpl-s4-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-s4-card h3{color:#1E90FF;margin-top:0}.ucpl-final-cta{background:linear-gradient(135deg,#0f172a,#1E90FF);color:#fff;border-radius:16px;padding:30px;text-align:center;margin-top:25px}.ucpl-final-cta h2,.ucpl-final-cta p{color:#fff}.ucpl-final-cta .sap-btn{background:#fff!important;color:#1E90FF!important;margin:6px}.ucpl-matrix-note{font-size:14px;color:#555;margin-top:8px}
.ucpl-master-signal{background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fde3c0;border-radius:16px;padding:28px;box-shadow:0 6px 22px rgba(0,0,0,.07);margin:25px 0}.ucpl-master-signal h2{margin-top:0;color:#0f172a}.ucpl-city-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:20px}.ucpl-city-card{background:#fff;border-radius:12px;padding:18px;border-left:4px solid #db5945;box-shadow:0 4px 14px rgba(0,0,0,.06)}.ucpl-city-card h3{margin-top:0;color:#1E90FF}.ucpl-intent-table td:first-child{font-weight:700;color:#0f172a}.ucpl-master-link-box{background:#0f172a;color:#fff;border-radius:14px;padding:22px;margin-top:22px}.ucpl-master-link-box h3,.ucpl-master-link-box p{color:#fff}.ucpl-master-link-box a{color:#fff;text-decoration:underline;font-weight:700}.ucpl-area-badges a{display:inline-block;margin:5px 6px;padding:8px 12px;background:#eef6ff;border-radius:30px;font-weight:600}.ucpl-area-badges a:first-child{background:#db5945;color:#fff}
.ucpl-authority-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:22px}.ucpl-authority-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-top:4px solid #1E90FF;height:100%}.ucpl-authority-card h3{margin-top:0;color:#0f172a}.ucpl-pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ucpl-pill-list span,.ucpl-pill-list a{display:inline-block;background:#eef6ff;color:#1E90FF;border-radius:30px;padding:9px 14px;font-weight:600}.ucpl-trust-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:24px;margin-top:18px}.ucpl-review-box{background:#f8fafc;border-left:5px solid #db5945;border-radius:10px;padding:18px;margin-top:16px}.ucpl-salary-note{font-size:13px;color:#555;margin-top:8px}.ucpl-trust-table th{background:#eaf4ff!important}.ucpl-company-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}.ucpl-company-grid span{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;text-align:center;font-weight:600;box-shadow:0 3px 10px rgba(0,0,0,.04)}.ucpl-last-reviewed{font-size:14px;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;display:inline-block;margin:12px 0}
.ucpl-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:22px}.ucpl-media-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-left:4px solid #db5945}.ucpl-media-card img{width:100%;height:auto;border-radius:10px;margin-bottom:12px}.ucpl-proof-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.ucpl-proof-strip span{background:#0f172a;color:#fff;border-radius:30px;padding:10px 15px;font-weight:600}.ucpl-alumni-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}.ucpl-alumni-grid span{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:13px;text-align:center;font-weight:700;box-shadow:0 3px 10px rgba(0,0,0,.04)}.ucpl-cta-panel{background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fde3c0;border-radius:16px;padding:26px;margin-top:25px;box-shadow:0 6px 22px rgba(0,0,0,.07)}.ucpl-review-policy{background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;padding:20px;margin-top:18px}.ucpl-checklist{columns:2;column-gap:30px}.ucpl-checklist li{break-inside:avoid;margin-bottom:8px}@media(max-width:767px){.ucpl-checklist{columns:1}}
.sec-padding > .container:empty, .pagenation-holder:empty { display:none !important; padding:0 !important; margin:0 !important; }
.sec-padding { clear:both; width:100%; }
@media (min-width: 768px){ body { padding-bottom: 60px; } }
.ucpl-competitor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:22px}.ucpl-competitor-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);border-top:4px solid #db5945;height:100%}.ucpl-competitor-card h3{margin-top:0;color:#0f172a}.ucpl-proof-meter{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.ucpl-proof-meter div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;font-weight:600}.ucpl-syllabus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:22px}.ucpl-syllabus-card{background:#fff;border-radius:12px;padding:20px;border-left:4px solid #1E90FF;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%}.ucpl-syllabus-card h3{margin-top:0;color:#1E90FF}.ucpl-syllabus-card ul{padding-left:18px;margin-bottom:0}.ucpl-instructor-name{color:#db5945;font-weight:700}.ucpl-fee-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.08);height:100%;border-top:4px solid #1E90FF}.ucpl-local-proof{background:#0f172a;color:#fff!important;border-radius:14px;padding:24px;margin-top:22px}.ucpl-local-proof h3,.ucpl-local-proof p{color:#fff!important}.ucpl-clean-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:18px;margin-top:18px;color:#334155}
.ucpl-local-proof,
.ucpl-local-proof h3,
.ucpl-local-proof p,
.ucpl-local-proof * {
  color: #ffffff !important;
}
.wrapper-boxed,
.site-wrapper {
  overflow: visible !important;
}
.site-wrapper > br:first-child {
  display: none !important;
}
.topbar.light.topbar-padding {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}
.announcement-bar {
  margin: 0 !important;
  padding: 8px 0 6px !important;
  line-height: 1.35 !important;
}
#header {
  background: #ffffff !important;
  min-height: 66px !important;
  position: relative !important;
  z-index: 20 !important;
  overflow: visible !important;
}
#header .container,
#header .navbar,
#header .navbar-header {
  min-height: 66px !important;
  overflow: visible !important;
}
#header .navbar.brown-2.navbar-default.yamm {
  margin-bottom: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
#header .navbar-brand {
  width: auto !important;
  height: 66px !important;
  max-height: 66px !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  line-height: 1 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
#header .navbar-brand img,
#header .navbar-brand img.ucpl-header-logo {
  width: 145px !important;
  height: auto !important;
  max-width: 145px !important;
  max-height: 46px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
#navbar-collapse-grid {
  padding-top: 7px !important;
}
#navbar-collapse-grid .navbar-nav > li > a {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.menu-bottom-strip.bg-color-primary {
  clear: both !important;
  width: 100% !important;
  height: 4px !important;
  min-height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  background: #db5945 !important;
}
@media (max-width: 767px) {
  #header,
  #header .container,
  #header .navbar,
  #header .navbar-header {
    min-height: 58px !important;
  }
  #header .navbar-brand {
    height: 58px !important;
    max-height: 58px !important;
    padding: 8px 12px !important;
  }
  #header .navbar-brand img,
  #header .navbar-brand img.ucpl-header-logo {
    width: 128px !important;
    max-width: 128px !important;
    max-height: 40px !important;
  }
  #navbar-collapse-grid {
    padding-top: 0 !important;
  }
}
.ucpl-media-card h4,.ucpl-syllabus-card h4,.ucpl-s4-card h4,.ucpl-authority-card h4,.ucpl-fee-card h4{font-size:20px;line-height:1.35;font-weight:600;margin-top:0;margin-bottom:10px}
.ucpl-media-card h4,.ucpl-syllabus-card h4,.ucpl-s4-card h4{color:#1E90FF}.ucpl-authority-card h4{color:#0f172a}.ucpl-fee-card h4{color:#0f172a}
.ucpl-review-box strong{display:block;margin-bottom:8px;color:#0f172a}.ucpl-review-meta{font-size:13px;color:#475569;margin-top:8px;font-weight:600}.ucpl-review-disclaimer{font-size:14px;color:#475569;margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}
.ucpl-footer-ai-text{display:inline-block;color:#ffffff;font-weight:700;letter-spacing:.2px;animation:ucplFooterPulse 2.4s ease-in-out infinite}@keyframes ucplFooterPulse{0%,100%{opacity:1;transform:translateX(0)}50%{opacity:.78;transform:translateX(8px)}}
.ucpl-content-image{width:100%;height:auto;border-radius:10px;margin-bottom:12px;display:block;background:#f8fafc}
.ucpl-module-card .ucpl-module-btn.detail{background:#ffffff;color:#0f172a;border:1px solid rgba(15,23,42,.18)}
.ucpl-module-card .ucpl-module-btn.detail:hover{background:#0f172a;color:#ffffff;border-color:#0f172a}
.ucpl-module-meta a{font-weight:700}
@media(max-width:767px){.ucpl-module-actions{gap:8px}.ucpl-module-actions .ucpl-module-btn{width:100%;text-align:center}}
.ucpl-anchor-marker{display:block;position:relative;top:-95px;visibility:hidden;height:0;overflow:hidden}
.ucpl-module-card[id]{scroll-margin-top:110px}
.ucpl-module-actions .ucpl-module-btn.detail{background:#ffffff;color:#0f172a;border:1px solid rgba(15,23,42,.18)}
.ucpl-module-actions .ucpl-module-btn.detail:hover{background:#f8fafc;color:#0f172a}

body.ucpl-premium-refresh{padding-bottom:72px!important}
body.ucpl-premium-refresh .bottom-bar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;z-index:100000!important}
body.ucpl-premium-refresh .ucpl-chatbot-btn{right:18px!important;bottom:82px!important;z-index:100020!important}
body.ucpl-premium-refresh .ucpl-chatbot{right:18px!important;bottom:154px!important;z-index:100021!important}
body.ucpl-premium-refresh .scrollup{position:fixed!important;right:96px!important;bottom:86px!important;top:auto!important;left:auto!important;width:54px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:linear-gradient(135deg,#071a33,#0d6efd)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 14px 34px rgba(7,26,51,.36)!important;z-index:100030!important;padding:0!important;margin:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;overflow:visible!important;text-decoration:none!important;text-indent:0!important;line-height:1!important}
body.ucpl-premium-refresh .scrollup.ucpl-scroll-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.ucpl-premium-refresh .scrollup:hover{background:linear-gradient(135deg,#0d6efd,#ff6b00)!important;color:#fff!important;transform:translateY(-3px)!important}
body.ucpl-premium-refresh .scrollup svg{width:22px!important;height:22px!important;fill:currentColor!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;display:block!important}
body.ucpl-premium-refresh .scrollup i{font-size:22px!important;line-height:1!important;color:#fff!important}
@media(max-width:767px){body.ucpl-premium-refresh{padding-bottom:72px!important}body.ucpl-premium-refresh .bottom-bar a{padding:12px 8px!important;font-size:14px!important}body.ucpl-premium-refresh .ucpl-chatbot-btn{right:14px!important;bottom:76px!important;width:56px!important;height:56px!important}body.ucpl-premium-refresh .scrollup{right:82px!important;bottom:78px!important;width:52px!important;height:52px!important}body.ucpl-premium-refresh .ucpl-chatbot{right:10px!important;bottom:140px!important;width:calc(100% - 20px)!important}}


/* ==========================================================
   UCPL SAP Module Card Grid Fix - 2026-06-21
   Fixes misplaced module cards caused by hidden anchor markers
   inside the CSS grid, and restores readable white text inside
   colored module-card headers.
   ========================================================== */
body.ucpl-premium-refresh .ucpl-module-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}
body.ucpl-premium-refresh .ucpl-module-grid > .ucpl-anchor-marker{
  position:absolute!important;
  display:block!important;
  width:1px!important;
  height:1px!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  top:-115px!important;
  left:0!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
body.ucpl-premium-refresh .ucpl-module-grid > .ucpl-module-card{
  grid-column:auto!important;
  grid-row:auto!important;
  min-width:0!important;
  height:100%!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive::before{
  content:counter(moduleCard, decimal-leading-zero)!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#ffffff!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive .ucpl-module-top{
  position:relative!important;
  overflow:hidden!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card-impressive .ucpl-module-top > *{
  position:relative!important;
  z-index:2!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-label,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-label{
  max-width:calc(100% - 58px)!important;
  color:#ffffff!important;
  line-height:1.4!important;
  white-space:normal!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3{
  display:block!important;
  color:#ffffff!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:800!important;
  margin:0 0 10px!important;
  padding:0!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3::after,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top h3::after{
  display:none!important;
  content:none!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-top p,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-top p{
  color:#e2e8f0!important;
  text-align:left!important;
  margin:0!important;
  line-height:1.62!important;
}
body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-meta p,
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-meta p{
  color:#334155!important;
  text-align:left!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-actions{
  display:flex!important;
  gap:10px!important;
  padding:18px 22px 22px!important;
  margin-top:auto!important;
}
body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  text-decoration:none!important;
  line-height:1.35!important;
}
@media(max-width:1199px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:991px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:767px){
  body.ucpl-premium-refresh .ucpl-module-grid{grid-template-columns:1fr!important;}
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-actions{flex-direction:column!important;}
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-btn{width:100%!important;}
  body.ucpl-premium-refresh section.sec-padding .ucpl-module-grid .ucpl-module-card .ucpl-module-label,
  body.ucpl-premium-refresh .ucpl-module-grid .ucpl-module-card .ucpl-module-label{max-width:calc(100% - 54px)!important;}
}




/* ===== Source: ucpl-generated-fixes.css ===== */

body.ucpl-premium-refresh .bottom-bar a{flex:1;text-align:center;color:#fff!important;padding:14px 10px;text-decoration:none;font-weight:800}body.ucpl-premium-refresh .ucpl-chatbot-btn{position:fixed;right:18px;bottom:82px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;z-index:100020;box-shadow:0 14px 34px rgba(0,0,0,.24);cursor:pointer}.ucpl-chatbot{display:none;position:fixed;right:18px;bottom:154px;width:320px;max-width:calc(100% - 28px);background:#fff;border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.25);z-index:100021;overflow:hidden}.chatbot-header{background:#071a33;color:#fff;padding:12px 14px;font-weight:800}.chatbot-header button{float:right;border:0;background:transparent;color:#fff;font-size:22px}.chatbot-body{padding:14px}.course-btn{display:block;width:100%;margin:7px 0;padding:10px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;text-align:left;font-weight:700}.ucpl-roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.ucpl-roadmap-step{background:#fff;border:1px solid #e7eef9;border-radius:18px;padding:20px;box-shadow:0 12px 30px rgba(15,23,42,.06)}

/* ==========================================================
   UCPL Chatbot Layout Correction - 2026-06-20
   Fixes mobile popup overlap, oversized default close button,
   bottom CTA/scroll-up collision and long popup scrolling.
   ========================================================== */
body.ucpl-premium-refresh{
  padding-bottom:78px!important;
}
body.ucpl-premium-refresh .bottom-bar{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  z-index:100000!important;
}
body.ucpl-premium-refresh .bottom-bar a{
  flex:1 1 50%!important;
  text-align:center!important;
  color:#fff!important;
  padding:14px 10px!important;
  text-decoration:none!important;
  font-weight:800!important;
  line-height:1.2!important;
}
body.ucpl-premium-refresh .ucpl-chatbot-btn{
  position:fixed!important;
  right:18px!important;
  bottom:86px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#25D366!important;
  color:#fff!important;
  z-index:100020!important;
  box-shadow:0 14px 34px rgba(0,0,0,.24)!important;
  cursor:pointer!important;
  font-size:24px!important;
  line-height:1!important;
}
body.ucpl-premium-refresh .ucpl-chatbot{
  display:none;
  position:fixed!important;
  right:18px!important;
  left:auto!important;
  bottom:158px!important;
  width:340px!important;
  max-width:calc(100vw - 32px)!important;
  max-height:calc(100vh - 210px)!important;
  background:#fff!important;
  border:1px solid rgba(13,110,253,.14)!important;
  border-radius:18px!important;
  box-shadow:0 24px 64px rgba(15,23,42,.28)!important;
  z-index:100021!important;
  overflow:hidden!important;
  color:#172033!important;
}
body.ucpl-premium-refresh .chatbot-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  background:linear-gradient(135deg,#071a33,#0d6efd)!important;
  color:#fff!important;
  padding:12px 14px!important;
  min-height:50px!important;
  font-weight:800!important;
  line-height:1.25!important;
  border:0!important;
}
body.ucpl-premium-refresh .chatbot-header button,
body.ucpl-premium-refresh .chatbot-header button#closeChatbot{
  float:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.55)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:center!important;
  cursor:pointer!important;
}
body.ucpl-premium-refresh .chatbot-header button:hover,
body.ucpl-premium-refresh .chatbot-header button#closeChatbot:hover{
  background:rgba(255,255,255,.24)!important;
  color:#fff!important;
}
body.ucpl-premium-refresh .chatbot-body{
  padding:12px!important;
  max-height:calc(100vh - 270px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  background:#fff!important;
}
body.ucpl-premium-refresh .chatbot-body p{
  margin:0 0 10px!important;
  color:#344256!important;
  font-size:14.5px!important;
  line-height:1.55!important;
  text-align:left!important;
}
body.ucpl-premium-refresh .course-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:block!important;
  width:100%!important;
  min-height:44px!important;
  margin:6px 0!important;
  padding:10px 12px!important;
  border:1px solid #dbeafe!important;
  border-radius:12px!important;
  background:#f8fbff!important;
  color:#172033!important;
  text-align:left!important;
  font-size:14.5px!important;
  font-weight:800!important;
  line-height:1.3!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body.ucpl-premium-refresh .course-btn:hover{
  background:#eef6ff!important;
  border-color:#0d6efd!important;
  color:#071a33!important;
}
body.ucpl-premium-refresh .scrollup{
  right:96px!important;
  bottom:88px!important;
  z-index:100030!important;
}
@media(max-width:767px){
  body.ucpl-premium-refresh{
    padding-bottom:78px!important;
  }
  body.ucpl-premium-refresh .bottom-bar a{
    padding:12px 8px!important;
    font-size:14px!important;
  }
  body.ucpl-premium-refresh .ucpl-chatbot-btn{
    right:16px!important;
    bottom:84px!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
  }
  body.ucpl-premium-refresh .scrollup{
    right:86px!important;
    bottom:86px!important;
    width:50px!important;
    height:50px!important;
  }
  body.ucpl-premium-refresh .ucpl-chatbot{
    right:12px!important;
    left:auto!important;
    bottom:152px!important;
    width:330px!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100vh - 190px)!important;
    border-radius:16px!important;
  }
  body.ucpl-premium-refresh .chatbot-header{
    min-height:48px!important;
    padding:11px 12px!important;
    font-size:14px!important;
  }
  body.ucpl-premium-refresh .chatbot-body{
    padding:10px!important;
    max-height:calc(100vh - 248px)!important;
  }
  body.ucpl-premium-refresh .course-btn{
    min-height:42px!important;
    margin:6px 0!important;
    padding:9px 11px!important;
    font-size:14px!important;
  }
}
@media(max-width:360px){
  body.ucpl-premium-refresh .ucpl-chatbot{
    right:10px!important;
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
  }
  body.ucpl-premium-refresh .scrollup{
    right:78px!important;
  }
}


/* ==========================================================
   UCPL Hero Readability & Overflow Fix - 2026-06-22
   Fixes white text on white hero side cards and prevents
   hero content from being clipped on desktop/mobile screens.
   ========================================================== */
html,
body.ucpl-premium-refresh{
  max-width:100%!important;
  overflow-x:hidden!important;
}
body.ucpl-premium-refresh .sap-hero-section{
  width:100%!important;
  max-width:100vw!important;
  overflow:hidden!important;
}
body.ucpl-premium-refresh .sap-hero-section .container{
  max-width:1170px!important;
  width:94%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:15px!important;
  padding-right:15px!important;
  overflow:visible!important;
}
body.ucpl-premium-refresh .sap-hero-row,
body.ucpl-premium-refresh .sap-hero-section .row{
  margin-left:-15px!important;
  margin-right:-15px!important;
  max-width:calc(100% + 30px)!important;
}
body.ucpl-premium-refresh .sap-content-box,
body.ucpl-premium-refresh .sap-side-card{
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body.ucpl-premium-refresh .sap-side-card,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card{
  background:#ffffff!important;
  color:#172033!important;
}
body.ucpl-premium-refresh .sap-side-card h1,
body.ucpl-premium-refresh .sap-side-card h2,
body.ucpl-premium-refresh .sap-side-card h3,
body.ucpl-premium-refresh .sap-side-card h4,
body.ucpl-premium-refresh .sap-side-card h5,
body.ucpl-premium-refresh .sap-side-card h6,
body.ucpl-premium-refresh .sap-side-card p,
body.ucpl-premium-refresh .sap-side-card span,
body.ucpl-premium-refresh .sap-side-card li,
body.ucpl-premium-refresh .sap-side-card strong,
body.ucpl-premium-refresh .sap-side-card em,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h1,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h2,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h3,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h4,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h5,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card h6,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card p,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card span,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card li,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card strong,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card em{
  color:#172033!important;
  text-shadow:none!important;
}
body.ucpl-premium-refresh .sap-side-card .sap-points,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card .sap-points{
  display:block!important;
  padding-left:0!important;
  margin:18px 0 20px!important;
}
body.ucpl-premium-refresh .sap-side-card .sap-points li,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card .sap-points li{
  display:block!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:14px 16px!important;
  background:#f8fbff!important;
  border:1px solid #e6eef9!important;
  border-left:4px solid #ff9f43!important;
  border-radius:14px!important;
  color:#172033!important;
  font-weight:700!important;
  line-height:1.55!important;
  box-shadow:0 8px 20px rgba(15,23,42,.05)!important;
}
body.ucpl-premium-refresh .sap-side-card .sap-btn,
body.ucpl-premium-refresh .sap-hero-section .sap-side-card .sap-btn{
  color:#ffffff!important;
  white-space:normal!important;
  text-align:center!important;
}
@media(max-width:991px){
  body.ucpl-premium-refresh .sap-hero-section{
    padding:64px 0 52px!important;
  }
  body.ucpl-premium-refresh .sap-hero-section .container{
    width:96%!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.ucpl-premium-refresh .sap-hero-row,
  body.ucpl-premium-refresh .sap-hero-section .row{
    margin-left:-12px!important;
    margin-right:-12px!important;
    max-width:calc(100% + 24px)!important;
  }
  body.ucpl-premium-refresh .sap-content-box,
  body.ucpl-premium-refresh .sap-side-card{
    margin-left:0!important;
    margin-right:0!important;
  }
}
@media(max-width:767px){
  body.ucpl-premium-refresh .sap-hero-section .container{
    width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.ucpl-premium-refresh .sap-hero-row,
  body.ucpl-premium-refresh .sap-hero-section .row{
    display:block!important;
    margin-left:0!important;
    margin-right:0!important;
    max-width:100%!important;
  }
  body.ucpl-premium-refresh .sap-hero-section [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body.ucpl-premium-refresh .sap-content-box,
  body.ucpl-premium-refresh .sap-side-card{
    padding:22px!important;
  }
  body.ucpl-premium-refresh .sap-side-card{
    margin-top:22px!important;
  }
}

/* ==========================================================
   UCPL Accessibility Markup Compatibility Fix - 2026-06-30
   Keeps the existing chatbot/floating CTA look after converting
   non-semantic div/span controls into accessible buttons.
   ========================================================== */
.ucpl-chatbot-btn,
button.ucpl-chatbot-btn{
  border:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  padding:0!important;
  text-decoration:none!important;
}
.ucpl-chatbot-header{
  background:#071a33;
  color:#fff;
  padding:12px 14px;
  font-weight:800;
}
.ucpl-chatbot-header .ucpl-close,
.ucpl-chatbot-header button.ucpl-close{
  float:right;
  border:0;
  background:transparent;
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  padding:0 2px;
}
.ucpl-chatbot-body{
  padding:14px;
}
.ucpl-chatbot-header .ucpl-close:focus,
.ucpl-chatbot-btn:focus,
.course-btn:focus{
  outline:2px solid #0d6efd;
  outline-offset:3px;
}




/* ===== Source: former inline <style id="ucpl-seo-duplication-fix"> ===== */

.ucpl-module-title,.ucpl-card-title{display:block;font-weight:700;line-height:1.3;margin:8px 0 10px;color:inherit;}
.ucpl-module-top .ucpl-module-title{font-size:22px;}
.ucpl-proof-card .ucpl-card-title,.comparison-cards .card .ucpl-card-title,.ucpl-trainer-card .ucpl-card-title,.ucpl-master-10-card .ucpl-card-title,.ucpl-video-box .ucpl-card-title{font-size:18px;}
.ucpl-chatbot-header .ucpl-card-title{font-size:17px;margin:0;}
.ucpl-delivery-note{background:#fff8f2;border-left:4px solid #db5945;padding:14px 16px;margin:16px 0;border-radius:8px;}
.ucpl-trainer-section .ucpl-trainer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:22px;}
.ucpl-trainer-section .ucpl-trainer-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.08);height:100%;}
.ucpl-trainer-section .ucpl-card-title{font-size:18px;color:#1d2b3a;}
.ucpl-trainer-section p{margin-bottom:8px;}



/* ===== Heading cleanup compatibility ===== */
.ucpl-faq-question{
  display:block;
  font-weight:700;
  font-size:18px;
  line-height:1.35;
  margin:18px 0 8px;
  color:#1d2b3a;
}
body.ucpl-premium-refresh .ucpl-faq-question{
  color:#1d2b3a!important;
}
body.ucpl-premium-refresh .ucpl-card-title{
  display:block;
  font-weight:700;
  line-height:1.35;
  margin:8px 0 10px;
}

/* === UCPL CITY PROFESSIONAL OVERRIDES START === */
body.ucpl-lucknow-page,body.ucpl-ahmedabad-page{--navy:#06162d;--blue:#0d6efd;--orange:#ff6b00;--green:#16a34a;--ink:#0f172a;--muted:#526277;--line:#e6eef9;background:#f7fbff!important;color:var(--ink)!important;font-family:Poppins,Roboto,Arial,sans-serif!important;overflow-x:hidden!important;padding-bottom:0!important}body.ucpl-lucknow-page *,body.ucpl-ahmedabad-page *{box-sizing:border-box}.ucpl-lucknow-page .callMePanel,.ucpl-ahmedabad-page .callMePanel,.ucpl-lucknow-page .preloader-wrap,.ucpl-ahmedabad-page .preloader-wrap{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.ucpl-lucknow-page .wrapper-boxed,.ucpl-ahmedabad-page .wrapper-boxed,.ucpl-lucknow-page .site-wrapper,.ucpl-ahmedabad-page .site-wrapper{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important}
.ucpl-lucknow-page .topbar.light.topbar-padding,.ucpl-ahmedabad-page .topbar.light.topbar-padding{float:none!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:6px 0!important;background:#f8fbff!important;border:0!important;border-bottom:1px solid var(--line)!important;box-shadow:none!important}.ucpl-lucknow-page .topbar .container,.ucpl-ahmedabad-page .topbar .container{min-height:28px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}.ucpl-lucknow-page .toplist,.ucpl-ahmedabad-page .toplist,.ucpl-lucknow-page .toplist.toppadding,.ucpl-ahmedabad-page .toplist.toppadding{float:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}.ucpl-lucknow-page .toplist li,.ucpl-ahmedabad-page .toplist li{float:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;line-height:1.2!important}.ucpl-lucknow-page .toplist a,.ucpl-ahmedabad-page .toplist a{font-weight:800!important;text-decoration:none!important}
.ucpl-lucknow-page #header,.ucpl-ahmedabad-page #header{clear:both!important;background:#fff!important;border:0!important;box-shadow:0 12px 35px rgba(15,23,42,.07)!important;z-index:999!important;position:relative!important}.ucpl-lucknow-page #header .container,.ucpl-ahmedabad-page #header .container{max-width:1180px!important}.ucpl-lucknow-page .menu-bottom-strip.bg-color-primary,.ucpl-ahmedabad-page .menu-bottom-strip.bg-color-primary{height:3px!important;min-height:3px!important;margin:0!important;background:linear-gradient(90deg,var(--blue),var(--orange),var(--green))!important}
@media(min-width:992px){.ucpl-lucknow-page #header .navbar,.ucpl-ahmedabad-page #header .navbar{min-height:74px!important;margin:0!important;border:0!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.ucpl-lucknow-page .navbar-header,.ucpl-ahmedabad-page .navbar-header{float:none!important;display:flex!important;align-items:center!important}.ucpl-lucknow-page .navbar-brand,.ucpl-ahmedabad-page .navbar-brand{height:auto!important;padding:10px 0!important;margin:0!important;display:flex!important;align-items:center!important}.ucpl-lucknow-page .navbar-brand img,.ucpl-ahmedabad-page .navbar-brand img{width:148px!important;height:auto!important;max-height:54px!important;object-fit:contain!important;display:block!important}.ucpl-lucknow-page #navbar-collapse-grid,.ucpl-ahmedabad-page #navbar-collapse-grid{float:none!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;margin:0!important;padding:0!important}.ucpl-lucknow-page #navbar-collapse-grid .navbar-nav,.ucpl-ahmedabad-page #navbar-collapse-grid .navbar-nav{float:none!important;display:flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important}.ucpl-lucknow-page #navbar-collapse-grid .navbar-nav>li,.ucpl-ahmedabad-page #navbar-collapse-grid .navbar-nav>li{float:none!important}.ucpl-lucknow-page #navbar-collapse-grid .navbar-nav>li>a,.ucpl-ahmedabad-page #navbar-collapse-grid .navbar-nav>li>a{padding:12px 10px!important;margin:0!important;border-radius:999px!important;background:transparent!important;font-size:13px!important;font-weight:800!important;text-transform:uppercase!important;line-height:1!important}.ucpl-lucknow-page #navbar-collapse-grid .navbar-nav>li>a:hover,.ucpl-ahmedabad-page #navbar-collapse-grid .navbar-nav>li>a:hover{background:#eff6ff!important;transform:translateY(-1px)!important}}
.ucpl-lucknow-page .call-button,.ucpl-ahmedabad-page .call-button,.ucpl-lucknow-page .whatsapp-chat,.ucpl-ahmedabad-page .whatsapp-chat{position:fixed!important;bottom:22px!important;width:58px!important;height:58px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;box-shadow:0 16px 36px rgba(15,23,42,.25)!important;z-index:100000!important;text-decoration:none!important;transition:.2s ease!important}.ucpl-lucknow-page .call-button,.ucpl-ahmedabad-page .call-button{right:92px!important;left:auto!important;background:var(--blue)!important}.ucpl-lucknow-page .whatsapp-chat,.ucpl-ahmedabad-page .whatsapp-chat{right:22px!important;left:auto!important;background:#25D366!important}.ucpl-lucknow-page .call-button img,.ucpl-ahmedabad-page .call-button img,.ucpl-lucknow-page .whatsapp-chat img,.ucpl-ahmedabad-page .whatsapp-chat img{width:34px!important;height:34px!important;object-fit:contain!important;border-radius:50%!important}
.ucpl-lucknow-page .sap-hero-section,.ucpl-ahmedabad-page .sap-hero-section{position:relative!important;overflow:hidden!important;margin:0!important;padding:68px 0 58px!important;border-radius:0 0 34px 34px!important;background:radial-gradient(circle at 4% 6%,rgba(56,189,248,.30),transparent 28%),radial-gradient(circle at 100% 8%,rgba(255,107,0,.32),transparent 28%),linear-gradient(135deg,#06162d 0%,#09264e 46%,#0f5b93 100%)!important;color:#fff!important}.ucpl-lucknow-page .sap-hero-section:before,.ucpl-ahmedabad-page .sap-hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}.ucpl-lucknow-page .sap-hero-section:after,.ucpl-ahmedabad-page .sap-hero-section:after{content:"";position:absolute;width:420px;height:420px;right:-145px;top:-160px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);pointer-events:none}.ucpl-lucknow-page .sap-hero-section .container,.ucpl-ahmedabad-page .sap-hero-section .container{position:relative!important;z-index:2!important;max-width:1180px!important}.ucpl-lko-hero-grid,.ucpl-ahm-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)!important;gap:28px!important;align-items:center!important}.ucpl-lko-hero-copy,.ucpl-ahm-hero-copy{background:rgba(255,255,255,.095)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:28px!important;padding:34px!important;box-shadow:0 28px 80px rgba(0,0,0,.25)!important;backdrop-filter:blur(10px)!important}.ucpl-lucknow-page .ucpl-hero-kicker,.ucpl-ahmedabad-page .ucpl-hero-kicker{display:inline-flex!important;margin:0 0 14px!important;padding:8px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.15)!important;border:1px solid rgba(255,255,255,.23)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.35px!important}.ucpl-lucknow-page .sap-hero-section h1,.ucpl-ahmedabad-page .sap-hero-section h1{color:#fff!important;font-size:clamp(32px,4.2vw,52px)!important;line-height:1.07!important;letter-spacing:-.8px!important;font-weight:900!important;margin:0 0 15px!important}.ucpl-lucknow-page .ucpl-last-reviewed,.ucpl-ahmedabad-page .ucpl-last-reviewed{display:inline-flex!important;color:#dbeafe!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;padding:8px 14px!important;margin:0 0 17px!important;font-size:13.5px!important;font-weight:700!important}.ucpl-lko-answer-box,.ucpl-ahm-answer-box{background:#fff!important;border-left:5px solid var(--orange)!important;border-radius:18px!important;padding:18px 20px!important;margin:10px 0 18px!important;box-shadow:0 18px 45px rgba(0,0,0,.18)!important}.ucpl-lko-answer-box strong,.ucpl-ahm-answer-box strong{display:block!important;color:#0f172a!important;font-size:17px!important;font-weight:900!important;margin:0 0 7px!important}.ucpl-lucknow-page .sap-hero-section .ucpl-lko-answer-box p,.ucpl-ahmedabad-page .sap-hero-section .ucpl-ahm-answer-box p{color:#263244!important;margin:0!important;font-size:15.8px!important;line-height:1.72!important}.ucpl-lko-hero-text,.ucpl-ahm-hero-text{color:#eaf3ff!important;font-size:16.5px!important;line-height:1.76!important;margin:0 0 18px!important}.ucpl-lucknow-page .ucpl-hero-badges,.ucpl-ahmedabad-page .ucpl-hero-badges{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 6px!important}.ucpl-lucknow-page .ucpl-hero-badges span,.ucpl-ahmedabad-page .ucpl-hero-badges span{padding:9px 13px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.23)!important;color:#fff!important;font-weight:800!important;font-size:13.5px!important}.ucpl-lko-hero-actions,.ucpl-ahm-hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:18px!important}.ucpl-lucknow-page .sap-btn,.ucpl-ahmedabad-page .sap-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:14px 23px!important;margin:0!important;background:linear-gradient(135deg,#ff7a18,#ff2d00)!important;box-shadow:0 16px 34px rgba(255,107,0,.30)!important;font-weight:900!important;text-decoration:none!important}.ucpl-lucknow-page .sap-btn.secondary,.ucpl-ahmedabad-page .sap-btn.secondary{background:linear-gradient(135deg,#16a34a,#0f8f55)!important;box-shadow:0 16px 34px rgba(22,163,74,.24)!important}.ucpl-lko-hero-panel,.ucpl-ahm-hero-panel{background:#fff!important;border:1px solid rgba(255,255,255,.85)!important;border-radius:28px!important;padding:28px!important;box-shadow:0 30px 75px rgba(0,0,0,.25)!important;color:#0f172a!important}.ucpl-lko-panel-top span,.ucpl-ahm-panel-top span{display:inline-flex!important;border-radius:999px!important;background:#fff7ed!important;color:#c2410c!important;padding:7px 12px!important;font-weight:900!important;font-size:12px!important;text-transform:uppercase!important;margin-bottom:12px!important}.ucpl-lko-panel-top strong,.ucpl-ahm-panel-top strong{display:block!important;color:#071a33!important;font-size:23px!important;line-height:1.24!important;font-weight:900!important;margin-bottom:18px!important}.ucpl-lko-mini-grid,.ucpl-ahm-mini-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin:16px 0!important}.ucpl-lko-mini-grid div,.ucpl-ahm-mini-grid div{background:#f8fbff!important;border:1px solid var(--line)!important;border-radius:16px!important;padding:14px!important;min-height:94px!important}.ucpl-lko-mini-grid b,.ucpl-ahm-mini-grid b{display:block!important;color:var(--blue)!important;font-weight:900!important;font-size:15px!important;margin-bottom:6px!important}.ucpl-lko-mini-grid small,.ucpl-ahm-mini-grid small{display:block!important;color:var(--muted)!important;font-weight:700!important;line-height:1.45!important}.ucpl-lko-delivery-note,.ucpl-ahm-delivery-note{background:#fff7ed!important;color:#7c2d12!important;border:1px solid #fed7aa!important;border-left:5px solid var(--orange)!important;border-radius:16px!important;padding:15px 16px!important;margin-top:16px!important;font-size:14.5px!important;line-height:1.65!important;box-shadow:0 10px 22px rgba(124,45,18,.08)!important}
.ucpl-lucknow-page .ucpl-stats-strip,.ucpl-ahmedabad-page .ucpl-stats-strip{background:#f7fbff!important;padding:0 0 34px!important;position:relative!important;z-index:4!important}.ucpl-lko-trust-grid,.ucpl-ahm-trust-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:-32px!important}.ucpl-lucknow-page .ucpl-stat-card,.ucpl-ahmedabad-page .ucpl-stat-card{height:100%!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:22px 18px!important;text-align:center!important;box-shadow:0 18px 45px rgba(15,23,42,.09)!important;transition:.25s ease!important}.ucpl-lucknow-page .ucpl-stat-card:hover,.ucpl-ahmedabad-page .ucpl-stat-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 58px rgba(15,23,42,.14)!important}.ucpl-lucknow-page .ucpl-stat-number,.ucpl-ahmedabad-page .ucpl-stat-number{display:block!important;color:var(--blue)!important;font-size:30px!important;font-weight:900!important;line-height:1!important;margin-bottom:9px!important}.ucpl-lucknow-page .ucpl-stat-title,.ucpl-ahmedabad-page .ucpl-stat-title{display:block!important;color:#071a33!important;font-size:15.5px!important;font-weight:900!important;margin-bottom:7px!important}.ucpl-lucknow-page .ucpl-stat-card p,.ucpl-ahmedabad-page .ucpl-stat-card p{color:var(--muted)!important;margin:0!important;font-size:14.5px!important;line-height:1.6!important}
.ucpl-lucknow-page .ucpl-module-section,.ucpl-ahmedabad-page .ucpl-module-section{padding:54px 0 46px!important;background:linear-gradient(180deg,#fff,#f4f8ff)!important}.ucpl-lucknow-page .ucpl-section-title,.ucpl-ahmedabad-page .ucpl-section-title{max-width:900px!important;margin:0 auto 28px!important;text-align:center!important}.ucpl-lucknow-page .ucpl-section-kicker,.ucpl-ahmedabad-page .ucpl-section-kicker{display:inline-flex!important;margin-bottom:10px!important;border-radius:999px!important;background:#eff6ff!important;color:var(--blue)!important;border:1px solid #dbeafe!important;padding:7px 13px!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}.ucpl-lucknow-page .ucpl-section-title h2,.ucpl-ahmedabad-page .ucpl-section-title h2{color:#071a33!important;font-weight:900!important;font-size:clamp(25px,3vw,36px)!important;line-height:1.2!important;margin:0 0 10px!important}.ucpl-lucknow-page .ucpl-section-title p,.ucpl-ahmedabad-page .ucpl-section-title p{color:var(--muted)!important;margin:0 auto!important;max-width:760px!important;font-size:16px!important;line-height:1.7!important}.ucpl-lko-module-grid,.ucpl-ahm-module-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.ucpl-lko-module-card,.ucpl-ahm-module-card{position:relative!important;min-height:330px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:22px!important;box-shadow:0 18px 48px rgba(15,23,42,.08)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;transition:.25s ease!important}.ucpl-lko-module-card:before,.ucpl-ahm-module-card:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:5px!important;background:linear-gradient(90deg,var(--blue),var(--orange))!important}.ucpl-lko-module-card:hover,.ucpl-ahm-module-card:hover{transform:translateY(-7px)!important;border-color:#bfdbfe!important;box-shadow:0 26px 65px rgba(15,23,42,.15)!important}.ucpl-lko-module-tag,.ucpl-ahm-module-tag{display:inline-flex!important;align-self:flex-start!important;margin:4px 0 13px!important;padding:7px 11px!important;border-radius:999px!important;background:#fff7ed!important;color:#c2410c!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}.ucpl-lko-module-card h3,.ucpl-ahm-module-card h3{color:#071a33!important;font-size:20px!important;line-height:1.25!important;font-weight:900!important;margin:0 0 9px!important}.ucpl-lko-module-card p,.ucpl-ahm-module-card p{color:var(--muted)!important;font-size:14.8px!important;line-height:1.62!important;margin:0 0 12px!important}.ucpl-lko-module-card ul,.ucpl-ahm-module-card ul{margin:0 0 18px!important;padding:0!important;list-style:none!important}.ucpl-lko-module-card li,.ucpl-ahm-module-card li{color:#334155!important;font-size:14.2px!important;line-height:1.55!important;margin:0 0 9px!important;padding-left:20px!important;position:relative!important}.ucpl-lko-module-card li:before,.ucpl-ahm-module-card li:before{content:"✓"!important;position:absolute!important;left:0!important;top:0!important;color:var(--green)!important;font-weight:900!important}.ucpl-lko-module-card a,.ucpl-ahm-module-card a{margin-top:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:var(--blue)!important;color:#fff!important;padding:11px 14px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 12px 26px rgba(13,110,253,.22)!important}
.ucpl-lucknow-page .ucpl-main-shell,.ucpl-ahmedabad-page .ucpl-main-shell{padding:56px 0!important;background:#f7fbff!important}.ucpl-lucknow-page .ucpl-main-content,.ucpl-ahmedabad-page .ucpl-main-content{background:#fff!important;border:1px solid var(--line)!important;border-radius:28px!important;padding:36px!important;box-shadow:0 22px 65px rgba(15,23,42,.09)!important}.ucpl-lucknow-page .ucpl-main-content h2,.ucpl-ahmedabad-page .ucpl-main-content h2{display:block!important;color:#071a33!important;background:linear-gradient(90deg,#eff6ff,#fff7ed)!important;border-left:5px solid var(--orange)!important;border-radius:16px!important;padding:15px 18px!important;margin:28px 0 16px!important;font-size:24px!important;line-height:1.32!important;font-weight:900!important}.ucpl-lucknow-page .ucpl-main-content h2:first-child,.ucpl-ahmedabad-page .ucpl-main-content h2:first-child{margin-top:0!important}.ucpl-lucknow-page .ucpl-main-content h3,.ucpl-ahmedabad-page .ucpl-main-content h3{color:#0d5fc7!important;font-size:19px!important;font-weight:900!important;margin:23px 0 10px!important}.ucpl-lucknow-page .ucpl-main-content p,.ucpl-ahmedabad-page .ucpl-main-content p,.ucpl-lucknow-page .ucpl-main-content li,.ucpl-ahmedabad-page .ucpl-main-content li,.ucpl-lucknow-page .ucpl-main-content td,.ucpl-ahmedabad-page .ucpl-main-content td{color:#344256!important;font-size:15.7px!important;line-height:1.78!important}.ucpl-lucknow-page .ucpl-main-content table,.ucpl-ahmedabad-page .ucpl-main-content table{width:100%!important;background:#fff!important;border-collapse:separate!important;border-spacing:0!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 35px rgba(15,23,42,.07)!important;margin:18px 0!important}.ucpl-lucknow-page .ucpl-main-content th,.ucpl-ahmedabad-page .ucpl-main-content th{background:#071a33!important;color:#fff!important;font-weight:900!important;font-size:14.5px!important;padding:13px!important}.ucpl-lucknow-page .ucpl-main-content td,.ucpl-ahmedabad-page .ucpl-main-content td{border-top:1px solid #eef2f7!important;padding:13px!important;vertical-align:top!important}.ucpl-lucknow-added-depth,.ucpl-ahmedabad-added-depth{padding:54px 0!important;background:#fff!important}.ucpl-lucknow-local-grid,.ucpl-ahmedabad-local-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:16px!important;margin:24px 0!important}.ucpl-lucknow-local-card,.ucpl-ahmedabad-local-card{background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid var(--line)!important;border-radius:20px!important;padding:20px!important;box-shadow:0 16px 40px rgba(15,23,42,.08)!important}.ucpl-lucknow-local-card strong,.ucpl-ahmedabad-local-card strong{display:block!important;color:#071a33!important;font-weight:900!important;font-size:16px!important;margin-bottom:8px!important}.ucpl-lucknow-local-card span,.ucpl-ahmedabad-local-card span{display:block!important;color:var(--muted)!important;line-height:1.65!important}.ucpl-local-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 35px rgba(15,23,42,.07)!important;background:#fff!important}.ucpl-local-table th{background:#071a33!important;color:#fff!important;padding:13px!important;font-weight:900!important}.ucpl-local-table td{padding:13px!important;border-top:1px solid #eef2f7!important;color:#344256!important;line-height:1.7!important}.ucpl-delivery-note{background:#fff7ed!important;color:#7c2d12!important;border:1px solid #fed7aa!important;border-left:5px solid var(--orange)!important;border-radius:18px!important;padding:18px 20px!important;margin:22px 0!important;line-height:1.72!important;box-shadow:0 14px 30px rgba(124,45,18,.08)!important}.ucpl-lucknow-page .section-light,.ucpl-ahmedabad-page .section-light{background:linear-gradient(180deg,#fff,#f4f8ff)!important;padding:50px 0!important}.ucpl-lucknow-page .usefull-links li,.ucpl-ahmedabad-page .usefull-links li{border:0!important;margin:0 0 10px!important;padding:0!important}.ucpl-lucknow-page .usefull-links li a,.ucpl-ahmedabad-page .usefull-links li a{display:block!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:11px 13px!important;color:#172033!important;font-weight:800!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important}.ucpl-lucknow-page .sec-xxless-padding,.ucpl-ahmedabad-page .sec-xxless-padding{padding:22px 0!important;background:#071a33!important;color:#fff!important}.ucpl-lucknow-page .sec-xxless-padding p,.ucpl-ahmedabad-page .sec-xxless-padding p{color:#fff!important;margin:0!important}
@media(max-width:1199px){.ucpl-lko-module-grid,.ucpl-ahm-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:991px){.ucpl-lucknow-page #header .navbar,.ucpl-ahmedabad-page #header .navbar{margin:0!important;min-height:64px!important;background:#fff!important;border:0!important}.ucpl-lucknow-page .navbar-brand,.ucpl-ahmedabad-page .navbar-brand{padding:10px 0!important;height:auto!important}.ucpl-lucknow-page .navbar-brand img,.ucpl-ahmedabad-page .navbar-brand img{width:135px!important;height:auto!important;max-height:48px!important}.ucpl-lucknow-page .navbar-toggle,.ucpl-ahmedabad-page .navbar-toggle{margin:14px 0!important;border-radius:10px!important;border-color:#dbeafe!important;background:#f8fbff!important}.ucpl-lucknow-page #navbar-collapse-grid,.ucpl-ahmedabad-page #navbar-collapse-grid{float:none!important;width:100%!important;margin:0!important;max-height:70vh!important;overflow:auto!important;background:#fff!important;border-top:1px solid #eef2f7!important}.ucpl-lucknow-page .sap-hero-section,.ucpl-ahmedabad-page .sap-hero-section{padding:48px 0 44px!important;border-radius:0 0 26px 26px!important}.ucpl-lko-hero-grid,.ucpl-ahm-hero-grid{grid-template-columns:1fr!important;gap:20px!important}.ucpl-lko-trust-grid,.ucpl-ahm-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:18px!important}.ucpl-lko-module-grid,.ucpl-ahm-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.ucpl-lucknow-page .topbar .container,.ucpl-ahmedabad-page .topbar .container{justify-content:center!important}.ucpl-lucknow-page .toplist li,.ucpl-ahmedabad-page .toplist li{font-size:13px!important;gap:5px!important}.ucpl-lko-hero-copy,.ucpl-ahm-hero-copy,.ucpl-lko-hero-panel,.ucpl-ahm-hero-panel{padding:22px!important;border-radius:22px!important}.ucpl-lucknow-page .sap-hero-section h1,.ucpl-ahmedabad-page .sap-hero-section h1{font-size:31px!important}.ucpl-lko-hero-actions,.ucpl-ahm-hero-actions{display:grid!important;grid-template-columns:1fr!important}.ucpl-lucknow-page .sap-btn,.ucpl-ahmedabad-page .sap-btn{width:100%!important}.ucpl-lko-mini-grid,.ucpl-ahm-mini-grid,.ucpl-lko-trust-grid,.ucpl-ahm-trust-grid,.ucpl-lko-module-grid,.ucpl-ahm-module-grid{grid-template-columns:1fr!important}.ucpl-lucknow-page .ucpl-main-content,.ucpl-ahmedabad-page .ucpl-main-content{padding:22px!important;border-radius:20px!important}.ucpl-lucknow-page .call-button,.ucpl-ahmedabad-page .call-button{right:84px!important;bottom:16px!important;width:54px!important;height:54px!important}.ucpl-lucknow-page .whatsapp-chat,.ucpl-ahmedabad-page .whatsapp-chat{right:18px!important;bottom:16px!important;width:54px!important;height:54px!important}}
/* === UCPL CITY PROFESSIONAL OVERRIDES END === */


/* ===== UCPL final city top-space/location-safe fix - 2026-07-03 ===== */
html body.ucpl-lucknow-page,html body.ucpl-ahmedabad-page{margin:0!important;padding-top:0!important;}
body.ucpl-lucknow-page::before,body.ucpl-ahmedabad-page::before{content:none!important;display:none!important;}
body.ucpl-lucknow-page>.callMePanel,body.ucpl-ahmedabad-page>.callMePanel,
body.ucpl-lucknow-page>.preloader-wrap,body.ucpl-ahmedabad-page>.preloader-wrap{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
body.ucpl-lucknow-page>.wrapper-boxed,body.ucpl-ahmedabad-page>.wrapper-boxed{margin:0!important;padding:0!important;top:auto!important;transform:none!important;}
body.ucpl-lucknow-page .site-wrapper,body.ucpl-ahmedabad-page .site-wrapper{margin:0!important;padding:0!important;top:auto!important;transform:none!important;}
body.ucpl-lucknow-page .topbar.light.topbar-padding,body.ucpl-ahmedabad-page .topbar.light.topbar-padding{margin:0!important;padding:4px 0!important;min-height:0!important;height:auto!important;line-height:1.1!important;background:#f8fbff!important;border-bottom:1px solid #e6eef9!important;box-shadow:none!important;}
body.ucpl-lucknow-page .topbar.light.topbar-padding .container,body.ucpl-ahmedabad-page .topbar.light.topbar-padding .container{min-height:26px!important;padding-top:0!important;padding-bottom:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;}
body.ucpl-lucknow-page .topbar.light.topbar-padding br,body.ucpl-ahmedabad-page .topbar.light.topbar-padding br{display:none!important;}
body.ucpl-lucknow-page .topbar.light.topbar-padding+.clearfix,body.ucpl-ahmedabad-page .topbar.light.topbar-padding+.clearfix{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;}
body.ucpl-lucknow-page .col-md-12.nopadding,body.ucpl-ahmedabad-page .col-md-12.nopadding{float:none!important;width:100%!important;margin:0!important;padding:0!important;min-height:0!important;}
body.ucpl-lucknow-page #header,body.ucpl-ahmedabad-page #header{margin:0!important;padding:0!important;top:auto!important;min-height:0!important;}
body.ucpl-lucknow-page #header .navbar,body.ucpl-ahmedabad-page #header .navbar{margin:0!important;}
body.ucpl-lucknow-page .menu-bottom-strip.bg-color-primary,body.ucpl-ahmedabad-page .menu-bottom-strip.bg-color-primary{margin:0!important;}
body.ucpl-lucknow-page .sap-hero-section,body.ucpl-ahmedabad-page .sap-hero-section{margin-top:0!important;clear:both!important;}
/* END UCPL final city top-space/location-safe fix ===== */
